Package net.opengis.gml311
Interface ImageDatumType
- All Superinterfaces:
- AbstractDatumBaseType,- AbstractDatumType,- AbstractGMLType,- DefinitionType,- EObject,- Notifier
- All Known Implementing Classes:
- ImageDatumTypeImpl
 A representation of the model object 'Image Datum Type'.
 
 
 An image datum defines the origin of an image coordinate reference system, and is used in a local context only. For more information, see OGC Abstract Specification Topic 2. 
 
 
The following features are supported:
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionReturns the value of the 'Pixel In Cell' containment reference.voidsetPixelInCell(PixelInCellType value) Sets the value of the 'Pixel In Cell' containment reference.Methods inherited from interface AbstractDatumBaseTypegetDatumName, setDatumNameMethods inherited from interface AbstractDatumTypegetAnchorPoint, getDatumID, getRealizationEpoch, getRemarks, getScope, getValidArea, setAnchorPoint, setRealizationEpoch, setRemarks, setScope, setValidAreaMethods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setIdMethods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getPixelInCellPixelInCellType getPixelInCell()Returns the value of the 'Pixel In Cell' containment reference.If the meaning of the 'Pixel In Cell' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Pixel In Cell' containment reference.
- See Also:
 
- 
setPixelInCellSets the value of the 'Pixel In Cell' containment reference.- Parameters:
- value- the new value of the 'Pixel In Cell' containment reference.
- See Also:
 
 
-