[Geotools-devel] Re: Proposals: Topology. Why dont topology rules?

2005-10-06 Thread Alvaro Zabala
Hi! Actually, Im not working in a project which needs topology, but a year ago I made a little cost analisis about implementing topology, Ive been listening your thread with interest and Id like to explain some ideas. How about not to implement explicit topology? I was thinking about a model like

[Geotools-devel] [GT-Trunk-Snapshot] geotools-snapshot Build Failed

2005-10-06 Thread jrm33
View results here -> http://geovista16.geog.psu.edu/cruisecontrol/buildresults/geotools_snapshot?log=log20051007003108 --- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. ht

Re: [Geotools-devel] Re: Proposals: Topology

2005-10-06 Thread Paul Ramsey
FYI, there is a draft topology specification being put forward for SQL/MM which you might want to read over. Also, Oracle already implements a topology model, and the closer your Java model is to the Oracle model the lower the impedance between the two will be when it becomes time to do act

[Geotools-devel] [CC-Trunk] geotools build.227 Build Successful

2005-10-06 Thread jrm33
View results here -> http://geovista16.geog.psu.edu/cruisecontrol/buildresults/geotools_current?log=log20051006211145Lbuild.227 --- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and

[Geotools-devel] Re: Proposals: Topology

2005-10-06 Thread Luca Sigfrido Percich
Hi Mattias, On 6 Oct 2005 at 21:28, Matthias Basler wrote: > Well, I looked at JTS. JTS can intersect (or union) two geometries and > create a new geometry from it. It doesn't need to know if the two > geometries are "feature attributes" or are used in a CAD program or > anything else. Likewise I

[Geotools-devel] Re: Build failed

