[Geotools-gt2-users] Does the point fall within polygon bounds?

2008-07-24 Thread Christian Weaves
Hi there, a noobie question if you don't mind, I have spent some time reading the faq's but couldn't find the answer... Say I have a polygon and a point, is there a way of determining if the point falls within the bounds of the polygon boundaries? Thank you v.much! Here's what I have so far:

[Geotools-gt2-users] Can anyone help? Polgon shell problem!

2008-04-21 Thread Christian Weaves
Hi Folks, Can someone please tell me how I extract only the shell coords of a polygon. If I do the following: Coordinate[] coords = polygon.getCoordinates(); I get all hole and shell coordinates in the coords array (250 points, there are only 200 points in the shell). My polygon objec

[Geotools-gt2-users] Extract polygon shell coords

2008-04-18 Thread Christian Weaves
Hi Folks, Can someone please tell me how I extract only the shell coords of a polygon. If I do the following: Coordinate[] coords = polygon.getCoordinates(); I get all hole and shell coordinates in the coords array (250 points, there are only 200 points in the shell). My polygon objec

[Geotools-gt2-users] Projection issue!?!

2008-02-22 Thread Christian Weaves
Hi folks, Wonder if you can please help I have a shapefile which has the following projection: Clarke_1866_Lambert_Conformal_Conic. Is there a way of easily converting the feature geometry to decimal degrees? When I read the coordinates of a feature using: . .

[Geotools-gt2-users] Projection issue

2008-02-19 Thread Christian Weaves
Hi folks, Wonder if you can help I have a shapefile which has the following projection: Clarke_1866_Lambert_Conformal_Conic. Is there a way of easily converting the feature geometry to decimal degrees? When I read the coordinates of a feature using: . . Geom

[Geotools-gt2-users] Shapefile query!!

2007-10-11 Thread Christian Weaves
Hi folks, I have a question for you, I'm new to Geotools so I hope you can help. If I have a shapefile which is of type MULTIPOLYGON that contains a number of polygons with the following attribute data: Feature ID, Name field.1,Calabon field.2,Gartez ... Here's the scenario:

[Geotools-gt2-users] Shapefile query!

2007-10-10 Thread Christian Weaves
Hi folks, I have a question for you, I'm new to Geotools so I hope you can help. If I have a shapefile which is of type MULTIPOLYGON that contains a number of polygons with the following attribute data: Feature ID, Name field.1,Calabon field.2,Gartez ... Here's the scenario:

[Geotools-gt2-users] Shapefile and dbf file

2007-09-04 Thread Christian Weaves
Hi folks, I'm looking for a nudge in the right direction, hope you can help me out on this one (I'm new to GeoTools but like what I see!)... I have a shapefile (world.shp) and an associated dbf file (world.dbf). >From the frontend if I use the mouse to graphically select a feature/country how ca

[Geotools-gt2-users] Shapefiles and dbf files

2007-08-30 Thread Christian Weaves
Hi folks, I'm looking for a nudge in the right direction, hope you can help me out on this one (I'm new to GeoTools but like what I see!)... I have a shapefile (world.shp) and an associated dbf file (world.dbf). >From the frontend if I use the mouse to graphically select a feature/country how ca