Uses of Interface
net.opengis.sampling.x10.SamplingCurveType
-
Packages that use SamplingCurveType Package Description net.opengis.sampling.x10 net.opengis.sampling.x10.impl -
-
Uses of SamplingCurveType in net.opengis.sampling.x10
Methods in net.opengis.sampling.x10 that return SamplingCurveType Modifier and Type Method Description SamplingCurveTypeSamplingCurveDocument. addNewSamplingCurve()Appends and returns a new empty "SamplingCurve" elementSamplingCurveTypeSamplingCurvePropertyType. addNewSamplingCurve()Appends and returns a new empty "SamplingCurve" elementSamplingCurveTypeSamplingCurveDocument. getSamplingCurve()Gets the "SamplingCurve" elementSamplingCurveTypeSamplingCurvePropertyType. getSamplingCurve()Gets the "SamplingCurve" elementstatic SamplingCurveTypeSamplingCurveType.Factory. newInstance()static SamplingCurveTypeSamplingCurveType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static SamplingCurveTypeSamplingCurveType.Factory. parse(File file)static SamplingCurveTypeSamplingCurveType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static SamplingCurveTypeSamplingCurveType.Factory. parse(InputStream is)static SamplingCurveTypeSamplingCurveType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static SamplingCurveTypeSamplingCurveType.Factory. parse(Reader r)static SamplingCurveTypeSamplingCurveType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static SamplingCurveTypeSamplingCurveType.Factory. parse(String xmlAsString)static SamplingCurveTypeSamplingCurveType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static SamplingCurveTypeSamplingCurveType.Factory. parse(URL u)static SamplingCurveTypeSamplingCurveType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static SamplingCurveTypeSamplingCurveType.Factory. parse(XMLStreamReader sr)static SamplingCurveTypeSamplingCurveType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static SamplingCurveTypeSamplingCurveType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic SamplingCurveTypeSamplingCurveType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic SamplingCurveTypeSamplingCurveType.Factory. parse(Node node)static SamplingCurveTypeSamplingCurveType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sampling.x10 with parameters of type SamplingCurveType Modifier and Type Method Description voidSamplingCurveDocument. setSamplingCurve(SamplingCurveType samplingCurve)Sets the "SamplingCurve" elementvoidSamplingCurvePropertyType. setSamplingCurve(SamplingCurveType samplingCurve)Sets the "SamplingCurve" element -
Uses of SamplingCurveType in net.opengis.sampling.x10.impl
Classes in net.opengis.sampling.x10.impl that implement SamplingCurveType Modifier and Type Class Description classSamplingCurveTypeImplAn XML SamplingCurveType(@http://www.opengis.net/sampling/1.0).Methods in net.opengis.sampling.x10.impl that return SamplingCurveType Modifier and Type Method Description SamplingCurveTypeSamplingCurveDocumentImpl. addNewSamplingCurve()Appends and returns a new empty "SamplingCurve" elementSamplingCurveTypeSamplingCurvePropertyTypeImpl. addNewSamplingCurve()Appends and returns a new empty "SamplingCurve" elementSamplingCurveTypeSamplingCurveDocumentImpl. getSamplingCurve()Gets the "SamplingCurve" elementSamplingCurveTypeSamplingCurvePropertyTypeImpl. getSamplingCurve()Gets the "SamplingCurve" elementMethods in net.opengis.sampling.x10.impl with parameters of type SamplingCurveType Modifier and Type Method Description voidSamplingCurveDocumentImpl. setSamplingCurve(SamplingCurveType samplingCurve)Sets the "SamplingCurve" elementvoidSamplingCurvePropertyTypeImpl. setSamplingCurve(SamplingCurveType samplingCurve)Sets the "SamplingCurve" element
-