Uses of Interface
net.opengis.gml.x32.PolygonPatchType
-
Packages that use PolygonPatchType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of PolygonPatchType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return PolygonPatchType Modifier and Type Method Description PolygonPatchTypePolygonPatchDocument. addNewPolygonPatch()Appends and returns a new empty "PolygonPatch" elementPolygonPatchTypePolygonPatchDocument. getPolygonPatch()Gets the "PolygonPatch" elementstatic PolygonPatchTypePolygonPatchType.Factory. newInstance()static PolygonPatchTypePolygonPatchType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static PolygonPatchTypePolygonPatchType.Factory. parse(File file)static PolygonPatchTypePolygonPatchType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static PolygonPatchTypePolygonPatchType.Factory. parse(InputStream is)static PolygonPatchTypePolygonPatchType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static PolygonPatchTypePolygonPatchType.Factory. parse(Reader r)static PolygonPatchTypePolygonPatchType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static PolygonPatchTypePolygonPatchType.Factory. parse(String xmlAsString)static PolygonPatchTypePolygonPatchType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static PolygonPatchTypePolygonPatchType.Factory. parse(URL u)static PolygonPatchTypePolygonPatchType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static PolygonPatchTypePolygonPatchType.Factory. parse(XMLStreamReader sr)static PolygonPatchTypePolygonPatchType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static PolygonPatchTypePolygonPatchType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic PolygonPatchTypePolygonPatchType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic PolygonPatchTypePolygonPatchType.Factory. parse(Node node)static PolygonPatchTypePolygonPatchType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type PolygonPatchType Modifier and Type Method Description voidPolygonPatchDocument. setPolygonPatch(PolygonPatchType polygonPatch)Sets the "PolygonPatch" element -
Uses of PolygonPatchType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement PolygonPatchType Modifier and Type Class Description classPolygonPatchTypeImplAn XML PolygonPatchType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return PolygonPatchType Modifier and Type Method Description PolygonPatchTypePolygonPatchDocumentImpl. addNewPolygonPatch()Appends and returns a new empty "PolygonPatch" elementPolygonPatchTypePolygonPatchDocumentImpl. getPolygonPatch()Gets the "PolygonPatch" elementMethods in net.opengis.gml.x32.impl with parameters of type PolygonPatchType Modifier and Type Method Description voidPolygonPatchDocumentImpl. setPolygonPatch(PolygonPatchType polygonPatch)Sets the "PolygonPatch" element
-