Uses of Interface
net.opengis.gml.CrsRefDocument
-
Packages that use CrsRefDocument Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of CrsRefDocument in net.opengis.gml
Methods in net.opengis.gml 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.impl
Classes in net.opengis.gml.impl that implement CrsRefDocument Modifier and Type Class Description classCrsRefDocumentImplA document containing one crsRef(@http://www.opengis.net/gml) element.
-