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

Packages that use Point
it.cutruzzula.lgml.geometry   
 

Uses of Point in it.cutruzzula.lgml.geometry
 

Methods in it.cutruzzula.lgml.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.
 java.util.List<Point> LinearRing.getPoints()
          Method to get the list of points.
 

Constructor parameters in it.cutruzzula.lgml.geometry with type arguments of type Point
LinearRing(java.util.List<Point> points, int srsDimension)
          Constructor.
LineString(java.util.List<Point> points, int srsDimension)
          Constructor.
MultiPoint(java.util.List<Point> points, int srsDimension)
          Constructor.