Class TLcdGML32DerivedCRS
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Direct Known Subclasses:
TLcdISO19115DerivedCRS
- Since:
- 2026.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thebaseCRSelement.static final TLcdDataPropertyData property that maps to thecoordinateSystemelement.static final TLcdDataPropertyData property that maps to thederivedCRSTypeelement.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 thebaseCRSelement.Returns the value of the property that maps to thecoordinateSystemelement.Returns the value of the property that maps to thederivedCRSTypeelement.voidsetBaseCRS(TLcdGML32AbstractCRS aValue) Sets the value of the property that maps to thebaseCRSelement.voidSets the value of the property that maps to thecoordinateSystemelement.voidSets the value of the property that maps to thederivedCRSTypeelement.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 thebaseCRSelement. The possible values for this property are instances ofTLcdGML32SingleCRSProperty. -
DERIVED_CRS_TYPE_PROPERTY
Data property that maps to thederivedCRSTypeelement. The possible values for this property are instances ofTLcdGML32CodeWithAuthority. -
COORDINATE_SYSTEM_PROPERTY
Data property that maps to thecoordinateSystemelement. The possible values for this property are instances ofTLcdGML32CoordinateSystemProperty.
-
-
Constructor Details
-
TLcdGML32DerivedCRS
public TLcdGML32DerivedCRS() -
TLcdGML32DerivedCRS
-
-
Method Details
-
getBaseCRS
Returns the value of the property that maps to thebaseCRSelement.gml:baseCRS is an association role to the coordinate reference system used by this derived CRS.
- Returns:
- the value of the
BASE_CRS_PROPERTYproperty. - See Also:
-
setBaseCRS
Sets the value of the property that maps to thebaseCRSelement.gml:baseCRS is an association role to the coordinate reference system used by this derived CRS.
- Parameters:
aValue- the value to set for theBASE_CRS_PROPERTYproperty.
-
getDerivedCRSType
Returns the value of the property that maps to thederivedCRSTypeelement.The gml:derivedCRSType property describes the type of a derived coordinate reference system. The required codeSpace attribute shall reference a source of information specifying the values and meanings of all the allowed string values for this property.
- Returns:
- the value of the
DERIVED_CRS_TYPE_PROPERTYproperty.
-
setDerivedCRSType
Sets the value of the property that maps to thederivedCRSTypeelement.The gml:derivedCRSType property describes the type of a derived coordinate reference system. The required codeSpace attribute shall reference a source of information specifying the values and meanings of all the allowed string values for this property.
- Parameters:
aValue- the value to set for theDERIVED_CRS_TYPE_PROPERTYproperty.
-
getCoordinateSystem
Returns the value of the property that maps to thecoordinateSystemelement.An association role to the coordinate system used by this CRS.
- Returns:
- the value of the
COORDINATE_SYSTEM_PROPERTYproperty. - See Also:
-
setCoordinateSystem
Sets the value of the property that maps to thecoordinateSystemelement.An association role to the coordinate system used by this CRS.
- Parameters:
aValue- the value to set for theCOORDINATE_SYSTEM_PROPERTYproperty.
-