Package org.n52.shetland.ogc.om.values
Class MultiPointCoverage.PointValueLists
- java.lang.Object
-
- org.n52.shetland.ogc.om.values.MultiPointCoverage.PointValueLists
-
- Enclosing class:
- MultiPointCoverage
public static class MultiPointCoverage.PointValueLists extends Object
Element that holdsPoints andValues- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description PointValueLists(List<PointValuePair> pointValuePairs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.locationtech.jts.geom.Point>getPoints()List<Value<?>>getValues()
-
-
-
Constructor Detail
-
PointValueLists
public PointValueLists(List<PointValuePair> pointValuePairs)
-
-