Uses of Interface
net.opengis.gml.x32.SurfaceDocument
-
Packages that use SurfaceDocument Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of SurfaceDocument in net.opengis.gml.x32
Subinterfaces of SurfaceDocument in net.opengis.gml.x32 Modifier and Type Interface Description interfacePolyhedralSurfaceDocumentA document containing one PolyhedralSurface(@http://www.opengis.net/gml/3.2) element.interfaceTinDocumentA document containing one Tin(@http://www.opengis.net/gml/3.2) element.interfaceTriangulatedSurfaceDocumentA document containing one TriangulatedSurface(@http://www.opengis.net/gml/3.2) element.Methods in net.opengis.gml.x32 that return SurfaceDocument Modifier and Type Method Description static SurfaceDocumentSurfaceDocument.Factory. newInstance()static SurfaceDocumentSurfaceDocument.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static SurfaceDocumentSurfaceDocument.Factory. parse(File file)static SurfaceDocumentSurfaceDocument.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static SurfaceDocumentSurfaceDocument.Factory. parse(InputStream is)static SurfaceDocumentSurfaceDocument.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static SurfaceDocumentSurfaceDocument.Factory. parse(Reader r)static SurfaceDocumentSurfaceDocument.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static SurfaceDocumentSurfaceDocument.Factory. parse(String xmlAsString)static SurfaceDocumentSurfaceDocument.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static SurfaceDocumentSurfaceDocument.Factory. parse(URL u)static SurfaceDocumentSurfaceDocument.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static SurfaceDocumentSurfaceDocument.Factory. parse(XMLStreamReader sr)static SurfaceDocumentSurfaceDocument.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static SurfaceDocumentSurfaceDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic SurfaceDocumentSurfaceDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic SurfaceDocumentSurfaceDocument.Factory. parse(Node node)static SurfaceDocumentSurfaceDocument.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of SurfaceDocument in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement SurfaceDocument Modifier and Type Class Description classPolyhedralSurfaceDocumentImplA document containing one PolyhedralSurface(@http://www.opengis.net/gml/3.2) element.classSurfaceDocumentImplA document containing one Surface(@http://www.opengis.net/gml/3.2) element.classTinDocumentImplA document containing one Tin(@http://www.opengis.net/gml/3.2) element.classTriangulatedSurfaceDocumentImplA document containing one TriangulatedSurface(@http://www.opengis.net/gml/3.2) element.
-