BlueSpray - Help
© SchoonerTurtles, Inc. 2012-2015

Introduction
Contents
Getting Started
Download
Navigating
Tutorials
Scripting
Advanced
About

Class STSimplifier

Extends STTransformVector

Simplification of vector (polygon an polyline) data.

There are a varity of methods:

GRID:
This is an attempt to simplify polygons without a topoplogical system.
It works but has a problem because the simplification of the polygons
can go in different directions along the same edge resulting in different
points be eliminated.


Copyright, SchoonerTurtles LLP, 2009
@author Jim Graham

Enumerated Types

SIMPLIFY_TYPE
    SIMPLE - Simple Distance
    DOUGLAS_PEUCKER - Douglas Peucker (JTS)
    DOUGLAS_PEUCKER_TOPOLOGY - Douglas Peuker topology (JTS)
    // GRID - Snap points to a grid

Static Functions

ReturnsFunctionThrows
Simplify(STLayerRegions TheLayer,SIMPLIFY_TYPE TheType,double Tolerance,
     boolean RemoveAreasBelowTolerance,boolean DeleteEmptyFeatures)
Exception

Static Functions


Simplify(STLayerRegions TheLayer,SIMPLIFY_TYPE TheType,double Tolerance,
     boolean RemoveAreasBelowTolerance,boolean DeleteEmptyFeatures) Exception