Class TLcdISO19115DataFile

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdISO19115DataFile extends TLcdISO19115File
Since:
2013.1
  • Field Details

    • FEATURE_TYPES_PROPERTY

      public static final TLcdDataProperty FEATURE_TYPES_PROPERTY
      Data property that maps to the featureTypes element. The possible values for this property are instances of List<TLcdISO19115Optional<TLcdGML32Code>>.
    • FILE_FORMAT_PROPERTY

      public static final TLcdDataProperty FILE_FORMAT_PROPERTY
      Data property that maps to the fileFormat element. The possible values for this property are instances of TLcdISO19118Property<TLcdISO19115Format>.
  • Constructor Details

    • TLcdISO19115DataFile

      public TLcdISO19115DataFile()
    • TLcdISO19115DataFile

      public TLcdISO19115DataFile(TLcdDataType aType)
  • Method Details

    • getFeatureTypes

      public List<TLcdGML32Code> getFeatureTypes()
      Gets the value of the FEATURE_TYPES_PROPERTY property adapted to a list of TLcdGML32Code instances.
      Returns:
      the value of the FEATURE_TYPES_PROPERTY property adapted to a list of TLcdGML32Code instances.
      See Also:
    • getFileFormat

      public TLcdISO19115Format getFileFormat()
      Returns the role value contained in the value of the FILE_FORMAT_PROPERTY property. Returns null if the value of the FILE_FORMAT_PROPERTY property is null.
      Returns:
      the role value of the FILE_FORMAT_PROPERTY property.
      See Also:
    • setFileFormat

      public void setFileFormat(TLcdISO19115Format aValue)
      Sets the value of the property that maps to the fileFormat element. to a new instance of the association class TLcdISO19118Property initialized with the given role value. In case the given role value is null, the FILE_FORMAT_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the FILE_FORMAT_PROPERTY property.