Uses of Interface
net.opengis.swe.x101.QuantityPropertyType
-
Packages that use QuantityPropertyType Package Description net.opengis.swe.x101 net.opengis.swe.x101.impl -
-
Uses of QuantityPropertyType in net.opengis.swe.x101
Methods in net.opengis.swe.x101 that return QuantityPropertyType Modifier and Type Method Description QuantityPropertyTypeSquareMatrixType. addNewElementType()Appends and returns a new empty "elementType" elementQuantityPropertyTypeNormalizedCurveType. addNewInputBias()Appends and returns a new empty "inputBias" elementQuantityPropertyTypeNormalizedCurveType. addNewInputGain()Appends and returns a new empty "inputGain" elementQuantityPropertyTypeNormalizedCurveType. addNewOutputBias()Appends and returns a new empty "outputBias" elementQuantityPropertyTypeNormalizedCurveType. addNewOutputGain()Appends and returns a new empty "outputGain" elementQuantityPropertyTypeSquareMatrixType. getElementType()Gets the "elementType" elementQuantityPropertyTypeNormalizedCurveType. getInputBias()Gets the "inputBias" elementQuantityPropertyTypeNormalizedCurveType. getInputGain()Gets the "inputGain" elementQuantityPropertyTypeNormalizedCurveType. getOutputBias()Gets the "outputBias" elementQuantityPropertyTypeNormalizedCurveType. getOutputGain()Gets the "outputGain" elementstatic QuantityPropertyTypeQuantityPropertyType.Factory. newInstance()static QuantityPropertyTypeQuantityPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static QuantityPropertyTypeQuantityPropertyType.Factory. parse(File file)static QuantityPropertyTypeQuantityPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static QuantityPropertyTypeQuantityPropertyType.Factory. parse(InputStream is)static QuantityPropertyTypeQuantityPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static QuantityPropertyTypeQuantityPropertyType.Factory. parse(Reader r)static QuantityPropertyTypeQuantityPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static QuantityPropertyTypeQuantityPropertyType.Factory. parse(String xmlAsString)static QuantityPropertyTypeQuantityPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static QuantityPropertyTypeQuantityPropertyType.Factory. parse(URL u)static QuantityPropertyTypeQuantityPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static QuantityPropertyTypeQuantityPropertyType.Factory. parse(XMLStreamReader sr)static QuantityPropertyTypeQuantityPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static QuantityPropertyTypeQuantityPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic QuantityPropertyTypeQuantityPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic QuantityPropertyTypeQuantityPropertyType.Factory. parse(Node node)static QuantityPropertyTypeQuantityPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x101 with parameters of type QuantityPropertyType Modifier and Type Method Description voidSquareMatrixType. setElementType(QuantityPropertyType elementType)Sets the "elementType" elementvoidNormalizedCurveType. setInputBias(QuantityPropertyType inputBias)Sets the "inputBias" elementvoidNormalizedCurveType. setInputGain(QuantityPropertyType inputGain)Sets the "inputGain" elementvoidNormalizedCurveType. setOutputBias(QuantityPropertyType outputBias)Sets the "outputBias" elementvoidNormalizedCurveType. setOutputGain(QuantityPropertyType outputGain)Sets the "outputGain" element -
Uses of QuantityPropertyType in net.opengis.swe.x101.impl
Classes in net.opengis.swe.x101.impl that implement QuantityPropertyType Modifier and Type Class Description classQuantityPropertyTypeImplAn XML QuantityPropertyType(@http://www.opengis.net/swe/1.0.1).Methods in net.opengis.swe.x101.impl that return QuantityPropertyType Modifier and Type Method Description QuantityPropertyTypeSquareMatrixTypeImpl. addNewElementType()Appends and returns a new empty "elementType" elementQuantityPropertyTypeNormalizedCurveTypeImpl. addNewInputBias()Appends and returns a new empty "inputBias" elementQuantityPropertyTypeNormalizedCurveTypeImpl. addNewInputGain()Appends and returns a new empty "inputGain" elementQuantityPropertyTypeNormalizedCurveTypeImpl. addNewOutputBias()Appends and returns a new empty "outputBias" elementQuantityPropertyTypeNormalizedCurveTypeImpl. addNewOutputGain()Appends and returns a new empty "outputGain" elementQuantityPropertyTypeSquareMatrixTypeImpl. getElementType()Gets the "elementType" elementQuantityPropertyTypeNormalizedCurveTypeImpl. getInputBias()Gets the "inputBias" elementQuantityPropertyTypeNormalizedCurveTypeImpl. getInputGain()Gets the "inputGain" elementQuantityPropertyTypeNormalizedCurveTypeImpl. getOutputBias()Gets the "outputBias" elementQuantityPropertyTypeNormalizedCurveTypeImpl. getOutputGain()Gets the "outputGain" elementMethods in net.opengis.swe.x101.impl with parameters of type QuantityPropertyType Modifier and Type Method Description voidSquareMatrixTypeImpl. setElementType(QuantityPropertyType elementType)Sets the "elementType" elementvoidNormalizedCurveTypeImpl. setInputBias(QuantityPropertyType inputBias)Sets the "inputBias" elementvoidNormalizedCurveTypeImpl. setInputGain(QuantityPropertyType inputGain)Sets the "inputGain" elementvoidNormalizedCurveTypeImpl. setOutputBias(QuantityPropertyType outputBias)Sets the "outputBias" elementvoidNormalizedCurveTypeImpl. setOutputGain(QuantityPropertyType outputGain)Sets the "outputGain" element
-