Re: [Geotools-gt2-users] Designing a DataStore

2005-12-01 Thread Davis Ford
Hi Jody, Thanks for the info. I'd be happy to help kick the tires on your new MemoryDataStore -- it will probably help me get more familiar with the environment.If / when I feel like I have enough intelligence to update the tutorial, I might take a stab at writing a DataStore for creating a new

[Geotools-gt2-users] GeoTools DataStore link with GeoServer?

2005-12-02 Thread Davis Ford
Hello, I have some basic questions on how to link up a new DataStore we created with GeoServer. The way I understand it, we need to create a DataStoreFactory that implements DataStoreFactorSpi and package our DataStore up in a jar with META-INF/services/org.geotools.data.DataStoreFactorySpi that

Re: [Geotools-gt2-users] GeoTools DataStore link with GeoServer?

2005-12-02 Thread Davis Ford
for is immensely appreciated! Regards, Davis PS: If I get better at it -- I promise to help document on the Wiki On 12/2/05, Justin Deoliveira [EMAIL PROTECTED] wrote: Hi Davis, Davis Ford wrote: Hello, I have some basic questions on how to link up a new DataStore we created with GeoServer

[Geotools-gt2-users] svn.geotools.org is down

2005-12-05 Thread Davis Ford
Hi, I'm not sure who to notify about this, so I'll just make a post here. It appears the svn server is down. Regards, Davis --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the

[Geotools-gt2-users] Maven Question

2005-12-05 Thread Davis Ford
Hi this is a quick Maven question -- perhaps someone can quickly answer it? I am trying to create a maven project.xml for a GeoTools DataStore plugin. It seems to work ok, except maven 1.0 overwrites the META-INF dir of my project (i.e.

Re: [Geotools-gt2-users] Maven Question

2005-12-05 Thread Davis Ford
this? Thanks in advance, Davis On 12/5/05, Davis Ford [EMAIL PROTECTED] wrote: Thx Justin -- I fixed it. Directory structure is like this: src\java\resources\META-INF\services and project.xml has this: resource directorysrc/java/resources/directory /resource On 12

Re: [Geotools-gt2-users] WMS Error transforming bbox

2005-12-19 Thread Davis Ford
what revision of GeoTools 2.1.x I should check out (that is in the main jar) - so the debugger steps in the right place? Would it be better to just build and install the latest 2.1.x trunk myself for GeoTools? Regards, Davis On 12/14/05, Davis Ford [EMAIL PROTECTED] wrote: Chris / Justin

Re: [Geoserver-users] Re: [Geotools-gt2-users] WMS Error transforming bbox

2005-12-19 Thread Davis Ford
to the source code instead of the gt2-main jar Refer to this page (http://www.geotools.org/display/GEOTOOLS/Using+Maven) for more help with maven and geotools. Brent Owens (The Open Planning Project) Davis Ford wrote: Hi, just a follow up to this. I'm trying to step-debug this problem

[Geotools-gt2-users] Feature/Attribute question - complex Feature

2005-12-21 Thread Davis Ford
How does GeoServer/GeoTools deal with complex features? For example, we have a Feature called road element, and it looks something like this: int attributeA int attributeB ArrayListEdge edges where Edge is a class defined like: int attributeA int attributeB

[Geotools-gt2-users] Q on Geotools projections

2009-02-12 Thread Davis Ford
Hi, I have a simple point obtained from Google Earth and I want to calculate a buffer around this in units of miles. So, I think the general pattern is like this: Geometry source= new WKTReader().read(POINT(-82.90755596903085 42.40409951227155)); CoordinateReferenceSystem sourceCRS =

Re: [Geotools-gt2-users] Q on Geotools projections

2009-02-12 Thread Davis Ford
; and then transform this polygon back to the google projection if you like (it will show up as an ellipse). Jody Davis Ford wrote: Hi, I have a simple point obtained from Google Earth and I want to calculate a buffer around this in units of miles. So, I think the general pattern is like

Re: [Geotools-gt2-users] Q on Geotools projections

2009-02-13 Thread Davis Ford
to reproduce your result. Jody On Fri, Feb 13, 2009 at 1:58 PM, Davis Ford davisf...@zenoconsulting.biz wrote: Thank you Jody -- I appreciate the answer. I'd be interested in figuring out how to generate a CRS on the fly. I will investigate this more. Any pointers / tips / references are greatly