public class MultiPoint extends Geometry
| Constructor and Description |
|---|
MultiPoint()
Constructor
|
MultiPoint(List<Position> positions)
Constructor
|
MultiPoint(mil.nga.sf.MultiPoint multiPoint)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<Position> |
getCoordinates()
Returns coordinates as a GeoJSON Position list
|
mil.nga.sf.Geometry |
getGeometry()
Get the simple geometry
|
String |
getType()
Get the GeoJSON object type
|
getBbox, getForeignMember, getForeignMembers, hasForeignMember, hasForeignMembers, setBbox, setForeignMemberpublic MultiPoint()
public MultiPoint(List<Position> positions)
positions - list of positionspublic MultiPoint(mil.nga.sf.MultiPoint multiPoint)
multiPoint - simple multi pointpublic List<Position> getCoordinates()
public mil.nga.sf.Geometry getGeometry()
getGeometry in class Geometrypublic String getType()
getType in class GeoJsonObjectCopyright © 2019 National Geospatial-Intelligence Agency. All rights reserved.