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