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