Class TLcdKML22Metadata

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.kml22.model.extendeddata.TLcdKML22Metadata
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdKML22Metadata extends TLcdDataObject
Domain class modeling the KML MetadataType type.

Since:
10.0
  • Field Details

    • ANY_PROPERTY

      public static final TLcdDataProperty ANY_PROPERTY
      Data any property. The possible values for this property are instances of List<Object>.
  • Constructor Details

    • TLcdKML22Metadata

      public TLcdKML22Metadata()
    • TLcdKML22Metadata

      public TLcdKML22Metadata(TLcdDataType aType)
  • Method Details

    • getAny

      public List<Object> getAny()
      Returns the value of the any property.
      Returns:
      the value of the ANY_PROPERTY property.