Package com.luciad.format.gml31.model
Class TLcdGML31DMSAngle
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31DMSAngle
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,ILcdFeatured,ILcdSelfDescribedFeatured,Serializable,Cloneable
Angle value provided in degree-minute-second or degree-minute format.
- Since:
- 10.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thedecimalMinuteselement.static final TLcdDataPropertyData property that maps to thedegreeselement.static final TLcdDataPropertyData property that maps to theminuteselement.static final TLcdDataPropertyData property that maps to thesecondselement. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thedecimalMinuteselement.Returns the value of the property that maps to thedegreeselement.Returns the value of the property that maps to theminuteselement.Returns the value of the property that maps to thesecondselement.voidsetDecimalMinutes(Double aValue) Sets the value of the property that maps to thedecimalMinuteselement.voidsetDegrees(TLcdGML31Degrees aValue) Sets the value of the property that maps to thedegreeselement.voidsetMinutes(Long aValue) Sets the value of the property that maps to theminuteselement.voidsetSeconds(Double aValue) Sets the value of the property that maps to thesecondselement.Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
DEGREES_PROPERTY
Data property that maps to thedegreeselement. The possible values for this property are instances ofTLcdGML31Degrees. -
DECIMAL_MINUTES_PROPERTY
Data property that maps to thedecimalMinuteselement. The possible values for this property are instances ofDouble. -
MINUTES_PROPERTY
Data property that maps to theminuteselement. The possible values for this property are instances ofLong. -
SECONDS_PROPERTY
Data property that maps to thesecondselement. The possible values for this property are instances ofDouble.
-
-
Constructor Details
-
TLcdGML31DMSAngle
public TLcdGML31DMSAngle() -
TLcdGML31DMSAngle
-
-
Method Details
-
getDegrees
Returns the value of the property that maps to thedegreeselement.- Returns:
- the value of the
DEGREES_PROPERTYproperty.
-
setDegrees
Sets the value of the property that maps to thedegreeselement.- Parameters:
aValue- the value to set for theDEGREES_PROPERTYproperty.
-
getDecimalMinutes
Returns the value of the property that maps to thedecimalMinuteselement.- Returns:
- the value of the
DECIMAL_MINUTES_PROPERTYproperty.
-
setDecimalMinutes
Sets the value of the property that maps to thedecimalMinuteselement.- Parameters:
aValue- the value to set for theDECIMAL_MINUTES_PROPERTYproperty.
-
getMinutes
Returns the value of the property that maps to theminuteselement.- Returns:
- the value of the
MINUTES_PROPERTYproperty.
-
setMinutes
Sets the value of the property that maps to theminuteselement.- Parameters:
aValue- the value to set for theMINUTES_PROPERTYproperty.
-
getSeconds
Returns the value of the property that maps to thesecondselement.- Returns:
- the value of the
SECONDS_PROPERTYproperty.
-
setSeconds
Sets the value of the property that maps to thesecondselement.- Parameters:
aValue- the value to set for theSECONDS_PROPERTYproperty.
-