Uses of Interface
net.opengis.gml311.PixelInCellType
-
Packages that use PixelInCellType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of PixelInCellType in net.opengis.gml311
Methods in net.opengis.gml311 that return PixelInCellType Modifier and Type Method Description PixelInCellType
Gml311Factory. createPixelInCellType()
Returns a new object of class 'Pixel In Cell Type'.PixelInCellType
DocumentRoot. getPixelInCell()
Returns the value of the 'Pixel In Cell' containment reference.PixelInCellType
ImageDatumType. getPixelInCell()
Returns the value of the 'Pixel In Cell' containment reference.Methods in net.opengis.gml311 with parameters of type PixelInCellType Modifier and Type Method Description void
DocumentRoot. setPixelInCell(PixelInCellType value)
Sets the value of the 'Pixel In Cell
' containment reference.void
ImageDatumType. setPixelInCell(PixelInCellType value)
Sets the value of the 'Pixel In Cell
' containment reference. -
Uses of PixelInCellType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement PixelInCellType Modifier and Type Class Description class
PixelInCellTypeImpl
An implementation of the model object 'Pixel In Cell Type'.Fields in net.opengis.gml311.impl declared as PixelInCellType Modifier and Type Field Description protected PixelInCellType
ImageDatumTypeImpl. pixelInCell
The cached value of the 'Pixel In Cell
' containment reference.Methods in net.opengis.gml311.impl that return PixelInCellType Modifier and Type Method Description PixelInCellType
Gml311FactoryImpl. createPixelInCellType()
PixelInCellType
DocumentRootImpl. getPixelInCell()
PixelInCellType
ImageDatumTypeImpl. getPixelInCell()
Methods in net.opengis.gml311.impl with parameters of type PixelInCellType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetPixelInCell(PixelInCellType newPixelInCell, NotificationChain msgs)
NotificationChain
ImageDatumTypeImpl. basicSetPixelInCell(PixelInCellType newPixelInCell, NotificationChain msgs)
void
DocumentRootImpl. setPixelInCell(PixelInCellType newPixelInCell)
void
ImageDatumTypeImpl. setPixelInCell(PixelInCellType newPixelInCell)
-
Uses of PixelInCellType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type PixelInCellType Modifier and Type Method Description T
Gml311Switch. casePixelInCellType(PixelInCellType object)
Returns the result of interpreting the object as an instance of 'Pixel In Cell Type'.boolean
Gml311Validator. validatePixelInCellType(PixelInCellType pixelInCellType, DiagnosticChain diagnostics, Map<Object,Object> context)
-