Uses of Interface
net.opengis.wcs.x11.GridCRSDocument
-
Packages that use GridCRSDocument Package Description net.opengis.wcs.x11 net.opengis.wcs.x11.impl -
-
Uses of GridCRSDocument in net.opengis.wcs.x11
Methods in net.opengis.wcs.x11 that return GridCRSDocument Modifier and Type Method Description static GridCRSDocumentGridCRSDocument.Factory. newInstance()static GridCRSDocumentGridCRSDocument.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static GridCRSDocumentGridCRSDocument.Factory. parse(File file)static GridCRSDocumentGridCRSDocument.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static GridCRSDocumentGridCRSDocument.Factory. parse(InputStream is)static GridCRSDocumentGridCRSDocument.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static GridCRSDocumentGridCRSDocument.Factory. parse(Reader r)static GridCRSDocumentGridCRSDocument.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static GridCRSDocumentGridCRSDocument.Factory. parse(String xmlAsString)static GridCRSDocumentGridCRSDocument.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static GridCRSDocumentGridCRSDocument.Factory. parse(URL u)static GridCRSDocumentGridCRSDocument.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static GridCRSDocumentGridCRSDocument.Factory. parse(XMLStreamReader sr)static GridCRSDocumentGridCRSDocument.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static GridCRSDocumentGridCRSDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic GridCRSDocumentGridCRSDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic GridCRSDocumentGridCRSDocument.Factory. parse(Node node)static GridCRSDocumentGridCRSDocument.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of GridCRSDocument in net.opengis.wcs.x11.impl
Classes in net.opengis.wcs.x11.impl that implement GridCRSDocument Modifier and Type Class Description classGridCRSDocumentImplA document containing one GridCRS(@http://www.opengis.net/wcs/1.1) element.
-