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 PixelInCellTypeGml311Factory. createPixelInCellType()Returns a new object of class 'Pixel In Cell Type'.PixelInCellTypeDocumentRoot. getPixelInCell()Returns the value of the 'Pixel In Cell' containment reference.PixelInCellTypeImageDatumType. 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 voidDocumentRoot. setPixelInCell(PixelInCellType value)Sets the value of the 'Pixel In Cell' containment reference.voidImageDatumType. 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 classPixelInCellTypeImplAn implementation of the model object 'Pixel In Cell Type'.Fields in net.opengis.gml311.impl declared as PixelInCellType Modifier and Type Field Description protected PixelInCellTypeImageDatumTypeImpl. pixelInCellThe cached value of the 'Pixel In Cell' containment reference.Methods in net.opengis.gml311.impl that return PixelInCellType Modifier and Type Method Description PixelInCellTypeGml311FactoryImpl. createPixelInCellType()PixelInCellTypeDocumentRootImpl. getPixelInCell()PixelInCellTypeImageDatumTypeImpl. getPixelInCell()Methods in net.opengis.gml311.impl with parameters of type PixelInCellType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetPixelInCell(PixelInCellType newPixelInCell, NotificationChain msgs)NotificationChainImageDatumTypeImpl. basicSetPixelInCell(PixelInCellType newPixelInCell, NotificationChain msgs)voidDocumentRootImpl. setPixelInCell(PixelInCellType newPixelInCell)voidImageDatumTypeImpl. 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 TGml311Switch. casePixelInCellType(PixelInCellType object)Returns the result of interpreting the object as an instance of 'Pixel In Cell Type'.booleanGml311Validator. validatePixelInCellType(PixelInCellType pixelInCellType, DiagnosticChain diagnostics, Map<Object,Object> context)
-