Uses of Class
org.opengis.metadata.content.ImagingCondition

Packages that use ImagingCondition
org.opengis.metadata.content Content information (includes Feature catalogue and Coverage descriptions). 
 

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 ImageDescription.getImagingCondition()
          Conditions affected the image.
static ImagingCondition ImagingCondition.valueOf(String code)
          Returns the ImagingCondition that matches the given string, or returns a new one if none match it.
static ImagingCondition[] ImagingCondition.values()
          Returns the list of ImagingConditions.
 



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.