2005-10-06 Thread Martin Desruisseaux
One nice thing about Maven 2 (among other advantages) is that the "clean" phase do not fails for "The build cannot continue: Unsatisfied Dependency" reasons, as currently in 2.1 trunk (Cruise Control tries to download main-2.1.1.jar). Trunk now have pom.xml files for all module/*, plugin/* and

[Geotools-devel] RE: Proposals: Topology

2005-10-06 Thread Matthias Basler
Thanks a lot, Martin! This makes several things much clearer for me. I've attached additional comments below. > One of the original motivations was for efficiency and speed of > development. > JTS does use interfaces in a pragmatic sort of way (e.g. the > CoordinateSequence interface, which > Allo

[Geotools-devel] [jira] Created: (GEOT-715) isEmpty() in DataFeatureCollection is backwards

2005-10-06 Thread James Macgill (JIRA)
isEmpty() in DataFeatureCollection is backwards --- Key: GEOT-715 URL: http://jira.codehaus.org/browse/GEOT-715 Project: GeoTools Type: Bug Versions: 2.2.M0 Environment: Java 5, Windows XP SP2 Reporter: James Macg

[Geotools-devel] [CC-2.1.x] geotools-2.1.x Build Failed

2005-10-06 Thread jrm33
View results here -> http://geovista16.geog.psu.edu/cruisecontrol/buildresults/geotools_2.1.x?log=log20051006162215 --- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http:

[Geotools-devel] SVN back up ( Was: Refraction's SVN host down)

2005-10-06 Thread Richard Gould
Richard Gould wrote: Not sure when it will be back up. --- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl

[Geotools-devel] Re: Proposals: Topology

2005-10-06 Thread Matthias Basler
Zitat von Luca Sigfrido Percich <[EMAIL PROTECTED]>: > sorry if my explanation wasn't clear. I'll try to be clearer. Thanks a lot for you well explaination here. I will try to comment on it inline: > The validation rule of overlapping implies more than one geometry, > and must be run over a coll

[Geotools-devel] Refraction's SVN host down

2005-10-06 Thread Richard Gould
Not sure when it will be back up. --- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl ___

Re: [Geotools-devel] Filter with numeric Literals don't work properly with Oracle

2005-10-06 Thread Jody Garnett
[EMAIL PROTECTED] wrote: Folks, our intention was to use Geoserver 1.3.0 to cope with some strange effects of UMN Mapserver serving WFS requests. We use RC3 in a Tomcat 5.0 on a linux box. Data Source below is Oracle Spatial 9.2.0.4 connected via thick client. Our table contains several VARCAHR f

[Geotools-devel] [jira] Reopened: (GEOT-714) Need to support MultiString, MulitPoint, MultiPolygon in SQLEncoderOracle

2005-10-06 Thread Marc Risney (JIRA)
[ http://jira.codehaus.org/browse/GEOT-714?page=all ] Marc Risney reopened GEOT-714: -- > Need to support MultiString, MulitPoint, MultiPolygon in SQLEncoderOracle > - > > Key:

[Geotools-devel] Filter with numeric Literals don't work properly with Oracle

2005-10-06 Thread juergen . link
Folks, our intention was to use Geoserver 1.3.0 to cope with some strange effects of UMN Mapserver serving WFS requests. We use RC3 in a Tomcat 5.0 on a linux box. Data Source below is Oracle Spatial 9.2.0.4 connected via thick client. Our table contains several VARCAHR fields which identify land l

Re: [Geotools-devel] Improvements fo OracleDataStore

2005-10-06 Thread Jody Garnett
Chris Holmes wrote: These all look very good - as current oracle module co-maintainer I'm +1. Marc is our recruit for oracle module maintainer-ship, so I'm ccing him so he's aware of what's going on. I just got him into Jira and assigned a bug to him :-) After a formal review we can recomme

[Geotools-devel] [jira] Created: (GEOT-714) Need to support MultiString, MulitPoint, MultiPolygon in SQLEncoderOracle

2005-10-06 Thread Marc Risney (JIRA)
Need to support MultiString, MulitPoint, MultiPolygon in SQLEncoderOracle - Key: GEOT-714 URL: http://jira.codehaus.org/browse/GEOT-714 Project: GeoTools Type: Improvement Components: oraclespa

[Geotools-devel] RE: Proposals: Topology

2005-10-06 Thread Martin Davis
> 1. You write that you have been working on topology classes. > Fine. Are there any documentation/drafts out to review? Nope- this is still under development. I'm not quite ready to release it. > 2. Do you aim the topology functions you mentioned for JTS1.6 > or later? Some release after 1.

RE: [Geotools-devel] Re: Proposals: Topology

2005-10-06 Thread Luca Sigfrido Percich
Hi all, On 6 Oct 2005 at 17:08, Vitali Diatchkov wrote: > Seems we are talking about one thing. That is good! Definitely. We're talking about the same thing, just with different words and perhaps focus. But we've got a lot of ideas and options to develop them! As you said, and I do agree, we

RE: [Geotools-devel] Re: Proposals: Topology

2005-10-06 Thread Vitali Diatchkov
Seems we are talking about one thing. That is good! Topology deals with geometries. But geometry can be just attribute of anything. So any entity that is somehow bound to geometry (or geometry is bound to entity) begins to be an entity for topological analysis. We can build TDM from set of geom

RE: [Geotools-devel] Re: Proposals: Topology

2005-10-06 Thread Vitali Diatchkov
> -Original Message- > From: [EMAIL PROTECTED] [mailto:geotools-devel- > [EMAIL PROTECTED] On Behalf Of Matthias Basler > Sent: Thursday, October 06, 2005 3:59 PM > To: Luca Sigfrido Percich > Cc: geotools-devel@lists.sourceforge.net > Subject: Re: [Geotools-devel] Re: Proposals: Topology

Re: [Geotools-devel] Re: Proposals: Topology

2005-10-06 Thread Luca Sigfrido Percich
Hi Matthias, sorry if my explanation wasn't clear. I'll try to be clearer. On 6 Oct 2005 at 15:00, Matthias Basler wrote: > - Geometry cares about describing the ... well ... geometry (in > mathematical sense) of a feature - There are validation rules that > might apply to check, if, f.e. geomet

RE: [Geotools-devel] Re: Proposals: Topology

2005-10-06 Thread Vitali Diatchkov
Just to formalize a bit "Topology Framework" we are discussing (lets call it somehow..) in developers' needs terms: 1. Implementation of Topology Data Model (TDM) is an object model based on: - core set of interfaces (Node, Edge, Face, TopologyStore, TopologyBuilder, whatsoever else)

Re: [Geotools-devel] Re: Proposals: Topology

2005-10-06 Thread Matthias Basler
Zitat von Luca Sigfrido Percich <[EMAIL PROTECTED]>: > I think that topology cannot be simply geometry-based, it needs a > Feature model to work with, so that features can be related to each > other in a persistent way based on attributes. Cannot follow here. Sorry. Probably it's me not understand

RE: [Geotools-devel] [jira] Created: (GEOT-711) Implement createS c hema()

2005-10-06 Thread Chris Holmes
Quoting "P.Rizzi Ag.Mobilità Ambiente" <[EMAIL PROTECTED]>: > Ok, I thinked about it a little and I came to these conclusions: > 1) The FIDMapper stuff is very involved, like it is involved a good > part > of the JDBCDataStores, SQLEncoders, etc. but nonetheless they work!!! > They can use a good

Re: [Geotools-devel] Improvements fo OracleDataStore

2005-10-06 Thread Chris Holmes
These all look very good - as current oracle module co-maintainer I'm +1. Marc is our recruit for oracle module maintainer-ship, so I'm ccing him so he's aware of what's going on. C Quoting "P.Rizzi Ag.Mobilità Ambiente" <[EMAIL PROTECTED]>: > I filed a few JIRA issues about improvements to the

Re: [Geotools-devel] Re: Proposals: Topology

2005-10-06 Thread Luca Sigfrido Percich
Hi all, I think that topology cannot be simply geometry-based, it needs a Feature model to work with, so that features can be related to each other in a persistent way based on attributes. So if JTS has to provide a topology model, I think there might be two possible solutions: 1. JTS could prov

RE: [Geotools-devel] [jira] Created: (GEOT-711) Implement createS c hema()

2005-10-06 Thread P . Rizzi Ag . Mobilità Ambiente
Ok, I thinked about it a little and I came to these conclusions: 1) The FIDMapper stuff is very involved, like it is involved a good part of the JDBCDataStores, SQLEncoders, etc. but nonetheless they work!!! They can use a good review/rewrite, but nobody has the time/courage to do it now, so leave

[Geotools-devel] [CC-Trunk] geotools build.226 Build Successful

2005-10-06 Thread jrm33
View results here -> http://geovista16.geog.psu.edu/cruisecontrol/buildresults/geotools_current?log=log20051006071305Lbuild.226 --- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and

[Geotools-devel] Re: Proposals: Topology

2005-10-06 Thread Matthias Basler
Hi Martin, I am as well interested in a good and intuituve topology API. In this context there arose some questions concerning JTS that I'd like answered by someone from the JTS team directly. 1. You write that you have been working on topology classes. Fine. Are there any documentation/drafts ou

[Geotools-devel] GeoTools Build Report [ 2005/10/05 23:55 ]

2005-10-06 Thread Paul Ramsey
GeoTools2 module build report 20051005 gt2:referencing cleaned, compiled, tested, INSTALLED 2356 gt2:main cleaned, compiled, tested, INSTALLED 2359 gt2:shapefile cleaned, compiled, tested, INSTALLED 2359 gt2:indexed-shapefile cleaned, compiled, tested, INSTALLED gt2:graph