net.opengis.se._2_0.core
Class InterpolateType

java.lang.Object
  extended by net.opengis.se._2_0.core.FunctionType
      extended by net.opengis.se._2_0.core.InterpolateType

public class InterpolateType
extends FunctionType

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

lookupValue

protected ParameterValueType lookupValue

interpolationPoint

protected List<InterpolationPointType> interpolationPoint

mode

protected ModeType mode

method

protected MethodType method
Constructor Detail

InterpolateType

public InterpolateType()
Method Detail

getLookupValue

public ParameterValueType getLookupValue()
Obtient la valeur de la propriété lookupValue.

Returns:
possible object is ParameterValueType

setLookupValue

public void setLookupValue(ParameterValueType value)
Définit la valeur de la propriété lookupValue.

Parameters:
value - allowed object is ParameterValueType

isSetLookupValue

public boolean isSetLookupValue()

getInterpolationPoint

public List<InterpolationPointType> getInterpolationPoint()
Gets the value of the interpolationPoint property.

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


isSetInterpolationPoint

public boolean isSetInterpolationPoint()

unsetInterpolationPoint

public void unsetInterpolationPoint()

getMode

public ModeType getMode()
Obtient la valeur de la propriété mode.

Returns:
possible object is ModeType

setMode

public void setMode(ModeType value)
Définit la valeur de la propriété mode.

Parameters:
value - allowed object is ModeType

isSetMode

public boolean isSetMode()

getMethod

public MethodType getMethod()
Obtient la valeur de la propriété method.

Returns:
possible object is MethodType

setMethod

public void setMethod(MethodType value)
Définit la valeur de la propriété method.

Parameters:
value - allowed object is MethodType

isSetMethod

public boolean isSetMethod()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.