Uses of Interface
net.opengis.gml.SurfaceDocument2
-
Packages that use SurfaceDocument2 Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of SurfaceDocument2 in net.opengis.gml
Subinterfaces of SurfaceDocument2 in net.opengis.gml Modifier and Type Interface Description interfacePolyhedralSurfaceDocumentA document containing one PolyhedralSurface(@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 SurfaceDocument2 Modifier and Type Method Description static SurfaceDocument2SurfaceDocument2.Factory. newInstance()static SurfaceDocument2SurfaceDocument2.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static SurfaceDocument2SurfaceDocument2.Factory. parse(File file)static SurfaceDocument2SurfaceDocument2.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static SurfaceDocument2SurfaceDocument2.Factory. parse(InputStream is)static SurfaceDocument2SurfaceDocument2.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static SurfaceDocument2SurfaceDocument2.Factory. parse(Reader r)static SurfaceDocument2SurfaceDocument2.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static SurfaceDocument2SurfaceDocument2.Factory. parse(String xmlAsString)static SurfaceDocument2SurfaceDocument2.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static SurfaceDocument2SurfaceDocument2.Factory. parse(URL u)static SurfaceDocument2SurfaceDocument2.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static SurfaceDocument2SurfaceDocument2.Factory. parse(XMLStreamReader sr)static SurfaceDocument2SurfaceDocument2.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static SurfaceDocument2SurfaceDocument2.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic SurfaceDocument2SurfaceDocument2.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic SurfaceDocument2SurfaceDocument2.Factory. parse(Node node)static SurfaceDocument2SurfaceDocument2.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of SurfaceDocument2 in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement SurfaceDocument2 Modifier and Type Class Description classPolyhedralSurfaceDocumentImplA document containing one PolyhedralSurface(@http://www.opengis.net/gml) element.classSurfaceDocument2ImplA 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.
-