Package org.n52.shetland.ogc.om.values
Interface DiscreteCoverage<T>
-
- Type Parameters:
T- Value tpe
- All Superinterfaces:
Value<T>
- All Known Implementing Classes:
MultiPointCoverage,RectifiedGridCoverage
public interface DiscreteCoverage<T> extends Value<T>
Interface for discrete coverages- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetGmlId()StringgetRangeParameters()Collection<Value<?>>getRangeSet()booleanisSetRangeParameters()voidsetRangeParameters(String rangeParameters)-
Methods inherited from interface org.n52.shetland.ogc.om.values.Value
accept, getUnit, getUnitObject, getValue, isSetUnit, isSetValue, setUnit, setUnit, setValue
-
-
-
-
Method Detail
-
getGmlId
String getGmlId()
-
getRangeSet
Collection<Value<?>> getRangeSet()
-
getRangeParameters
String getRangeParameters()
- Returns:
- the rangeParameters
-
setRangeParameters
void setRangeParameters(String rangeParameters)
- Parameters:
rangeParameters- the rangeParameters to set
-
isSetRangeParameters
boolean isSetRangeParameters()
-
-