Uses of Interface
net.opengis.gml.BezierType
-
Packages that use BezierType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of BezierType in net.opengis.gml
Methods in net.opengis.gml 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 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.impl
Classes in net.opengis.gml.impl that implement BezierType Modifier and Type Class Description classBezierTypeImplAn XML BezierType(@http://www.opengis.net/gml).Methods in net.opengis.gml.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.impl with parameters of type BezierType Modifier and Type Method Description voidBezierDocumentImpl. setBezier(BezierType bezier)Sets the "Bezier" element
-