H2 datastore should be able to distinguish between geometry types
-----------------------------------------------------------------

                 Key: GEOT-2099
                 URL: http://jira.codehaus.org/browse/GEOT-2099
             Project: GeoTools
          Issue Type: Improvement
          Components: data h2
    Affects Versions: 2.5.1
            Reporter: Andrea Aime
            Assignee: Justin Deoliveira
             Fix For: 2.5.2


At the moment H2 datastore treats all blob columns as generic Geometry types.
Make it so that the geometry type can be determined (and the srs as well?)

Options:
- use column comments to store the metadata (comment on column myTable.myGeom 
is 'POINT,4326')
- do it like postgis, use a geometry_columns metadata table (it would leave 
comment free for descriptive comments on the column contents).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to