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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PixelInCellType
getPixelInCell()
Returns the value of the 'Pixel In Cell' containment reference.void
setPixelInCell(PixelInCellType value)
Sets the value of the 'Pixel In Cell
' containment reference.-
Methods inherited from interface AbstractDatumBaseType
getDatumName, setDatumName
-
Methods inherited from interface AbstractDatumType
getAnchorPoint, getDatumID, getRealizationEpoch, getRemarks, getScope, getValidArea, setAnchorPoint, setRealizationEpoch, setRemarks, setScope, setValidArea
-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
-
-
-
Method Detail
-
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(PixelInCellType)
,Gml311Package.getImageDatumType_PixelInCell()
-
setPixelInCell
void 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()
-
-