Java Doc for ImageDescriptionImpl.java in  » GIS » GeoTools-2.4.1 » org » geotools » metadata » iso » content » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » GIS » GeoTools 2.4.1 » org.geotools.metadata.iso.content 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.geotools.metadata.iso.content.ContentInformationImpl
   org.geotools.metadata.iso.content.CoverageDescriptionImpl
      org.geotools.metadata.iso.content.ImageDescriptionImpl

ImageDescriptionImpl
public class ImageDescriptionImpl extends CoverageDescriptionImpl implements ImageDescription(Code)
Information about an image's suitability for use.
version:
   $Id: ImageDescriptionImpl.java 25189 2007-04-17 13:23:47Z desruisseaux $
author:
   Martin Desruisseaux
author:
   Touraïvane
since:
   2.1



Constructor Summary
public  ImageDescriptionImpl()
     Constructs an initially empty image description.
public  ImageDescriptionImpl(ImageDescription source)
     Constructs a metadata entity initialized with the values from the specified metadata.

Method Summary
public  DoublegetCloudCoverPercentage()
     Returns the area of the dataset obscured by clouds, expressed as a percentage of the spatial extent.
public  IntegergetCompressionGenerationQuantity()
     Returns the count of the number the number of lossy compression cycles performed on the image.
public  DoublegetIlluminationAzimuthAngle()
     Returns the illumination azimuth measured in degrees clockwise from true north at the time the image is taken.
public  DoublegetIlluminationElevationAngle()
     Returns the illumination elevation measured in degrees clockwise from the target plane at intersection of the optical line of sight with the Earth’s surface.
public  IdentifiergetImageQualityCode()
     Returns the specifies the image quality.
public  ImagingConditiongetImagingCondition()
     Returns the conditions affected the image.
public  IdentifiergetProcessingLevelCode()
     Returns the image distributor’s code that identifies the level of radiometric and geometric processing that has been applied.
public  BooleangetTriangulationIndicator()
     Returns the indication of whether or not triangulation has been performed upon the image.
public  BooleanisCameraCalibrationInformationAvailable()
     Returns the indication of whether or not constants are available which allow for camera calibration corrections.
public  BooleanisFilmDistortionInformationAvailable()
     Returns the indication of whether or not Calibration Reseau information is available.
public  BooleanisLensDistortionInformationAvailable()
     Returns the indication of whether or not lens aberration correction information is available.
public  BooleanisRadiometricCalibrationDataAvailable()
     Returns theiIndication of whether or not the radiometric calibration information for generating the radiometrically calibrated standard data product is available.
public synchronized  voidsetCameraCalibrationInformationAvailable(Boolean newValue)
     Set the indication of whether or not constants are available which allow for camera calibration corrections.
public synchronized  voidsetCloudCoverPercentage(Double newValue)
     Set the area of the dataset obscured by clouds, expressed as a percentage of the spatial extent.
public synchronized  voidsetCompressionGenerationQuantity(Integer newValue)
     Set the count of the number the number of lossy compression cycles performed on the image.
public synchronized  voidsetFilmDistortionInformationAvailable(Boolean newValue)
     Set the indication of whether or not Calibration Reseau information is available.
public synchronized  voidsetIlluminationAzimuthAngle(Double newValue)
     Set the illumination azimuth measured in degrees clockwise from true north at the time the image is taken.
public synchronized  voidsetIlluminationElevationAngle(Double newValue)
     Set the illumination elevation measured in degrees clockwise from the target plane at intersection of the optical line of sight with the Earth’s surface.
public synchronized  voidsetImageQualityCode(Identifier newValue)
     Set the specifies the image quality.
public synchronized  voidsetImagingCondition(ImagingCondition newValue)
     Set the conditions affected the image.
public synchronized  voidsetLensDistortionInformationAvailable(Boolean newValue)
     Set the indication of whether or not lens aberration correction information is available.
public synchronized  voidsetProcessingLevelCode(Identifier newValue)
     Set the image distributor’s code that identifies the level of radiometric and geometric processing that has been applied.
public synchronized  voidsetRadiometricCalibrationDataAvailable(Boolean newValue)
     Set the indication of whether or not the radiometric calibration information for generating the radiometrically calibrated standard data product is available.
public synchronized  voidsetTriangulationIndicator(Boolean newValue)
     Set the indication of whether or not triangulation has been performed upon the image.


Constructor Detail
ImageDescriptionImpl
public ImageDescriptionImpl()(Code)
Constructs an initially empty image description.



ImageDescriptionImpl
public ImageDescriptionImpl(ImageDescription source)(Code)
Constructs a metadata entity initialized with the values from the specified metadata.
since:
   2.4




Method Detail
getCloudCoverPercentage
public Double getCloudCoverPercentage()(Code)
Returns the area of the dataset obscured by clouds, expressed as a percentage of the spatial extent.



