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