Class TLcdKML22Boundary

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

public class TLcdKML22Boundary extends TLcdDataObject
Domain class modeling the KML BoundaryType type.

Since:
10.0
  • Field Details

    • LINEAR_RING_PROPERTY

      public static final TLcdDataProperty LINEAR_RING_PROPERTY
      Data property that maps to the LinearRing element. The possible values for this property are instances of TLcdKML22LinearRing.
    • BOUNDARY_SIMPLE_EXTENSION_GROUP_PROPERTY

      public static final TLcdDataProperty BOUNDARY_SIMPLE_EXTENSION_GROUP_PROPERTY
      Data property that maps to the BoundarySimpleExtensionGroup element. The possible values for this property are instances of List<String>.
    • BOUNDARY_OBJECT_EXTENSION_GROUP_PROPERTY

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

    • TLcdKML22Boundary

      public TLcdKML22Boundary()
    • TLcdKML22Boundary

      public TLcdKML22Boundary(TLcdDataType aType)
  • Method Details

    • getLinearRing

      public TLcdKML22LinearRing getLinearRing()
      Returns the value of the property that maps to the LinearRing element.
      Returns:
      the value of the LINEAR_RING_PROPERTY property.
    • setLinearRing

      public void setLinearRing(TLcdKML22LinearRing aValue)
      Sets the value of the property that maps to the LinearRing element.
      Parameters:
      aValue - the value to set for the LINEAR_RING_PROPERTY property.