org.citygml4j.model.gml.coverage
Interface CoverageFunction

All Superinterfaces:
Child, Copyable, GML, ModelObject
All Known Implementing Classes:
CoverageFunctionImpl

public interface CoverageFunction
extends GML, Child, Copyable


Method Summary
 GridFunction getGridFunction()
           
 StringOrRef getMappingRule()
           
 boolean isSetGridFunction()
           
 boolean isSetMappingRule()
           
 void setGridFunction(GridFunction gridFunction)
           
 void setMappingRule(StringOrRef mappingRule)
           
 void unsetGridFunction()
           
 void unsetMappingRule()
           
 
Methods inherited from interface org.citygml4j.model.gml.GML
getGMLClass
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 

Method Detail

getMappingRule

StringOrRef getMappingRule()

getGridFunction

GridFunction getGridFunction()

isSetMappingRule

boolean isSetMappingRule()

isSetGridFunction

boolean isSetGridFunction()

setMappingRule

void setMappingRule(StringOrRef mappingRule)

setGridFunction

void setGridFunction(GridFunction gridFunction)

unsetMappingRule

void unsetMappingRule()

unsetGridFunction

void unsetGridFunction()