Евгений Лазарев wrote:
> 
> Hi Jody, in Russia very popular GIS programm is InGeo 
> (http://www.integro.ru/projects/gis/main_gis.htm), so to use geotools 
> and geoserver in our work and add more usability in russia there are 
> need to support is format.
> and i want to develop this module for us
> 
> InGeo use any relational DBs like MSSQL mySQL Oracle.
> data stored in own format, so there no public way to use data without 
> special data source

Sounds like it might be a good fit for a JDBC datastore implementation.
Those implementations require you to only implement a dialect class,
that factor outs the way geometries are read and write, crs handling
and other details that tend to vary between spatial databases,
and a sql encoder, to build the spatial queries the way the database
needs them (again, any spatial db has a different way of encoding
the spatial search predicates).

Cheers
Andrea

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to