org.citygml4j.model.gml.coverage
Interface AbstractDiscreteCoverage

All Superinterfaces:
AbstractCoverage, AbstractFeature, AbstractGML, Associable, Child, Copyable, GML, ModelObject, StandardObjectProperties
All Known Subinterfaces:
RectifiedGridCoverage
All Known Implementing Classes:
AbstractDiscreteCoverageImpl, RectifiedGridCoverageImpl

public interface AbstractDiscreteCoverage
extends AbstractCoverage


Method Summary
 CoverageFunction getCoverageFunction()
           
 boolean isSetCoverageFunction()
           
 void setCoverageFunction(CoverageFunction coverageFunction)
           
 void unsetCoverageFunction()
           
 
Methods inherited from interface org.citygml4j.model.gml.coverage.AbstractCoverage
getDimension, getRangeSet, isSetDimension, isSetRangeSet, setDimension, setRangeSet, unsetDimension, unsetRangeSet
 
Methods inherited from interface org.citygml4j.model.gml.feature.AbstractFeature
accept, accept, addGenericADEComponent, calcBoundedBy, getBoundedBy, getGenericADEComponent, getLocation, isSetBoundedBy, isSetGenericADEComponent, isSetLocation, setBoundedBy, setGenericADEComponent, setLocation, unsetBoundedBy, unsetGenericADEComponent, unsetGenericADEComponent, unsetLocation
 
Methods inherited from interface org.citygml4j.model.gml.base.AbstractGML
accept, accept, getId, isSetId, setId, unsetId
 
Methods inherited from interface org.citygml4j.model.gml.base.StandardObjectProperties
addMetaDataProperty, addName, getDescription, getMetaDataProperty, getName, isSetDescription, isSetMetaDataProperty, isSetName, setDescription, setMetaDataProperty, setName, unsetDescription, unsetMetaDataProperty, unsetMetaDataProperty, unsetName, unsetName
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 

Method Detail

getCoverageFunction

CoverageFunction getCoverageFunction()

isSetCoverageFunction

boolean isSetCoverageFunction()

setCoverageFunction

void setCoverageFunction(CoverageFunction coverageFunction)

unsetCoverageFunction

void unsetCoverageFunction()