janek a écrit :
> 1) are GIS standarts 'hardwired'? Can I replace them with my own? Can I use
> my own projections, coordinate systems...

Yes you can define your own projections. Coordinate Systems may have arbitrary
direction, but in the particular case of ProjectedCRS the axis directions are
currently restricted to East, West, North, South, "North along x meridian",
"South along x meridian" - the last two are for polar projections.


> 4) are you using some kind of IoC framework? I saw picocontair on
> dependencies.

I guess it depends on the module. As far as the "referencing" module is
concerned, we use the standard J2SE plugin mechanism: you can declare your own
CRS or projection in META-INF/services directory in your JAR, which is
automatically parsed when needed.


> 5) can I use non JDBC datasources? IE from large binary files, web
> services... 

You means for CRS definitions or for data? For data, you have the choice among a
variety of data source and you can use your own (doesn't need to be
JDBC-backed). For CRS, it is possible too but I would recommand to stick with a
EPSG-backed source at least for terrestrial coordinate reference systems.

        Martin


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Geotools-gt2-users mailing list
Geotools-gt2-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to