Class TLcdKML22AbstractLatLonBox
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.kml22.model.TLcdKML22AbstractObject
com.luciad.format.kml22.model.geometry.TLcdKML22AbstractLatLonBox
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Direct Known Subclasses:
TLcdKML22LatLonAltBox,TLcdKML22LatLonBox
Domain class modeling the KML AbstractLatLonBoxType type.
Note that this class does not implement ILcdBounds, since subclasses exist that have a
rotation, which is not allowed by ILcdBounds.
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theAbstractLatLonBoxObjectExtensionGroupelement.static final TLcdDataPropertyData property that maps to theAbstractLatLonBoxSimpleExtensionGroupelement.static final TLcdDataPropertyData property that maps to theeastelement.static final TLcdDataPropertyData property that maps to thenorthelement.static final TLcdDataPropertyData property that maps to thesouthelement.static final TLcdDataPropertyData property that maps to thewestelement.Fields inherited from class com.luciad.format.kml22.model.TLcdKML22AbstractObject
ID_PROPERTY, OBJECT_SIMPLE_EXTENSION_GROUP_PROPERTY, TARGET_ID_PROPERTY -
Constructor Summary
ConstructorsConstructorDescriptionCreates a newTLcdKML22AbstractLatLonBoxwith a customTLcdDataType. -
Method Summary
Modifier and TypeMethodDescriptiongetEast()Returns the value of the property that maps to theeastelement.getNorth()Returns the value of the property that maps to thenorthelement.getSouth()Returns the value of the property that maps to thesouthelement.getWest()Returns the value of the property that maps to thewestelement.voidSets the value of the property that maps to theeastelement.voidSets the value of the property that maps to thenorthelement.voidSets the value of the property that maps to thesouthelement.voidSets the value of the property that maps to thewestelement.Methods inherited from class com.luciad.format.kml22.model.TLcdKML22AbstractObject
getId, getTargetId, setId, setTargetId
-
Field Details
-
NORTH_PROPERTY
Data property that maps to thenorthelement. The possible values for this property are instances ofDouble. -
SOUTH_PROPERTY
Data property that maps to thesouthelement. The possible values for this property are instances ofDouble. -
EAST_PROPERTY
Data property that maps to theeastelement. The possible values for this property are instances ofDouble. -
WEST_PROPERTY
Data property that maps to thewestelement. The possible values for this property are instances ofDouble. -
ABSTRACT_LAT_LON_BOX_SIMPLE_EXTENSION_GROUP_PROPERTY
Data property that maps to theAbstractLatLonBoxSimpleExtensionGroupelement. The possible values for this property are instances ofList<String>. -
ABSTRACT_LAT_LON_BOX_OBJECT_EXTENSION_GROUP_PROPERTY
Data property that maps to theAbstractLatLonBoxObjectExtensionGroupelement. The possible values for this property are instances ofList<TLcdKML22AbstractObject>.
-
-
Constructor Details
-
TLcdKML22AbstractLatLonBox
Creates a newTLcdKML22AbstractLatLonBoxwith a customTLcdDataType.- Parameters:
aType- a customTLcdDataType
-
-
Method Details
-
getNorth
Returns the value of the property that maps to thenorthelement.- Returns:
- the value of the
NORTH_PROPERTYproperty.
-
setNorth
Sets the value of the property that maps to thenorthelement.- Parameters:
aValue- the value to set for theNORTH_PROPERTYproperty.
-
getSouth
Returns the value of the property that maps to thesouthelement.- Returns:
- the value of the
SOUTH_PROPERTYproperty.
-
setSouth
Sets the value of the property that maps to thesouthelement.- Parameters:
aValue- the value to set for theSOUTH_PROPERTYproperty.
-
getEast
Returns the value of the property that maps to theeastelement.- Returns:
- the value of the
EAST_PROPERTYproperty.
-
setEast
Sets the value of the property that maps to theeastelement.- Parameters:
aValue- the value to set for theEAST_PROPERTYproperty.
-
getWest
Returns the value of the property that maps to thewestelement.- Returns:
- the value of the
WEST_PROPERTYproperty.
-
setWest
Sets the value of the property that maps to thewestelement.- Parameters:
aValue- the value to set for theWEST_PROPERTYproperty.
-