Uses of Interface
net.opengis.gml.x32.BezierType
-
Packages that use BezierType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of BezierType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return BezierType Modifier and Type Method Description BezierTypeBezierDocument. addNewBezier()Appends and returns a new empty "Bezier" elementBezierTypeBezierDocument. getBezier()Gets the "Bezier" elementstatic BezierTypeBezierType.Factory. newInstance()static BezierTypeBezierType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static BezierTypeBezierType.Factory. parse(File file)static BezierTypeBezierType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static BezierTypeBezierType.Factory. parse(InputStream is)static BezierTypeBezierType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static BezierTypeBezierType.Factory. parse(Reader r)static BezierTypeBezierType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static BezierTypeBezierType.Factory. parse(String xmlAsString)static BezierTypeBezierType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static BezierTypeBezierType.Factory. parse(URL u)static BezierTypeBezierType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static BezierTypeBezierType.Factory. parse(XMLStreamReader sr)static BezierTypeBezierType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static BezierTypeBezierType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic BezierTypeBezierType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic BezierTypeBezierType.Factory. parse(Node node)static BezierTypeBezierType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type BezierType Modifier and Type Method Description voidBezierDocument. setBezier(BezierType bezier)Sets the "Bezier" element -
Uses of BezierType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement BezierType Modifier and Type Class Description classBezierTypeImplAn XML BezierType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return BezierType Modifier and Type Method Description BezierTypeBezierDocumentImpl. addNewBezier()Appends and returns a new empty "Bezier" elementBezierTypeBezierDocumentImpl. getBezier()Gets the "Bezier" elementMethods in net.opengis.gml.x32.impl with parameters of type BezierType Modifier and Type Method Description voidBezierDocumentImpl. setBezier(BezierType bezier)Sets the "Bezier" element
-