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