Re: [Geotools-gt2-users] Re: Unbound class variable

2005-09-17 Thread Jody Garnett
Hi Randy (and fellow Eclipse user) - it looks like you found the Eclipse Developers Guide section of the wiki. I am about to remove the Gt2Eclipse script - because maven is now able to do the job. -http://docs.codehaus.org/display/GEOTOOLS/Maven+eclipse The above page includes a screensnap

Re: [Geotools-gt2-users] Request for comments: An inital tutorial

2005-09-26 Thread Jody Garnett
Thanks for the tutorial - can you place it on the wiki? // The point feature // HACK WARNING: The only method I could find to actually make the // feature itself is the deprecated method of the FeatureType which // is an absurd place to do things.

[Geotools-gt2-users] Response to Raster to Vector question

2005-09-30 Thread Jody Garnett
Satyanarayana Murty Pindiproli wrote: Hi Guys , My name is Satya. I have used geotools in developing a Mapping and Routing Application . With JTS 1.6 ofcourse. I now need to provide the Same features for Raster Images. Can u please guide me in my queries ? 1. Can I Treat raster images

Re: Fwd: Re: [Geotools-gt2-users] geotools.org disappeared - why?

2005-10-28 Thread Jody Garnett
David Adler wrote: I'm curious as to why this happened. And will it come back? Apparently the place the domain is registered with has screwed up. James Macgill has this registered in his name so until he is back in contact (he is moving right now) we will not be able to do anything ! I also

Re: [Geotools-gt2-users] WFS SAXException

2005-10-31 Thread Jody Garnett
Simpson wrote: I tried to hit several WFS servers out on the Web: http://www2.dmsolutions.ca/cgi-bin/mswfs_gmap?version=1.0.0request=getcapab ilitiesservice=wfs http://excise.pyr.ec.gc.ca/cgi-bin/mapserv.exe?map=/LocalApps/Mapsurfer/PYRW QMP.mapversion=1.0.0service=WFSrequest=GetCapabilities

Re: [Geotools-gt2-users] yet another postgis question

2005-11-14 Thread Jody Garnett
Tom Howe wrote: In my continuing quest to find the ideal setup with geotools and postgis, I have another question. I like the idea of using the dataStoreFinder, but I already have a datasource from a jndi source (which I use for some other tasks). Is there anyway to use my data source with the

[Geotools-gt2-users] Re: Problem with TextSymbolizer in geotools 2.1.0

2005-11-17 Thread Jody Garnett
Hi - you should send these questions to the geotools-users email list :-) (actually signing up for this list or checking the archive may answer your question). Details here: -http://docs.codehaus.org/display/GEOTOOLS/Mailing+Lists Note this may have been fixed since the release of geotools

[Geotools-gt2-users] GeoTools 2.2.M2 Released

2005-11-17 Thread Jody Garnett
Geotools 2.2.M2 is available for download: - http://geotools.codehaus.org/2.2.M2 This release contains an improved API for aggregate functions (min, max, average, etc...), and contains optimized implementations for most SQL based datastores. Also we have a a couple of exciting house keeping

Re: [Geotools-gt2-users] Question #2 - Structure of Data

2005-11-21 Thread Jody Garnett
Chris Holmes wrote: No, a featureSource is very connected to a DataStore. A DataStore is made up of one or more FeatureSources, and provides an interface for users to get FeatureSources. FeatureSources can take queries, and return FeatureCollections. In the database world, a DataStore

Re: [Geotools-gt2-users] factory-hints

2005-11-21 Thread Jody Garnett
Tom Howe wrote: I was reading the javadocs for FeatureType as I'm about to implement my own feature type. I read the section on factory-hints that describes: Custom Feature: Application spedcifies the use of a custom feature implementation. This is used so an application interface is supported

[Geotools-gt2-users] Re: [Geoserver-devel] Shape datastore and attribute name lenght

2005-11-24 Thread Jody Garnett
I think that is a limitation of the shapefile format? We need to configure arbitrary shapefile datastore, with field name lenght greater then 10 character. Trying to configure the shape file from the geoserver web admin console, produces the following error: HTTP ERROR: 500

Re: [Geotools-gt2-users] Editing a single Feature

2005-11-28 Thread Jody Garnett
Andre Lampe wrote: different Layers (Points and Polygons) was easy. Although I already read that Geotools concentrates on displaying and not on creating/editing I have a question about that. It is more that the toolkit concentrates on spatial data, not on user interfaces and widgets.

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

2005-12-01 Thread Jody Garnett
Davis Ford wrote: 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

Re: [Geotools-gt2-users] The object's GID is not on the schema

