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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thedirectionattribute.static final TLcdDataPropertyData property that maps to the value defined by the simple content. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thedirectionattribute.Returns the value of the property that maps to the value defined by the simple content.voidsetDirection(Object aValue) Sets the value of the property that maps to thedirectionattribute.voidsetValueObject(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 thedirectionattribute. 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_PROPERTYproperty.
-
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_PROPERTYproperty.
-
getDirection
Returns the value of the property that maps to thedirectionattribute.The possible values for this property are instances of
- Returns:
- the value of the
DIRECTION_PROPERTYproperty.
-
setDirection
Sets the value of the property that maps to thedirectionattribute.The possible values for this property are instances of
- Parameters:
aValue- the value to set for theDIRECTION_PROPERTYproperty.
-