Package 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:
java.io.Serializable
,Associable
,ModelObject
,Child
,Copyable
,StandardObjectProperties
,GML
public class RectifiedGridCoverage extends AbstractDiscreteCoverage
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RectifiedGridCoverage()
RectifiedGridCoverage(Module module)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
accept(FeatureFunctor<T> visitor)
void
accept(FeatureVisitor visitor)
<T> T
accept(GMLFunctor<T> visitor)
void
accept(GMLVisitor visitor)
BoundingShape
calcBoundedBy(BoundingBoxOptions options)
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.model.gml.coverage.AbstractDiscreteCoverage
getCoverageFunction, isSetCoverageFunction, setCoverageFunction, unsetCoverageFunction
-
Methods inherited from class org.citygml4j.model.gml.coverage.AbstractCoverage
getDimension, getRangeSet, isSetDimension, isSetRangeSet, setDimension, setRangeSet, unsetDimension, unsetRangeSet
-
Methods inherited from class org.citygml4j.model.gml.feature.AbstractFeature
addGenericADEElement, getBoundedBy, getGenericADEElement, getLocation, getModule, isSetBoundedBy, isSetGenericADEElement, isSetLocation, isSetModule, setBoundedBy, setGenericADEElement, setLocation, setModule, unsetBoundedBy, unsetGenericADEElement, unsetGenericADEElement, unsetLocation
-
Methods inherited from class org.citygml4j.model.gml.base.AbstractGML
addMetaDataProperty, addName, getDescription, getId, getLocalProperty, getMetaDataProperty, getName, getParent, hasLocalProperty, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, isSetParent, setDescription, setId, setLocalProperty, setMetaDataProperty, setName, setParent, unsetDescription, unsetId, unsetLocalProperty, unsetMetaDataProperty, unsetMetaDataProperty, unsetName, unsetName, unsetParent
-
-
-
-
Constructor Detail
-
RectifiedGridCoverage
public RectifiedGridCoverage()
-
RectifiedGridCoverage
public RectifiedGridCoverage(Module module)
-
-
Method Detail
-
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 interfaceGML
- Overrides:
getGMLClass
in classAbstractFeature
-
calcBoundedBy
public BoundingShape calcBoundedBy(BoundingBoxOptions options)
- Overrides:
calcBoundedBy
in classAbstractFeature
-
copyTo
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
- Specified by:
copyTo
in interfaceCopyable
- Overrides:
copyTo
in classAbstractDiscreteCoverage
-
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
-
accept
public void accept(FeatureVisitor visitor)
- Specified by:
accept
in classAbstractFeature
-
accept
public <T> T accept(FeatureFunctor<T> visitor)
- Specified by:
accept
in classAbstractFeature
-
accept
public void accept(GMLVisitor visitor)
- Specified by:
accept
in classAbstractGML
-
accept
public <T> T accept(GMLFunctor<T> visitor)
- Specified by:
accept
in classAbstractGML
-
-