Uses of Class
org.opengis.metadata.content.ImagingCondition
Package
Description
Identification of the feature catalogue used,
or description of the content of a coverage dataset.
-
Uses of ImagingCondition in org.opengis.metadata.content
Modifier and TypeFieldDescriptionstatic final ImagingCondition
ImagingCondition.BLURRED_IMAGE
Portion of the image is blurred.static final ImagingCondition
ImagingCondition.CLOUD
Portion of the image is partially obscured by cloud coverstatic final ImagingCondition
ImagingCondition.DEGRADING_OBLIQUITY
Acute angle between the plane of the ecliptic (the plane of the planet's orbit) and the plane of the celestial equator.static final ImagingCondition
ImagingCondition.FOG
Portion of the image is partially obscured by fog.static final ImagingCondition
ImagingCondition.HEAVY_SMOKE_OR_DUST
Portion of the image is partially obscured by heavy smoke or dust.static final ImagingCondition
ImagingCondition.NIGHT
Image was taken at night.static final ImagingCondition
ImagingCondition.RAIN
Image was taken during rainfall.static final ImagingCondition
ImagingCondition.SEMI_DARKNESS
Image was taken during semi-dark conditions or twilight conditions.static final ImagingCondition
ImagingCondition.SHADOW
Portion of the image is obscured by shadow.static final ImagingCondition
ImagingCondition.SNOW
Portion of the image is obscured by snow.static final ImagingCondition
ImagingCondition.TERRAIN_MASKING
The absence of collection data of a given point or area caused by the relative location of topographic features which obstruct the collection path between the collector(s) and the subject(s) of interest.Modifier and TypeMethodDescriptionImagingCondition.family()
Returns the list of codes of the same kind as this code list element.default ImagingCondition
ImageDescription.getImagingCondition()
Conditions which affected the image.static ImagingCondition
Returns the imaging condition that matches the given string, or returns a new one if none match it.static ImagingCondition[]
ImagingCondition.values()
Returns the list ofImagingCondition
s.