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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thedecimalMinutes
element.static final TLcdDataProperty
Data property that maps to thedegrees
element.static final TLcdDataProperty
Data property that maps to theminutes
element.static final TLcdDataProperty
Data property that maps to theseconds
element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thedecimalMinutes
element.Returns the value of the property that maps to thedegrees
element.Returns the value of the property that maps to theminutes
element.Returns the value of the property that maps to theseconds
element.void
setDecimalMinutes
(Double aValue) Sets the value of the property that maps to thedecimalMinutes
element.void
setDegrees
(TLcdGML31Degrees aValue) Sets the value of the property that maps to thedegrees
element.void
setMinutes
(Long aValue) Sets the value of the property that maps to theminutes
element.void
setSeconds
(Double aValue) Sets the value of the property that maps to theseconds
element.Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
DEGREES_PROPERTY
Data property that maps to thedegrees
element. The possible values for this property are instances ofTLcdGML31Degrees
. -
DECIMAL_MINUTES_PROPERTY
Data property that maps to thedecimalMinutes
element. The possible values for this property are instances ofDouble
. -
MINUTES_PROPERTY
Data property that maps to theminutes
element. The possible values for this property are instances ofLong
. -
SECONDS_PROPERTY
Data property that maps to theseconds
element. 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 thedegrees
element.- Returns:
- the value of the
DEGREES_PROPERTY
property.
-
setDegrees
Sets the value of the property that maps to thedegrees
element.- Parameters:
aValue
- the value to set for theDEGREES_PROPERTY
property.
-
getDecimalMinutes
Returns the value of the property that maps to thedecimalMinutes
element.- Returns:
- the value of the
DECIMAL_MINUTES_PROPERTY
property.
-
setDecimalMinutes
Sets the value of the property that maps to thedecimalMinutes
element.- Parameters:
aValue
- the value to set for theDECIMAL_MINUTES_PROPERTY
property.
-
getMinutes
Returns the value of the property that maps to theminutes
element.- Returns:
- the value of the
MINUTES_PROPERTY
property.
-
setMinutes
Sets the value of the property that maps to theminutes
element.- Parameters:
aValue
- the value to set for theMINUTES_PROPERTY
property.
-
getSeconds
Returns the value of the property that maps to theseconds
element.- Returns:
- the value of the
SECONDS_PROPERTY
property.
-
setSeconds
Sets the value of the property that maps to theseconds
element.- Parameters:
aValue
- the value to set for theSECONDS_PROPERTY
property.
-