2005-12-01 Thread Jody Garnett
[EMAIL PROTECTED] wrote: Hi all, I create objects with geometric attributes. I'am using hibernate to save the objects in a PostGis database. The problem is that when I try to find an object using geotools COMPARE_EQUALS filter on the object's GID, this attribute is not on the schema. You are

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

2005-12-05 Thread Jody Garnett
Davis Ford wrote: 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. [EMAIL PROTECTED] Jody --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files

Re: [Geotools-gt2-users] JavaDoc v2.2.M2 broken

2005-12-20 Thread Jody Garnett
Martin Desruisseaux wrote: [EMAIL PROTECTED] a écrit : I have just downloaded GT2.2.M2, but the JavaDoc seems to be broken! For example I miss the index.html. We noticed this problem when we created the 2.2 build with Maven 1. Even with -Xmx1024M, we have been unable to avoid an

Re: [Geotools-gt2-users] ISO 19115 metadata implementation

2006-01-09 Thread Jody Garnett
Diego Guidi wrote: I know to see if geotools implementation of ISO 19115 (metadata management) is at this time complete and well tested. Any user of geotools have worked with this packages? any suggest? They are straight java beans of the indicated constructs, the CRS code makes use of

[Geotools-gt2-users] GeoServer article available

2006-01-11 Thread Jody Garnett
Hi Guys, I just put together an article on how GeoServer does the Transaction operation. Since this is kind of the method that the GeoTools DataStore API was written for the artcle provides an example of using almost every DataStore method. Of course it also serves as an example of the

Re: [Geotools-gt2-users] 2.2-RC0 (release candidate) is out

2006-01-25 Thread Jody Garnett
Martin Desruisseaux wrote: Thanks Martin - I will write up an anouncement based on your email. Note: we should also include a link to jira release notes, and possibly the readme. - I have not uploaded the source files to SourceForge. The online javadoc mentioned above contains link toward

[Geotools-gt2-users] EclipseCon scollarship in trade for uDig demo!

2006-01-30 Thread Jody Garnett
Subject:[Fwd: RE: Pavilion and Scholarship for EclipseCon 2006] Date: Mon, 30 Jan 2006 20:44:26 +0200 From: Jody Garnett [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] Original Message Subject:RE: Pavilion and Scholarship for EclipseCon 2006 Date

Re: [Geotools-gt2-users] Shapefiles - Line

2006-02-01 Thread Jody Garnett
Kiran Kumar wrote: Hello, I am trying to create a shapefile with Lines. Shapefiles only do Multi - so MultiLineString is what you want. Have fun! Jody --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for

[Geotools-gt2-users] Re: [Geotools-devel] should GeoTools join the new Open Source Geospatial Foundation?

2006-02-05 Thread Jody Garnett
Thanks for the summary Chris, I am also +1, and may consider taking a more active role. Jody --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that

Re: [Geotools-gt2-users] Bounding Box Filter Tutorial

2006-02-06 Thread Jody Garnett
Bernhard Kastner wrote: Hi list, I've got a question concerning the bounding box tutorial on www.geotools.org (http://www.geotools.org/display/GEOTOOLS/Using+a+bounding+box+Filter) There are 2 undeclared variables, called ds which I assumed to be a DataSource and featureType, where I

Re: R: [Geotools-gt2-users] Oracle spatial sucking my will to live .. .

2006-02-07 Thread Jody Garnett
Martin Desruisseaux wrote: Jody Garnett a écrit : I think we are parsing the CRS out of oracle now - I am just not sure how to go the other way. Martin can we put a SRID:# value into the CRS information (much like we do with EPSG:#) right now? Yes, this is an other authority factory and we

[Geotools-gt2-users] Appology

2006-02-07 Thread Jody Garnett
P.Rizzi Ag.Mobilità Ambiente wrote: Sounds like you put a lot of work in, is there anything that prevent you from making these changes available earlier? I am glad that you are making them available now. I filed the JIRA issues, tried to collaborate with the module mantainer, etc. But

Re: [Geotools-gt2-users] GeoTools 2.1.1 and Maven 2 (regular maven)

2006-02-07 Thread Jody Garnett
Diez, Matthew wrote: Is there a Maven 2 repository available and working with the GeoTools 2.1.1 sources on it? maven.geotools.org only seems to be 2.2 snapshots Can anyone explain how they're using Maven (or Maven 2) with 2.1.1? Failing that, can anybody point me to the

Re: [Geotools-gt2-users] GeoTools 2.1.1 and Maven 2 (regular maven)

