Uses of Interface
net.opengis.gml311.PixelInCellType
Packages that use PixelInCellType
-
Uses of PixelInCellType in net.opengis.gml311
Methods in net.opengis.gml311 that return PixelInCellTypeModifier and TypeMethodDescriptionGml311Factory.createPixelInCellType()
Returns a new object of class 'Pixel In Cell Type'.DocumentRoot.getPixelInCell()
Returns the value of the 'Pixel In Cell' containment reference.ImageDatumType.getPixelInCell()
Returns the value of the 'Pixel In Cell' containment reference.Methods in net.opengis.gml311 with parameters of type PixelInCellTypeModifier and TypeMethodDescriptionvoid
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 PixelInCellTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Pixel In Cell Type'.Fields in net.opengis.gml311.impl declared as PixelInCellTypeModifier and TypeFieldDescriptionprotected PixelInCellType
ImageDatumTypeImpl.pixelInCell
The cached value of the 'Pixel In Cell
' containment reference.Methods in net.opengis.gml311.impl that return PixelInCellTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createPixelInCellType()
DocumentRootImpl.getPixelInCell()
ImageDatumTypeImpl.getPixelInCell()
Methods in net.opengis.gml311.impl with parameters of type PixelInCellTypeModifier and TypeMethodDescriptionNotificationChain
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 PixelInCellTypeModifier and TypeMethodDescriptionGml311Switch.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)