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