|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.se._2_0.core.FunctionType
net.opengis.se._2_0.core.InterpolateType
public class InterpolateType
Classe Java pour InterpolateType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="InterpolateType">
<complexContent>
<extension base="{http://www.opengis.net/se/2.0/core}FunctionType">
<sequence>
<element ref="{http://www.opengis.net/se/2.0/core}LookupValue"/>
<element ref="{http://www.opengis.net/se/2.0/core}InterpolationPoint" maxOccurs="unbounded"/>
</sequence>
<attribute name="mode" type="{http://www.opengis.net/se/2.0/core}ModeType" />
<attribute name="method" type="{http://www.opengis.net/se/2.0/core}MethodType" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<InterpolationPointType> |
interpolationPoint
|
protected ParameterValueType |
lookupValue
|
protected MethodType |
method
|
protected ModeType |
mode
|
| Fields inherited from class net.opengis.se._2_0.core.FunctionType |
|---|
fallbackValue |
| Constructor Summary | |
|---|---|
InterpolateType()
|
|
| Method Summary | |
|---|---|
List<InterpolationPointType> |
getInterpolationPoint()
Gets the value of the interpolationPoint property. |
ParameterValueType |
getLookupValue()
Obtient la valeur de la propriété lookupValue. |
MethodType |
getMethod()
Obtient la valeur de la propriété method. |
ModeType |
getMode()
Obtient la valeur de la propriété mode. |
boolean |
isSetInterpolationPoint()
|
boolean |
isSetLookupValue()
|
boolean |
isSetMethod()
|
boolean |
isSetMode()
|
void |
setLookupValue(ParameterValueType value)
Définit la valeur de la propriété lookupValue. |
void |
setMethod(MethodType value)
Définit la valeur de la propriété method. |
void |
setMode(ModeType value)
Définit la valeur de la propriété mode. |
void |
unsetInterpolationPoint()
|
| Methods inherited from class net.opengis.se._2_0.core.FunctionType |
|---|
getFallbackValue, isSetFallbackValue, setFallbackValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ParameterValueType lookupValue
protected List<InterpolationPointType> interpolationPoint
protected ModeType mode
protected MethodType method
| Constructor Detail |
|---|
public InterpolateType()
| Method Detail |
|---|
public ParameterValueType getLookupValue()
ParameterValueTypepublic void setLookupValue(ParameterValueType value)
value - allowed object is
ParameterValueTypepublic boolean isSetLookupValue()
public List<InterpolationPointType> getInterpolationPoint()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the interpolationPoint property.
For example, to add a new item, do as follows:
getInterpolationPoint().add(newItem);
Objects of the following type(s) are allowed in the list
InterpolationPointType
public boolean isSetInterpolationPoint()
public void unsetInterpolationPoint()
public ModeType getMode()
ModeTypepublic void setMode(ModeType value)
value - allowed object is
ModeTypepublic boolean isSetMode()
public MethodType getMethod()
MethodTypepublic void setMethod(MethodType value)
value - allowed object is
MethodTypepublic boolean isSetMethod()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||