| Package | Description |
|---|---|
| org.locationtech.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 pointTransformer)
Creates a new ShapeWriter with a specified point transformation
and the default point shape factory.
|
ShapeWriter(PointTransformation pointTransformer,
PointShapeFactory pointFactory)
Creates a new ShapeWriter with a specified point transformation
and point shape factory.
|
Copyright © 2024. All rights reserved.