public interface Geometry
Modifier and Type | Field and Description |
---|---|
static Geometry |
GEOMETRY
Geometry factory.
|
Modifier and Type | Method and Description |
---|---|
Coordinate2D |
createCoordinate2D(float x,
float y)
Create floating coordinates.
|
Point2D |
createPoint2D(int x,
int y)
Create integer coordinates.
|
static final Geometry GEOMETRY
Point2D createPoint2D(int x, int y)
x
- abscissa.y
- ordinate.Coordinate2D createCoordinate2D(float x, float y)
x
- abscissa.y
- ordinate.