Uses of Interface
net.opengis.gml.CurveType
-
Packages that use CurveType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of CurveType in net.opengis.gml
Methods in net.opengis.gml that return CurveType Modifier and Type Method Description CurveTypeCurveDocument2. addNewCurve2()Appends and returns a new empty "Curve" elementCurveTypeCurveDocument2. getCurve2()Gets the "Curve" elementstatic CurveTypeCurveType.Factory. newInstance()static CurveTypeCurveType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static CurveTypeCurveType.Factory. parse(File file)static CurveTypeCurveType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CurveTypeCurveType.Factory. parse(InputStream is)static CurveTypeCurveType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CurveTypeCurveType.Factory. parse(Reader r)static CurveTypeCurveType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CurveTypeCurveType.Factory. parse(String xmlAsString)static CurveTypeCurveType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CurveTypeCurveType.Factory. parse(URL u)static CurveTypeCurveType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CurveTypeCurveType.Factory. parse(XMLStreamReader sr)static CurveTypeCurveType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CurveTypeCurveType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CurveTypeCurveType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CurveTypeCurveType.Factory. parse(Node node)static CurveTypeCurveType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type CurveType Modifier and Type Method Description voidCurveDocument2. setCurve2(CurveType curve2)Sets the "Curve" element -
Uses of CurveType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement CurveType Modifier and Type Class Description classCurveTypeImplAn XML CurveType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return CurveType Modifier and Type Method Description CurveTypeCurveDocument2Impl. addNewCurve2()Appends and returns a new empty "Curve" elementCurveTypeCurveDocument2Impl. getCurve2()Gets the "Curve" elementMethods in net.opengis.gml.impl with parameters of type CurveType Modifier and Type Method Description voidCurveDocument2Impl. setCurve2(CurveType curve2)Sets the "Curve" element
-