Uses of Interface
net.opengis.gml.x32.PatchesDocument
-
Packages that use PatchesDocument Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of PatchesDocument in net.opengis.gml.x32
Subinterfaces of PatchesDocument in net.opengis.gml.x32 Modifier and Type Interface Description interfacePolygonPatchesDocumentA document containing one polygonPatches(@http://www.opengis.net/gml/3.2) element.interfaceTrianglePatchesDocumentA document containing one trianglePatches(@http://www.opengis.net/gml/3.2) element.Methods in net.opengis.gml.x32 that return PatchesDocument Modifier and Type Method Description static PatchesDocumentPatchesDocument.Factory. newInstance()static PatchesDocumentPatchesDocument.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static PatchesDocumentPatchesDocument.Factory. parse(File file)static PatchesDocumentPatchesDocument.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static PatchesDocumentPatchesDocument.Factory. parse(InputStream is)static PatchesDocumentPatchesDocument.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static PatchesDocumentPatchesDocument.Factory. parse(Reader r)static PatchesDocumentPatchesDocument.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static PatchesDocumentPatchesDocument.Factory. parse(String xmlAsString)static PatchesDocumentPatchesDocument.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static PatchesDocumentPatchesDocument.Factory. parse(URL u)static PatchesDocumentPatchesDocument.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static PatchesDocumentPatchesDocument.Factory. parse(XMLStreamReader sr)static PatchesDocumentPatchesDocument.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static PatchesDocumentPatchesDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic PatchesDocumentPatchesDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic PatchesDocumentPatchesDocument.Factory. parse(Node node)static PatchesDocumentPatchesDocument.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of PatchesDocument in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement PatchesDocument Modifier and Type Class Description classPatchesDocumentImplA document containing one patches(@http://www.opengis.net/gml/3.2) element.classPolygonPatchesDocumentImplA document containing one polygonPatches(@http://www.opengis.net/gml/3.2) element.classTrianglePatchesDocumentImplA document containing one trianglePatches(@http://www.opengis.net/gml/3.2) element.
-