Re: [Geotools-gt2-users] Support for Complex Features

2012-03-01 Thread Ben Caradoc-Davies
Sunil, there is (as far as I know) no plan to add support for transactions to app-schema. Internationalisation of feature properties is an interesting use-case. Reminds me of a gazetteer (and WFS-G). Kind regards, Ben. On 02/03/12 12:08, Sunil Padda wrote: > Hi Ben, > > Do you know if there

Re: [Geotools-gt2-users] Support for Complex Features

2012-03-01 Thread Sunil Padda
Hi Ben, Do you know if there is any scope or plan for supporting transactions in app-schema? I doubt if it's possible to do this at all. Here is an example: Let's say each Feature can have multiple multilingual Names. The database would look like this: Feature (Feature_id, Shape) Name (Name_id,

Re: [Geotools-gt2-users] Support for Complex Features

2012-02-20 Thread Ben Caradoc-Davies
On 21/02/12 10:40, Sunil Padda wrote: > We want to be able to do both read& write to the underlying database. > As app-schema gives a read-only view of the data, this doesn't suit our > needs. Is there any work in progress for the future to enable > app-schema to support writes? (As I understand,

Re: [Geotools-gt2-users] Support for Complex Features

2012-02-20 Thread Sunil Padda
Hi Ben and Andrea, Thanks a lot for your quick replies. We want to be able to do both read & write to the underlying database. As app-schema gives a read-only view of the data, this doesn't suit our needs. Is there any work in progress for the future to enable app-schema to support writes? (A

Re: [Geotools-gt2-users] Support for Complex Features

2012-02-10 Thread Andrea Aime
On Fri, Feb 10, 2012 at 5:04 AM, Ben Caradoc-Davies wrote: > Sunil, > > please have a look at the gt-app-schema module: > http://docs.geotools.org/latest/userguide/extension/app-schema.html > > This is the current evolution of the ancient complex features / > community schemas branch. > One very

Re: [Geotools-gt2-users] Support for Complex Features

2012-02-09 Thread Ben Caradoc-Davies
Sunil, please have a look at the gt-app-schema module: http://docs.geotools.org/latest/userguide/extension/app-schema.html This is the current evolution of the ancient complex features / community schemas branch. This module is mostly used through GeoServer: http://docs.geoserver.org/latest/en/

[Geotools-gt2-users] Support for Complex Features

2012-02-09 Thread Sunil Padda
Hi everyone, My usage of Complex Features in the subject may not be accurate. So, I will state my problem (as I understand it) first. Then, I will explain my use case and finally let you know what I have found upon going through Geotools code and documentation. What I am looking for is support