Package net.opengis.gml311
Interface ImageDatumType
- 
- All Superinterfaces:
- AbstractDatumBaseType,- AbstractDatumType,- AbstractGMLType,- DefinitionType,- EObject,- Notifier
 - All Known Implementing Classes:
- ImageDatumTypeImpl
 
 public interface ImageDatumType extends AbstractDatumType 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:
- Gml311Package.getImageDatumType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description PixelInCellTypegetPixelInCell()Returns 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, setDatumName
 - 
Methods inherited from interface AbstractDatumTypegetAnchorPoint, getDatumID, getRealizationEpoch, getRemarks, getScope, getValidArea, setAnchorPoint, setRealizationEpoch, setRemarks, setScope, setValidArea
 - 
Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 
- 
 
- 
- 
- 
Method Detail- 
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:
- setPixelInCell(PixelInCellType),- Gml311Package.getImageDatumType_PixelInCell()
 
 - 
setPixelInCellvoid setPixelInCell(PixelInCellType value) Sets the value of the 'Pixel In Cell' containment reference.- Parameters:
- value- the new value of the 'Pixel In Cell' containment reference.
- See Also:
- getPixelInCell()
 
 
- 
 
-