Robert,

Your code looks to be right on the money. I do think the call to
geometryChanged is necessary, but I can't remember why off the top of
my head.

Landon

On Tue, Mar 31, 2009 at 12:06 PM,  <[email protected]> wrote:
> Sunburned Surveyor
>
> Thank you for answering. I'm going to study GeoTools and take a look at
> deegree.
>
> For the filter you suggested, do you mean my code to change the point's
> coordinate would be something like this?
>
> ...
>
> MyCoordinateFilter filter = new MyCoordinateFilter();
> filter.setX(97);
> filter.setY(98);
>
> point.apply(filter);
> point.geometryChanged(); // <-- really necessary?
> }
>
> Roberto
> _______________________________________________
> jts-devel mailing list
> [email protected]
> http://lists.refractions.net/mailman/listinfo/jts-devel
>
>
_______________________________________________
jts-devel mailing list
[email protected]
http://lists.refractions.net/mailman/listinfo/jts-devel

Reply via email to