public abstract class AbstractCoverage extends AbstractFeature
isSetMetaDataProperty
Constructor and Description |
---|
AbstractCoverage() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
java.lang.Integer |
getDimension() |
RangeSet |
getRangeSet() |
boolean |
isSetDimension() |
boolean |
isSetRangeSet() |
void |
setDimension(java.lang.Integer dimension) |
void |
setRangeSet(RangeSet rangeSet) |
void |
unsetDimension() |
void |
unsetRangeSet() |
accept, accept, addGenericADEElement, calcBoundedBy, getBoundedBy, getGenericADEElement, getGMLClass, getLocation, isSetBoundedBy, isSetGenericADEElement, isSetLocation, setBoundedBy, setGenericADEElement, setLocation, unsetBoundedBy, unsetGenericADEElement, unsetGenericADEElement, unsetLocation
accept, accept, 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
public RangeSet getRangeSet()
public java.lang.Integer getDimension()
public boolean isSetRangeSet()
public boolean isSetDimension()
public void setRangeSet(RangeSet rangeSet)
public void setDimension(java.lang.Integer dimension)
public void unsetRangeSet()
public void unsetDimension()
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class AbstractFeature