Terrain Processor: Line: Mask: Area: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "Mark {{TerrainProcessorManual|Mask: Area|BITasksPlugin.dll|Polygon, PolygonM, PolygonZ|No|= |DESCRIPTION=Algorithm removes all objects in...")
 
mNo edit summary
Line 1: Line 1:
[[Category:Terrain Processor Manual|Mark]]
[[Category:Terrain Processor Manual|Mask]]
{{TerrainProcessorManual|Mask: Area|BITasksPlugin.dll|Polygon, PolygonM, PolygonZ|No|=
{{TerrainProcessorManual|Mask: Area|BITasksPlugin.dll|Polygon, PolygonM, PolygonZ|No|=
|DESCRIPTION=Algorithm removes all objects in features database which are inside / outside given shapefile polygons.
|DESCRIPTION=Algorithm removes all objects in features database which are inside / outside given shapefile polygons.

Revision as of 14:58, 9 August 2015

Task details

Task name : Mask: Area

Dll plugin name : BITasksPlugin.dll

Geometry type : Polygon, PolygonM, PolygonZ

Heightmap : No

Description

Algorithm removes all objects in features database which are inside / outside given shapefile polygons.

Task parameters

  • Remove objects - where remove objects (Inside, Outside).


Usage

This task removes objects inside/outside given areas. You can use it for removing trees in roads buffer, where there are water bodies or in areas you would want to edit manually.

Algorithm

  1. Algorithm finds all objects inside / outside polygons and removes them from feature database.