Re: [Geotools-devel] Gml2Shp

2010-04-22 Thread Jody Garnett
Just so; perhaps have a workbook on GML/Parsing since it represents a significant section of user list questions. Is there any other broad category of questions from the user-list we should make an example app/page for? Jody On 23/04/2010, at 2:16 PM, Michael Bedward wrote: > On 23 April 2010

Re: [Geotools-devel] cron job to build sphinx web pages

2010-04-22 Thread Jody Garnett
I found the following: - http://wiki.osgeo.org/wiki/SAC_Service_Status One of the servers is listed as hosting geotools and the directory name listed. Jody On 23/04/2010, at 1:23 PM, Michael Bedward wrote: > On 22 April 2010 22:37, Jody Garnett wrote: >> It does not appear to be active; solutio

Re: [Geotools-devel] Dropping feature types

2010-04-22 Thread Jody Garnett
On 23/04/2010, at 2:37 PM, Andrea Aime wrote: > Oh no, not another map. Building the datastores by creating a > map is painful enough already. Fair enough; I was more thinking in how we define well known keys. > A capabilities bean as a concrete class that stores can subclass > should be much be

Re: [Geotools-devel] Dropping feature types

2010-04-22 Thread Andrea Aime
Jody Garnett ha scritto: > We do have getInfo() which we can add to. I would prefer to use an > open end Map/Key combo until we settle down on what is needed (much > like how we treat Parameter.metadata right now. Oh no, not another map. Building the datastores by creating a map is painful enough

Re: [Geotools-devel] Gml2Shp

2010-04-22 Thread Michael Bedward
On 23 April 2010 00:35, Jody Garnett wrote: > The user guide has an example of how to parse GML; but your point is correct > perhaps it should be added to the initial series of workbooks. And a new example app / page ? Michael

Re: [Geotools-devel] SimpleFeatureSource

2010-04-22 Thread Michael Bedward
On 23 April 2010 00:40, Jody Garnett wrote: > I have attached a patch that introduces SimpleFeatureSource; this removes a > lot of the Java > Generics from the initial code examples and is strictly focused at making > intro code more usable. > It does not introduce any new methods. Thanks Jody.

Re: [Geotools-devel] cron job to build sphinx web pages

2010-04-22 Thread Michael Bedward
On 22 April 2010 22:37, Jody Garnett wrote: > It does not appear to be active; solution is to login to the machine and run > the "make html". > There are some instructions on the OSGeo wiki; although las time I had to ask > for help on #osgeo channel. > Thanks Jody. I just spent a few minutes sc

Re: [Geotools-devel] Dropping feature types

2010-04-22 Thread Jody Garnett
We do have getInfo() which we can add to. I would prefer to use an open end Map/Key combo until we settle down on what is needed (much like how we treat Parameter.metadata right now. Jody On 22/04/2010, at 11:27 PM, Andrea Aime wrote: > Andrea Aime ha scritto: >> This is similar to Jody's poin

Re: [Geotools-devel] Gml2Shp

2010-04-22 Thread Jody Garnett
The user guide has an example of how to parse GML; but your point is correct perhaps it should be added to the initial series of workbooks. Jody On 19/04/2010, at 7:56 PM, Petjada wrote: > > There are many user posts talking about the same question "how to convert gml > to shp" > > http:// > h

[Geotools-devel] SimpleFeatureSource

2010-04-22 Thread Jody Garnett
An update on http://jira.codehaus.org/browse/GEOT-3051 I have attached a patch that introduces SimpleFeatureSource; this removes a lot of the Java Generics from the initial code examples and is strictly focused at making intro code more usable. It does not introduce any new methods. I would lik

[Geotools-devel] Survey on Web Geo-Spatial Open-Source Technologies: Questionnaire on GeoTools

2010-04-22 Thread Ali_
[Sorry for cross-posting] Hi everybody, I am part of the Spatial Information Systems Group in University College Dublin. We are conducting a survey on Open-Source technologies with particular focus on Geo-Spatial projects. Our goal is to collect first-hand knowledge about a number of Open-Sourc

[Geotools-devel] [Fwd: [jira] Closed: (GEOT-1884) plugin/gtopo30 need to clarify origin of data]

2010-04-22 Thread Adrian Custer
Hey all, This just for info since we had at one time worked so hard on the provenance of all the files in the project. You have undoubtedly already discussed this as a group and decided not to care where this file originated. However, since it came in to my inbox, I felt responsible to make you

[Geotools-devel] Render WKT

2010-04-22 Thread 蒙智敏
Hello there, How can I use geotools to render WKT,WKB? Thank you very much and best wishes. Yours Laomeng -- ___ Geotools-devel mailing list Geotools-devel@lists.sourcef

Re: [Geotools-devel] Gml2Shp

2010-04-22 Thread Petjada
There are many user posts talking about the same question "how to convert gml to shp" http:// http://n2.nabble.com/converting-SimpleFeatures-tp4855161p4855161.html ... Please, Any developer can help us with a real example. -- View this message in context: http://n2.nabble.com/Gml2Shp-tp479665

[Geotools-devel] Proposed Mosaicing GeoRaster Module

2010-04-22 Thread Baskar, Dhanapal
Hi Jody, I noticed that GeoTools library lacks support for Mosaicing Oracle Georaster data. I would like to add this feature, by making use of Oracle Spatial Java API version 11.2 and oracle NG. It will be help full for the users who wants to use Georaster. Thank you. Regards, B

[Geotools-devel] [jira] Created: (GEOT-3054) Remove AbstractDataStore2

2010-04-22 Thread Jody Garnett (JIRA)
Remove AbstractDataStore2 - Key: GEOT-3054 URL: http://jira.codehaus.org/browse/GEOT-3054 Project: GeoTools Issue Type: Improvement Components: data Affects Versions: 2.6.3 Reporter: Jody Gar

Re: [Geotools-devel] Dropping feature types

2010-04-22 Thread Andrea Aime
Andrea Aime ha scritto: > This is similar to Jody's point. However, we don't have anything like > that for createSchema and updateSchema either. > Such a capabilities API should probably also provide some hints on how > type and attribute names are transformed by createSchema to make it > possible

Re: [Geotools-devel] Dropping feature types

2010-04-22 Thread Gabriel Roldan
On 4/22/10 10:11 AM, Andrea Aime wrote: > Gabriel Roldan ha scritto: >> Looks good to me. Some methods were left out from the DataAccess API >> on purpose, under the assumption that they might need some more >> discussion so we better keep the API minimal (looking at it I'm not >> sure why there's

Re: [Geotools-devel] Dropping feature types

2010-04-22 Thread Andrea Aime
Gabriel Roldan ha scritto: > Looks good to me. Some methods were left out from the DataAccess API on > purpose, under the assumption that they might need some more discussion > so we better keep the API minimal (looking at it I'm not sure why > there's an updateSchema method already?). It is th

Re: [Geotools-devel] Dropping feature types

2010-04-22 Thread Gabriel Roldan
Looks good to me. Some methods were left out from the DataAccess API on purpose, under the assumption that they might need some more discussion so we better keep the API minimal (looking at it I'm not sure why there's an updateSchema method already?). dropSchema(Name typeName) looks straight fo

Re: [Geotools-devel] cron job to build sphinx web pages

2010-04-22 Thread Jody Garnett
It does not appear to be active; solution is to login to the machine and run the "make html". There are some instructions on the OSGeo wiki; although las time I had to ask for help on #osgeo channel. Jody On 22/04/2010, at 8:51 PM, Michael Bedward wrote: > Hi folks, > > Does anyone know if th

Re: [Geotools-devel] Dropping feature types

2010-04-22 Thread Jody Garnett
That seems fine Andrea. I would love to get a description of what methods/operations a datastore does and does not support somehow. Jody On 22/04/2010, at 8:29 PM, Andrea Aime wrote: > Hi, > I'm writing this mail to get some preliminary feedback on the idea > of adding, on trunk only, a DataAc

[Geotools-devel] [jira] Created: (GEOT-3053) GeoKey directory management when writing GeoTiff CRS

2010-04-22 Thread Daniele Romagnoli (JIRA)
GeoKey directory management when writing GeoTiff CRS Key: GEOT-3053 URL: http://jira.codehaus.org/browse/GEOT-3053 Project: GeoTools Issue Type: Bug Components: core coverage, gc

[Geotools-devel] cron job to build sphinx web pages

2010-04-22 Thread Michael Bedward
Hi folks, Does anyone know if the cron job is still active ? Changes I made to the sphinx source yesterday haven't shown up. cheers Michael -- ___ Geotools-devel mailing list

Re: [Geotools-devel] Dropping feature types

2010-04-22 Thread Milton Jonathan
Hey there > How do people feel about this? Since you asked, I have to say that I feel GREAT about it :) Milton Andrea Aime wrote: > Hi, > I'm writing this mail to get some preliminary feedback on the idea > of adding, on trunk only, a DataAccess.dropSchema(Name typename) > and a DataStore.dro

[Geotools-devel] Dropping feature types

2010-04-22 Thread Andrea Aime
Hi, I'm writing this mail to get some preliminary feedback on the idea of adding, on trunk only, a DataAccess.dropSchema(Name typename) and a DataStore.dropSchema(String typename) methods allowing the users not only to create and update schemas, but also to drop them. If a datastore decides not to

[Geotools-devel] [jira] Created: (GEOT-3052) Add more file filters to JP2K plugin

2010-04-22 Thread Daniele Romagnoli (JIRA)
Add more file filters to JP2K plugin Key: GEOT-3052 URL: http://jira.codehaus.org/browse/GEOT-3052 Project: GeoTools Issue Type: Bug Components: gc jp2k Affects Versions: 2.6.3 R

Re: [Geotools-devel] Encoding GML and Xlink

2010-04-22 Thread Rini Angreani
Hi all, Sorry for the late reply, I completely missed this discussion thread before. Rob, this is a known problem in our internal JIRA, but I neglected to create an issue in Geotools JIRA. At the moment, it will always do it for complex attributes only, because I only put the code that does this

Re: [Geotools-devel] Encoding GML and Xlink

2010-04-22 Thread Rob van Swol
To answer my own questions again: in my schema the namespace declaration xmlns:xlink="http://www.w3.org/1999/xlink" was missing! And from a previous post: The gml:boundedBy element can be left out by using ApplicationSchemaConfiguration config = new ApplicationSchemaConfiguration(namespace,