|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.CoverageFunctionType
public class CoverageFunctionType
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 class for CoverageFunctionType complex type.
The following schema fragment specifies the expected content contained within this class.
<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()
Gets the value of the gridFunction property. |
StringOrRefType |
getMappingRule()
Gets the value of the mappingRule property. |
boolean |
isSetGridFunction()
|
boolean |
isSetMappingRule()
|
void |
setGridFunction(javax.xml.bind.JAXBElement<? extends GridFunctionType> value)
Sets the value of the gridFunction property. |
void |
setMappingRule(StringOrRefType value)
Sets the value of the mappingRule property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CoverageFunctionType()
Method Detail |
---|
public StringOrRefType getMappingRule()
StringOrRefType
public void setMappingRule(StringOrRefType value)
value
- allowed object is
StringOrRefType
public boolean isSetMappingRule()
public javax.xml.bind.JAXBElement<? extends GridFunctionType> getGridFunction()
JAXBElement
<
IndexMapType
>
JAXBElement
<
GridFunctionType
>
public void setGridFunction(javax.xml.bind.JAXBElement<? extends GridFunctionType> value)
value
- allowed object is
JAXBElement
<
IndexMapType
>
JAXBElement
<
GridFunctionType
>
public boolean isSetGridFunction()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |