net.opengis.gml
Class CoverageFunctionType

java.lang.Object
  extended by net.opengis.gml.CoverageFunctionType

public class CoverageFunctionType
extends Object

The function or rule which defines the map from members of the domainSet to the range. More functions will be added to this list

Classe Java pour CoverageFunctionType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="CoverageFunctionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element ref="{http://www.opengis.net/gml}MappingRule"/>
         <element ref="{http://www.opengis.net/gml}GridFunction"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  JAXBElement<? extends GridFunctionType> gridFunction
           
protected  StringOrRefType mappingRule
           
 
Constructor Summary
CoverageFunctionType()
           
 
Method Summary
 JAXBElement<? extends GridFunctionType> getGridFunction()
          Obtient la valeur de la propriété gridFunction.
 StringOrRefType getMappingRule()
          Obtient la valeur de la propriété mappingRule.
 boolean isSetGridFunction()
           
 boolean isSetMappingRule()
           
 void setGridFunction(JAXBElement<? extends GridFunctionType> value)
          Définit la valeur de la propriété gridFunction.
 void setMappingRule(StringOrRefType value)
          Définit la valeur de la propriété mappingRule.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mappingRule

protected StringOrRefType mappingRule

gridFunction

protected JAXBElement<? extends GridFunctionType> gridFunction
Constructor Detail

CoverageFunctionType

public CoverageFunctionType()
Method Detail

getMappingRule

public StringOrRefType getMappingRule()
Obtient la valeur de la propriété mappingRule.

Returns:
possible object is StringOrRefType

setMappingRule

public void setMappingRule(StringOrRefType value)
Définit la valeur de la propriété mappingRule.

Parameters:
value - allowed object is StringOrRefType

isSetMappingRule

public boolean isSetMappingRule()

getGridFunction

public JAXBElement<? extends GridFunctionType> getGridFunction()
Obtient la valeur de la propriété gridFunction.

Returns:
possible object is JAXBElement<IndexMapType> JAXBElement<GridFunctionType>

setGridFunction

public void setGridFunction(JAXBElement<? extends GridFunctionType> value)
Définit la valeur de la propriété gridFunction.

Parameters:
value - allowed object is JAXBElement<IndexMapType> JAXBElement<GridFunctionType>

isSetGridFunction

public boolean isSetGridFunction()


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