public class AffineTransform
extends java.lang.Object
implements com.vividsolutions.jts.geom.CoordinateFilter
| Constructor and Description |
|---|
AffineTransform()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
apply(com.vividsolutions.jts.geom.Geometry g)
Deprecated.
|
void |
filter(com.vividsolutions.jts.geom.Coordinate coord)
Deprecated.
|
void |
translate(com.vividsolutions.jts.geom.Coordinate p)
Deprecated.
Append a translation to the transform.
|
public void translate(com.vividsolutions.jts.geom.Coordinate p)
p - 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.CoordinateFilter