public class AffineTransform extends Object implements com.vividsolutions.jts.geom.CoordinateFilter
| Constructor and Description |
|---|
AffineTransform() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(com.vividsolutions.jts.geom.Geometry g) |
void |
filter(com.vividsolutions.jts.geom.Coordinate coord) |
void |
translate(com.vividsolutions.jts.geom.Coordinate p)
Append a translation to the transform.
|
public void translate(com.vividsolutions.jts.geom.Coordinate p)
transPt - the vector to translate bypublic void apply(com.vividsolutions.jts.geom.Geometry g)
public void filter(com.vividsolutions.jts.geom.Coordinate coord)
filter in interface com.vividsolutions.jts.geom.CoordinateFilterCopyright © 2017 B3Partners B.V.. All rights reserved.