@Immutable public class DefaultLineString extends DefaultGeometry implements LineString
SPATIAL_REFERENCE_4326
Constructor and Description |
---|
DefaultLineString(com.esri.core.geometry.ogc.OGCLineString lineString) |
DefaultLineString(Point p1,
Point p2,
Point... pn) |
Modifier and Type | Method and Description |
---|---|
List<Point> |
getPoints() |
asGeoJson, asWellKnownBinary, asWellKnownText, contains, equals, fromOgcGeoJson, fromOgcWellKnownBinary, fromOgcWellKnownText, getEsriGeometry, getOgcGeometry, getPoints, hashCode, toEsri, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
fromGeoJson, fromWellKnownBinary, fromWellKnownText
asGeoJson, asWellKnownBinary, asWellKnownText, contains
public DefaultLineString(@NonNull Point p1, @NonNull Point p2, @NonNull Point... pn)
public DefaultLineString(@NonNull com.esri.core.geometry.ogc.OGCLineString lineString)
@NonNull public List<Point> getPoints()
getPoints
in interface LineString
Copyright © 2017–2019. All rights reserved.