getCompressionGenerationQuantity
public Integer getCompressionGenerationQuantity()(Code)
Returns the count of the number the number of lossy compression cycles performed on the image. Returns null if the information is not provided.



getIlluminationAzimuthAngle
public Double getIlluminationAzimuthAngle()(Code)
Returns the illumination azimuth measured in degrees clockwise from true north at the time the image is taken. For images from a scanning device, refer to the centre pixel of the image.



getIlluminationElevationAngle
public Double getIlluminationElevationAngle()(Code)
Returns the illumination elevation measured in degrees clockwise from the target plane at intersection of the optical line of sight with the Earth’s surface. For images from a scanning device, refer to the centre pixel of the image.



getImageQualityCode
public Identifier getImageQualityCode()(Code)
Returns the specifies the image quality.



getImagingCondition
public ImagingCondition getImagingCondition()(Code)
Returns the conditions affected the image.



getProcessingLevelCode
public Identifier getProcessingLevelCode()(Code)
Returns the image distributor’s code that identifies the level of radiometric and geometric processing that has been applied.



getTriangulationIndicator
public Boolean getTriangulationIndicator()(Code)
Returns the indication of whether or not triangulation has been performed upon the image. Returns null if the information is not provided.



isCameraCalibrationInformationAvailable
public Boolean isCameraCalibrationInformationAvailable()(Code)
Returns the indication of whether or not constants are available which allow for camera calibration corrections.



isFilmDistortionInformationAvailable
public Boolean isFilmDistortionInformationAvailable()(Code)
Returns the indication of whether or not Calibration Reseau information is available.



isLensDistortionInformationAvailable
public Boolean isLensDistortionInformationAvailable()(Code)
Returns the indication of whether or not lens aberration correction information is available.



isRadiometricCalibrationDataAvailable
public Boolean isRadiometricCalibrationDataAvailable()(Code)
Returns theiIndication of whether or not the radiometric calibration information for generating the radiometrically calibrated standard data product is available.



setCameraCalibrationInformationAvailable
public synchronized void setCameraCalibrationInformationAvailable(Boolean newValue)(Code)
Set the indication of whether or not constants are available which allow for camera calibration corrections.



setCloudCoverPercentage
public synchronized void setCloudCoverPercentage(Double newValue)(Code)
Set the area of the dataset obscured by clouds, expressed as a percentage of the spatial extent.



setCompressionGenerationQuantity
public synchronized void setCompressionGenerationQuantity(Integer newValue)(Code)
Set the count of the number the number of lossy compression cycles performed on the image.



setFilmDistortionInformationAvailable
public synchronized void setFilmDistortionInformationAvailable(Boolean newValue)(Code)
Set the indication of whether or not Calibration Reseau information is available.



setIlluminationAzimuthAngle
public synchronized void setIlluminationAzimuthAngle(Double newValue)(Code)
Set the illumination azimuth measured in degrees clockwise from true north at the time the image is taken. For images from a scanning device, refer to the centre pixel of the image.



setIlluminationElevationAngle
public synchronized void setIlluminationElevationAngle(Double newValue)(Code)
Set the illumination elevation measured in degrees clockwise from the target plane at intersection of the optical line of sight with the Earth’s surface. For images from a scanning device, refer to the centre pixel of the image.



setImageQualityCode
public synchronized void setImageQualityCode(Identifier newValue)(Code)
Set the specifies the image quality.



setImagingCondition
public synchronized void setImagingCondition(ImagingCondition newValue)(Code)
Set the conditions affected the image.



setLensDistortionInformationAvailable
public synchronized void setLensDistortionInformationAvailable(Boolean newValue)(Code)
Set the indication of whether or not lens aberration correction information is available.



setProcessingLevelCode
public synchronized void setProcessingLevelCode(Identifier newValue)(Code)
Set the image distributor’s code that identifies the level of radiometric and geometric processing that has been applied.



setRadiometricCalibrationDataAvailable
public synchronized void setRadiometricCalibrationDataAvailable(Boolean newValue)(Code)
Set the indication of whether or not the radiometric calibration information for generating the radiometrically calibrated standard data product is available.



setTriangulationIndicator
public synchronized void setTriangulationIndicator(Boolean newValue)(Code)
Set the indication of whether or not triangulation has been performed upon the image.



Methods inherited from org.geotools.metadata.iso.content.CoverageDescriptionImpl
public RecordType getAttributeDescription()(Code)(Java Doc)
public CoverageContentType getContentType()(Code)(Java Doc)
public RangeDimension getDimension()(Code)(Java Doc)
public synchronized Collection getDimensions()(Code)(Java Doc)
public synchronized void setAttributeDescription(RecordType newValue)(Code)(Java Doc)
public synchronized void setContentType(CoverageContentType newValue)(Code)(Java Doc)
public synchronized void setDimension(RangeDimension newValue)(Code)(Java Doc)
public synchronized void setDimensions(Collection newValues)(Code)(Java Doc)


www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.