[Geotools-gt2-users] France Lambert 2 to WGS84 - which WKT ? (newbie)

2005-12-02 Thread Peter Zankl
Hi all the problem: I need to transform some given data from Lambert 2 étendu to WGS84. part of the problem: I'm a newbie to GIS. solution (so far): reading a lot of documentation. I found that example 1 in the tutorial

[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] Filters in SDL - limit instance of a label

2005-12-02 Thread Saul Farber
Todd, I believe there are a number of SLD-based renderers in the geotools codebase, but one that I've worked with is the StreamingRenderer That renderer has an option to specify a custom vendor-specific, non-standard parameter called grouping or group (check the code). This grouping parameter

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

2005-12-02 Thread Justin Deoliveira
Hi Davis, Davis Ford wrote: 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

Re: [Geotools-gt2-users] Locating a graph within a larger graph

2005-12-02 Thread Justin Deoliveira
Yes, i have tested large graphs. I pretty much pushed java to the limit of what it can address (1.5G) with a line graph (line segment) of 3-4 million lines. Unless your polygons are very very large 1000 nodes should be no problem. I have thought of ways to build and maintain the graph on disk

[Geotools-gt2-users] Re: Graph Generator question

2005-12-02 Thread Justin Deoliveira
Hi Sean, I would recommend using seperate graph generators for seperate graphs. The primary reason being that the graph generator keeps alot of the mapping between domain objects and graph components. So I think the easiest thing to do would be just to instantiate another generator.

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

2005-12-02 Thread Davis Ford
Hi Justin, I do need the DataStore to live between instances of GeoServer -- I just want to be able to connect to it from the WFS Request post test page. I want to drop in an XML query like this: wfs:GetFeature service=WFS version=1.0.0 outputFormat=GML2

Re: [Geotools-gt2-users] Filters in SDL - limit instance of a label

2005-12-02 Thread dblasby
There's more info on Labeling here: http://docs.codehaus.org/display/GEOSDOC/SLD+Explanations+and+Samples Especially: http://docs.codehaus.org/display/GEOSDOC/LabelingOptions and http://docs.codehaus.org/display/GEOSDOC/ComplexLabelingExample I just finished writing them, so they're a little