-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: http://svn.osgeo.org/qgis/trunk@7778 c8812cc2-4d05-0410-92ff-de0c093fc19c
- Loading branch information
leo.lami
committed
Dec 13, 2007
1 parent
4ae3e20
commit b4f3ff3
Showing
13 changed files
with
102 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label=" v.clean - Break (topologically clean) polygons (imported from non topological format, like ShapeFile). Boundaries are broken on each point shared between 2 and more polygons where angles of segments are different" module="v.clean"> | ||
<option key="input" typeoption="type"/> | ||
<flag key="tool" answer="bpol"/> | ||
<option key="output"/> | ||
</qgisgrassmodule> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label=" v.clean - Break (topologically clean) polygons (imported from non topological format, like ShapeFile). Boundaries are broken on each point shared between 2 and more polygons where angles of segments are different" module="v.clean"> | ||
<option key="input" typeoption="type"/> | ||
<option key="tool" answer="bpol" hidden="yes"/> | ||
<option key="output"/> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label=" v.clean - Change the type of bridges connecting area and island or 2 islands from boundary to line" module="v.clean"> | ||
<option key="input" typeoption="type"/> | ||
<flag key="tool" answer="chbridge"/> | ||
<option key="output"/> | ||
</qgisgrassmodule> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label=" v.clean - Change the type of bridges connecting area and island or 2 islands from boundary to line" module="v.clean"> | ||
<option key="input" typeoption="type"/> | ||
<option key="tool" answer="chbridge" hidden="yes"/> | ||
<option key="output"/> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label=" v.clean - Cleaning topology: change the type of boundary dangle to line" module="v.clean"> | ||
<option key="input" typemask="area"/> | ||
<flag key="tool" answer="chdangle"/> | ||
<option key="thresh"/> | ||
<option key="output"/> | ||
</qgisgrassmodule> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label=" v.clean - Cleaning topology: change the type of boundary dangle to line" module="v.clean"> | ||
<option key="input" typemask="area"/> | ||
<option key="tool" answer="chdangle" hidden="yes"/> | ||
<option key="thresh"/> | ||
<option key="output"/> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label=" v.clean - Remove vertices in threshold from lines and boundaries, boundary is pruned only if topology is not damaged (new intersection, changed attachement of centroid), first and last segment of the boundary is never changed" module="v.clean"> | ||
<option key="input" typeoption="type"/> | ||
<flag key="tool" answer="prune"/> | ||
<option key="thresh"/> | ||
<option key="output"/> | ||
</qgisgrassmodule> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label=" v.clean - Remove vertices in threshold from lines and boundaries, boundary is pruned only if topology is not damaged (new intersection, changed attachement of centroid), first and last segment of the boundary is never changed" module="v.clean"> | ||
<option key="input" typeoption="type"/> | ||
<option key="tool" answer="prune" hidden="yes"/> | ||
<option key="thresh"/> | ||
<option key="output"/> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label=" v.clean - Remove small areas, the longest boundary with adjacent area is removed" module="v.clean"> | ||
<option key="input" typeoption="type"/> | ||
<flag key="tool" answer="rmarea"/> | ||
<option key="thresh"/> | ||
<option key="output"/> | ||
</qgisgrassmodule> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label=" v.clean - Remove small areas, the longest boundary with adjacent area is removed" module="v.clean"> | ||
<option key="input" typeoption="type"/> | ||
<option key="tool" answer="rmarea" hidden="yes"/> | ||
<option key="thresh"/> | ||
<option key="output"/> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label=" v.clean - Remove bridges connecting area and island or 2 islands" module="v.clean"> | ||
<option key="input" typeoption="type"/> | ||
<flag key="tool" answer="rmbridge"/> | ||
<option key="output"/> | ||
</qgisgrassmodule> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label=" v.clean - Remove bridges connecting area and island or 2 islands" module="v.clean"> | ||
<option key="input" typeoption="type"/> | ||
<option key="tool" answer="rmbridge" hidden="yes"/> | ||
<option key="output"/> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label=" v.clean - Remove duplicate area centroids" module="v.clean"> | ||
<option key="input" typeoption="type"/> | ||
<flag key="tool" answer="rmdac"/> | ||
<option key="output"/> | ||
</qgisgrassmodule> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label=" v.clean - Remove duplicate area centroids" module="v.clean"> | ||
<option key="input" typeoption="type"/> | ||
<option key="tool" answer="rmdac" hidden="yes"/> | ||
<option key="output"/> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label=" v.clean - Cleaning topology: remove dangles" module="v.clean"> | ||
<option key="input" typeoption="type"/> | ||
<flag key="tool" answer="rmdangle"/> | ||
<option key="thresh"/> | ||
<option key="output"/> | ||
</qgisgrassmodule> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label=" v.clean - Cleaning topology: remove dangles" module="v.clean"> | ||
<option key="input" typeoption="type"/> | ||
<option key="tool" answer="rmdangle" hidden="yes"/> | ||
<option key="thresh"/> | ||
<option key="output"/> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label=" v.clean - Remove duplicate lines (pay attention to categories!)" module="v.clean"> | ||
<option key="input" typeoption="type"/> | ||
<flag key="tool" answer="rmdupl"/> | ||
<option key="output"/> | ||
</qgisgrassmodule> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label=" v.clean - Remove duplicate lines (pay attention to categories!)" module="v.clean"> | ||
<option key="input" typeoption="type"/> | ||
<option key="tool" answer="rmdupl" hidden="yes"/> | ||
<option key="output"/> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label=" v.clean - Remove all lines or boundaries of zero length" module="v.clean"> | ||
<option key="input" typeoption="type"/> | ||
<flag key="tool" answer="rmline"/> | ||
<option key="output"/> | ||
</qgisgrassmodule> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label=" v.clean - Remove all lines or boundaries of zero length" module="v.clean"> | ||
<option key="input" typeoption="type"/> | ||
<option key="tool" answer="rmline" hidden="yes"/> | ||
<option key="output"/> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label=" v.clean - Remove small angles between lines at nodes" module="v.clean"> | ||
<option key="input" typeoption="type"/> | ||
<flag key="tool" answer="rmsa"/> | ||
<option key="output"/> | ||
</qgisgrassmodule> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label=" v.clean - Remove small angles between lines at nodes" module="v.clean"> | ||
<option key="input" typeoption="type"/> | ||
<option key="tool" answer="rmsa" hidden="yes"/> | ||
<option key="output"/> | ||
</qgisgrassmodule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label=" v.clean - Cleaning topology: snap lines to vertex in threshold" module="v.clean"> | ||
<option key="input" typeoption="type"/> | ||
<flag key="tool" answer="snap"/> | ||
<option key="thresh"/> | ||
<option key="output"/> | ||
</qgisgrassmodule> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd"> | ||
|
||
<qgisgrassmodule label=" v.clean - Cleaning topology: snap lines to vertex in threshold" module="v.clean"> | ||
<option key="input" typeoption="type"/> | ||
<option key="tool" answer="snap" hidden="yes"/> | ||
<option key="thresh"/> | ||
<option key="output"/> | ||
</qgisgrassmodule> |