[geos-devel] PointExtracter::getPoints

strk strk at keybit.net
Fri May 14 05:15:10 EDT 2004


Martin, I've found this in geom/util/PointExtracter.java:

  public static List getPoints(Geometry geom)
  {
    List pts = new ArrayList();
    geom.apply(new PointExtracter(pts));
    return pts;
  }

The same has been ported to GEOS.
Shouldn't the function do something with the given argument ??

--strk;



More information about the geos-devel mailing list