org.citygml4j.impl.gml.coverage
Class AbstractCoverageImpl
java.lang.Object
org.citygml4j.impl.gml.base.AbstractGMLImpl
org.citygml4j.impl.gml.feature.AbstractFeatureImpl
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
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.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.copy.Copyable |
copy |
AbstractCoverageImpl
public AbstractCoverageImpl()
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