Package | Description |
---|---|
org.geotools.geometry.jts | |
org.geotools.geometry.jts.coordinatesequence |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCoordinateSequenceTransformer
A default implementation of coordinate sequence
transformer.
|
class |
PreciseCoordinateSequenceTransformer
This coordinate sequence transformer will take a Geometry and transform in a set of curved lines
that will be "flattened" in order to get back a set of straight segments.
|
Constructor and Description |
---|
GeometryCoordinateSequenceTransformer(CoordinateSequenceTransformer transformer)
Creates a transformer which uses a client-specified
CoordinateSequenceTransformer . |
Modifier and Type | Class and Description |
---|---|
class |
InPlaceCoordinateSequenceTransformer
A JTS CoordinateSequenceTransformer which transforms the values in place.
|
Copyright © 1996–2019 Geotools. All rights reserved.