| Package | Description |
|---|---|
| com.vividsolutions.jts.awt |
Classes to perform conversions from Java2D shape objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IdentityPointTransformation
Copies point ordinates with no transformation.
|
| Modifier and Type | Field and Description |
|---|---|
static PointTransformation |
ShapeWriter.DEFAULT_POINT_TRANSFORMATION
The point transformation used by default.
|
| Constructor and Description | |
|---|---|
ShapeWriter(PointTransformation
Creates a new ShapeWriter with a specified point transformation and the default point shape factory.
|
|
ShapeWriter(PointTransformation
Creates a new ShapeWriter with a specified point transformation and point shape factory.
|