Uses of Interface
net.opengis.ogc.IdDocument
-
Packages that use IdDocument Package Description net.opengis.ogc net.opengis.ogc.impl -
-
Uses of IdDocument in net.opengis.ogc
Subinterfaces of IdDocument in net.opengis.ogc Modifier and Type Interface Description interfaceFeatureIdDocumentA document containing one FeatureId(@http://www.opengis.net/ogc) element.interfaceGmlObjectIdDocumentA document containing one GmlObjectId(@http://www.opengis.net/ogc) element.Methods in net.opengis.ogc that return IdDocument Modifier and Type Method Description static IdDocumentIdDocument.Factory. newInstance()static IdDocumentIdDocument.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static IdDocumentIdDocument.Factory. parse(File file)static IdDocumentIdDocument.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static IdDocumentIdDocument.Factory. parse(InputStream is)static IdDocumentIdDocument.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static IdDocumentIdDocument.Factory. parse(Reader r)static IdDocumentIdDocument.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static IdDocumentIdDocument.Factory. parse(String xmlAsString)static IdDocumentIdDocument.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static IdDocumentIdDocument.Factory. parse(URL u)static IdDocumentIdDocument.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static IdDocumentIdDocument.Factory. parse(XMLStreamReader sr)static IdDocumentIdDocument.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static IdDocumentIdDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic IdDocumentIdDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic IdDocumentIdDocument.Factory. parse(Node node)static IdDocumentIdDocument.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of IdDocument in net.opengis.ogc.impl
Classes in net.opengis.ogc.impl that implement IdDocument Modifier and Type Class Description classFeatureIdDocumentImplA document containing one FeatureId(@http://www.opengis.net/ogc) element.classGmlObjectIdDocumentImplA document containing one GmlObjectId(@http://www.opengis.net/ogc) element.classIdDocumentImplA document containing one _Id(@http://www.opengis.net/ogc) element.
-