Uses of Interface
net.opengis.swe.x101.CurveType
-
Packages that use CurveType Package Description net.opengis.swe.x101 net.opengis.swe.x101.impl -
-
Uses of CurveType in net.opengis.swe.x101
Methods in net.opengis.swe.x101 that return CurveType Modifier and Type Method Description CurveTypeCurveDocument. addNewCurve()Appends and returns a new empty "Curve" elementCurveTypeCurvePropertyType. addNewCurve()Appends and returns a new empty "Curve" elementCurveTypeCurveDocument. getCurve()Gets the "Curve" elementCurveTypeCurvePropertyType. getCurve()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.swe.x101 with parameters of type CurveType Modifier and Type Method Description voidCurveDocument. setCurve(CurveType curve)Sets the "Curve" elementvoidCurvePropertyType. setCurve(CurveType curve)Sets the "Curve" element -
Uses of CurveType in net.opengis.swe.x101.impl
Classes in net.opengis.swe.x101.impl that implement CurveType Modifier and Type Class Description classCurveTypeImplAn XML CurveType(@http://www.opengis.net/swe/1.0.1).Methods in net.opengis.swe.x101.impl that return CurveType Modifier and Type Method Description CurveTypeCurveDocumentImpl. addNewCurve()Appends and returns a new empty "Curve" elementCurveTypeCurvePropertyTypeImpl. addNewCurve()Appends and returns a new empty "Curve" elementCurveTypeCurveDocumentImpl. getCurve()Gets the "Curve" elementCurveTypeCurvePropertyTypeImpl. getCurve()Gets the "Curve" elementMethods in net.opengis.swe.x101.impl with parameters of type CurveType Modifier and Type Method Description voidCurveDocumentImpl. setCurve(CurveType curve)Sets the "Curve" elementvoidCurvePropertyTypeImpl. setCurve(CurveType curve)Sets the "Curve" element
-