On 11 July 2011 20:15, Ted Yu <[email protected]> wrote: > However I don't find counterpart for DirectPosition in com.vividsolutions > namespace.
That's because there isn't one. In JTS, there is the lightweight Coordinate class which can be used to store x,y values but not projection information, and the Point class (sub-class of Geometry) which can store an integer SRID code (aka SRS I guess) but doesn't do anything with it. Basically, JTS assumes that all of your Coordinate and Geometry objects refer to locations in a single Cartesian coordinate space. Michael ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
