Package | Description |
---|---|
org.locationtech.jts.awt |
Classes to perform conversions from Java2D shape objects.
|
Modifier and Type | Class | Description |
---|---|---|
class |
IdentityPointTransformation |
Copies point ordinates with no transformation.
|
Modifier and Type | Field | Description |
---|---|---|
static PointTransformation |
ShapeWriter.DEFAULT_POINT_TRANSFORMATION |
The point transformation used by default.
|
Constructor | 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 © 2018. All rights reserved.