Re: [Geotools-devel] What does a filter with a null geometry attribute name mean?

2006-12-12 Thread Justin Deoliveira
Saul Farber wrote: > Ahh, so you mean that in the filterXML -> filterImpl parser you've used > "getDefaultGeometry()" or something to parse this filter correctly for > *all* datastores...not just leaving it to each to decide? Not quite, on trunk we have introduced the PropertyAccessor interface, w

[Geotools-devel] jdbc + BasicFIDMapper

2006-12-12 Thread Justin Deoliveira
Hi all, The BasicFidMapper return a new fid using a UID. In gml / filter, a fid is defined to be an NCName. My problem is the string representation of a UID does not form a valid NCName. So I would like to modify the returned UID slighly so that: 1. It does not contain any non alpha numeric char

Re: [Geotools-devel] What does a filter with a null geometry attribute name mean?

2006-12-12 Thread Saul Farber
Ahh, so you mean that in the filterXML -> filterImpl parser you've used "getDefaultGeometry()" or something to parse this filter correctly for *all* datastores...not just leaving it to each to decide? How is this handled in SLD--where I leave the explicit geometry out of my rendering rules all

[Geotools-devel] [jira] Created: (GEOT-1066) ArcSDE Geometry Encoder doesn't like null geometry-attributenames

2006-12-12 Thread Saul Farber (JIRA)
ArcSDE Geometry Encoder doesn't like null geometry-attributenames - Key: GEOT-1066 URL: http://jira.codehaus.org/browse/GEOT-1066 Project: GeoTools Issue Type: Bug Com

Re: [Geotools-devel] What does a filter with a null geometry attribute name mean?

2006-12-12 Thread Justin Deoliveira
I just ran up against this in my wfs 1.1 work. And the answer i got from the wfs spec gods is that if the only filter that is allowed to not specify an attribute name is BBOX. All other filters must specify an property name. Note however that on trunk this is fixed. A "null" property name is inter

[Geotools-devel] What does a filter with a null geometry attribute name mean?

2006-12-12 Thread Saul Farber
Hey all, So I hit the "query" button in mapbuilder to query a WFS layer on my local geoserver today, and it sent this query: ...request=GetFeature&typeName=myType&bbox=218275.63947042226,936408.9274414809,218278.7081292169,936411.9961368284 This blew up in the GeometryEncoderSDE. Basically, th

Re: [Geotools-devel] GeoTools proposal(s) as a change of process

2006-12-12 Thread Jody Garnett
Jesse Eichar wrote: >> I am concerned that with the two week window we would not be able to >> respond quickly enough to the kind of problems encountered over >> GeoTools 2.4 development. Need to emphasis that that "collaboration" >> is needed rather then "veto"; so the GeoServer style +1, -1, +

Re: [Geotools-devel] GeoTools proposal(s) as a change of process

