Uses of Interface
com.vividsolutions.jts.awt.PointShapeFactory
-
Packages that use PointShapeFactory Package Description com.vividsolutions.jts.awt Classes to perform conversions from Java2D shape objects. -
-
Uses of PointShapeFactory in com.vividsolutions.jts.awt
Classes in com.vividsolutions.jts.awt that implement PointShapeFactory Modifier and Type Class Description static classPointShapeFactory.BasePointShapeFactorystatic classPointShapeFactory.Circlestatic classPointShapeFactory.Crossstatic classPointShapeFactory.Pointstatic classPointShapeFactory.Squarestatic classPointShapeFactory.Starstatic classPointShapeFactory.Trianglestatic classPointShapeFactory.XFields in com.vividsolutions.jts.awt declared as PointShapeFactory Modifier and Type Field Description static PointShapeFactoryShapeWriter. DEFAULT_POINT_FACTORYThe point shape factory used by default.Constructors in com.vividsolutions.jts.awt with parameters of type PointShapeFactory Constructor Description ShapeWriter(PointTransformation pointTransformer, PointShapeFactory pointFactory)Creates a new ShapeWriter with a specified point transformation and point shape factory.
-