public class LineString extends ComposedGeospatial<Point>
Geospatial.Dimension, Geospatial.Type
geospatials
dimension, srid, type
Constructor and Description |
---|
LineString(Geospatial.Dimension dimension,
SRID srid,
List<Point> points)
Creates a new LineString
|
Modifier and Type | Method and Description |
---|---|
EdmPrimitiveTypeKind |
getEdmPrimitiveTypeKind()
Returns the
EdmPrimitiveTypeKind |
equals, hashCode, isEmpty, iterator, toString
getDimension, getGeoType, getSrid
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
public LineString(Geospatial.Dimension dimension, SRID srid, List<Point> points)
dimension
- Dimension of the LineStringsrid
- SRID valuepoints
- List of Pointspublic EdmPrimitiveTypeKind getEdmPrimitiveTypeKind()
Geospatial
EdmPrimitiveTypeKind
getEdmPrimitiveTypeKind
in class Geospatial
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.