hi, i got an error when trying to that saying method could not be found.
On Friday, April 1, 2011, Michael Bedward <[email protected]> wrote: > On 31 March 2011 22:58, mravojed <[email protected]> wrote: > >> sure Geometry does not have getCoordinates() method > > There should be no problem calling getCoordinates() on a Geometry reference: > > Geometry g = ... // a Point, LineString, Polygon, MultiPolygon, whatever > > // This works > Coordinate[] coords = g.getCoordinates(); > > All such basic methods (ie. those that can apply to any type of > geometry) are accessible from a Geometry object. > > Michael > -- Ante Lakoš Ured ovlaštenog inženjera geodezije mob. +385 (0)99 6171544 tel. + 385 (0)1 2226673 fax. +385 (0)1 3879724 email. [email protected] ------------------------------------------------------------------------------ Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
