GeoAPI 2.0
Build 2005-06-08

org.opengis.metadata.content
Class ImagingCondition

Object
  extended by CodeList<ImagingCondition>
      extended by ImagingCondition
All Implemented Interfaces:
Serializable, Comparable<ImagingCondition>

@UML(identifier="MD_ImagingConditionCode",
     specification=ISO_19115)
public final class ImagingCondition
extends CodeList<ImagingCondition>

Code which indicates conditions which may affect the image.

Since:
GeoAPI 2.0
Version:
Abstract specification 5.0
See Also:
Serialized Form

Field Summary
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—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.
 
Constructor Summary
ImagingCondition(String name)
          Constructs an enum with the given name.
 
Method Summary
 ImagingCondition[] family()
          Returns the list of enumerations of the same kind than this enum.
static ImagingCondition[] values()
          Returns the list of ImagingConditions.
 
Methods inherited from class CodeList
compareTo, name, ordinal, readResolve, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BLURRED_IMAGE

@UML(identifier="blurredImage",
     obligation=CONDITIONAL,
     specification=ISO_19115)
public static final ImagingCondition BLURRED_IMAGE
Portion of the image is blurred.


CLOUD

@UML(identifier="cloud",
     obligation=CONDITIONAL,
     specification=ISO_19115)
public static final ImagingCondition CLOUD
Portion of the image is partially obscured by cloud cover


DEGRADING_OBLIQUITY

@UML(identifier="degradingObliquity",
     obligation=CONDITIONAL,
     specification=ISO_19115)
public static final 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.


FOG

@UML(identifier="fog",
     obligation=CONDITIONAL,
     specification=ISO_19115)
public static final ImagingCondition FOG
Portion of the image is partially obscured by fog.


HEAVY_SMOKE_OR_DUST

@UML(identifier="heavySmokeOrDust",
     obligation=CONDITIONAL,
     specification=ISO_19115)
public static final ImagingCondition HEAVY_SMOKE_OR_DUST
Portion of the image is partially obscured by heavy smoke or dust.


NIGHT

@UML(identifier="night",
     obligation=CONDITIONAL,
     specification=ISO_19115)
public static final ImagingCondition NIGHT
Image was taken at night.


RAIN

@UML(identifier="rain",
     obligation=CONDITIONAL,
     specification=ISO_19115)
public static final ImagingCondition RAIN
Image was taken during rainfall.


SEMI_DARKNESS

@UML(identifier="semiDarkness",
     obligation=CONDITIONAL,
     specification=ISO_19115)
public static final ImagingCondition SEMI_DARKNESS
Image was taken during semi-dark conditions—twilight conditions.


SHADOW

@UML(identifier="shadow",
     obligation=CONDITIONAL,
     specification=ISO_19115)
public static final ImagingCondition SHADOW
Portion of the image is obscured by shadow.


SNOW

@UML(identifier="snow",
     obligation=CONDITIONAL,
     specification=ISO_19115)
public static final ImagingCondition SNOW
Portion of the image is obscured by snow.


TERRAIN_MASKING

@UML(identifier="terrainMasking",
     obligation=CONDITIONAL,
     specification=ISO_19115)
public static final 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.

Constructor Detail

ImagingCondition

public ImagingCondition(String name)
Constructs an enum with the given name. The new enum is automatically added to the list returned by values().

Parameters:
name - The enum name. This name must not be in use by an other enum of this type.
Method Detail

values

public static ImagingCondition[] values()
Returns the list of ImagingConditions.


family

public ImagingCondition[] family()
Returns the list of enumerations of the same kind than this enum.

Specified by:
family in class CodeList<ImagingCondition>

GeoAPI 2.0
Build 2005-06-08

Symbols, terms and definitions
Copyright OpenGIS® Consortium