org.citygml4j.model.gml.coverage
Class AbstractCoverage
java.lang.Object
org.citygml4j.model.gml.base.AbstractGML
org.citygml4j.model.gml.feature.AbstractFeature
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
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 |
AbstractCoverage
public AbstractCoverage()
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