Class TLcdKML22Boundary
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.kml22.model.geometry.TLcdKML22Boundary
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
Domain class modeling the KML BoundaryType type.
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theBoundaryObjectExtensionGroup
element.static final TLcdDataProperty
Data property that maps to theBoundarySimpleExtensionGroup
element.static final TLcdDataProperty
Data property that maps to theLinearRing
element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theLinearRing
element.void
setLinearRing
(TLcdKML22LinearRing aValue) Sets the value of the property that maps to theLinearRing
element.
-
Field Details
-
LINEAR_RING_PROPERTY
Data property that maps to theLinearRing
element. The possible values for this property are instances ofTLcdKML22LinearRing
. -
BOUNDARY_SIMPLE_EXTENSION_GROUP_PROPERTY
Data property that maps to theBoundarySimpleExtensionGroup
element. The possible values for this property are instances ofList<String>
. -
BOUNDARY_OBJECT_EXTENSION_GROUP_PROPERTY
Data property that maps to theBoundaryObjectExtensionGroup
element. The possible values for this property are instances ofList<TLcdKML22AbstractObject>
.
-
-
Constructor Details
-
TLcdKML22Boundary
public TLcdKML22Boundary() -
TLcdKML22Boundary
-
-
Method Details
-
getLinearRing
Returns the value of the property that maps to theLinearRing
element.- Returns:
- the value of the
LINEAR_RING_PROPERTY
property.
-
setLinearRing
Sets the value of the property that maps to theLinearRing
element.- Parameters:
aValue
- the value to set for theLINEAR_RING_PROPERTY
property.
-