Package com.luciad.format.gml31.model
Class TLcdGML31Degrees
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31Degrees
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,ILcdFeatured
,ILcdSelfDescribedFeatured
,Serializable
,Cloneable
Integer number of degrees, plus the angle direction. This element can be used for geographic Latitude and Longitude. For Latitude, the XML attribute direction can take the values "N" or "S", meaning North or South of the equator. For Longitude, direction can take the values "E" or "W", meaning East or West of the prime meridian. This element can also be used for other angles. In that case, the direction can take the values "+" or "-" (of SignType), in the specified rotational direction from a specified reference direction.
- Since:
- 10.0
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thedirection
attribute.static final TLcdDataProperty
Data property that maps to the value defined by the simple content. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thedirection
attribute.Returns the value of the property that maps to the value defined by the simple content.void
setDirection
(Object aValue) Sets the value of the property that maps to thedirection
attribute.void
setValueObject
(Long aValue) Sets the value of the property that maps to the value defined by the simple content.Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
VALUE_PROPERTY
Data property that maps to the value defined by the simple content. The possible values for this property are instances ofLong
. -
DIRECTION_PROPERTY
Data property that maps to thedirection
attribute. The possible values for this property are instances of
-
-
Constructor Details
-
TLcdGML31Degrees
public TLcdGML31Degrees() -
TLcdGML31Degrees
-
-
Method Details
-
getValueObject
Returns the value of the property that maps to the value defined by the simple content.- Returns:
- the value of the
VALUE_PROPERTY
property.
-
setValueObject
Sets the value of the property that maps to the value defined by the simple content.- Parameters:
aValue
- the value to set for theVALUE_PROPERTY
property.
-
getDirection
Returns the value of the property that maps to thedirection
attribute.The possible values for this property are instances of
- Returns:
- the value of the
DIRECTION_PROPERTY
property.
-
setDirection
Sets the value of the property that maps to thedirection
attribute.The possible values for this property are instances of
- Parameters:
aValue
- the value to set for theDIRECTION_PROPERTY
property.
-