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
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.StandardObjectProperties |
addMetaDataProperty, addName, getDescription, getMetaDataProperty, getName, isSetDescription, isSetMetaDataProperty, isSetName, setDescription, setMetaDataProperty, setName, unsetDescription, unsetMetaDataProperty, unsetMetaDataProperty, unsetName, unsetName |
getCoverageFunction
CoverageFunction getCoverageFunction()
isSetCoverageFunction
boolean isSetCoverageFunction()
setCoverageFunction
void setCoverageFunction(CoverageFunction coverageFunction)
unsetCoverageFunction
void unsetCoverageFunction()