public class RectifiedGridCoverage extends AbstractDiscreteCoverage
isSetMetaDataProperty
Constructor and Description |
---|
RectifiedGridCoverage() |
Modifier and Type | Method and Description |
---|---|
<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() |
getCoverageFunction, isSetCoverageFunction, setCoverageFunction, unsetCoverageFunction
getDimension, getRangeSet, isSetDimension, isSetRangeSet, setDimension, setRangeSet, unsetDimension, unsetRangeSet
addGenericADEComponent, getBoundedBy, getGenericADEComponent, getLocation, isSetBoundedBy, isSetGenericADEComponent, isSetLocation, setBoundedBy, setGenericADEComponent, setLocation, unsetBoundedBy, unsetGenericADEComponent, unsetGenericADEComponent, unsetLocation
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
public RectifiedGridDomain getRectifiedGridDomain()
public boolean isSetRectifiedGridDomain()
public void setRectifiedGridDomain(RectifiedGridDomain rectifiedGridDomain)
public void unsetRectifiedGridDomain()
public GMLClass getGMLClass()
getGMLClass
in interface GML
getGMLClass
in class AbstractFeature
public BoundingShape calcBoundedBy(boolean setBoundedBy)
calcBoundedBy
in class AbstractFeature
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class AbstractDiscreteCoverage
public java.lang.Object copy(CopyBuilder copyBuilder)
public void accept(FeatureVisitor visitor)
accept
in class AbstractFeature
public <T> T accept(FeatureFunctor<T> visitor)
accept
in class AbstractFeature
public void accept(GMLVisitor visitor)
accept
in class AbstractGML
public <T> T accept(GMLFunctor<T> visitor)
accept
in class AbstractGML