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