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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theBoundaryObjectExtensionGroupelement.static final TLcdDataPropertyData property that maps to theBoundarySimpleExtensionGroupelement.static final TLcdDataPropertyData property that maps to theLinearRingelement. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theLinearRingelement.voidsetLinearRing(TLcdKML22LinearRing aValue) Sets the value of the property that maps to theLinearRingelement.
-
Field Details
-
LINEAR_RING_PROPERTY
Data property that maps to theLinearRingelement. The possible values for this property are instances ofTLcdKML22LinearRing. -
BOUNDARY_SIMPLE_EXTENSION_GROUP_PROPERTY
Data property that maps to theBoundarySimpleExtensionGroupelement. The possible values for this property are instances ofList<String>. -
BOUNDARY_OBJECT_EXTENSION_GROUP_PROPERTY
Data property that maps to theBoundaryObjectExtensionGroupelement. 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 theLinearRingelement.- Returns:
- the value of the
LINEAR_RING_PROPERTYproperty.
-
setLinearRing
Sets the value of the property that maps to theLinearRingelement.- Parameters:
aValue- the value to set for theLINEAR_RING_PROPERTYproperty.
-