Package com.luciad.format.gml32.model
Class TLcdGML32ImageCRS
java.lang.Object
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Direct Known Subclasses:
TLcdISO19115ImageCRS
gml:ImageCRS is an engineering coordinate reference system applied to locations in images. Image coordinate reference systems are treated as a separate sub-type because the definition of the associated image datum contains two attributes not relevant to other engineering datums.
- Since:
- 2026.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to the choice between thecartesianCSandaffineCSandusesObliqueCartesianCSelements.static final TLcdDataPropertyData property that maps to theimageDatumelement.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 thecartesianCSandaffineCSandusesObliqueCartesianCSelements.Returns the value of the property that maps to theimageDatumelement.voidSets the value of the property that maps to the choice between thecartesianCSandaffineCSandusesObliqueCartesianCSelements.voidsetImageDatum(TLcdGML32ImageDatum aValue) Sets the value of the property that maps to theimageDatumelement.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
-
CARTESIAN_CS_AFFINE_CS_USES_OBLIQUE_CARTESIAN_CS_PROPERTY
Data property that maps to the choice between thecartesianCSandaffineCSandusesObliqueCartesianCSelements. The possible values for this property are instances of -
IMAGE_DATUM_PROPERTY
Data property that maps to theimageDatumelement. The possible values for this property are instances ofTLcdGML32ImageDatumProperty.
-
-
Constructor Details
-
TLcdGML32ImageCRS
public TLcdGML32ImageCRS() -
TLcdGML32ImageCRS
-
-
Method Details
-
getCartesianCS_affineCS_usesObliqueCartesianCS
Returns the value of the property that maps to the choice between thecartesianCSandaffineCSandusesObliqueCartesianCSelements.The possible values for this property are instances of
- Returns:
- the value of the
CARTESIAN_CS_AFFINE_CS_USES_OBLIQUE_CARTESIAN_CS_PROPERTYproperty.
-
setCartesianCS_affineCS_usesObliqueCartesianCS
Sets the value of the property that maps to the choice between thecartesianCSandaffineCSandusesObliqueCartesianCSelements.The possible values for this property are instances of
- Parameters:
aValue- the value to set for theCARTESIAN_CS_AFFINE_CS_USES_OBLIQUE_CARTESIAN_CS_PROPERTYproperty.
-
getImageDatum
Returns the value of the property that maps to theimageDatumelement.gml:imageDatum is an association role to the image datum used by this CRS.
- Returns:
- the value of the
IMAGE_DATUM_PROPERTYproperty. - See Also:
-
setImageDatum
Sets the value of the property that maps to theimageDatumelement.gml:imageDatum is an association role to the image datum used by this CRS.
- Parameters:
aValue- the value to set for theIMAGE_DATUM_PROPERTYproperty.
-