2006-02-07 Thread Jody Garnett
Diez, Matthew wrote: And if I'm using 2.1.1? You can use the 2.2.x pomfiles as a starting point. A search and replace and you should be mostly happy? Do you know if they fixed the maven 2 J2EE targets? When last we checked support was sporatic. Jody -Original Message- From: Jody

Re: [Geotools-gt2-users] Problem switching to version 2.2-rc0

2006-02-08 Thread Jody Garnett
Martin Desruisseaux wrote: Jody Garnett a écrit : I have noticed some problem switching to version 2.2-RC0. For instance, after pan operations or zoom operations and repainting the map, the labels (FeatureTypeStyle with TextSymbolizers) doesn’t follow the layers. So I have a sort of echo

Re: [Geotools-gt2-users] traveling salesman problem

2006-02-16 Thread Jody Garnett
sushil soni wrote: Dear All I want to draw a shortest path between source node to destination node covering some nodes in between. It is like traveling salesman problem. Has anybode worked in TSP with GeoTools API? Please help me in this regard and let me know if there is any other way to

Re: [Geotools-gt2-users] Oracle doesn't play nicely

2006-02-20 Thread Jody Garnett
Miles Jordan wrote: Hi, I think this is a geotools issue... We're using Geoserver 1.3.0a stable with Oracle 9.2 Spatial to store our geometry. When I've been adding feature types, most of the time I have to push the generate button (generates feature bounds - GeoServer config page) twice,

Re: [Geotools-gt2-users] Accessing Oracle feature tables that have been modified by GeoMedia

2006-02-28 Thread Jody Garnett
[EMAIL PROTECTED] wrote: Yeah I only support what was in the documentation, and this class (SDO) was picked up by JTS recently, and thus I can probably retire it. Can you try making use of JTS 1.7 and see if it does any better? By the documentation, do you mean 'OpenGIS Simple Features

[Geotools-gt2-users] Re: JAI download problem

2006-03-01 Thread Jody Garnett
Sorry this is in reference to uDig? The uDig quickstarts provide instructions including a JRE with JAI and JAI ImageIO ready to gofor geotools you will need to install these by hand? Oh wait you said JDK1.4? That does imply geotools ... but that was an error message. Lets try again, JAI

Re: [Geotools-gt2-users] Geometric operations in jts

2006-03-02 Thread Jody Garnett
Adrian Custer wrote: Hey all, (Sending to both jump and geotools-users because the old jts list no longer functions.) I've been working on creating a buffer operation for uDig and had some questions about the JTS geometry operations. Please respond directly to me as well as to

Re: [Geotools-gt2-users] ShapefileReader shapeAt, recordAt, goTo how to get shape at index? What is offset param?

2006-03-05 Thread Jody Garnett
Иван Слепченко wrote: Hello coders ;) I need to get a shape at *index*. for example first shape in * shapefile *or third or twenty third. I found some methods in *Shapefilereader *like *shapeAt*, *recordAt*, *goTo*. they all use *offset* as parameter. What means this parameter? I think

[Geotools-gt2-users] Re: routing

2006-03-09 Thread Jody Garnett
Pascal Neis wrote: hello jody, have you an idea how i can say the dijkstrapathfinder use only these edges with the right direction! you know what i mean? the problem with the one-way street? I think so, you need to make sure the direction is on the edge, and then only let the walker

[Geotools-gt2-users] Re: ASKING INFO ABOUT GEOTOOLS ERRORS

2006-03-10 Thread Jody Garnett
[EMAIL PROTECTED] wrote: Mr Garnett, my name's Francesco De Donato and I'm a student of University of Bari (Italy) - Computer Science Department. I'm new to GeoTools. Welcome to the community, it is best to send questions to the user list (cause I often cannot respond for days). Just

[Geotools-gt2-users] Re: path to shapefile

