Uses of Interface
org.locationtech.jts.awt.PointShapeFactory
Packages that use PointShapeFactory
Package
Description
Classes to perform conversions from Java2D shape objects.
-
Uses of PointShapeFactory in org.locationtech.jts.awt
Classes in org.locationtech.jts.awt that implement PointShapeFactoryModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
Fields in org.locationtech.jts.awt declared as PointShapeFactoryModifier and TypeFieldDescriptionstatic final PointShapeFactory
ShapeWriter.DEFAULT_POINT_FACTORY
The point shape factory used by default.Constructors in org.locationtech.jts.awt with parameters of type PointShapeFactoryModifierConstructorDescriptionShapeWriter
(PointTransformation pointTransformer, PointShapeFactory pointFactory) Creates a new ShapeWriter with a specified point transformation and point shape factory.