Uses of Interface
net.opengis.swe.x101.CurvePropertyType
-
Packages that use CurvePropertyType Package Description net.opengis.swe.x101 net.opengis.swe.x101.impl -
-
Uses of CurvePropertyType in net.opengis.swe.x101
Methods in net.opengis.swe.x101 that return CurvePropertyType Modifier and Type Method Description CurvePropertyTypeNormalizedCurveType. addNewFunction()Appends and returns a new empty "function" elementCurvePropertyTypeNormalizedCurveType. getFunction()Gets the "function" elementstatic CurvePropertyTypeCurvePropertyType.Factory. newInstance()static CurvePropertyTypeCurvePropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static CurvePropertyTypeCurvePropertyType.Factory. parse(File file)static CurvePropertyTypeCurvePropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CurvePropertyTypeCurvePropertyType.Factory. parse(InputStream is)static CurvePropertyTypeCurvePropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CurvePropertyTypeCurvePropertyType.Factory. parse(Reader r)static CurvePropertyTypeCurvePropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CurvePropertyTypeCurvePropertyType.Factory. parse(String xmlAsString)static CurvePropertyTypeCurvePropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CurvePropertyTypeCurvePropertyType.Factory. parse(URL u)static CurvePropertyTypeCurvePropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CurvePropertyTypeCurvePropertyType.Factory. parse(XMLStreamReader sr)static CurvePropertyTypeCurvePropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CurvePropertyTypeCurvePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CurvePropertyTypeCurvePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CurvePropertyTypeCurvePropertyType.Factory. parse(Node node)static CurvePropertyTypeCurvePropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x101 with parameters of type CurvePropertyType Modifier and Type Method Description voidNormalizedCurveType. setFunction(CurvePropertyType function)Sets the "function" element -
Uses of CurvePropertyType in net.opengis.swe.x101.impl
Classes in net.opengis.swe.x101.impl that implement CurvePropertyType Modifier and Type Class Description classCurvePropertyTypeImplAn XML CurvePropertyType(@http://www.opengis.net/swe/1.0.1).Methods in net.opengis.swe.x101.impl that return CurvePropertyType Modifier and Type Method Description CurvePropertyTypeNormalizedCurveTypeImpl. addNewFunction()Appends and returns a new empty "function" elementCurvePropertyTypeNormalizedCurveTypeImpl. getFunction()Gets the "function" elementMethods in net.opengis.swe.x101.impl with parameters of type CurvePropertyType Modifier and Type Method Description voidNormalizedCurveTypeImpl. setFunction(CurvePropertyType function)Sets the "function" element
-