org.citygml4j.impl.gml.coverage
Class RectifiedGridCoverageImpl
java.lang.Object
org.citygml4j.impl.gml.base.AbstractGMLImpl
org.citygml4j.impl.gml.feature.AbstractFeatureImpl
org.citygml4j.impl.gml.coverage.AbstractCoverageImpl
org.citygml4j.impl.gml.coverage.AbstractDiscreteCoverageImpl
org.citygml4j.impl.gml.coverage.RectifiedGridCoverageImpl
- All Implemented Interfaces:
- Associable, ModelObject, Child, Copyable, AbstractGML, StandardObjectProperties, AbstractCoverage, AbstractDiscreteCoverage, RectifiedGridCoverage, AbstractFeature, GML
public class RectifiedGridCoverageImpl
- extends AbstractDiscreteCoverageImpl
- implements RectifiedGridCoverage
Methods inherited from class org.citygml4j.impl.gml.feature.AbstractFeatureImpl |
addGenericADEComponent, getBoundedBy, getGenericADEComponent, 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 |
addGenericADEComponent, 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 |
RectifiedGridCoverageImpl
public RectifiedGridCoverageImpl()
getRectifiedGridDomain
public RectifiedGridDomain getRectifiedGridDomain()
- Specified by:
getRectifiedGridDomain
in interface RectifiedGridCoverage
isSetRectifiedGridDomain
public boolean isSetRectifiedGridDomain()
- Specified by:
isSetRectifiedGridDomain
in interface RectifiedGridCoverage
setRectifiedGridDomain
public void setRectifiedGridDomain(RectifiedGridDomain rectifiedGridDomain)
- Specified by:
setRectifiedGridDomain
in interface RectifiedGridCoverage
unsetRectifiedGridDomain
public void unsetRectifiedGridDomain()
- Specified by:
unsetRectifiedGridDomain
in interface RectifiedGridCoverage
getGMLClass
public GMLClass getGMLClass()
- Specified by:
getGMLClass
in interface GML
- Overrides:
getGMLClass
in class AbstractFeatureImpl
calcBoundedBy
public BoundingShape calcBoundedBy(boolean setBoundedBy)
- Specified by:
calcBoundedBy
in interface AbstractFeature
- Overrides:
calcBoundedBy
in class AbstractFeatureImpl
copyTo
public java.lang.Object copyTo(java.lang.Object target,
CopyBuilder copyBuilder)
- Specified by:
copyTo
in interface Copyable
- Overrides:
copyTo
in class AbstractDiscreteCoverageImpl
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
- Specified by:
copy
in interface Copyable
accept
public void accept(FeatureVisitor visitor)
- Specified by:
accept
in interface AbstractFeature
accept
public <T> T accept(FeatureFunctor<T> visitor)
- Specified by:
accept
in interface AbstractFeature
accept
public void accept(GMLVisitor visitor)
- Specified by:
accept
in interface AbstractGML
accept
public <T> T accept(GMLFunctor<T> visitor)
- Specified by:
accept
in interface AbstractGML