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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theAbstractLatLonBoxObjectExtensionGroup
element.static final TLcdDataProperty
Data property that maps to theAbstractLatLonBoxSimpleExtensionGroup
element.static final TLcdDataProperty
Data property that maps to theeast
element.static final TLcdDataProperty
Data property that maps to thenorth
element.static final TLcdDataProperty
Data property that maps to thesouth
element.static final TLcdDataProperty
Data property that maps to thewest
element.Fields inherited from class com.luciad.format.kml22.model.TLcdKML22AbstractObject
ID_PROPERTY, OBJECT_SIMPLE_EXTENSION_GROUP_PROPERTY, TARGET_ID_PROPERTY
-
Constructor Summary
ConstructorDescriptionCreates a newTLcdKML22AbstractLatLonBox
with a customTLcdDataType
. -
Method Summary
Modifier and TypeMethodDescriptiongetEast()
Returns the value of the property that maps to theeast
element.getNorth()
Returns the value of the property that maps to thenorth
element.getSouth()
Returns the value of the property that maps to thesouth
element.getWest()
Returns the value of the property that maps to thewest
element.void
Sets the value of the property that maps to theeast
element.void
Sets the value of the property that maps to thenorth
element.void
Sets the value of the property that maps to thesouth
element.void
Sets the value of the property that maps to thewest
element.Methods inherited from class com.luciad.format.kml22.model.TLcdKML22AbstractObject
getId, getTargetId, setId, setTargetId
-
Field Details
-
NORTH_PROPERTY
Data property that maps to thenorth
element. The possible values for this property are instances ofDouble
. -
SOUTH_PROPERTY
Data property that maps to thesouth
element. The possible values for this property are instances ofDouble
. -
EAST_PROPERTY
Data property that maps to theeast
element. The possible values for this property are instances ofDouble
. -
WEST_PROPERTY
Data property that maps to thewest
element. The possible values for this property are instances ofDouble
. -
ABSTRACT_LAT_LON_BOX_SIMPLE_EXTENSION_GROUP_PROPERTY
Data property that maps to theAbstractLatLonBoxSimpleExtensionGroup
element. The possible values for this property are instances ofList<String>
. -
ABSTRACT_LAT_LON_BOX_OBJECT_EXTENSION_GROUP_PROPERTY
Data property that maps to theAbstractLatLonBoxObjectExtensionGroup
element. The possible values for this property are instances ofList<TLcdKML22AbstractObject>
.
-
-
Constructor Details
-
TLcdKML22AbstractLatLonBox
Creates a newTLcdKML22AbstractLatLonBox
with a customTLcdDataType
.- Parameters:
aType
- a customTLcdDataType
-
-
Method Details
-
getNorth
Returns the value of the property that maps to thenorth
element.- Returns:
- the value of the
NORTH_PROPERTY
property.
-
setNorth
Sets the value of the property that maps to thenorth
element.- Parameters:
aValue
- the value to set for theNORTH_PROPERTY
property.
-
getSouth
Returns the value of the property that maps to thesouth
element.- Returns:
- the value of the
SOUTH_PROPERTY
property.
-
setSouth
Sets the value of the property that maps to thesouth
element.- Parameters:
aValue
- the value to set for theSOUTH_PROPERTY
property.
-
getEast
Returns the value of the property that maps to theeast
element.- Returns:
- the value of the
EAST_PROPERTY
property.
-
setEast
Sets the value of the property that maps to theeast
element.- Parameters:
aValue
- the value to set for theEAST_PROPERTY
property.
-
getWest
Returns the value of the property that maps to thewest
element.- Returns:
- the value of the
WEST_PROPERTY
property.
-
setWest
Sets the value of the property that maps to thewest
element.- Parameters:
aValue
- the value to set for theWEST_PROPERTY
property.
-