public final class Geometries extends Object
| Modifier and Type | Method and Description |
|---|---|
static Circle |
circle(double x,
double y,
double radius) |
static Circle |
circle(float x,
float y,
float radius) |
static Line |
line(double x1,
double y1,
double x2,
double y2) |
static Line |
line(float x1,
float y1,
float x2,
float y2) |
static Point |
point(double x,
double y) |
static Point |
point(float x,
float y) |
static Point |
pointGeographic(double lon,
double lat) |
static Point |
pointGeographic(float lon,
float lat) |
static Rectangle |
rectangle(double x1,
double y1,
double x2,
double y2) |
static Rectangle |
rectangle(float x1,
float y1,
float x2,
float y2) |
static Rectangle |
rectangleGeographic(double lon1,
double lat1,
double lon2,
double lat2) |
static Rectangle |
rectangleGeographic(float lon1,
float lat1,
float lon2,
float lat2) |
public static Point point(double x, double y)
public static Point point(float x, float y)
public static Point pointGeographic(double lon, double lat)
public static Point pointGeographic(float lon, float lat)
public static Rectangle rectangle(double x1, double y1, double x2, double y2)
public static Rectangle rectangle(float x1, float y1, float x2, float y2)
public static Rectangle rectangleGeographic(double lon1, double lat1, double lon2, double lat2)
public static Rectangle rectangleGeographic(float lon1, float lat1, float lon2, float lat2)
public static Circle circle(double x, double y, double radius)
public static Circle circle(float x, float y, float radius)
public static Line line(double x1, double y1, double x2, double y2)
public static Line line(float x1, float y1, float x2, float y2)
Copyright © 2013–2023. All rights reserved.