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