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 Summary
Modifier 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 AbstractDatumBaseType
getDatumName, setDatumNameMethods inherited from interface AbstractDatumType
getAnchorPoint, getDatumID, getRealizationEpoch, getRemarks, getScope, getValidArea, setAnchorPoint, setRealizationEpoch, setRemarks, setScope, setValidAreaMethods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setIdMethods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getPixelInCell
PixelInCellType 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:
-
setPixelInCell
Sets the value of the 'Pixel In Cell' containment reference.- Parameters:
value- the new value of the 'Pixel In Cell' containment reference.- See Also:
-