Uses of Interface
net.opengis.gml.SurfaceDocument
-
Packages that use SurfaceDocument Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of SurfaceDocument in net.opengis.gml
Subinterfaces of SurfaceDocument in net.opengis.gml Modifier and Type Interface Description interfaceCompositeSurfaceDocumentA document containing one CompositeSurface(@http://www.opengis.net/gml) element.interfaceOrientableSurfaceDocumentA document containing one OrientableSurface(@http://www.opengis.net/gml) element.interfacePolygonDocumentA document containing one Polygon(@http://www.opengis.net/gml) element.interfacePolyhedralSurfaceDocumentA document containing one PolyhedralSurface(@http://www.opengis.net/gml) element.interfaceSurfaceDocument2A document containing one Surface(@http://www.opengis.net/gml) element.interfaceTinDocumentA document containing one Tin(@http://www.opengis.net/gml) element.interfaceTriangulatedSurfaceDocumentA document containing one TriangulatedSurface(@http://www.opengis.net/gml) element.Methods in net.opengis.gml 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.impl
Classes in net.opengis.gml.impl that implement SurfaceDocument Modifier and Type Class Description classCompositeSurfaceDocumentImplA document containing one CompositeSurface(@http://www.opengis.net/gml) element.classOrientableSurfaceDocumentImplA document containing one OrientableSurface(@http://www.opengis.net/gml) element.classPolygonDocumentImplA document containing one Polygon(@http://www.opengis.net/gml) element.classPolyhedralSurfaceDocumentImplA document containing one PolyhedralSurface(@http://www.opengis.net/gml) element.classSurfaceDocument2ImplA document containing one Surface(@http://www.opengis.net/gml) element.classSurfaceDocumentImplA document containing one _Surface(@http://www.opengis.net/gml) element.classTinDocumentImplA document containing one Tin(@http://www.opengis.net/gml) element.classTriangulatedSurfaceDocumentImplA document containing one TriangulatedSurface(@http://www.opengis.net/gml) element.
-