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