Package com.luciad.format.gml32.model
Class TLcdGML32EngineeringCRS
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32AbstractGML
com.luciad.format.gml32.model.TLcdGML32DefinitionBase
com.luciad.format.gml32.model.TLcdGML32Definition
com.luciad.format.gml32.model.TLcdGML32IdentifiedObject
com.luciad.format.gml32.model.TLcdGML32AbstractCRS
com.luciad.format.gml32.model.TLcdGML32EngineeringCRS
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Direct Known Subclasses:
TLcdISO19115EngineeringCRS
gml:EngineeringCRS is a contextually local coordinate reference system which can be divided into two broad categories:
- earth-fixed systems applied to engineering activities on or near the surface of the earth;
- CRSs on moving platforms such as road vehicles, vessels, aircraft, or spacecraft, see ISO 19111 8.3.
- Since:
- 2026.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to the choice between theaffineCSandcartesianCSandcylindricalCSandlinearCSandpolarCSandsphericalCSanduserDefinedCSandcoordinateSystemelements.static final TLcdDataPropertyData property that maps to theengineeringDatumelement.Fields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractCRS
DOMAIN_OF_VALIDITY_PROPERTY, SCOPE_PROPERTYFields inherited from class com.luciad.format.gml32.model.TLcdGML32Definition
REMARKS_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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to the choice between theaffineCSandcartesianCSandcylindricalCSandlinearCSandpolarCSandsphericalCSanduserDefinedCSandcoordinateSystemelements.Returns the value of the property that maps to theengineeringDatumelement.voidsetCoordinateSystem(ILcdDataObject aValue) Sets the value of the property that maps to the choice between theaffineCSandcartesianCSandcylindricalCSandlinearCSandpolarCSandsphericalCSanduserDefinedCSandcoordinateSystemelements.voidSets the value of the property that maps to theengineeringDatumelement.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractCRS
getDomainOfValidity, getScopeMethods inherited from class com.luciad.format.gml32.model.TLcdGML32Definition
getRemarks, setRemarksMethods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
COORDINATE_SYSTEM_PROPERTY
Data property that maps to the choice between theaffineCSandcartesianCSandcylindricalCSandlinearCSandpolarCSandsphericalCSanduserDefinedCSandcoordinateSystemelements. The possible values for this property are instances of -
ENGINEERING_DATUM_PROPERTY
Data property that maps to theengineeringDatumelement. The possible values for this property are instances ofTLcdGML32EngineeringDatumProperty.
-
-
Constructor Details
-
TLcdGML32EngineeringCRS
public TLcdGML32EngineeringCRS() -
TLcdGML32EngineeringCRS
-
-
Method Details
-
getCoordinateSystem
Returns the value of the property that maps to the choice between theaffineCSandcartesianCSandcylindricalCSandlinearCSandpolarCSandsphericalCSanduserDefinedCSandcoordinateSystemelements.The possible values for this property are instances of
- Returns:
- the value of the
COORDINATE_SYSTEM_PROPERTYproperty.
-
setCoordinateSystem
Sets the value of the property that maps to the choice between theaffineCSandcartesianCSandcylindricalCSandlinearCSandpolarCSandsphericalCSanduserDefinedCSandcoordinateSystemelements.The possible values for this property are instances of
- Parameters:
aValue- the value to set for theCOORDINATE_SYSTEM_PROPERTYproperty.
-
getEngineeringDatum
Returns the value of the property that maps to theengineeringDatumelement.gml:engineeringDatum is an association role to the engineering datum used by this CRS.
- Returns:
- the value of the
ENGINEERING_DATUM_PROPERTYproperty. - See Also:
-
setEngineeringDatum
Sets the value of the property that maps to theengineeringDatumelement.gml:engineeringDatum is an association role to the engineering datum used by this CRS.
- Parameters:
aValue- the value to set for theENGINEERING_DATUM_PROPERTYproperty.
-