public class MultiPointCoverage extends Object implements DiscreteCoverage<List<PointValuePair>>
| Modifier and Type | Class and Description |
|---|---|
static class |
MultiPointCoverage.PointValueLists
Element that holds
Points and Values |
| Constructor and Description |
|---|
MultiPointCoverage(String gmlId) |
| Modifier and Type | Method and Description |
|---|---|
<X,E extends Exception> |
accept(ValueVisitor<X,E> visitor) |
void |
addValue(PointValuePair value)
Add time value pair value
|
void |
addValues(List<PointValuePair> values)
Add time value pair values
|
org.locationtech.jts.geom.Polygon |
getExtent()
Get the extent of all
Points |
String |
getGmlId() |
MultiPointCoverage.PointValueLists |
getPointValue() |
String |
getRangeParameters() |
List<Value<?>> |
getRangeSet() |
String |
getUnit()
Get the unit of measure
|
UoM |
getUnitObject()
Get the unit of measure object
|
List<PointValuePair> |
getValue()
Get the measurement value
|
boolean |
isSetRangeParameters() |
boolean |
isSetValue()
Check whether the value is set
|
void |
setRangeParameters(String rangeParameters) |
void |
setUnit(String unit)
Set the unit of measure
|
MultiPointCoverage |
setUnit(UoM unit)
Set the unit of measure object
|
MultiPointCoverage |
setValue(List<PointValuePair> value)
Set the measurment value
|
public MultiPointCoverage(String gmlId)
public String getGmlId()
getGmlId in interface DiscreteCoverage<List<PointValuePair>>public List<PointValuePair> getValue()
ValuegetValue in interface Value<List<PointValuePair>>public MultiPointCoverage.PointValueLists getPointValue()
public MultiPointCoverage setValue(List<PointValuePair> value)
ValuesetValue in interface Value<List<PointValuePair>>value - Value to setpublic void addValue(PointValuePair value)
value - Time value pair value to addpublic void addValues(List<PointValuePair> values)
values - Time value pair values to addpublic void setUnit(String unit)
ValuesetUnit in interface Value<List<PointValuePair>>unit - Unit of measurepublic MultiPointCoverage setUnit(UoM unit)
ValuesetUnit in interface Value<List<PointValuePair>>unit - Unit of measurepublic String getUnit()
ValuegetUnit in interface Value<List<PointValuePair>>public UoM getUnitObject()
ValuegetUnitObject in interface Value<List<PointValuePair>>public boolean isSetValue()
ValueisSetValue in interface Value<List<PointValuePair>>true, if value is setpublic org.locationtech.jts.geom.Polygon getExtent()
PointsPolygonpublic List<Value<?>> getRangeSet()
getRangeSet in interface DiscreteCoverage<List<PointValuePair>>public String getRangeParameters()
getRangeParameters in interface DiscreteCoverage<List<PointValuePair>>public void setRangeParameters(String rangeParameters)
setRangeParameters in interface DiscreteCoverage<List<PointValuePair>>rangeParameters - the rangeParameters to setpublic boolean isSetRangeParameters()
isSetRangeParameters in interface DiscreteCoverage<List<PointValuePair>>public <X,E extends Exception> X accept(ValueVisitor<X,E> visitor) throws E extends Exception
accept in interface Value<List<PointValuePair>>E extends ExceptionCopyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.