Package com.luciad.format.gml32.model
Class TLcdGML32AbstractGeneralDerivedCRS
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
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Direct Known Subclasses:
TLcdGML32DerivedCRS,TLcdGML32ProjectedCRS
gml:AbstractGeneralDerivedCRS is a coordinate reference system that is defined by its coordinate conversion from another coordinate reference system. This abstract complex type shall not be used, extended, or restricted, in a GML Application Schema, to define a concrete subtype with a meaning equivalent to a concrete subtype specified in this document.
- Since:
- 2026.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theconversionelement.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
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theconversionelement.voidSets the value of the property that maps to theconversionelement.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
-
CONVERSION_PROPERTY
Data property that maps to theconversionelement. The possible values for this property are instances ofTLcdGML32GeneralConversionProperty.
-
-
Constructor Details
-
TLcdGML32AbstractGeneralDerivedCRS
public TLcdGML32AbstractGeneralDerivedCRS() -
TLcdGML32AbstractGeneralDerivedCRS
-
-
Method Details
-
getConversion
Returns the value of the property that maps to theconversionelement.gml:conversion is an association role to the coordinate conversion used to define the derived CRS.
- Returns:
- the value of the
CONVERSION_PROPERTYproperty. - See Also:
-
setConversion
Sets the value of the property that maps to theconversionelement.gml:conversion is an association role to the coordinate conversion used to define the derived CRS.
- Parameters:
aValue- the value to set for theCONVERSION_PROPERTYproperty.
-