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