org.citygml4j.model.gml.coverage
Class AbstractCoverage

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
All Implemented Interfaces:
Associable, ModelObject, Child, Copyable, StandardObjectProperties, GML
Direct Known Subclasses:
AbstractDiscreteCoverage

public abstract class AbstractCoverage
extends AbstractFeature


Constructor Summary
AbstractCoverage()
           
 
Method Summary
 java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
           
 java.lang.Integer getDimension()
           
 RangeSet getRangeSet()
           
 boolean isSetDimension()
           
 boolean isSetRangeSet()
           
 void setDimension(java.lang.Integer dimension)
           
 void setRangeSet(RangeSet rangeSet)
           
 void unsetDimension()
           
 void 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

AbstractCoverage

public AbstractCoverage()
Method Detail

getRangeSet

public RangeSet getRangeSet()

getDimension

public java.lang.Integer getDimension()

isSetRangeSet

public boolean isSetRangeSet()

isSetDimension

public boolean isSetDimension()

setRangeSet

public void setRangeSet(RangeSet rangeSet)

setDimension

public void setDimension(java.lang.Integer dimension)

unsetRangeSet

public void unsetRangeSet()

unsetDimension

public void unsetDimension()

copyTo

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