2006-03-10 Thread Jody Garnett
Pascal Neis wrote: hi jody, i try to write a path to a shapefile. is it possible? yes, or? have you any code/examples Pascal I have no code examples that are not on the geotools website :-( By path I assume you mean one of those paths used in the graph package? Those are logical

Re: [Geotools-gt2-users] Re: ASKING INFO ABOUT GEOTOOLS ERRORS

2006-03-10 Thread Jody Garnett
Now after all that I need to backtrack - I am not sure if geotools has been tested much on the IBM JVM - indeed from your logs I am not sure if they support java NIO, you can try looking at the shapefile parameter settings and tell geotools not to use NIO. At the very least pick up your

Re: [Geotools-gt2-users] FilterFactory changes 2.1 - 2.2RC1

2006-03-10 Thread Jody Garnett
John Fletcher wrote: I am currently using GT 2.1.0 in a project, and make heavy use of the FilterFactory interface. I've noticed that there are some pretty big changes to this interface from 2.1 to 2.2 RC1 (deprecation of methods, disappearance of createFilterFactory method), and again some

[Geotools-gt2-users] Re: Your response to FilterFactory changes 2.1 - 2.2RC1

2006-03-10 Thread Jody Garnett
welcome. We better capture this email to the wiki then... More issues inline below. On Fri, 2006-03-10 at 15:25 +0200, Jody Garnett wrote: John Fletcher wrote: I am currently using GT 2.1.0 in a project, and make heavy use of the FilterFactory interface. I've noticed that there are some

Re: [Geotools-gt2-users] Re: [udig-devel] Shapefiles

2006-03-11 Thread Jody Garnett
[EMAIL PROTECTED] wrote: Hello, I'm trying to read shapfiles containing meta-data (without any geometry) with the following method : Was not aware that you could do that w/ a shapefile? Why not just use the dbf file directly in this case?

Re: [Geotools-gt2-users] Exception raised accessing attributes of Feature with Lite rendrer(complement)

2006-03-14 Thread Jody Garnett
Jody Garnett a écrit : LepiMarbois wrote: Jody Garnett a écrit : LepiMarbois wrote: I have captured most of your code in a test case, and the only thing I can think of is that your sample feature is null? Or has some null values... I would also note that the problem is with the legend

[Geotools-gt2-users] Guys, can we please help a very dedicated user(warning: styledmap-pain)

2006-03-15 Thread Jody Garnett
LepiMarbois wrote: Oh okay, the bugs are one type of Issue so you make a bug report with the issue tracker. There is a link on the left... - http://jira.codehaus.org/browse/GEOT Jody, I take again the risk to appear completely stupid or whatever but I am unable a find any way to post a bug

[Geotools-gt2-users] A good example vs. lack of documentation

2006-03-15 Thread Jody Garnett
on this list, and on the udig/geoserver lists and would like to encourage those considering working on documentation. What do you guys think? How is it going? What would you like to do? Jody Garnett --- This SF.Net email is sponsored by xPML

[Geotools-gt2-users] Re: how to display a Raster

2006-03-15 Thread Jody Garnett
nouamane floyd wrote: hi, We're 2 students trying to display a Raster image (with the extension *.ras or *.rs) using Geotools, and we wonder if you can help us by a sample or indicating the nedded classes. We appreciate any help. Thinking - you have hit on one of the current weakness in

Re: [Geotools-gt2-users] StyledMapPane

2006-03-18 Thread Jody Garnett
Joel Mirkin wrote: Since styledMapPane is no longer being maintained in 2.2 is there a suggested way to display features? StreamingRenderer, and you will need to make your own user interface widget to use it in. I would actually like to see several users gang up on the problem. Possibly with

Re: [Geotools-gt2-users] Decimating, caching and clipping geometry

2006-03-18 Thread Jody Garnett
Richard Milton wrote: Has anyone tried to decimate and cache the geometric data in a FeatureSource, for realtime display of very detailed geometries? What I’m trying to do is create a coarse level of detail for UK County data which I can use when zoomed out a long way. There are about 1.9

Re: [Geotools-gt2-users] StyledMapPane

2006-03-21 Thread Jody Garnett
, *Jody Garnett* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Joel Mirkin wrote: Since styledMapPane is no longer being maintained in 2.2 is there a suggested way to display features? StreamingRenderer, and you will need to make your own user interface widget to use

Re: [Geotools-gt2-users] Geotools Catalog Client Support

2006-03-25 Thread Jody Garnett
Andreas Pakulat wrote: Hi, is there support in geotools to build a (simple) catalog client? I found the catalog package but it seems to be incomplete or at least more geared towards development of a catalog service. Andreas I took 3 months on a paid project to try and build just such a thing.

Re: [Geotools-gt2-users] Convert Filter into some XML Element

2006-03-25 Thread Jody Garnett
Andreas Pakulat wrote: Hi, I'm looking for a way to turn an OGC Filter object into a Element object, for example org.w3c.Element. Is there any way other than using the deprectated XMLEncoder in org.geotools.filter and reparsing the resulting String? I think there is normal SAX style XML

Re: [Geotools-gt2-users] 2 newbie questions

2006-03-27 Thread Jody Garnett
Brian Tomaszewski wrote: Hello, I am new to Geotools, and am running into some problems I hope someone on this list can help with. Issue 1: StyledMapPane I have been trying to get a basic map UI to work with the StyledMapPane based on the spearfish shapfile demo. The spearfish demo works

Re: [Geotools-gt2-users] WFS-T Transaction State

2006-03-27 Thread Jody Garnett
Aaron Jackson wrote: Ok, I've been working on a problem with updating data through WFS-T for a while. I have now managed to update data in a shape file without any problems. The big problem now is I'm getting a ClassCastException when I try to use WFS-T to update with the same method. The

[Geotools-gt2-users] WFS-T Transaction State

2006-03-28 Thread Jody Garnett
* * * Doubling Technologies * ** On Mon, 27 Mar 2006, Jody Garnett wrote: Aaron Jackson wrote: Ok, I've been working on a problem with updating data through WFS-T for a while. I have now managed to update data in a shape file without any problems. The big problem now

Re: [Geotools-gt2-users] GRASS native binary reader

2006-03-28 Thread Jody Garnett
Nifty - I will send that onto the geotools devel list, most of the coverage work is on a branch being run by simboss right now. Jody Hi folks, I could finally force myself to extract the GRASS binary reader from the JGrass code and make a small standalone versione, cleaning up all the JGrass

Re: [Geotools-gt2-users] Accessing Oracle feature tables that have been modified by GeoMedia

2006-03-29 Thread Jody Garnett
[EMAIL PROTECTED] wrote: Yeah I only support what was in the documentation, and this class (SDO) was picked up by JTS recently, and thus I can probably retire it. Can you try making use of JTS 1.7 and see if it does any better? By the documentation, do you mean 'OpenGIS Simple Features

[Geotools-gt2-users] JGRASS native binary reader - alternative to OSSIM?

2006-03-30 Thread Jody Garnett
Andrea Antonello wrote: Thank you! :) Indeed! The ideal thing to do would to make it a full geotools coverager reader, so that it fits in to our APIs - it would be the same for the programmer to work with geotiff, grib, or grass binary, and would then be available for display through uDig

