Package com.luciad.format.gml32.model
Class TLcdGML32ImageDatum
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.TLcdGML32AbstractDatum
com.luciad.format.gml32.model.TLcdGML32ImageDatum
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Direct Known Subclasses:
TLcdISO19115ImageDatum
gml:ImageDatum defines the origin of an image coordinate reference system, and is used in a local context only. For an image datum, the anchor definition is usually either the centre of the image or the corner of the image. For more information, see ISO 19111 B.3.5.
- Since:
- 2026.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thepixelInCellelement.Fields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractDatum
ANCHOR_DEFINITION_PROPERTY, DOMAIN_OF_VALIDITY_PROPERTY, REALIZATION_EPOCH_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 thepixelInCellelement.voidSets the value of the property that maps to thepixelInCellelement.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractDatum
getAnchorDefinition, getDomainOfValidity, getRealizationEpoch, getScope, setAnchorDefinition, setDomainOfValidity, setRealizationEpochMethods 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
-
PIXEL_IN_CELL_PROPERTY
Data property that maps to thepixelInCellelement. The possible values for this property are instances ofTLcdGML32CodeWithAuthority.
-
-
Constructor Details
-
TLcdGML32ImageDatum
public TLcdGML32ImageDatum() -
TLcdGML32ImageDatum
-
-
Method Details
-
getPixelInCell
Returns the value of the property that maps to thepixelInCellelement.gml:pixelInCell is a specification of the way an image grid is associated with the image data attributes. 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
PIXEL_IN_CELL_PROPERTYproperty.
-
setPixelInCell
Sets the value of the property that maps to thepixelInCellelement.gml:pixelInCell is a specification of the way an image grid is associated with the image data attributes. 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 thePIXEL_IN_CELL_PROPERTYproperty.
-