Uses of Class
mil.nga.sf.geojson.Point
-
Packages that use Point Package Description mil.nga.sf.geojson -
-
Uses of Point in mil.nga.sf.geojson
Methods in mil.nga.sf.geojson that return Point Modifier and Type Method Description static Point
Point. fromCoordinates(Position coordinates)
Create a point from coordinatesMethods in mil.nga.sf.geojson that return types with arguments of type Point Modifier and Type Method Description List<Point>
MultiPoint. getPoints()
Get the pointsMethod parameters in mil.nga.sf.geojson with type arguments of type Point Modifier and Type Method Description void
MultiPoint. setPoints(List<Point> points)
Set the pointsConstructor parameters in mil.nga.sf.geojson with type arguments of type Point Constructor Description LineString(List<Point> points)
ConstructorMultiPoint(List<Point> points)
Constructor
-