JTS Core 1.17.1
Packages
Classes
Search
About
Top
BasePointShapeFactory()
BasePointShapeFactory(double)
createPoint(Point2D): Shape
Bottom
Source
Classic
org.locationtech.jts.awt
Class PointShapeFactory.BasePointShapeFactory
Hierarchy:
Object
, PointShapeFactory.BasePointShapeFactory
All Implemented Interfaces:
PointShapeFactory
Direct Known Subclasses:
PointShapeFactory.Point
,
PointShapeFactory.Triangle
,
PointShapeFactory.Square
,
PointShapeFactory.Star
,
PointShapeFactory.Circle
,
PointShapeFactory.X
,
PointShapeFactory.Cross
public abstract static class PointShapeFactory.BasePointShapeFactory
implements
PointShapeFactory
public
BasePointShapeFactory()
Creates a new factory for points with default size.
public
BasePointShapeFactory(double size)
Creates a factory for points of given size.
Parameters:
size - size the size of the points
public
abstract
abstract
Shape
createPoint(
Point2D
point)
Creates a shape representing a point.
Parameters:
point - point the location of the point
Returns:
a shape