|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.geotools.metadata.iso.MetadataEntity
org.geotools.metadata.iso.content.ContentInformationImpl
org.geotools.metadata.iso.content.CoverageDescriptionImpl
org.geotools.metadata.iso.content.ImageDescriptionImpl
Information about an image's suitability for use.
| Field Summary |
| Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
LOGGER |
| Constructor Summary | |
ImageDescriptionImpl()
Constructs an initially empty image description. |
|
| Method Summary | |
boolean |
equals(java.lang.Object object)
Compare this image description with the specified object for equality. |
protected void |
freeze()
Declare this metadata and all its attributes as unmodifiable. |
java.lang.Number |
getCloudCoverPercentage()
Returns the area of the dataset obscured by clouds, expressed as a percentage of the spatial extent. |
java.lang.Integer |
getCompressionGenerationQuantity()
Returns the count of the number the number of lossy compression cycles performed on the image. |
java.lang.Number |
getIlluminationAzimuthAngle()
Returns the illumination azimuth measured in degrees clockwise from true north at the time the image is taken. |
java.lang.Number |
getIlluminationElevationAngle()
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. |
org.opengis.metadata.Identifier |
getImageQualityCode()
Returns the specifies the image quality. |
org.opengis.metadata.content.ImagingCondition |
getImagingCondition()
Returns the conditions affected the image. |
org.opengis.metadata.Identifier |
getProcessingLevelCode()
Returns the image distributor?s code that identifies the level of radiometric and geometric processing that has been applied. |
java.lang.Boolean |
getTriangulationIndicator()
Returns the indication of whether or not triangulation has been performed upon the image. |
int |
hashCode()
Returns a hash code value for this image description. |
boolean |
isCameraCalibrationInformationAvailable()
Returns the indication of whether or not constants are available which allow for camera calibration corrections. |
boolean |
isFilmDistortionInformationAvailable()
Returns the indication of whether or not Calibration Reseau information is available. |
boolean |
isLensDistortionInformationAvailable()
Returns the indication of whether or not lens aberration correction information is available. |
boolean |
isRadiometricCalibrationDataAvailable()
Returns theiIndication of whether or not the radiometric calibration information for generating the radiometrically calibrated standard data product is available. |
void |
setCameraCalibrationInformationAvailable(boolean newValue)
Set the indication of whether or not constants are available which allow for camera calibration corrections. |
void |
setCloudCoverPercentage(java.lang.Number newValue)
Set the area of the dataset obscured by clouds, expressed as a percentage of the spatial extent. |
void |
setCompressionGenerationQuantity(java.lang.Integer newValue)
Set the count of the number the number of lossy compression cycles performed on the image. |
void |
setFilmDistortionInformationAvailable(boolean newValue)
Set the indication of whether or not Calibration Reseau information is available. |
void |
setIlluminationAzimuthAngle(java.lang.Number newValue)
Set the illumination azimuth measured in degrees clockwise from true north at the time the image is taken. |
void |
setIlluminationElevationAngle(java.lang.Number 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. |
void |
setImageQualityCode(org.opengis.metadata.Identifier newValue)
Set the specifies the image quality. |
void |
setImagingCondition(org.opengis.metadata.content.ImagingCondition newValue)
Set the conditions affected the image. |
void |
setLensDistortionInformationAvailable(boolean newValue)
Set the indication of whether or not lens aberration correction information is available. |
void |
setProcessingLevelCode(org.opengis.metadata.Identifier newValue)
Set the image distributor?s code that identifies the level of radiometric and geometric processing that has been applied. |
void |
setRadiometricCalibrationDataAvailable(boolean newValue)
Set the indication of whether or not the radiometric calibration information for generating the radiometrically calibrated standard data product is available. |
void |
setTriangulationIndicator(java.lang.Boolean newValue)
Set the indication of whether or not triangulation has been performed upon the image. |
| Methods inherited from class org.geotools.metadata.iso.content.CoverageDescriptionImpl |
getAttributeDescription, getContentType, getDimension, setAttributeDescription, setContentType, setDimension, toString |
| Methods inherited from class org.geotools.metadata.iso.MetadataEntity |
appendLineSeparator, checkWritePermission, copyCollection, isModifiable, nonNullCollection, unmodifiable, unmodifiable |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.opengis.metadata.content.CoverageDescription |
getAttributeDescription, getContentType, getDimension |
| Constructor Detail |
public ImageDescriptionImpl()
| Method Detail |
public java.lang.Number getIlluminationElevationAngle()
getIlluminationElevationAngle in interface org.opengis.metadata.content.ImageDescriptionpublic void setIlluminationElevationAngle(java.lang.Number newValue)
public java.lang.Number getIlluminationAzimuthAngle()
getIlluminationAzimuthAngle in interface org.opengis.metadata.content.ImageDescriptionpublic void setIlluminationAzimuthAngle(java.lang.Number newValue)
public org.opengis.metadata.content.ImagingCondition getImagingCondition()
getImagingCondition in interface org.opengis.metadata.content.ImageDescriptionpublic void setImagingCondition(org.opengis.metadata.content.ImagingCondition newValue)
public org.opengis.metadata.Identifier getImageQualityCode()
getImageQualityCode in interface org.opengis.metadata.content.ImageDescriptionpublic void setImageQualityCode(org.opengis.metadata.Identifier newValue)
public java.lang.Number getCloudCoverPercentage()
getCloudCoverPercentage in interface org.opengis.metadata.content.ImageDescriptionpublic void setCloudCoverPercentage(java.lang.Number newValue)
public org.opengis.metadata.Identifier getProcessingLevelCode()
getProcessingLevelCode in interface org.opengis.metadata.content.ImageDescriptionpublic void setProcessingLevelCode(org.opengis.metadata.Identifier newValue)
public java.lang.Integer getCompressionGenerationQuantity()
getCompressionGenerationQuantity in interface org.opengis.metadata.content.ImageDescriptionpublic void setCompressionGenerationQuantity(java.lang.Integer newValue)
public java.lang.Boolean getTriangulationIndicator()
getTriangulationIndicator in interface org.opengis.metadata.content.ImageDescriptionpublic void setTriangulationIndicator(java.lang.Boolean newValue)
public boolean isRadiometricCalibrationDataAvailable()
isRadiometricCalibrationDataAvailable in interface org.opengis.metadata.content.ImageDescriptionpublic void setRadiometricCalibrationDataAvailable(boolean newValue)
public boolean isCameraCalibrationInformationAvailable()
isCameraCalibrationInformationAvailable in interface org.opengis.metadata.content.ImageDescriptionpublic void setCameraCalibrationInformationAvailable(boolean newValue)
public boolean isFilmDistortionInformationAvailable()
isFilmDistortionInformationAvailable in interface org.opengis.metadata.content.ImageDescriptionpublic void setFilmDistortionInformationAvailable(boolean newValue)
public boolean isLensDistortionInformationAvailable()
isLensDistortionInformationAvailable in interface org.opengis.metadata.content.ImageDescriptionpublic void setLensDistortionInformationAvailable(boolean newValue)
protected void freeze()
freeze in class CoverageDescriptionImplpublic boolean equals(java.lang.Object object)
equals in class CoverageDescriptionImplpublic int hashCode()
hashCode in class CoverageDescriptionImpl
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||