Package net.opengis.swe.x101
Interface NormalizedCurveType
-
- All Superinterfaces:
AbstractDataComponentType,AbstractDataRecordType,AbstractGMLType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
NormalizedCurveTypeImpl
public interface NormalizedCurveType extends AbstractDataRecordType
An XML NormalizedCurveType(@http://www.opengis.net/swe/1.0.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNormalizedCurveType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CategoryPropertyTypeaddNewExtrapolationMethod()Appends and returns a new empty "extrapolationMethod" elementCurvePropertyTypeaddNewFunction()Appends and returns a new empty "function" elementQuantityPropertyTypeaddNewInputBias()Appends and returns a new empty "inputBias" elementQuantityPropertyTypeaddNewInputGain()Appends and returns a new empty "inputGain" elementCategoryPropertyTypeaddNewInterpolationMethod()Appends and returns a new empty "interpolationMethod" elementQuantityPropertyTypeaddNewOutputBias()Appends and returns a new empty "outputBias" elementQuantityPropertyTypeaddNewOutputGain()Appends and returns a new empty "outputGain" elementCategoryPropertyTypegetExtrapolationMethod()Gets the "extrapolationMethod" elementCurvePropertyTypegetFunction()Gets the "function" elementQuantityPropertyTypegetInputBias()Gets the "inputBias" elementQuantityPropertyTypegetInputGain()Gets the "inputGain" elementCategoryPropertyTypegetInterpolationMethod()Gets the "interpolationMethod" elementQuantityPropertyTypegetOutputBias()Gets the "outputBias" elementQuantityPropertyTypegetOutputGain()Gets the "outputGain" elementbooleanisSetExtrapolationMethod()True if has "extrapolationMethod" elementbooleanisSetInputBias()True if has "inputBias" elementbooleanisSetInputGain()True if has "inputGain" elementbooleanisSetInterpolationMethod()True if has "interpolationMethod" elementbooleanisSetOutputBias()True if has "outputBias" elementbooleanisSetOutputGain()True if has "outputGain" elementvoidsetExtrapolationMethod(CategoryPropertyType extrapolationMethod)Sets the "extrapolationMethod" elementvoidsetFunction(CurvePropertyType function)Sets the "function" elementvoidsetInputBias(QuantityPropertyType inputBias)Sets the "inputBias" elementvoidsetInputGain(QuantityPropertyType inputGain)Sets the "inputGain" elementvoidsetInterpolationMethod(CategoryPropertyType interpolationMethod)Sets the "interpolationMethod" elementvoidsetOutputBias(QuantityPropertyType outputBias)Sets the "outputBias" elementvoidsetOutputGain(QuantityPropertyType outputGain)Sets the "outputGain" elementvoidunsetExtrapolationMethod()Unsets the "extrapolationMethod" elementvoidunsetInputBias()Unsets the "inputBias" elementvoidunsetInputGain()Unsets the "inputGain" elementvoidunsetInterpolationMethod()Unsets the "interpolationMethod" elementvoidunsetOutputBias()Unsets the "outputBias" elementvoidunsetOutputGain()Unsets the "outputGain" element-
Methods inherited from interface net.opengis.swe.x101.AbstractDataComponentType
getDefinition, getFixed, isSetDefinition, isSetFixed, setDefinition, setFixed, unsetDefinition, unsetFixed, xgetDefinition, xgetFixed, xsetDefinition, xsetFixed
-
Methods inherited from interface net.opengis.gml.AbstractGMLType
addNewDescription, addNewMetaDataProperty, addNewName, getDescription, getId, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetId, removeMetaDataProperty, removeName, setDescription, setId, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, unsetId, xgetId, xsetId
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getInputGain
QuantityPropertyType getInputGain()
Gets the "inputGain" element
-
isSetInputGain
boolean isSetInputGain()
True if has "inputGain" element
-
setInputGain
void setInputGain(QuantityPropertyType inputGain)
Sets the "inputGain" element
-
addNewInputGain
QuantityPropertyType addNewInputGain()
Appends and returns a new empty "inputGain" element
-
unsetInputGain
void unsetInputGain()
Unsets the "inputGain" element
-
getInputBias
QuantityPropertyType getInputBias()
Gets the "inputBias" element
-
isSetInputBias
boolean isSetInputBias()
True if has "inputBias" element
-
setInputBias
void setInputBias(QuantityPropertyType inputBias)
Sets the "inputBias" element
-
addNewInputBias
QuantityPropertyType addNewInputBias()
Appends and returns a new empty "inputBias" element
-
unsetInputBias
void unsetInputBias()
Unsets the "inputBias" element
-
getOutputGain
QuantityPropertyType getOutputGain()
Gets the "outputGain" element
-
isSetOutputGain
boolean isSetOutputGain()
True if has "outputGain" element
-
setOutputGain
void setOutputGain(QuantityPropertyType outputGain)
Sets the "outputGain" element
-
addNewOutputGain
QuantityPropertyType addNewOutputGain()
Appends and returns a new empty "outputGain" element
-
unsetOutputGain
void unsetOutputGain()
Unsets the "outputGain" element
-
getOutputBias
QuantityPropertyType getOutputBias()
Gets the "outputBias" element
-
isSetOutputBias
boolean isSetOutputBias()
True if has "outputBias" element
-
setOutputBias
void setOutputBias(QuantityPropertyType outputBias)
Sets the "outputBias" element
-
addNewOutputBias
QuantityPropertyType addNewOutputBias()
Appends and returns a new empty "outputBias" element
-
unsetOutputBias
void unsetOutputBias()
Unsets the "outputBias" element
-
getInterpolationMethod
CategoryPropertyType getInterpolationMethod()
Gets the "interpolationMethod" element
-
isSetInterpolationMethod
boolean isSetInterpolationMethod()
True if has "interpolationMethod" element
-
setInterpolationMethod
void setInterpolationMethod(CategoryPropertyType interpolationMethod)
Sets the "interpolationMethod" element
-
addNewInterpolationMethod
CategoryPropertyType addNewInterpolationMethod()
Appends and returns a new empty "interpolationMethod" element
-
unsetInterpolationMethod
void unsetInterpolationMethod()
Unsets the "interpolationMethod" element
-
getExtrapolationMethod
CategoryPropertyType getExtrapolationMethod()
Gets the "extrapolationMethod" element
-
isSetExtrapolationMethod
boolean isSetExtrapolationMethod()
True if has "extrapolationMethod" element
-
setExtrapolationMethod
void setExtrapolationMethod(CategoryPropertyType extrapolationMethod)
Sets the "extrapolationMethod" element
-
addNewExtrapolationMethod
CategoryPropertyType addNewExtrapolationMethod()
Appends and returns a new empty "extrapolationMethod" element
-
unsetExtrapolationMethod
void unsetExtrapolationMethod()
Unsets the "extrapolationMethod" element
-
getFunction
CurvePropertyType getFunction()
Gets the "function" element
-
setFunction
void setFunction(CurvePropertyType function)
Sets the "function" element
-
addNewFunction
CurvePropertyType addNewFunction()
Appends and returns a new empty "function" element
-
-