org.citygml4j.jaxb.gml._3_1_1
Class CoverageFunctionType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.CoverageFunctionType

public class CoverageFunctionType
extends java.lang.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

Java-Klasse für CoverageFunctionType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <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>
 


Constructor Summary
CoverageFunctionType()
           
 
Method Summary
 javax.xml.bind.JAXBElement<? extends GridFunctionType> getGridFunction()
          Ruft den Wert der gridFunction-Eigenschaft ab.
 StringOrRefType getMappingRule()
          Ruft den Wert der mappingRule-Eigenschaft ab.
 boolean isSetGridFunction()
           
 boolean isSetMappingRule()
           
 void setGridFunction(javax.xml.bind.JAXBElement<? extends GridFunctionType> value)
          Legt den Wert der gridFunction-Eigenschaft fest.
 void setMappingRule(StringOrRefType value)
          Legt den Wert der mappingRule-Eigenschaft fest.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoverageFunctionType

public CoverageFunctionType()
Method Detail

getMappingRule

public StringOrRefType getMappingRule()
Ruft den Wert der mappingRule-Eigenschaft ab.

Returns:
possible object is StringOrRefType

setMappingRule

public void setMappingRule(StringOrRefType value)
Legt den Wert der mappingRule-Eigenschaft fest.

Parameters:
value - allowed object is StringOrRefType

isSetMappingRule

public boolean isSetMappingRule()

getGridFunction

public javax.xml.bind.JAXBElement<? extends GridFunctionType> getGridFunction()
Ruft den Wert der gridFunction-Eigenschaft ab.

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

setGridFunction

public void setGridFunction(javax.xml.bind.JAXBElement<? extends GridFunctionType> value)
Legt den Wert der gridFunction-Eigenschaft fest.

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

isSetGridFunction

public boolean isSetGridFunction()