org.citygml4j.impl.gml.coverage
Class AbstractCoverageImpl

java.lang.Object
  extended by org.citygml4j.impl.gml.base.AbstractGMLImpl
      extended by org.citygml4j.impl.gml.feature.AbstractFeatureImpl
          extended by org.citygml4j.impl.gml.coverage.AbstractCoverageImpl
All Implemented Interfaces:
Associable, ModelObject, Child, Copyable, AbstractGML, StandardObjectProperties, AbstractCoverage, AbstractFeature, GML
Direct Known Subclasses:
AbstractDiscreteCoverageImpl

public abstract class AbstractCoverageImpl
extends AbstractFeatureImpl
implements AbstractCoverage


Constructor Summary
AbstractCoverageImpl()
           
 
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.impl.gml.feature.AbstractFeatureImpl
addGenericADEComponent, calcBoundedBy, getBoundedBy, getGenericADEComponent, getGMLClass, getLocation, isSetBoundedBy, isSetGenericADEComponent, isSetLocation, setBoundedBy, setGenericADEComponent, setLocation, unsetBoundedBy, unsetGenericADEComponent, unsetGenericADEComponent, unsetLocation
 
Methods inherited from class org.citygml4j.impl.gml.base.AbstractGMLImpl
addMetaDataProperty, addName, getDescription, getId, getMetaDataProperty, getModelType, getName, getParent, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, isSetParent, setDescription, setId, setMetaDataProperty, setName, setParent, unsetDescription, unsetId, 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.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
 

Constructor Detail

AbstractCoverageImpl

public AbstractCoverageImpl()
Method Detail

getRangeSet

public RangeSet getRangeSet()
Specified by:
getRangeSet in interface AbstractCoverage

getDimension

public java.lang.Integer getDimension()
Specified by:
getDimension in interface AbstractCoverage

isSetRangeSet

public boolean isSetRangeSet()
Specified by:
isSetRangeSet in interface AbstractCoverage

isSetDimension

public boolean isSetDimension()
Specified by:
isSetDimension in interface AbstractCoverage

setRangeSet

public void setRangeSet(RangeSet rangeSet)
Specified by:
setRangeSet in interface AbstractCoverage

setDimension

public void setDimension(java.lang.Integer dimension)
Specified by:
setDimension in interface AbstractCoverage

unsetRangeSet

public void unsetRangeSet()
Specified by:
unsetRangeSet in interface AbstractCoverage

unsetDimension

public void unsetDimension()
Specified by:
unsetDimension in interface AbstractCoverage

copyTo

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