Sunburned Surveyor wrote: > It looks like we have a tie between > org.geotools.geometry.jts.ReferencedEnvelope and > org.geotools.geometry.Envelope2D. :] > > I work a lot with JTS, so I'm tempted to use ReferencedEnvelope...I'm > a little bit afraid of the ISO geometry stuff. Still, the Envelope2D > class looks simple enough. I think it is related to Java 2D Rectangle class; as Java 2D grew up (and got subclasses for double) we did not need it so much. > Can anyone provide further clarification on how to proceed? (Who'd a thought > finding an Envelope implementation in GeoTools would be so difficult? I think > this is why I get lost in the GeoTools code so easily.) > Keep your head up; and the questions coming; and we will be fine!
Note the page I linked to is the page I wrote after answering this question a couple times on the user list; if you ever catch me answering one of your question and *not* using a wiki page we have something new to document. You may of noticed that "ReferencedEnvelope" is the very first class document specifically for gt-api ;-) It was the first non JTS / GeoAPI "concept" we needed to explain to people - you you are right on track for learning GeoTools. - http://docs.codehaus.org/display/GEOTDOC/01+ReferencedEnvelope (I added an entry for Envelope2D there as an example of one of the Java Rectangle classes). Cheers, Jody ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
