Uses of Interface
net.opengis.gml.PixelInCellType
-
Packages that use PixelInCellType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of PixelInCellType in net.opengis.gml
Methods in net.opengis.gml that return PixelInCellType Modifier and Type Method Description PixelInCellTypeImageDatumType. addNewPixelInCell()Appends and returns a new empty "pixelInCell" elementPixelInCellTypePixelInCellDocument. addNewPixelInCell()Appends and returns a new empty "pixelInCell" elementPixelInCellTypeImageDatumType. getPixelInCell()Gets the "pixelInCell" elementPixelInCellTypePixelInCellDocument. getPixelInCell()Gets the "pixelInCell" elementstatic PixelInCellTypePixelInCellType.Factory. newInstance()static PixelInCellTypePixelInCellType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static PixelInCellTypePixelInCellType.Factory. parse(File file)static PixelInCellTypePixelInCellType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static PixelInCellTypePixelInCellType.Factory. parse(InputStream is)static PixelInCellTypePixelInCellType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static PixelInCellTypePixelInCellType.Factory. parse(Reader r)static PixelInCellTypePixelInCellType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static PixelInCellTypePixelInCellType.Factory. parse(String xmlAsString)static PixelInCellTypePixelInCellType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static PixelInCellTypePixelInCellType.Factory. parse(URL u)static PixelInCellTypePixelInCellType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static PixelInCellTypePixelInCellType.Factory. parse(XMLStreamReader sr)static PixelInCellTypePixelInCellType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static PixelInCellTypePixelInCellType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic PixelInCellTypePixelInCellType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic PixelInCellTypePixelInCellType.Factory. parse(Node node)static PixelInCellTypePixelInCellType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type PixelInCellType Modifier and Type Method Description voidImageDatumType. setPixelInCell(PixelInCellType pixelInCell)Sets the "pixelInCell" elementvoidPixelInCellDocument. setPixelInCell(PixelInCellType pixelInCell)Sets the "pixelInCell" element -
Uses of PixelInCellType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement PixelInCellType Modifier and Type Class Description classPixelInCellTypeImplAn XML PixelInCellType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return PixelInCellType Modifier and Type Method Description PixelInCellTypeImageDatumTypeImpl. addNewPixelInCell()Appends and returns a new empty "pixelInCell" elementPixelInCellTypePixelInCellDocumentImpl. addNewPixelInCell()Appends and returns a new empty "pixelInCell" elementPixelInCellTypeImageDatumTypeImpl. getPixelInCell()Gets the "pixelInCell" elementPixelInCellTypePixelInCellDocumentImpl. getPixelInCell()Gets the "pixelInCell" elementMethods in net.opengis.gml.impl with parameters of type PixelInCellType Modifier and Type Method Description voidImageDatumTypeImpl. setPixelInCell(PixelInCellType pixelInCell)Sets the "pixelInCell" elementvoidPixelInCellDocumentImpl. setPixelInCell(PixelInCellType pixelInCell)Sets the "pixelInCell" element
-