Package | Description |
---|---|
org.geotools.metadata.iso.content |
Content information
implementation.
|
org.opengis.metadata.content |
Content information (includes
Feature catalogue and Coverage descriptions).
|
Modifier and Type | Method and Description |
---|---|
ImagingCondition |
ImageDescriptionImpl.getImagingCondition()
Returns the conditions affected the image.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageDescriptionImpl.setImagingCondition(ImagingCondition newValue)
Set the conditions affected the image.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 1996–2019 Geotools. All rights reserved.