|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImagingCondition | |
---|---|
org.geotools.metadata.iso.content | Content information implementation. |
org.opengis.metadata.content | Content information (includes Feature catalogue and Coverage descriptions). |
Uses of ImagingCondition in org.geotools.metadata.iso.content |
---|
Methods in org.geotools.metadata.iso.content that return ImagingCondition | |
---|---|
ImagingCondition |
ImageDescriptionImpl.getImagingCondition()
Returns the conditions affected the image. |
Methods in org.geotools.metadata.iso.content with parameters of type ImagingCondition | |
---|---|
void |
ImageDescriptionImpl.setImagingCondition(ImagingCondition newValue)
Set the conditions affected the image. |
Uses of ImagingCondition in org.opengis.metadata.content |
---|
Fields in org.opengis.metadata.content declared as ImagingCondition | |
---|---|
static ImagingCondition |
ImagingCondition.BLURRED_IMAGE
Portion of the image is blurred. |
static ImagingCondition |
ImagingCondition.CLOUD
Portion of the image is partially obscured by cloud cover |
static ImagingCondition |
ImagingCondition.DEGRADING_OBLIQUITY
Acute angle between the plane of the ecliptic (the plane of the Earth's orbit) and the plane of the celestial equator. |
static ImagingCondition |
ImagingCondition.FOG
Portion of the image is partially obscured by fog. |
static ImagingCondition |
ImagingCondition.HEAVY_SMOKE_OR_DUST
Portion of the image is partially obscured by heavy smoke or dust. |
static ImagingCondition |
ImagingCondition.NIGHT
Image was taken at night. |
static ImagingCondition |
ImagingCondition.RAIN
Image was taken during rainfall. |
static ImagingCondition |
ImagingCondition.SEMI_DARKNESS
Image was taken during semi-dark conditions or twilight conditions. |
static ImagingCondition |
ImagingCondition.SHADOW
Portion of the image is obscured by shadow. |
static ImagingCondition |
ImagingCondition.SNOW
Portion of the image is obscured by snow. |
static 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. |
Methods in org.opengis.metadata.content that return ImagingCondition | |
---|---|
ImagingCondition[] |
ImagingCondition.family()
Returns the list of enumerations of the same kind than this enum. |
ImagingCondition |
ImageDescription.getImagingCondition()
Conditions affected the image. |
static ImagingCondition |
ImagingCondition.valueOf(String code)
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 of ImagingCondition s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |