Class TLcdISO19115PresentationFormCode

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

public class TLcdISO19115PresentationFormCode extends TLcdISO19115Code
Mode in which the data is represented.
Since:
10.0
  • Field Details

    • DOCUMENT_DIGITAL

      public static final TLcdISO19115PresentationFormCode DOCUMENT_DIGITAL
      Digital representation of a primarily textual item (can contain illustrations also).
    • DOCUMENT_HARDCOPY

      public static final TLcdISO19115PresentationFormCode DOCUMENT_HARDCOPY
      Representation of a primarily textual item (can contain illustrations also) on paper, photographic material, or other media.
    • IMAGE_DIGITAL

      public static final TLcdISO19115PresentationFormCode IMAGE_DIGITAL
      Likeness of natural or man-made features, objects, and activities acquired through the sensing of visual or any other segment of the electromagnetic spectrum by sensors, such as thermal infrared, and high resolution radar and stored in digital format.
    • IMAGE_HARDCOPY

      public static final TLcdISO19115PresentationFormCode IMAGE_HARDCOPY
      Likeness of natural or man-made features, objects, and activities acquired through the sensing of visual or any other segment of the electromagnetic spectrum by sensors, such as thermal infrared, and high resolution radar and reproduced on paper, photographic material, or other media for use directly by the human user.
    • MAP_DIGITAL

      public static final TLcdISO19115PresentationFormCode MAP_DIGITAL
      Map represented in raster or vector form.
    • MAP_HARDCOPY

      public static final TLcdISO19115PresentationFormCode MAP_HARDCOPY
      Map printed on paper, photographic material, or other media for use directly by the human user.
    • MODEL_DIGITAL

      public static final TLcdISO19115PresentationFormCode MODEL_DIGITAL
      Multi-dimensional digital representation of a feature, process, etc.
    • MODEL_HARDCOPY

      public static final TLcdISO19115PresentationFormCode MODEL_HARDCOPY
      3-dimensional, physical model.
    • PROFILE_DIGITAL

      public static final TLcdISO19115PresentationFormCode PROFILE_DIGITAL
      Vertical cross-section in digital form.
    • PROFILE_HARDCOPY

      public static final TLcdISO19115PresentationFormCode PROFILE_HARDCOPY
      Vertical cross-section printed on paper, etc.
    • TABLE_DIGITAL

      public static final TLcdISO19115PresentationFormCode TABLE_DIGITAL
      Digital representation of facts or figures systematically displayed, especially in columns.
    • TABLE_HARDCOPY

      public static final TLcdISO19115PresentationFormCode TABLE_HARDCOPY
      Representation of facts or figures systematically displayed, especially in columns, printed on paper, photographic material, or other media.
    • VIDEO_DIGITAL

      public static final TLcdISO19115PresentationFormCode VIDEO_DIGITAL
      Digital video recording.
    • VIDEO_HARDCOPY

      public static final TLcdISO19115PresentationFormCode VIDEO_HARDCOPY
      Video recording on film.
    • VALUE_PROPERTY

      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

      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

      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

      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

      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

    • TLcdISO19115PresentationFormCode

      public TLcdISO19115PresentationFormCode(TLcdDataType aType)
  • Method Details

    • getValueObject

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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.