Class TLcdGML32AbstractCoordinateOperation
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Direct Known Subclasses:
TLcdGML32AbstractGeneralConversion,TLcdGML32AbstractGeneralTransformation,TLcdGML32ConcatenatedOperation,TLcdGML32PassThroughOperation,TLcdISO19115OperationAlt
- Since:
- 2026.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thecoordinateOperationAccuracyelement.static final TLcdDataPropertyData property that maps to thedomainOfValidityelement.static final TLcdDataPropertyData property that maps to theoperationVersionelement.static final TLcdDataPropertyData property that maps to thescopeelement.static final TLcdDataPropertyData property that maps to thesourceCRSelement.static final TLcdDataPropertyData property that maps to thetargetCRSelement.Fields 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 thecoordinateOperationAccuracyelement.Returns the value of the property that maps to thedomainOfValidityelement.Returns the value of the property that maps to theoperationVersionelement.getScope()Returns the value of the property that maps to thescopeelement.Returns the value of the property that maps to thesourceCRSelement.Returns the value of the property that maps to thetargetCRSelement.voidSets the value of the property that maps to thedomainOfValidityelement.voidsetOperationVersion(String aValue) Sets the value of the property that maps to theoperationVersionelement.voidsetSourceCRS(TLcdGML32AbstractCRS aValue) Sets the value of the property that maps to thesourceCRSelement.voidsetTargetCRS(TLcdGML32AbstractCRS aValue) Sets the value of the property that maps to thetargetCRSelement.Methods 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
-
DOMAIN_OF_VALIDITY_PROPERTY
Data property that maps to thedomainOfValidityelement. The possible values for this property are instances ofTLcdGML32DomainOfValidity. -
SCOPE_PROPERTY
Data property that maps to thescopeelement. The possible values for this property are instances ofList<String>. -
OPERATION_VERSION_PROPERTY
Data property that maps to theoperationVersionelement. The possible values for this property are instances ofString. -
COORDINATE_OPERATION_ACCURACY_PROPERTY
Data property that maps to thecoordinateOperationAccuracyelement. The possible values for this property are instances ofList<TLcdGML32CoordinateOperationAccuracy>. -
SOURCE_CRS_PROPERTY
Data property that maps to thesourceCRSelement. The possible values for this property are instances ofTLcdGML32CRSProperty. -
TARGET_CRS_PROPERTY
Data property that maps to thetargetCRSelement. The possible values for this property are instances ofTLcdGML32CRSProperty.
-
-
Constructor Details
-
TLcdGML32AbstractCoordinateOperation
public TLcdGML32AbstractCoordinateOperation() -
TLcdGML32AbstractCoordinateOperation
-
-
Method Details
-
getDomainOfValidity
Returns the value of the property that maps to thedomainOfValidityelement.The gml:domainOfValidity property implements an association role to an EX_Extent object as encoded in ISO/TS 19139, either referencing or containing the definition of that extent.
- Returns:
- the value of the
DOMAIN_OF_VALIDITY_PROPERTYproperty.
-
setDomainOfValidity
Sets the value of the property that maps to thedomainOfValidityelement.The gml:domainOfValidity property implements an association role to an EX_Extent object as encoded in ISO/TS 19139, either referencing or containing the definition of that extent.
- Parameters:
aValue- the value to set for theDOMAIN_OF_VALIDITY_PROPERTYproperty.
-
getScope
Returns the value of the property that maps to thescopeelement.The gml:scope property provides a description of the usage, or limitations of usage, for which this CRS-related object is valid. If unknown, enter "not known".
- Returns:
- the value of the
SCOPE_PROPERTYproperty.
-
getOperationVersion
Returns the value of the property that maps to theoperationVersionelement.gml:operationVersion is the version of the coordinate transformation (i.e., instantiation due to the stochastic nature of the parameters). Mandatory when describing a transformation, and should not be supplied for a conversion.
- Returns:
- the value of the
OPERATION_VERSION_PROPERTYproperty.
-
setOperationVersion
Sets the value of the property that maps to theoperationVersionelement.gml:operationVersion is the version of the coordinate transformation (i.e., instantiation due to the stochastic nature of the parameters). Mandatory when describing a transformation, and should not be supplied for a conversion.
- Parameters:
aValue- the value to set for theOPERATION_VERSION_PROPERTYproperty.
-
getCoordinateOperationAccuracy
Returns the value of the property that maps to thecoordinateOperationAccuracyelement.gml:coordinateOperationAccuracy is an association role to a DQ_PositionalAccuracy object as encoded in ISO/TS 19139, either referencing or containing the definition of that positional accuracy. That object contains an estimate of the impact of this coordinate operation on point accuracy. That is, it gives position error estimates for the target coordinates of this coordinate operation, assuming no errors in the source coordinates.
- Returns:
- the value of the
COORDINATE_OPERATION_ACCURACY_PROPERTYproperty.
-
getSourceCRS
Returns the value of the property that maps to thesourceCRSelement.gml:sourceCRS is an association role to the source CRS (coordinate reference system) of this coordinate operation.
- Returns:
- the value of the
SOURCE_CRS_PROPERTYproperty. - See Also:
-
setSourceCRS
Sets the value of the property that maps to thesourceCRSelement.gml:sourceCRS is an association role to the source CRS (coordinate reference system) of this coordinate operation.
- Parameters:
aValue- the value to set for theSOURCE_CRS_PROPERTYproperty.
-
getTargetCRS
Returns the value of the property that maps to thetargetCRSelement.gml:targetCRS is an association role to the target CRS (coordinate reference system) of this coordinate operation.
- Returns:
- the value of the
TARGET_CRS_PROPERTYproperty. - See Also:
-
setTargetCRS
Sets the value of the property that maps to thetargetCRSelement.gml:targetCRS is an association role to the target CRS (coordinate reference system) of this coordinate operation.
- Parameters:
aValue- the value to set for theTARGET_CRS_PROPERTYproperty.
-