|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.metadata.AbstractMetadata
org.geotools.metadata.ModifiableMetadata
org.geotools.metadata.iso.MetadataEntity
org.geotools.metadata.iso.content.ContentInformationImpl
org.geotools.metadata.iso.content.CoverageDescriptionImpl
org.geotools.metadata.iso.content.ImageDescriptionImpl
public class ImageDescriptionImpl
Information about an image's suitability for use.
Field Summary |
---|
Fields inherited from class org.geotools.metadata.AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
ImageDescriptionImpl()
Constructs an initially empty image description. |
|
ImageDescriptionImpl(org.opengis.metadata.content.ImageDescription source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
java.lang.Double |
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.Double |
getIlluminationAzimuthAngle()
Returns the illumination azimuth measured in degrees clockwise from true north at the time the image is taken. |
java.lang.Double |
getIlluminationElevationAngle()
Returns the illumination elevation measured in degrees clockwise from the target plane at intersection of the optical line of sight with the Earths 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 distributors 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. |
java.lang.Boolean |
isCameraCalibrationInformationAvailable()
Returns the indication of whether or not constants are available which allow for camera calibration corrections. |
java.lang.Boolean |
isFilmDistortionInformationAvailable()
Returns the indication of whether or not Calibration Reseau information is available. |
java.lang.Boolean |
isLensDistortionInformationAvailable()
Returns the indication of whether or not lens aberration correction information is available. |
java.lang.Boolean |
isRadiometricCalibrationDataAvailable()
Returns theiIndication of whether or not the radiometric calibration information for generating the radiometrically calibrated standard data product is available. |
void |
setCameraCalibrationInformationAvailable(java.lang.Boolean newValue)
Set the indication of whether or not constants are available which allow for camera calibration corrections. |
void |
setCloudCoverPercentage(java.lang.Double 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(java.lang.Boolean newValue)
Set the indication of whether or not Calibration Reseau information is available. |
void |
setIlluminationAzimuthAngle(java.lang.Double newValue)
Set the illumination azimuth measured in degrees clockwise from true north at the time the image is taken. |
void |
setIlluminationElevationAngle(java.lang.Double newValue)
Set the illumination elevation measured in degrees clockwise from the target plane at intersection of the optical line of sight with the Earths 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(java.lang.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 distributors code that identifies the level of radiometric and geometric processing that has been applied. |
void |
setRadiometricCalibrationDataAvailable(java.lang.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, getDimensions, setAttributeDescription, setContentType, setDimensions |
Methods inherited from class org.geotools.metadata.iso.MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class org.geotools.metadata.ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class org.geotools.metadata.AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.opengis.metadata.content.CoverageDescription |
---|
getAttributeDescription, getContentType, getDimensions |
Constructor Detail |
---|
public ImageDescriptionImpl()
public ImageDescriptionImpl(org.opengis.metadata.content.ImageDescription source)
Method Detail |
---|
public java.lang.Double getIlluminationElevationAngle()
getIlluminationElevationAngle
in interface org.opengis.metadata.content.ImageDescription
public void setIlluminationElevationAngle(java.lang.Double newValue)
public java.lang.Double getIlluminationAzimuthAngle()
getIlluminationAzimuthAngle
in interface org.opengis.metadata.content.ImageDescription
public void setIlluminationAzimuthAngle(java.lang.Double newValue)
public org.opengis.metadata.content.ImagingCondition getImagingCondition()
getImagingCondition
in interface org.opengis.metadata.content.ImageDescription
public void setImagingCondition(org.opengis.metadata.content.ImagingCondition newValue)
public org.opengis.metadata.Identifier getImageQualityCode()
getImageQualityCode
in interface org.opengis.metadata.content.ImageDescription
public void setImageQualityCode(org.opengis.metadata.Identifier newValue)
public java.lang.Double getCloudCoverPercentage()
getCloudCoverPercentage
in interface org.opengis.metadata.content.ImageDescription
public void setCloudCoverPercentage(java.lang.Double newValue)
public org.opengis.metadata.Identifier getProcessingLevelCode()
getProcessingLevelCode
in interface org.opengis.metadata.content.ImageDescription
public void setProcessingLevelCode(org.opengis.metadata.Identifier newValue)
public java.lang.Integer getCompressionGenerationQuantity()
null
if the information is not provided.
getCompressionGenerationQuantity
in interface org.opengis.metadata.content.ImageDescription
public void setCompressionGenerationQuantity(java.lang.Integer newValue)
public java.lang.Boolean getTriangulationIndicator()
null
if the information is not provided.
getTriangulationIndicator
in interface org.opengis.metadata.content.ImageDescription
public void setTriangulationIndicator(java.lang.Boolean newValue)
public java.lang.Boolean isRadiometricCalibrationDataAvailable()
isRadiometricCalibrationDataAvailable
in interface org.opengis.metadata.content.ImageDescription
public void setRadiometricCalibrationDataAvailable(java.lang.Boolean newValue)
public java.lang.Boolean isCameraCalibrationInformationAvailable()
isCameraCalibrationInformationAvailable
in interface org.opengis.metadata.content.ImageDescription
public void setCameraCalibrationInformationAvailable(java.lang.Boolean newValue)
public java.lang.Boolean isFilmDistortionInformationAvailable()
isFilmDistortionInformationAvailable
in interface org.opengis.metadata.content.ImageDescription
public void setFilmDistortionInformationAvailable(java.lang.Boolean newValue)
public java.lang.Boolean isLensDistortionInformationAvailable()
isLensDistortionInformationAvailable
in interface org.opengis.metadata.content.ImageDescription
public void setLensDistortionInformationAvailable(java.lang.Boolean newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |