Uses of Interface
net.opengis.gml.SurfacePatchDocument
-
Packages that use SurfacePatchDocument Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of SurfacePatchDocument in net.opengis.gml
Subinterfaces of SurfacePatchDocument in net.opengis.gml Modifier and Type Interface Description interfaceConeDocumentA document containing one Cone(@http://www.opengis.net/gml) element.interfaceCylinderDocumentA document containing one Cylinder(@http://www.opengis.net/gml) element.interfaceGriddedSurfaceDocumentA document containing one _GriddedSurface(@http://www.opengis.net/gml) element.interfaceParametricCurveSurfaceDocumentA document containing one _ParametricCurveSurface(@http://www.opengis.net/gml) element.interfacePolygonPatchDocumentA document containing one PolygonPatch(@http://www.opengis.net/gml) element.interfaceRectangleDocumentA document containing one Rectangle(@http://www.opengis.net/gml) element.interfaceSphereDocumentA document containing one Sphere(@http://www.opengis.net/gml) element.interfaceTriangleDocumentA document containing one Triangle(@http://www.opengis.net/gml) element.Methods in net.opengis.gml that return SurfacePatchDocument Modifier and Type Method Description static SurfacePatchDocumentSurfacePatchDocument.Factory. newInstance()static SurfacePatchDocumentSurfacePatchDocument.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static SurfacePatchDocumentSurfacePatchDocument.Factory. parse(File file)static SurfacePatchDocumentSurfacePatchDocument.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static SurfacePatchDocumentSurfacePatchDocument.Factory. parse(InputStream is)static SurfacePatchDocumentSurfacePatchDocument.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static SurfacePatchDocumentSurfacePatchDocument.Factory. parse(Reader r)static SurfacePatchDocumentSurfacePatchDocument.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static SurfacePatchDocumentSurfacePatchDocument.Factory. parse(String xmlAsString)static SurfacePatchDocumentSurfacePatchDocument.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static SurfacePatchDocumentSurfacePatchDocument.Factory. parse(URL u)static SurfacePatchDocumentSurfacePatchDocument.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static SurfacePatchDocumentSurfacePatchDocument.Factory. parse(XMLStreamReader sr)static SurfacePatchDocumentSurfacePatchDocument.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static SurfacePatchDocumentSurfacePatchDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic SurfacePatchDocumentSurfacePatchDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic SurfacePatchDocumentSurfacePatchDocument.Factory. parse(Node node)static SurfacePatchDocumentSurfacePatchDocument.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of SurfacePatchDocument in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement SurfacePatchDocument Modifier and Type Class Description classConeDocumentImplA document containing one Cone(@http://www.opengis.net/gml) element.classCylinderDocumentImplA document containing one Cylinder(@http://www.opengis.net/gml) element.classGriddedSurfaceDocumentImplA document containing one _GriddedSurface(@http://www.opengis.net/gml) element.classParametricCurveSurfaceDocumentImplA document containing one _ParametricCurveSurface(@http://www.opengis.net/gml) element.classPolygonPatchDocumentImplA document containing one PolygonPatch(@http://www.opengis.net/gml) element.classRectangleDocumentImplA document containing one Rectangle(@http://www.opengis.net/gml) element.classSphereDocumentImplA document containing one Sphere(@http://www.opengis.net/gml) element.classSurfacePatchDocumentImplA document containing one _SurfacePatch(@http://www.opengis.net/gml) element.classTriangleDocumentImplA document containing one Triangle(@http://www.opengis.net/gml) element.
-