Class TLcdISO19115Identification

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.identification.TLcdISO19115Identification
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable
Direct Known Subclasses:
TLcdISO19115DataIdentification, TLcdISO19115ServiceIdentification, TLcdISO19119ServiceIdentification

public class TLcdISO19115Identification extends TLcdISO19118Object
Basic information about data
Since:
10.0
  • Field Details

    • CITATION_PROPERTY

      public static final TLcdDataProperty CITATION_PROPERTY
      Data property that maps to the citation element. The possible values for this property are instances of TLcdISO19118Property<TLcdISO19115Citation>.
    • ABSTRACT_PROPERTY

      public static final TLcdDataProperty ABSTRACT_PROPERTY
      Data property that maps to the abstract element. The possible values for this property are instances of TLcdISO19115Optional<String>.
    • PURPOSE_PROPERTY

      public static final TLcdDataProperty PURPOSE_PROPERTY
      Data property that maps to the purpose element. The possible values for this property are instances of TLcdISO19115Optional<String>.
    • CREDIT_PROPERTY

      public static final TLcdDataProperty CREDIT_PROPERTY
      Data property that maps to the credit element. The possible values for this property are instances of List<TLcdISO19115Optional<String>>.
    • STATUS_PROPERTY

      public static final TLcdDataProperty STATUS_PROPERTY
      Data property that maps to the status element. The possible values for this property are instances of List<TLcdISO19115Optional<TLcdISO19115ProgressCode>>.
    • POINT_OF_CONTACT_PROPERTY

      public static final TLcdDataProperty POINT_OF_CONTACT_PROPERTY
      Data property that maps to the pointOfContact element. The possible values for this property are instances of List<TLcdISO19118Property<TLcdISO19115ResponsibleParty>>.
    • RESOURCE_MAINTENANCE_PROPERTY

      public static final TLcdDataProperty RESOURCE_MAINTENANCE_PROPERTY
      Data property that maps to the resourceMaintenance element. The possible values for this property are instances of List<TLcdISO19118Property<TLcdISO19115MaintenanceInformation>>.
    • GRAPHIC_OVERVIEW_PROPERTY

      public static final TLcdDataProperty GRAPHIC_OVERVIEW_PROPERTY
      Data property that maps to the graphicOverview element. The possible values for this property are instances of List<TLcdISO19118Property<TLcdISO19115BrowseGraphic>>.
    • RESOURCE_FORMAT_PROPERTY

      public static final TLcdDataProperty RESOURCE_FORMAT_PROPERTY
      Data property that maps to the resourceFormat element. The possible values for this property are instances of List<TLcdISO19118Property<TLcdISO19115Format>>.
    • DESCRIPTIVE_KEYWORDS_PROPERTY

      public static final TLcdDataProperty DESCRIPTIVE_KEYWORDS_PROPERTY
      Data property that maps to the descriptiveKeywords element. The possible values for this property are instances of List<TLcdISO19118Property<TLcdISO19115Keywords>>.
    • RESOURCE_SPECIFIC_USAGE_PROPERTY

      public static final TLcdDataProperty RESOURCE_SPECIFIC_USAGE_PROPERTY
      Data property that maps to the resourceSpecificUsage element. The possible values for this property are instances of List<TLcdISO19118Property<TLcdISO19115Usage>>.
    • RESOURCE_CONSTRAINTS_PROPERTY

      public static final TLcdDataProperty RESOURCE_CONSTRAINTS_PROPERTY
      Data property that maps to the resourceConstraints element. The possible values for this property are instances of List<TLcdISO19118Property<TLcdISO19115Constraints>>.
    • AGGREGATION_INFO_PROPERTY

      public static final TLcdDataProperty AGGREGATION_INFO_PROPERTY
      Data property that maps to the aggregationInfo element. The possible values for this property are instances of List<TLcdISO19118Property<TLcdISO19115AggregateInformation>>.
  • Constructor Details

    • TLcdISO19115Identification

      public TLcdISO19115Identification()
    • TLcdISO19115Identification

      public TLcdISO19115Identification(TLcdDataType aType)
  • Method Details