public class RectifiedGridCoverage extends Object implements DiscreteCoverage<SortedMap<ComparableValue<?,?>,Value<?>>>
| Constructor and Description |
|---|
RectifiedGridCoverage(String gmlId) |
| Modifier and Type | Method and Description |
|---|---|
<X,E extends Exception> |
accept(ValueVisitor<X,E> visitor) |
void |
addValue(BigDecimal from,
BigDecimal to,
Value<?> value) |
void |
addValue(ComparableValue<?,?> key,
Value<?> value) |
void |
addValue(Double from,
Double to,
Value<?> value) |
void |
addValue(Double key,
Value<?> value) |
void |
addValue(SortedMap<ComparableValue<?,?>,Value<?>> value) |
List<ComparableValue<?,?>> |
getDomainSet()
Get the domainSet
|
String |
getGmlId() |
String |
getRangeParameters() |
Collection<Value<?>> |
getRangeSet() |
String |
getUnit()
Get the unit of measure
|
UoM |
getUnitObject()
Get the unit of measure object
|
SortedMap<ComparableValue<?,?>,Value<?>> |
getValue()
Get the measurement value
|
boolean |
isSetRangeParameters() |
boolean |
isSetUnit()
Check whether the unit of measure is set
|
boolean |
isSetValue()
Check whether the value is set
|
void |
setRangeParameters(String rangeParameters) |
void |
setUnit(String unit)
Set the unit of measure
|
RectifiedGridCoverage |
setUnit(UoM unit)
Set the unit of measure object
|
RectifiedGridCoverage |
setValue(SortedMap<ComparableValue<?,?>,Value<?>> value)
Set the measurment value
|
public RectifiedGridCoverage(String gmlId)
public String getGmlId()
getGmlId in interface DiscreteCoverage<SortedMap<ComparableValue<?,?>,Value<?>>>public RectifiedGridCoverage setValue(SortedMap<ComparableValue<?,?>,Value<?>> value)
ValuesetValue in interface Value<SortedMap<ComparableValue<?,?>,Value<?>>>value - Value to setpublic void addValue(ComparableValue<?,?> key, Value<?> value)
public void addValue(SortedMap<ComparableValue<?,?>,Value<?>> value)
public void addValue(BigDecimal from, BigDecimal to, Value<?> value)
public SortedMap<ComparableValue<?,?>,Value<?>> getValue()
ValuegetValue in interface Value<SortedMap<ComparableValue<?,?>,Value<?>>>public void setUnit(String unit)
ValuesetUnit in interface Value<SortedMap<ComparableValue<?,?>,Value<?>>>unit - Unit of measurepublic RectifiedGridCoverage setUnit(UoM unit)
ValuesetUnit in interface Value<SortedMap<ComparableValue<?,?>,Value<?>>>unit - Unit of measurepublic String getUnit()
ValuegetUnit in interface Value<SortedMap<ComparableValue<?,?>,Value<?>>>public UoM getUnitObject()
ValuegetUnitObject in interface Value<SortedMap<ComparableValue<?,?>,Value<?>>>public boolean isSetUnit()
ValueisSetUnit in interface Value<SortedMap<ComparableValue<?,?>,Value<?>>>true, if unit of measure is setpublic boolean isSetValue()
ValueisSetValue in interface Value<SortedMap<ComparableValue<?,?>,Value<?>>>true, if value is setpublic <X,E extends Exception> X accept(ValueVisitor<X,E> visitor) throws E extends Exception
public List<ComparableValue<?,?>> getDomainSet()
ComparableValue Listpublic Collection<Value<?>> getRangeSet()
getRangeSet in interface DiscreteCoverage<SortedMap<ComparableValue<?,?>,Value<?>>>public String getRangeParameters()
getRangeParameters in interface DiscreteCoverage<SortedMap<ComparableValue<?,?>,Value<?>>>public void setRangeParameters(String rangeParameters)
setRangeParameters in interface DiscreteCoverage<SortedMap<ComparableValue<?,?>,Value<?>>>rangeParameters - the rangeParameters to setpublic boolean isSetRangeParameters()
isSetRangeParameters in interface DiscreteCoverage<SortedMap<ComparableValue<?,?>,Value<?>>>Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.