Changes between Version 11 and Version 12 of UsersWikiWishList


Ignore:
Timestamp:
Jan 19, 2011, 2:41:15 AM (13 years ago)
Author:
aperi2007
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiWishList

    v11 v12  
    6464  * add editing support as in Oracle spatial - permit a user to lock a set of geometries in some bounding box for editing, allow inserts, deletes, updates of lines and nodes, automatically updating the underlying topology model.
    6565  * Function to planarize a linestring dataset similiar to ArcGIS Planarize topology tool.  Current solution is using GRASS v.clean  then use v.to.db in GRASS
    66   * A function to help build topology starting from a couple of simple-feature layers quite versatile:
    67     Two input tables/view, one with MultiLinestrings (ML) and the other with MultiPolygons (MP). The ML features are exactly the Boundaries of the MP features. MP features has their attributes. ML have their attributes. The Function check if all the ML are intersecting each other and if intersecting split them on intersection. From this new splitted ML and the starting MP will be created the topology. Creating an edge for every part of the splitted ML layer, and creating a face for every part of the MP layer using the edges just added. If the faces created leave some hole this will be covered with other face don't linked to a MP of the Input Layer. After this the function will create two TopoGeometry that recall the input layers and their attributes.
    6866
    6967 * '''Add Unit Tests for every function'''