Re: [Geotools-gt2-users] 2 newbie questions

2006-04-02 Thread Jody Garnett
Martin Desruisseaux wrote: I can't speak about StreamingRenderer. About StyledMapPane, it should be replaced by the ext/go module, which is a work in progres. This is based on and OGC specification published a year or two ago (GO-1) specification, and the design should be quite similar to

Re: [Geotools-gt2-users] sorting by an attribute

2006-04-05 Thread Jody Garnett
Jessica M Salmon wrote: Geotools Folks, Can any y'all point me in the right direction for sorting a FeatureCollection based on an attribute. I don't want to re-invent any wheels, but I'm having trouble guessing how to do it properly within the geotools api. I'm using 2.1.0, and already applying

Re: [Geotools-gt2-users] Deployment of 2.2-RC2 on Maven repository

2006-04-11 Thread Jody Garnett
Marco Beelen wrote: Hello everybody, I'm starting development on a GIS-system in which I use maven2 as my build tool. I would like to use the latest stable version of geotool, which is 2.2-RC2 since April 6th. On the geotools repository ( http://maven.geotools.fr/repository ) this version

Re: [Geotools-gt2-users] FilterFactory

2006-04-12 Thread Jody Garnett
Pascal Neis wrote: Hi, is it right that the filterfactory doesn't work any more? (gt2 api 2.2) a want to create a filter for a shapfile, like that as in the example described. It should work? Not sure what example you are talking about... The only change has been to let you make property

Re: [Geotools-gt2-users] FilterFactory

2006-04-12 Thread Jody Garnett
Pascal Neis wrote: thanks on jody and jesse, FilterFactoryFinder works, but the sample on http://www.geotools.org/display/GEOTOOLS/The+shapefile+filter+tool+Example don't work so any longer. Can you update the example ... I am going to have to cull the examples that are not up to date at some

Re: [Geotools-gt2-users] Manipulating binary MapInfo binary with GT2

2006-04-15 Thread Jody Garnett
Alan Burlison wrote: Hi, I've only just fount GT2, so excuse my ignorance ;-) I want to extract data from a set of MapInfo files, but the file extensions I have are .DAT, .ID, .IND, .MAP and .TAB which I understand are the MapInfo binary format. Do I need to convert them to .MIF .MID

Re: [Geotools-gt2-users] What's the best way to store features?

