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