Package com.luciad.format.gml32.model
Class TLcdGML32ProjectedCRS
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.TLcdGML32AbstractGeneralDerivedCRS
com.luciad.format.gml32.model.TLcdGML32ProjectedCRS
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Direct Known Subclasses:
TLcdISO19115ProjectedCRS
gml:ProjectedCRS is a 2D coordinate reference system used to approximate the shape of the earth on a planar surface, but in such a way that the distortion that is inherent to the approximation is carefully controlled and known. Distortion correction is commonly applied to calculated bearings and distances to produce values that are a close match to actual field values.
- Since:
- 2026.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to the choice between thebaseGeodeticCRSandbaseGeographicCRSelements.static final TLcdDataPropertyData property that maps to thecartesianCSelement.Fields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGeneralDerivedCRS
CONVERSION_PROPERTYFields 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 thebaseGeodeticCRSandbaseGeographicCRSelements.Returns the value of the property that maps to thecartesianCSelement.voidsetBaseCRS(ILcdDataObject aValue) Sets the value of the property that maps to the choice between thebaseGeodeticCRSandbaseGeographicCRSelements.voidsetCartesianCS(TLcdGML32CartesianCS aValue) Sets the value of the property that maps to thecartesianCSelement.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGeneralDerivedCRS
getConversion, setConversionMethods 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
-
BASE_CRS_PROPERTY
Data property that maps to the choice between thebaseGeodeticCRSandbaseGeographicCRSelements. The possible values for this property are instances of -
CARTESIAN_CS_PROPERTY
Data property that maps to thecartesianCSelement. The possible values for this property are instances ofTLcdGML32CartesianCSProperty.
-
-
Constructor Details
-
TLcdGML32ProjectedCRS
public TLcdGML32ProjectedCRS() -
TLcdGML32ProjectedCRS
-
-
Method Details
-
getBaseCRS
Returns the value of the property that maps to the choice between thebaseGeodeticCRSandbaseGeographicCRSelements.The possible values for this property are instances of
- Returns:
- the value of the
BASE_CRS_PROPERTYproperty.
-
setBaseCRS
Sets the value of the property that maps to the choice between thebaseGeodeticCRSandbaseGeographicCRSelements.The possible values for this property are instances of
- Parameters:
aValue- the value to set for theBASE_CRS_PROPERTYproperty.
-
getCartesianCS
Returns the value of the property that maps to thecartesianCSelement.gml:cartesianCS is an association role to the Cartesian coordinate system used by this CRS.
- Returns:
- the value of the
CARTESIAN_CS_PROPERTYproperty. - See Also:
-
setCartesianCS
Sets the value of the property that maps to thecartesianCSelement.gml:cartesianCS is an association role to the Cartesian coordinate system used by this CRS.
- Parameters:
aValue- the value to set for theCARTESIAN_CS_PROPERTYproperty.
-