@UML(identifier="MD_ImagingConditionCode", specification=ISO_19115) public final class ImagingCondition extends CodeList<ImagingCondition>
Modifier and Type | Field and Description |
---|---|
static ImagingCondition |
BLURRED_IMAGE
Portion of the image is blurred.
|
static ImagingCondition |
CLOUD
Portion of the image is partially obscured by cloud cover
|
static 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 |
FOG
Portion of the image is partially obscured by fog.
|
static ImagingCondition |
HEAVY_SMOKE_OR_DUST
Portion of the image is partially obscured by heavy smoke or dust.
|
static ImagingCondition |
NIGHT
Image was taken at night.
|
static ImagingCondition |
RAIN
Image was taken during rainfall.
|
static ImagingCondition |
SEMI_DARKNESS
Image was taken during semi-dark conditions or twilight conditions.
|
static ImagingCondition |
SHADOW
Portion of the image is obscured by shadow.
|
static ImagingCondition |
SNOW
Portion of the image is obscured by snow.
|
static 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[] |
family()
Returns the list of enumerations of the same kind than this enum.
|
static ImagingCondition |
valueOf(String code)
Returns the imaging condition that matches the given string, or returns a new one if none
match it.
|
static ImagingCondition[] |
values()
Returns the list of
ImagingCondition s. |
compareTo, equals, identifier, matches, name, ordinal, readResolve, toString, valueOf
@UML(identifier="blurredImage", obligation=CONDITIONAL, specification=ISO_19115) public static final ImagingCondition BLURRED_IMAGE
@UML(identifier="cloud", obligation=CONDITIONAL, specification=ISO_19115) public static final ImagingCondition CLOUD
@UML(identifier="degradingObliquity", obligation=CONDITIONAL, specification=ISO_19115) public static final ImagingCondition DEGRADING_OBLIQUITY
@UML(identifier="fog", obligation=CONDITIONAL, specification=ISO_19115) public static final ImagingCondition FOG
@UML(identifier="heavySmokeOrDust", obligation=CONDITIONAL, specification=ISO_19115) public static final ImagingCondition HEAVY_SMOKE_OR_DUST
@UML(identifier="night", obligation=CONDITIONAL, specification=ISO_19115) public static final ImagingCondition NIGHT
@UML(identifier="rain", obligation=CONDITIONAL, specification=ISO_19115) public static final ImagingCondition RAIN
@UML(identifier="semiDarkness", obligation=CONDITIONAL, specification=ISO_19115) public static final ImagingCondition SEMI_DARKNESS
@UML(identifier="shadow", obligation=CONDITIONAL, specification=ISO_19115) public static final ImagingCondition SHADOW
@UML(identifier="snow", obligation=CONDITIONAL, specification=ISO_19115) public static final ImagingCondition SNOW
@UML(identifier="terrainMasking", obligation=CONDITIONAL, specification=ISO_19115) public static final ImagingCondition TERRAIN_MASKING
public static ImagingCondition[] values()
ImagingCondition
s.public ImagingCondition[] family()
family
in class CodeList<ImagingCondition>
public static ImagingCondition valueOf(String code)
code
- The name of the code to fetch or to create.Copyright © 1996–2019 Geotools. All rights reserved.