Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-665) Constrain geometry editting so invalid geometries cannot be created.

Constrain geometry editting so invalid geometries cannot be created.
--------------------------------------------------------------------

         Key: UDIG-665
         URL: http://jira.codehaus.org/browse/UDIG-665
     Project: uDIG
        Type: New Feature

  Components: tool edit  
    Versions: UDIG 1.2    
    Reporter: Jesse Eichar
 Assigned to: Jesse Eichar 


Tools should check that the geometry is valid.  There are two ways to do this.

1. On an attempted accept action (double click, switch tool, etc...)  the geometry can be validated if it is not valid editing can be rolled back until it is valid or a message can be delivered to user indicating that the geometry is invalid and must be fixed.

2. Each edit  can do a validate.  This could be prohibitive depending on size of geometries.  

-- 
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



Back to the top