Class TLcdISO19115ImagingConditionCode

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19115Code
com.luciad.format.metadata.model.content.TLcdISO19115ImagingConditionCode
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdISO19115ImagingConditionCode extends TLcdISO19115Code
Code which indicates conditions which may affect the image.
Since:
10.0
  • Field Details Link icon

    • BLURRED_IMAGE Link icon

      public static final TLcdISO19115ImagingConditionCode BLURRED_IMAGE
      Portion of the image is blurred.
    • CLOUD Link icon

      public static final TLcdISO19115ImagingConditionCode CLOUD
      Portion of the image is partially obscured by cloud cover
    • DEGRADING_OBLIQUITY Link icon

      public static final TLcdISO19115ImagingConditionCode 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 Link icon

      public static final TLcdISO19115ImagingConditionCode FOG
      Portion of the image is partially obscured by fog.
    • HEAVY_SMOKE_OR_DUST Link icon

      public static final TLcdISO19115ImagingConditionCode HEAVY_SMOKE_OR_DUST
      Portion of the image is partially obscured by heavy smoke or dust.
    • NIGHT Link icon

      public static final TLcdISO19115ImagingConditionCode NIGHT
      Image was taken at night.
    • RAIN Link icon

      public static final TLcdISO19115ImagingConditionCode RAIN
      Image was taken during rainfall.
    • SEMI_DARKNESS Link icon

      public static final TLcdISO19115ImagingConditionCode SEMI_DARKNESS
      Image was taken during semi-dark conditions-twilight conditions.
    • SHADOW Link icon

      public static final TLcdISO19115ImagingConditionCode SHADOW
      Portion of the image is obscured by shadow.
    • SNOW Link icon

      public static final TLcdISO19115ImagingConditionCode SNOW
      Portion of the image is obscured by snow.
    • TERRAIN_MASKING Link icon

      public static final TLcdISO19115ImagingConditionCode 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.
    • VALUE_PROPERTY Link icon

      public static final TLcdDataProperty VALUE_PROPERTY
      Data property that maps to the value defined by the simple content. The possible values for this property are instances of String.
    • CODE_LIST_PROPERTY Link icon

      public static final TLcdDataProperty CODE_LIST_PROPERTY
      Data property that maps to the codeList attribute. The possible values for this property are instances of URI.
    • CODE_LIST_VALUE_PROPERTY Link icon

      public static final TLcdDataProperty CODE_LIST_VALUE_PROPERTY
      Data property that maps to the codeListValue attribute. The possible values for this property are instances of URI.
    • CODE_SPACE_PROPERTY Link icon

      public static final TLcdDataProperty CODE_SPACE_PROPERTY
      Data property that maps to the codeSpace attribute. The possible values for this property are instances of URI.
    • TYPE_PROPERTY Link icon

      public static final TLcdDataProperty TYPE_PROPERTY
      Data property that holds the type of this instance. The possible values for this property are the public QName constants defined in this class.
  • Constructor Details Link icon

    • TLcdISO19115ImagingConditionCode Link icon

      public TLcdISO19115ImagingConditionCode(TLcdDataType aType)
  • Method Details Link icon

    • getValueObject Link icon

      public String getValueObject()
      Returns the value of the property that maps to the value defined by the simple content.
      Returns:
      the value of the VALUE_PROPERTY property.
    • setValueObject Link icon

      public void setValueObject(String aValue)
      Sets the value of the property that maps to the value defined by the simple content.
      Parameters:
      aValue - the value to set for the VALUE_PROPERTY property.
    • getCodeList Link icon

      public URI getCodeList()
      Returns the value of the property that maps to the codeList attribute.
      Returns:
      the value of the CODE_LIST_PROPERTY property.
    • setCodeList Link icon

      public void setCodeList(URI aValue)
      Sets the value of the property that maps to the codeList attribute.
      Parameters:
      aValue - the value to set for the CODE_LIST_PROPERTY property.
    • getCodeListValue Link icon

      public URI getCodeListValue()
      Returns the value of the property that maps to the codeListValue attribute.
      Returns:
      the value of the CODE_LIST_VALUE_PROPERTY property.
    • setCodeListValue Link icon

      public void setCodeListValue(URI aValue)
      Sets the value of the property that maps to the codeListValue attribute.
      Parameters:
      aValue - the value to set for the CODE_LIST_VALUE_PROPERTY property.
    • getCodeSpace Link icon

      public URI getCodeSpace()
      Returns the value of the property that maps to the codeSpace attribute.
      Returns:
      the value of the CODE_SPACE_PROPERTY property.
    • setCodeSpace Link icon

      public void setCodeSpace(URI aValue)
      Sets the value of the property that maps to the codeSpace attribute.
      Parameters:
      aValue - the value to set for the CODE_SPACE_PROPERTY property.
    • getType Link icon

      public QName getType()
      Returns the value of the property that holds the type of this instance.

      The possible values for this property are the public QName constants defined in this class.

      Returns:
      the value of the TYPE_PROPERTY property.
    • setType Link icon

      public void setType(QName aValue)
      Sets the value of the property that holds the type of this instance.

      The possible values for this property are the public QName constants defined in this class.

      Parameters:
      aValue - the value to set for the TYPE_PROPERTY property.