Class TLcdKML22AbstractObject

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.kml22.model.TLcdKML22AbstractObject
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable
Direct Known Subclasses:
TLcdKML22AbstractFeature, TLcdKML22AbstractGeometry, TLcdKML22AbstractLatLonBox, TLcdKML22AbstractStyleSelector, TLcdKML22AbstractSubStyle, TLcdKML22AbstractTimePrimitive, TLcdKML22AbstractView, TLcdKML22Alias, TLcdKML22BasicLink, TLcdKML22Data, TLcdKML22ImagePyramid, TLcdKML22ItemIcon, TLcdKML22Location, TLcdKML22Lod, TLcdKML22Orientation, TLcdKML22Pair, TLcdKML22Region, TLcdKML22ResourceMap, TLcdKML22Scale, TLcdKML22SchemaData, TLcdKML22ViewVolume

public class TLcdKML22AbstractObject extends TLcdDataObject
Domain class modeling the KML AbstractObjectType type.

Since:
10.0
  • Field Details

    • ID_PROPERTY

      public static final TLcdDataProperty ID_PROPERTY
      Data property that maps to the id attribute. The possible values for this property are instances of String.
    • TARGET_ID_PROPERTY

      public static final TLcdDataProperty TARGET_ID_PROPERTY
      Data property that maps to the targetId attribute. The possible values for this property are instances of String.
    • OBJECT_SIMPLE_EXTENSION_GROUP_PROPERTY

      public static final TLcdDataProperty OBJECT_SIMPLE_EXTENSION_GROUP_PROPERTY
      Data property that maps to the ObjectSimpleExtensionGroup element. The possible values for this property are instances of List<String>.
  • Constructor Details

    • TLcdKML22AbstractObject

      public TLcdKML22AbstractObject()
    • TLcdKML22AbstractObject

      public TLcdKML22AbstractObject(TLcdDataType aType)
  • Method Details

    • getId

      public String getId()
      Returns the value of the property that maps to the id attribute.
      Returns:
      the value of the ID_PROPERTY property.
    • setId

      public void setId(String aValue)
      Sets the value of the property that maps to the id attribute.
      Parameters:
      aValue - the value to set for the ID_PROPERTY property.
    • getTargetId

      public String getTargetId()
      Returns the value of the property that maps to the targetId attribute.
      Returns:
      the value of the TARGET_ID_PROPERTY property.
    • setTargetId

      public void setTargetId(String aValue)
      Sets the value of the property that maps to the targetId attribute.
      Parameters:
      aValue - the value to set for the TARGET_ID_PROPERTY property.