org.citygml4j.model.gml.coverage
Class AbstractDiscreteCoverage

java.lang.Object
  extended by org.citygml4j.model.gml.base.AbstractGML
      extended by org.citygml4j.model.gml.feature.AbstractFeature
          extended by org.citygml4j.model.gml.coverage.AbstractCoverage
              extended by org.citygml4j.model.gml.coverage.AbstractDiscreteCoverage
All Implemented Interfaces:
Associable, ModelObject, Child, Copyable, StandardObjectProperties, GML
Direct Known Subclasses:
RectifiedGridCoverage

public abstract class AbstractDiscreteCoverage
extends AbstractCoverage


Constructor Summary
AbstractDiscreteCoverage()
           
 
Method Summary
 java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
           
 CoverageFunction getCoverageFunction()
           
 boolean isSetCoverageFunction()
           
 void setCoverageFunction(CoverageFunction coverageFunction)
           
 void unsetCoverageFunction()
           
 
Methods inherited from class org.citygml4j.model.gml.coverage.AbstractCoverage
getDimension, getRangeSet, isSetDimension, isSetRangeSet, setDimension, setRangeSet, unsetDimension, unsetRangeSet
 
Methods inherited from class org.citygml4j.model.gml.feature.AbstractFeature
accept, accept, addGenericADEComponent, calcBoundedBy, getBoundedBy, getGenericADEComponent, getGMLClass, getLocation, isSetBoundedBy, isSetGenericADEComponent, isSetLocation, setBoundedBy, setGenericADEComponent, setLocation, unsetBoundedBy, unsetGenericADEComponent, unsetGenericADEComponent, unsetLocation
 
Methods inherited from class org.citygml4j.model.gml.base.AbstractGML
accept, accept, addMetaDataProperty, addName, getDescription, getId, getLocalProperty, getMetaDataProperty, getModelType, getName, getParent, hasLocalProperty, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, isSetParent, setDescription, setId, setLocalProperty, setMetaDataProperty, setName, setParent, unsetDescription, unsetId, unsetLocalProperty, unsetMetaDataProperty, unsetMetaDataProperty, unsetName, unsetName, unsetParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy
 

Constructor Detail

AbstractDiscreteCoverage

public AbstractDiscreteCoverage()
Method Detail

getCoverageFunction

public CoverageFunction getCoverageFunction()

isSetCoverageFunction

public boolean isSetCoverageFunction()

setCoverageFunction

public void setCoverageFunction(CoverageFunction coverageFunction)

unsetCoverageFunction

public void unsetCoverageFunction()

copyTo

public java.lang.Object copyTo(java.lang.Object target,
                               CopyBuilder copyBuilder)
Specified by:
copyTo in interface Copyable
Overrides:
copyTo in class AbstractCoverage