2006-12-12 Thread Jesse Eichar
On 12-Dec-06, at 2:54 PM, Jody Garnett wrote: > Hi Jesse I like your plan > > One thing we had trouble with here (http://docs.codehaus.org/ > display/GEOTOOLS/Expression+Improvements) is the discussion of > alternatives hanging around after the final options have been > chosen. With you

[Geotools-devel] GeoTools proposal(s) as a change of process

2006-12-12 Thread Jody Garnett
Hi Jesse I like your plan One thing we had trouble with here (http://docs.codehaus.org/display/GEOTOOLS/Expression+Improvements) is the discussion of alternatives hanging around after the final options have been chosen. With your "plan" discussion & notification happens on Jira - leaving

Re: [Geotools-devel] Making 2.3.0 work with geoapi trunk

2006-12-12 Thread Justin Deoliveira
I meant a geoapi branch, not geotools. Geotools trunk is already on geoapi trunk. Geotools 2.3.x however is built off of geoapi 2.1-M1. Some recent changes to geoapi prevent us from building 2.3.x against geoapi trunk. -Justin Rob Atkinson wrote: > Shouldnt we do this on 2.4 (currently trunk?) in

Re: [Geotools-devel] DataAccess conversation

2006-12-12 Thread Jesse Eichar
So the plan so far: 1. Create a Wiki page on the proposal 2. Create a JIRA for the proposal with a link to the Wiki page 3. Jira should be blocker and be in the Proposal category 4. Wiki page should provide link to its associated JIRA (include Jira?) 4. If the Jira is not discussed within 2 w

Re: [Geotools-devel] DataAccess conversation

2006-12-12 Thread Jesse Eichar
Begin forwarded message: From: Jesse Eichar <[EMAIL PROTECTED]> Date: December 12, 2006 2:03:47 PM PST (CA) To: Andrea Aime <[EMAIL PROTECTED]> Subject: Re: [Geotools-devel] DataAccess conversation On 12-Dec-06, at 1:11 PM, Andrea Aime wrote: Jesse Eichar ha scritto: I agree with you Chr

[Geotools-devel] DataAccess conversation

2006-12-12 Thread Andrea Aime
Jesse Eichar ha scritto: >> I agree with you Chris we need some sort of process for making changes >> to Geotools. Seems to me there keeps being issues where someone sends >> an email out about some change, nobody is really interested except for >> that person so everyone just ignores it... T

[Geotools-devel] geotools-trunk build.23 Build Fixed

2006-12-12 Thread jdeolive
View results here -> http://geo.openplans.org:9090/buildresults/geotools-trunk?log=log20061212151241Lbuild.23 - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chanc

Re: [Geotools-devel] Making 2.3.0 work with geoapi trunk

2006-12-12 Thread Rob Atkinson
Shouldnt we do this on 2.4 (currently trunk?) instead of a new branch? Martin Desruisseaux wrote: > Justin Deoliveira a écrit : > >> As per my discussion with Martin in IRC yesterday I looked at making >> 2.3.x compile against geoapi trunk. However, its more work then I >> initially thought, it

[Geotools-devel] [jira] Created: (GEOT-1065) Large Shapefile Storage Exception

2006-12-12 Thread Jimmy James (JIRA)
Large Shapefile Storage Exception - Key: GEOT-1065 URL: http://jira.codehaus.org/browse/GEOT-1065 Project: GeoTools Issue Type: Improvement Components: data shapefile Affects Versions: 2.2.1

Re: [Geotools-devel] DataAccess conversation

2006-12-12 Thread Jesse Eichar
Begin forwarded message: From: Jesse Eichar <[EMAIL PROTECTED]> Date: December 12, 2006 11:06:25 AM PST (CA) To: Chris Holmes <[EMAIL PROTECTED]> Subject: Re: [Geotools-devel] DataAccess conversation I agree with you Chris we need some sort of process for making changes to Geotools. Seems

[Geotools-devel] geotools-trunk Build Failed

2006-12-12 Thread jdeolive
View results here -> http://geo.openplans.org:9090/buildresults/geotools-trunk?log=log20061212134401 - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to shar

Re: [Geotools-devel] DataAccess conversation

2006-12-12 Thread Chris Holmes
This makes a lot of sense. But just about every time we've tried to design something in GeoTools that we didn't have a concrete use case for we've failed. So I'd like to see these interfaces actually be super classes for GridCoverage and FeatureSource. And maybe from there figure out metadat

Re: [Geotools-devel] DataAccess conversation

2006-12-12 Thread Jesse Eichar
As I understand it at least part of the motivation for these interfaces is to provide interfaces for the common parts of all GIS APIs. Consider the similarities between GridCoverage, Feature and Topology models. These interfaces provide a way of obtaining the common information between th

Re: [Geotools-devel] DataAccess common ground

2006-12-12 Thread Jody Garnett
Thanks Andrea for the email documenting what you will accept. I am not sure exactly what I will accept yet - but will think on it for later. Andrea Aime wrote: >>> Andrea GeoServer (and generating GML) is not my only concern here; I >>> would like to open the door to rich content beyond our feat

Re: [Geotools-devel] DataAccess conversation

2006-12-12 Thread Andrea Aime
Jody Garnett ha scritto: > Andrea Aime wrote: > IMHO we will not be able to make everyone happy this time around > (because to do so would be to ask too much - ie FM, update datastores, > complex feature branch salvaged etc...), I would rather ensure we > removed as many obstacles to the FM rol

Re: [Geotools-devel] Making 2.3.0 work with geoapi trunk

2006-12-12 Thread Martin Desruisseaux
Justin Deoliveira a écrit : > As per my discussion with Martin in IRC yesterday I looked at making > 2.3.x compile against geoapi trunk. However, its more work then I > initially thought, its not just the additional method on Expression > itself, there are a number of over changes: > > 1. The Feat

Re: [Geotools-devel] DataAccess conversation

2006-12-12 Thread Jody Garnett
Andrea Aime wrote: > Nope, when you're rendering you're using just the "flat", simple part > of it, or you would not be able to use it, no? no. You can actually choose to render your content based on attributes of things they are related to etc... >> Andrea GeoServer (and generating GML) is not m

Re: [Geotools-devel] DataAccess review

2006-12-12 Thread Andrea Aime
Andrea Aime ha scritto: > Jody Garnett ha scritto: >>> Why, instead of simply returning a useless "Object", can't we return >>> something that implements an interfaces that _looks like_ Feature type? >>> Maybe something that can list all "simple" properties around, those that >>> geotools is able

Re: [Geotools-devel] DataAccess review

2006-12-12 Thread Andrea Aime
Jody Garnett ha scritto: > Thanks for the detailed feedback Andrea going to try to field these > quickly before my workday... >> DataAccess >> - >> >> The interface does not say anything about being able to provide >> read only or read write accessors. I see that there's a Store >>

[Geotools-devel] DataAccess review

2006-12-12 Thread Jody Garnett
Thanks for the detailed feedback Andrea going to try to field these quickly before my workday... > DataAccess > - > > The interface does not say anything about being able to provide > read only or read write accessors. I see that there's a Store > interface that extends Source, but

[Geotools-devel] Making 2.3.0 work with geoapi trunk

2006-12-12 Thread Justin Deoliveira
Hi all, As per my discussion with Martin in IRC yesterday I looked at making 2.3.x compile against geoapi trunk. However, its more work then I initially thought, its not just the additional method on Expression itself, there are a number of over changes: 1. The FeatureId interface has been totall

Re: [Geotools-devel] Source, DataAccess review

2006-12-12 Thread Jody Garnett
Found the other page: - http://docs.codehaus.org/display/GEOTOOLS/New+Data+Access+API Tomas wanted the content moved from JPox (as it does not really impact him very much). Chris I forgot one on for the llist of things that are not Features: Metadata. Note there are many more problems with Dat

Re: [Geotools-devel] From WKT to equivalent EPSG code (if possible at all...)

2006-12-12 Thread Martin Desruisseaux
Wegert a écrit : > Maybe by creating all available CRS and checking each created CRS...if it's > equal to the CRS created by WKT. Yeah... There is unfortunatly no API right now for fetching the EPSG code from a WKT, so looping over all possible CRS is the only way currently provided. However if

Re: [Geotools-devel] From WKT to equivalent EPSG code (if possible at all...)

2006-12-12 Thread Wegert
Maybe by creating all available CRS and checking each created CRS...if it's equal to the CRS created by WKT. This will create an array with all available CRS: > CoordinateReferenceSystem[] cache; > > > int progress = 0; > > int maximum = 1; > > if (cache == null) { > >

Re: [Geotools-devel] [Geoserver-devel] Connecting data sources to Geoserver

2006-12-12 Thread Tim Schreiner
Andrea, OK. I started over. (ty for addressing my install question). I create a new Data connection, using these steps. . Stores: (I connected to my local postgres table) and the connection seemed fine. (the column in my table that contains geometry that I want to see is called "geometry"). I ca

Re: [Geotools-devel] looks like a few more modules for unsupported land?

2006-12-12 Thread Ian Turton
On 12/11/06, Jody Garnett <[EMAIL PROTECTED]> wrote: > IanT is the module maintainer for MapPane, given the number of questions > on the user list unsupported seems a fair call. sorry I'm abit swamped at the moment, plus there is no connectivity at the OGC meeting this week. MapPane should probab

[Geotools-devel] From WKT to equivalent EPSG code (if possible at all...)

2006-12-12 Thread Andrea Aime
Hi, I'm wondering if there's any way, given a wkt definition of a CRS, to check if there's any EPSG code that matches the same definition (the name at least). Cheers Andrea - Take Surveys. Earn Cash. Influence the Future of I

Re: [Geotools-devel] Replacement OSGeo PSC Representative needed

2006-12-12 Thread Adrian Custer
On Mon, 2006-12-11 at 22:04 -0500, Chris Holmes wrote: > I'm happy to volunteer. I could co-volunteer with acuster, or let him > have it, and just play the role of 'the board member'. > > Chris Go Chris go! I'm not in a physical situation stable enough to take this on right now so better that C

Re: [Geotools-devel] 2.3.0b [was: Ouch... how do I fix the deployed jars?]

2006-12-12 Thread Adrian Custer
On Tue, 2006-12-12 at 15:37 +0100, Andrea Aime wrote: > Adrian Custer ha scritto: > > Martin, > > > > If you want to redeploy a clean 2.3.0 it looks like you could do the > > same thing Andrea did. > > Yeah, sourceforge upload system is a mess, the trick of chaning the file > name allows to chan

Re: [Geotools-devel] 2.3.0b [was: Ouch... how do I fix the deployed jars?]

2006-12-12 Thread Andrea Aime
Adrian Custer ha scritto: > Martin, > > If you want to redeploy a clean 2.3.0 it looks like you could do the > same thing Andrea did. Yeah, sourceforge upload system is a mess, the trick of chaning the file name allows to change a failed upload... Cheers Andrea

[Geotools-devel] 2.3.0b [was: Ouch... how do I fix the deployed jars?]

2006-12-12 Thread Adrian Custer
Martin, If you want to redeploy a clean 2.3.0 it looks like you could do the same thing Andrea did. --adrian On Tue, 2006-12-12 at 09:43 +0100, Andrea Aime wrote: > Justin Deoliveira ha scritto: > > > > Andrea Aime wrote: > >> Martin Desruisseaux ha scritto: > >>> Andrea Aime a écrit : > *

Re: [Geotools-devel] Source, DataAccess review

2006-12-12 Thread Gabriel Roldán
> > > Object /*Description*/ describe(); > > > > Seems to be an abstraction of getFeatureType(). > > Indeed, although it could be Class, FeatureType, EClass etc as needed. > Simboss what does GridCoverage have by way of description? > something that for some reason I'm holding myself to comment

Re: [Geotools-devel] [Geoserver-devel] Connecting data sources to Geoserver

2006-12-12 Thread Andrea Aime
Tim Schreiner ha scritto: > Andrea, > > OK. I started over. (ty for addressing my install question). > > I create a new Data connection, using these steps. > > . Stores: (I connected to my local postgres table) and the connection seemed > fine. (the column in my table that contains geometry that

Re: [Geotools-devel] Source, DataAccess review, me too :-)

2006-12-12 Thread Andrea Aime
Hi, and here is my feedback. As I see, you want to provide data in its native format, assuming that you can build appropriate property accessors in order to play with whatever is returned. The touted benefits of this are, apparently, that it makes it easier to link whatever data you have already

Re: [Geotools-devel] Source, DataAccess review

2006-12-12 Thread Andrea Aime
Thomas Marti (HSR) ha scritto: > Hi Justin > > Thanks for your input. The link to the existing API is, that at a later stage > DataStore should extend DataAccess, FeatureSource should extend Source, etc. > If > you want to see an example of an implementation of the new interfaces have a > look

[Geotools-devel] [jira] Created: (GEOT-1064) Streamline current release process

2006-12-12 Thread Andrea Aime (JIRA)
Streamline current release process -- Key: GEOT-1064 URL: http://jira.codehaus.org/browse/GEOT-1064 Project: GeoTools Issue Type: Improvement Components: doc Reporter: Andrea Aime

Re: [Geotools-devel] Ouch... how do I fix the deployed jars?

2006-12-12 Thread Andrea Aime
Justin Deoliveira ha scritto: > > Andrea Aime wrote: >> Martin Desruisseaux ha scritto: >>> Andrea Aime a écrit : * to fix this, is it simply ok to checkout the 2.2.2 tag, build and do a mvn deploy? >>> I think that it work. It should overwrite the 2.2.2 JARs files. >>> * since t