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