Uses of Interface
net.opengis.gml.PolygonPatchType
-
Packages that use PolygonPatchType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of PolygonPatchType in net.opengis.gml
Methods in net.opengis.gml that return PolygonPatchType Modifier and Type Method Description PolygonPatchTypePolygonPatchArrayPropertyType. addNewPolygonPatch()Appends and returns a new empty value (as xml) as the last "PolygonPatch" elementPolygonPatchTypePolygonPatchDocument. addNewPolygonPatch()Appends and returns a new empty "PolygonPatch" elementPolygonPatchTypePolygonPatchDocument. getPolygonPatch()Gets the "PolygonPatch" elementPolygonPatchType[]PolygonPatchArrayPropertyType. getPolygonPatchArray()Gets array of all "PolygonPatch" elementsPolygonPatchTypePolygonPatchArrayPropertyType. getPolygonPatchArray(int i)Gets ith "PolygonPatch" elementPolygonPatchTypePolygonPatchArrayPropertyType. insertNewPolygonPatch(int i)Inserts and returns a new empty value (as xml) as the ith "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 with parameters of type PolygonPatchType Modifier and Type Method Description voidPolygonPatchDocument. setPolygonPatch(PolygonPatchType polygonPatch)Sets the "PolygonPatch" elementvoidPolygonPatchArrayPropertyType. setPolygonPatchArray(int i, PolygonPatchType polygonPatch)Sets ith "PolygonPatch" elementvoidPolygonPatchArrayPropertyType. setPolygonPatchArray(PolygonPatchType[] polygonPatchArray)Sets array of all "PolygonPatch" element -
Uses of PolygonPatchType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement PolygonPatchType Modifier and Type Class Description classPolygonPatchTypeImplAn XML PolygonPatchType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return PolygonPatchType Modifier and Type Method Description PolygonPatchTypePolygonPatchArrayPropertyTypeImpl. addNewPolygonPatch()Appends and returns a new empty value (as xml) as the last "PolygonPatch" elementPolygonPatchTypePolygonPatchDocumentImpl. addNewPolygonPatch()Appends and returns a new empty "PolygonPatch" elementPolygonPatchTypePolygonPatchDocumentImpl. getPolygonPatch()Gets the "PolygonPatch" elementPolygonPatchType[]PolygonPatchArrayPropertyTypeImpl. getPolygonPatchArray()Gets array of all "PolygonPatch" elementsPolygonPatchTypePolygonPatchArrayPropertyTypeImpl. getPolygonPatchArray(int i)Gets ith "PolygonPatch" elementPolygonPatchTypePolygonPatchArrayPropertyTypeImpl. insertNewPolygonPatch(int i)Inserts and returns a new empty value (as xml) as the ith "PolygonPatch" elementMethods in net.opengis.gml.impl with parameters of type PolygonPatchType Modifier and Type Method Description voidPolygonPatchDocumentImpl. setPolygonPatch(PolygonPatchType polygonPatch)Sets the "PolygonPatch" elementvoidPolygonPatchArrayPropertyTypeImpl. setPolygonPatchArray(int i, PolygonPatchType polygonPatch)Sets ith "PolygonPatch" elementvoidPolygonPatchArrayPropertyTypeImpl. setPolygonPatchArray(PolygonPatchType[] polygonPatchArray)Sets array of all "PolygonPatch" element
-