2006-04-17 Thread Jody Garnett
Joel Mirkin wrote: Hi geotoolers, I'm working on an application which will need to store features and I'm currently leaning towards storing features in MySql (it's familiar and seems to have a robust support for storing geometries). Before I rush into anything I wanted to get some feedback

Re: [Geotools-gt2-users] CRS utility

2006-04-24 Thread Jody Garnett
Pascal Neis wrote: Hi, I want to use the CRS utility to create a math transform between two CRSs. The ms Windows variant does not function with me: org.opengis.referencing.NoSuchAuthorityCodeException: Authority EPSG is unknown. Maybe it is defined into to unreachable JAR file? You

Re: [Geotools-gt2-users] PostGIS Query with SQL

2006-04-25 Thread Jody Garnett
Pascal Neis wrote: Hi, is it possible to execute a query to a PostGIS database like this: e.g. Select Name, Weight FROM XY1 INNER JOIN XY2 ON (XY1.ID = XY2.ID) WHERE XY1.Name Like 'xy%' AND XY2.Number = 2 Would it be one table, I could make it over featurecollection and filters. There is

Re: [Geotools-gt2-users] PostGIS Query with SQL

2006-04-25 Thread Jody Garnett
Pascal Neis wrote: ok, would you have an example or a link for it? how it works with the view up through geotools (FeatureSource)! Never done it myself, the view should just appear in your list of feature types. Could be something that is only done for oracle, or only done on the complex

Re: [Geotools-gt2-users] Sample of web application with Geotools

2006-04-28 Thread Jody Garnett
systemintegrators.ca wrote: Hi all, I attached a screenshot of a web application that uses Geotools. The application it's just my way of learning Geotools ( great work :) ). Congrats, if possible it would be nice to use this as the screen snap for the next geotools release. Jody

Re: [Geotools-gt2-users] Which version to be used

2006-04-28 Thread Jody Garnett
Suray Philippe wrote: Hello, For an internal mapping project, i have to build a ‘geoserver’ (not based on OGC specifications). Our requirements are: - data sources : shape file (with spatial indexes), spatial database (specially postgis), raster (gif, tif, png + world file), - only

Re: [Geotools-gt2-users] PostGIS and JTS, and Deprecated code....

2006-05-05 Thread Jody Garnett
Diez, Matthew wrote: As for #1 A) I need to do a transform to reproject data, which is basically faster using PostGIS functions (which implies straight JDBC - ResultSets and all of that) You know how to do that? Cool - can you do that based on the query (it says what reprojection is needed)

Re: [Geotools-gt2-users] PostGIS and JTS, and Deprecated code....

2006-05-08 Thread Jody Garnett
Diez, Matthew wrote: As I said in another email: I did try this using views and FeatureSources before and the results are largely unacceptable. The performance is terrible, anywhere from 20 to 60 times slower. But, also, it still doesn't cover my need for doing table joins, and some more

Re: [Geotools-gt2-users] Select a feature in a shape file

2006-05-09 Thread Jody Garnett
Vanmeulebrouk, Bas wrote: Dear list, We have created a stand alone map viewer using GeoTools 2.1. We want the users to be able to select a feature from a shape file in the map. Subsequently, we want to change that feature's color. We haven't been able to select a feature yet. Could anyone point

Re: [Geotools-gt2-users] Need Help to Install version 2.2R2

2006-05-22 Thread Jody Garnett
guenadi dantchev wrote: I have some Problems with the build. Wen i come to the the module geotools-arcsde there is a problem with the dowload of the three .jar files. I checked on my build.properties and on these sites there are no jar files. Only the

Re: [Geotools-gt2-users] [Geotools] XML

2006-05-26 Thread Jody Garnett
Kishenkumar Bhaggan wrote: Hi, I'm trying to use geotools, but I find it very uncomfortable to view a map with many shape files, beacuas i have to locate them. Is there any standard (International Standard) XML to use so that it could find al the shapefiles? There is, but since

Re: [Geotools-gt2-users] expressionBuilder with null value

2006-05-29 Thread Jody Garnett
Sergio Morstabilini wrote: Hi. I'm using geotools 2.2 RC2 and I'm trying to use expressionBuilder to check 0 or null values. I use ExpressionBuilder expressionBuilder = new ExpressionBuilder(); Filter myFilter = (Filter)ExpressionBuilder.parser((myField = 0) OR (myField IS NULL)); but I

Re: [Geotools-gt2-users] GeoTools 2.2-RC3 Released! But where is migrate, legacy etc?

2006-05-30 Thread Jody Garnett
Олег Ефимов wrote: Would someone please explain me, where migrate and legacy modules have gone? Should I just take ones from RC2? They are gone my friend, that is why they were called legacy and migrate. Migrate was all the code that depended on legacy that volunteers wanted to port over.

Re: [Geotools-gt2-users] javadoc for modules

2006-06-01 Thread Jody Garnett
Richard Gould wrote: Jody Garnett wrote: Hyink, Jeffrey USA wrote: I’m a student and working on a simulation program that I think would be able to make use of the graph module functionality. I’ve downloaded the latest gt 2.2 RC-3 bin files today, and after learning a few things the hard

Re: [Geotools-gt2-users] GeoTools homepage - where did it go

2006-06-01 Thread Jody Garnett
David Adler wrote: When I try going to http://www.geotools.org I end up at http://www.codehaus.org/ instead which is not very interesting. Is there something wrong with my name server or did I miss an announcement about changes to the GeoTools web or something else??? It is more that

[Geotools-gt2-users] RC3 and where to goto from StyledMapPane

2006-06-01 Thread Jody Garnett
Олег Ефимов wrote: Hi Arturo, The StyledMapPane has been in the migrate package for two major releases now and is being put out to pasture. IanT has offered to help construct a new one based on the streaming renderer(s) (used by uDig and GeoServer). The StyledMapPane will come back when

Re: [Geotools-gt2-users] RC3 and where to goto from StyledMapPane

2006-06-02 Thread Jody Garnett
Ian Turton wrote: Currently I'm tied up building a version of our web portal for the Indonesian Earthquake and finishing a paper about it before Friday. But as this is becoming a major problem for many people I'll allocate some developer time next week to building a styled map pane. Ian, I am

Re: [Geotools-gt2-users] RC3 and where to goto from StyledMapPane

2006-06-02 Thread Jody Garnett
Parks, Aaron B. wrote: Martin: Once the GO-1 Renderer is usable you will also have at least one tester. I make heavy use of the J2D renderer for multiple projects and would love to convert them to the newer versions of GT (I use 2.0 at the moment). At the moment I am looking at

Re: [Geotools-gt2-users] GeoTools homepage - where did it go

2006-06-02 Thread Jody Garnett
Ian Turton wrote: On 5/31/06, David Adler [EMAIL PROTECTED] wrote: When I try going to http://www.geotools.org I end up at http://www.codehaus.org/ instead which is not very interesting. Is there something wrong with my name server or did I miss an announcement about changes to the

Re: [Geotools-gt2-users] geotools

2006-06-05 Thread Jody Garnett
sherif attia wrote: Message body follows: dear sir, i am willing to develop a map navigation system on a PDA so there are somethings i would like to know about geotools first, is it supported by J2ME second, does it support routing on GIS maps ?? J2ME? I think I have seen someone use

Re: [Geotools-gt2-users] return of StyledMapPane

2006-06-09 Thread Jody Garnett
Ian Turton wrote: A first version of StyledMapPane with no dependancy on legacy or migrate is now available in spike/ian. It is now called JMapPane so people can see at a glance that it is a swing component. Currently all it does is draw a map context and allow zoom in/out to a point and pan

Re: [Geotools-gt2-users] rc3 build

2006-06-09 Thread Jody Garnett
Collin Monahan wrote: I'm just trying to build RC3, using Maven 1. It stops unable to automatically download jsde_concurrent-9.0.jar. I found that elsewhere so I have it now, but where should it go? There is this, ./plugin/arcsde/.classpath: classpathentry kind=var

Re: [Geotools-gt2-users] examples netbeans 5.0 geotools2 + postgis in Appleat

2006-06-09 Thread Jody Garnett
Jairo de Almeida wrote: hi list My school project , use geotools2 + postgis in Appleat for web My IDE is netbeans 5.0 , Somebody knows where I find implementation examples ! Comment : I'm beginning in geotools2 Our examples are kind of out of date, you may of noticed IanT doing an example

Re: [Geotools-gt2-users] filtering FeatureCollections

2006-06-13 Thread Jody Garnett
Collin Monahan wrote: Is there any documentation or examples of filtering (Geometric)? Yes, geotools uses Filter 1.0 specification. How about SQL? Nope, except on an experimental complex-feature branch. Jody ___ Geotools-gt2-users mailing

Re: [Geotools-gt2-users] filtering FeatureCollections

2006-06-13 Thread Jody Garnett
Collin Monahan wrote: Is there any documentation or examples of filtering (Geometric)? Is this the kind of thing you are looking for? - http://docs.codehaus.org/display/GEOTOOLS/Filters+and+Expressions - http://docs.codehaus.org/display/GEOTOOLS/Data+Reading Whenever you see source.getFeatures()

Re: [Geotools-gt2-users] filtering FeatureCollections

2006-06-15 Thread Jody Garnett
Collin Monahan wrote: That is a big help, and thanks. I'm just wondering how to find which polygon contains a point. The Polygons are in one collection, the point's in a 2nd. I see this GEOMETRY_CONTAINS and the left/right set up in the GeometryFilterImpl is fairly confusing to me. Note

Re: [Geotools-gt2-users] [ANN] MyMaps version 0.0.10

2006-06-15 Thread Jody Garnett
todd runstein wrote: I work on an open source project, MyMaps ( http://sourceforge.net/projects/mymaps ), that is built on top of Geotools. It started as a way of adding public domain data to a Swing application (the online mapping services have restrictive Terms of Use clauses that I

Re: [Geotools-gt2-users] [ANN] MyMaps version 0.0.10

2006-06-15 Thread Jody Garnett
Jody Garnett wrote: todd runstein wrote: I work on an open source project, MyMaps ( http://sourceforge.net/projects/mymaps ), that is built on top of Geotools. It started as a way of adding public domain data to a Swing application (the online mapping services have restrictive Terms

Re: [Geotools-gt2-users] How to find EPSG SRID from a coordinatesystem object

2006-06-19 Thread Jody Garnett
Willem Nieuwenhuis wrote: I am using geotools 2.2 in a java program to read shapefiles, manipulate column names and store the change features in a PostGIS database. This works fine except for the coordinate system. I got the coordinatesystem from the geometry column; however PostGIS needs to

Re: [Geotools-gt2-users] DijkstraShortestPathFinder and direction

2006-06-22 Thread Jody Garnett
Ali Khodaei wrote: Hi, I'm trying to find the shortest path on directed graph and i can't! there are two constructors for DijkstraShortestPathFinder: 1- DijkstraShortestPathFinder(graph.getGraph(), sourceN, weighter) it seems that this one doesn't create a directed shortest path. (i

Re: [Geotools-gt2-users] FeatureCollection no more then one Feature

2006-06-28 Thread Jody Garnett
Edward Smith wrote: I have two FeatureCollections created using FeatureCollections.newCollection() One is for Points and the other Polygons. When adding my Features to the Collections, only the first is added the rest return false on adding. That confuses me, the default

Re: [Geotools-gt2-users] [Geotools-devel] GeoTools 2.2 development

2006-06-28 Thread Jody Garnett
Martin Desruisseaux wrote: Note for Geotools PMC: Shout we consider to remove completly the Maven 1 configuration files from SVN in order to avoid confusion? I can do that for the trunk if peoples agree (should be easy and fast). I figure you and Richard have the build system going, all

Re: [Geotools-gt2-users] GeoTools 2.2 development

2006-06-28 Thread Jody Garnett
David Adler wrote: I installed Maven 2.0.4 and managed (I think) to get a successful build. Now I trying to migrate my GeoTools 2.1 sample application that does a simple BBOX spatial query but it appears that there has been considerable restructuring in GT 2.2. Are there GT 2.2 examples

Re: [Geotools-gt2-users] Matching lines

2006-06-30 Thread Jody Garnett
Fighting Falcon wrote: Hi All, Not sure if this is the place to ask, but I have 2 .shp files with road networks. One file contains a main road network with just the general direction/location of the roads and the other file contains the road network of the same area, but in much greater

Re: [Geotools-gt2-users] FeatureCollection type name

2006-07-03 Thread Jody Garnett
Collin Monahan wrote: Is there any easy way to change the type name of a feature collection? Yes FeatureType is immutable, but you can load it into a TypeBuilder, change the name, and then ask the TypeBuilder to create you a new one... Jody Using Tomcat but need to do more? Need to

Re: [Geotools-gt2-users] Question about multithreading, serverside use of WMS client code

2006-07-10 Thread Jody Garnett
Michel Jonker wrote: Hello, I am new to this toolkit and I have design decission to make. I want to start of with this sample : http://geotools.codehaus.org/Web+Map+Server+Tutorial And put this code in the service methode of a servlet/portlet and not in a desktop client application.

Re: [Geotools-gt2-users] [Geotools-devel] Tiger Datastore

2006-07-12 Thread Jody Garnett
Jay D. Askren wrote: How do I send you a bug report? I'm new to this list. Detailed instructions are here: - http://docs.codehaus.org/display/GEOT/How+to+Create+a+new+Issue Cheers, Jody Jay Askren Software Developer Quantum Leap Innovations -Original Message- From: Jody

Re: [Geotools-gt2-users] Streaming Renderer

2006-07-20 Thread Jody Garnett
I assume you mean decreasing :-) One thing we do in uDig is to use multiple streaming renderers in different threads and merge the results using a composition step. We also organize the threads into thread groups so only two file based rendering threads are going at once, and as many database

  1   2   3   4   5   6   7   8   9   10   >