Class TLcdAIXM51ElevatedPoint
- All Implemented Interfaces:
ILcdDataObject,ILcdBounded,ILcdPoint,ILcdShape,ILcd2DEditablePoint,ILcd2DEditableShape,ILcd3DEditablePoint,ILcd3DEditableShape,ILcdCloneable,ILcdDeepCloneable,Serializable,Cloneable
- Since:
- 10.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theannotationelement.static final TLcdDataPropertyData property that maps to theelevationelement.static final TLcdDataPropertyData property that maps to theextensionelement.static final TLcdDataPropertyData property that maps to thegeoidUndulationelement.static final TLcdDataPropertyData property that maps to thehorizontalAccuracyelement.static final TLcdDataPropertyData property that maps to the choice between theposandcoordinateselements.static final TLcdDataPropertyData property that maps to theverticalAccuracyelement.static final TLcdDataPropertyData property that maps to theverticalDatumelement.Fields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGeometry
SRS_PROPERTYFields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
DESCRIPTION_PROPERTY, DESCRIPTION_REFERENCE_PROPERTY, ID_PROPERTY, IDENTIFIER_PROPERTY, META_DATA_PROPERTY_PROPERTY, NAME_PROPERTY -
Constructor Summary
ConstructorsConstructorDescriptionConstructs an elevated point.Constructs an elevated point of typeaType.TLcdAIXM51ElevatedPoint(TLcdDataType aType, ILcdModelReference aSrs) Constructs an elevated point of typeaTypeand initializes its model reference withaSrs.Constructs an elevated point and initializes its model reference withaSrs. -
Method Summary
Modifier and TypeMethodDescriptionGets the value of theANNOTATION_PROPERTYproperty adapted to a list ofTLcdAIXM51Noteinstances.Returns the value of the property that maps to theelevationelement.Gets the value of theEXTENSION_PROPERTYproperty adapted to a list ofTLcdAIXM51AbstractExtensioninstances.Returns the value of the property that maps to thegeoidUndulationelement.Returns the value of the property that maps to thehorizontalAccuracyelement.Returns the value of the property that maps to the choice between theposandcoordinateselements.Returns the value of the property that maps to theverticalAccuracyelement.Returns the role value contained in the value of theVERTICAL_DATUM_PROPERTYproperty.doublegetZ()Computes and returns the Z value in metres.voidSets the value of the property that maps to theelevationelement.voidSets the value of the property that maps to thegeoidUndulationelement.voidSets the value of the property that maps to thehorizontalAccuracyelement.voidsetPosGroup(ILcdDataObject aValue) Sets the value of the property that maps to the choice between theposandcoordinateselements.voidSets the value of the property that maps to theverticalAccuracyelement.voidSets the value of the property that maps to theverticalDatumelement.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32Point
clone, clone, cloneAs2DEditablePoint, cloneAs3DEditablePoint, contains2D, contains2D, contains3D, contains3D, getBounds, getCosX, getCosY, getFocusPoint, getSinX, getSinY, getTanX, getTanY, getX, getY, move2D, move2D, move3D, move3D, setValue, toString, translate2D, translate3DMethods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGeometry
getSrs, setSrsMethods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifierMethods inherited from class com.luciad.datamodel.TLcdDataObject
getDataType, getValue, getValue, hasValue, hasValue, setValue
-
Field Details
-
ELEVATION_PROPERTY
Data property that maps to theelevationelement. The possible values for this property are instances ofTLcdAIXM51ValDistanceVertical. -
GEOID_UNDULATION_PROPERTY
Data property that maps to thegeoidUndulationelement. The possible values for this property are instances ofTLcdAIXM51ValDistanceSigned. -
VERTICAL_DATUM_PROPERTY
Data property that maps to theverticalDatumelement. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeVerticalDatum>. -
VERTICAL_ACCURACY_PROPERTY
Data property that maps to theverticalAccuracyelement. The possible values for this property are instances ofTLcdAIXM51ValDistance. -
EXTENSION_PROPERTY
Data property that maps to theextensionelement. The possible values for this property are instances ofList<TLcdAIXM51Link<TLcdAIXM51AbstractExtension>>. -
HORIZONTAL_ACCURACY_PROPERTY
Data property that maps to thehorizontalAccuracyelement. The possible values for this property are instances ofTLcdAIXM51ValDistance. -
ANNOTATION_PROPERTY
Data property that maps to theannotationelement. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51Note>>. -
POS_GROUP_PROPERTY
Data property that maps to the choice between theposandcoordinateselements. The possible values for this property are instances of
-
-
Constructor Details
-
TLcdAIXM51ElevatedPoint
public TLcdAIXM51ElevatedPoint()Constructs an elevated point. The model reference (or srsName) will be set to the default one for AIXM 5, which is: "urn:ogc:def:crs:EPSG::4326" -
TLcdAIXM51ElevatedPoint
Constructs an elevated point of typeaType. The type should be an extension of an AIXM 5.1 elevated point. The model reference (or srsName) will be set to the default one for AIXM 5, which is: "urn:ogc:def:crs:EPSG::4326"- Parameters:
aType- The data type of the elevated point- See Also:
-
TLcdAIXM51ElevatedPoint
Constructs an elevated point and initializes its model reference withaSrs.- Parameters:
aSrs- the model reference for this object- Since:
- 10.1
- See Also:
-
TLcdAIXM51ElevatedPoint
Constructs an elevated point of typeaTypeand initializes its model reference withaSrs. The type should be an extension of an AIXM 5.1 elevated point. The model reference (or srsName) will be set to the default one for AIXM 5, which is: "urn:ogc:def:crs:EPSG::4326"- Parameters:
aType- The data type of the elevated pointaSrs- the model reference for this object- Since:
- 10.1
- See Also:
-
-
Method Details
-
getZ
public double getZ()Computes and returns the Z value in metres. This method uses the elevation and geoid undulation to compute a z value with respect to the ellipsoid.- Specified by:
getZin interfaceILcdPoint- Overrides:
getZin classTLcdGML32Point- Returns:
- Z value in metres with respect to the ellipsoid.
- See Also:
-
getElevation
Returns the value of the property that maps to theelevationelement.The vertical distance of the point measured from Mean Sea Level (MSL).
- Returns:
- the value of the
ELEVATION_PROPERTYproperty.
-
setElevation
Sets the value of the property that maps to theelevationelement.The vertical distance of the point measured from Mean Sea Level (MSL).
- Parameters:
aValue- the value to set for theELEVATION_PROPERTYproperty.
-
getGeoidUndulation
Returns the value of the property that maps to thegeoidUndulationelement.The distance of the geoid above (positive) or below (negative) the mathematical reference ellipsoid at the location of the point.
- Returns:
- the value of the
GEOID_UNDULATION_PROPERTYproperty.
-
setGeoidUndulation
Sets the value of the property that maps to thegeoidUndulationelement.The distance of the geoid above (positive) or below (negative) the mathematical reference ellipsoid at the location of the point.
- Parameters:
aValue- the value to set for theGEOID_UNDULATION_PROPERTYproperty.
-
getVerticalDatum
Returns the role value contained in the value of theVERTICAL_DATUM_PROPERTYproperty. Returnsnullif the value of theVERTICAL_DATUM_PROPERTYproperty isnull.The set of reference points or a mathematical model of the Earth's surface (a datum) against which vertical position measurements are made as basis for measuring elevations.
- Returns:
- the role value of the
VERTICAL_DATUM_PROPERTYproperty. - See Also:
-
setVerticalDatum
Sets the value of the property that maps to theverticalDatumelement. to a new instance of the association classTLcdAIXM51Optionalinitialized with the given role value. In case the given role value isnull, theVERTICAL_DATUM_PROPERTYproperty is set tonull.The set of reference points or a mathematical model of the Earth's surface (a datum) against which vertical position measurements are made as basis for measuring elevations.
- Parameters:
aValue- the role value to set for theVERTICAL_DATUM_PROPERTYproperty.
-
getVerticalAccuracy
Returns the value of the property that maps to theverticalAccuracyelement.The difference between the recorded elevation of a feature and its true elevation referenced to the same vertical datum expressed as a linear error at 95 percent probability.
- Returns:
- the value of the
VERTICAL_ACCURACY_PROPERTYproperty.
-
setVerticalAccuracy
Sets the value of the property that maps to theverticalAccuracyelement.The difference between the recorded elevation of a feature and its true elevation referenced to the same vertical datum expressed as a linear error at 95 percent probability.
- Parameters:
aValue- the value to set for theVERTICAL_ACCURACY_PROPERTYproperty.
-
getExtension
Gets the value of theEXTENSION_PROPERTYproperty adapted to a list ofTLcdAIXM51AbstractExtensioninstances.- Returns:
- the value of the
EXTENSION_PROPERTYproperty adapted to a list ofTLcdAIXM51AbstractExtensioninstances. - See Also:
-
getHorizontalAccuracy
Returns the value of the property that maps to thehorizontalAccuracyelement.The difference between the recorded horizontal coordinates of a feature and its true position referenced to the same geodetic datum expressed as a circular error at 95 percent probability.
- Returns:
- the value of the
HORIZONTAL_ACCURACY_PROPERTYproperty.
-
setHorizontalAccuracy
Sets the value of the property that maps to thehorizontalAccuracyelement.The difference between the recorded horizontal coordinates of a feature and its true position referenced to the same geodetic datum expressed as a circular error at 95 percent probability.
- Parameters:
aValue- the value to set for theHORIZONTAL_ACCURACY_PROPERTYproperty.
-
getAnnotation
Gets the value of theANNOTATION_PROPERTYproperty adapted to a list ofTLcdAIXM51Noteinstances.- Returns:
- the value of the
ANNOTATION_PROPERTYproperty adapted to a list ofTLcdAIXM51Noteinstances. - See Also:
-
getPosGroup
Returns the value of the property that maps to the choice between theposandcoordinateselements.The possible values for this property are instances of
- Returns:
- the value of the
POS_GROUP_PROPERTYproperty.
-
setPosGroup
Sets the value of the property that maps to the choice between theposandcoordinateselements.The possible values for this property are instances of
- Parameters:
aValue- the value to set for thePOS_GROUP_PROPERTYproperty.
-