org.citygml4j.impl.gml.coverage
Class RectifiedGridCoverageImpl

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
              extended by org.citygml4j.impl.gml.coverage.AbstractDiscreteCoverageImpl
                  extended by 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


Constructor Summary
RectifiedGridCoverageImpl()
           
 
Method Summary
<T> T
accept(FeatureFunctor<T> visitor)
           
 void accept(FeatureVisitor visitor)
           
<T> T
accept(GMLFunctor<T> visitor)
           
 void accept(GMLVisitor visitor)
           
 BoundingShape calcBoundedBy(boolean setBoundedBy)
           
 java.lang.Object copy(CopyBuilder copyBuilder)
           
 java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
           
 GMLClass getGMLClass()
           
 RectifiedGridDomain getRectifiedGridDomain()
           
 boolean isSetRectifiedGridDomain()
           
 void setRectifiedGridDomain(RectifiedGridDomain rectifiedGridDomain)
           
 void unsetRectifiedGridDomain()
           
 
Methods inherited from class org.citygml4j.impl.gml.coverage.AbstractDiscreteCoverageImpl
getCoverageFunction, isSetCoverageFunction, setCoverageFunction, unsetCoverageFunction
 
Methods inherited from class org.citygml4j.impl.gml.coverage.AbstractCoverageImpl
getDimension, getRangeSet, isSetDimension, isSetRangeSet, setDimension, setRangeSet, unsetDimension, unsetRangeSet
 
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.coverage.AbstractDiscreteCoverage
getCoverageFunction, isSetCoverageFunction, setCoverageFunction, unsetCoverageFunction
 
Methods inherited from interface org.citygml4j.model.gml.coverage.AbstractCoverage
getDimension, getRangeSet, isSetDimension, isSetRangeSet, setDimension, setRangeSet, unsetDimension, unsetRangeSet
 
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.AbstractGML
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
 

Constructor Detail

RectifiedGridCoverageImpl

public RectifiedGridCoverageImpl()
Method Detail

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