org.citygml4j.model.gml.coverage
Interface RectifiedGridCoverage

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

public interface RectifiedGridCoverage
extends AbstractDiscreteCoverage


Method Summary
 RectifiedGridDomain getRectifiedGridDomain()
           
 boolean isSetRectifiedGridDomain()
           
 void setRectifiedGridDomain(RectifiedGridDomain rectifiedGridDomain)
           
 void unsetRectifiedGridDomain()
           
 
Methods inherited from interface org.citygml4j.model.gml.coverage.AbstractDiscreteCoverage
getCoverageFunction, isSetCoverageFunction, setCoverageFunction, 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

getRectifiedGridDomain

RectifiedGridDomain getRectifiedGridDomain()

isSetRectifiedGridDomain

boolean isSetRectifiedGridDomain()

setRectifiedGridDomain

void setRectifiedGridDomain(RectifiedGridDomain rectifiedGridDomain)

unsetRectifiedGridDomain

void unsetRectifiedGridDomain()