org.geotools.renderer.lite
Class Decimator

java.lang.Object
  extended byorg.geotools.renderer.lite.Decimator

public class Decimator
extends java.lang.Object

Accepts geometries and collapses all the vertices that will be rendered to the same pixel.

Since:
2.1.x
Author:
jeichar

Constructor Summary
Decimator(org.opengis.referencing.operation.MathTransform screenToWorld)
           
 
Method Summary
 void decimate(com.vividsolutions.jts.geom.Geometry geom)
          decimates JTS geometries.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Decimator

public Decimator(org.opengis.referencing.operation.MathTransform screenToWorld)
Throws:
org.opengis.referencing.operation.TransformException
Method Detail

decimate

public void decimate(com.vividsolutions.jts.geom.Geometry geom)
decimates JTS geometries.



Copyright © GeoTools. All Rights Reserved.