Uses of Class
it.cutruzzula.lwkt.geometry.Point

Packages that use Point
it.cutruzzula.lwkt.geometry   
 

Uses of Point in it.cutruzzula.lwkt.geometry
 

Methods in it.cutruzzula.lwkt.geometry that return types with arguments of type Point
 java.util.List<Point> MultiPoint.getPoints()
          Method to get the list of points.
 java.util.List<Point> LineString.getPoints()
          Method to get the list of points.
 

Constructor parameters in it.cutruzzula.lwkt.geometry with type arguments of type Point
LineString(java.util.List<Point> points)
          Constructor.
MultiPoint(java.util.List<Point> points)
          Constructor.