[geos-devel] PointExtracter::getPoints

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


On Fri, May 14, 2004 at 11:15:10AM +0200, strk wrote:
> 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 ??

Oops, sorry, it is calling apply() on it :)
I've fixed a bug in DistanceOp that prevented it to do its job,
thus unleashing lots of funx never previously called ...

--strk;

> 
> --strk;
> _______________________________________________
> geos-devel mailing list
> geos-devel at geos.refractions.net
> http://geos.refractions.net/mailman/listinfo/geos-devel



More information about the geos-devel mailing list