ConverterFactory for Geometry to Geometry Conversions
-----------------------------------------------------

                 Key: GEOT-2147
                 URL: http://jira.codehaus.org/browse/GEOT-2147
             Project: GeoTools
          Issue Type: New Feature
          Components: core main
    Affects Versions: 2.5.1
            Reporter: Mauro Bartolomeoli
            Assignee: Jody Garnett
            Priority: Minor
             Fix For: 2.5.1
         Attachments: GeometryTypeConverterFactory.zip

A ConverterFactory for JTS Geometry to Geometry conversions could be useful to 
normalize a geometry to a required type.
One sample implementation is included. It currently supports the following 
conversions:
 - simple to multi (point to multipoint, polygon to multipolygon, etc)
 - any to point (gets the barycenter)
 - any to linestring (connects all the coordinates with a linestring)
 - any to polygon (connects all the coordinates with a closed linestring)
 - any to geometrycollection
A set of testcases are included also.

-- 
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to