public class Points extends Object implements Serializable
Points.| Constructor and Description |
|---|
Points() |
| Modifier and Type | Method and Description |
|---|---|
static Point |
create2D(double x,
double y)
Creates a 2D
Point using the specified coordinates, and an undefined coordinate reference system. |
static Point |
create2D(double x,
double y,
CrsId crsId)
Creates a 2D
Point using the specified coordinates and coordinate reference system |
static Point |
create2DM(double x,
double y,
double m)
Creates a 2DM
Point using the specified coordinates, and an undefined coordinate reference system. |
static Point |
create2DM(double x,
double y,
double m,
CrsId crsId)
Creates a 2DM
Point using the specified coordinates and coordinate reference system |
static Point |
create3D(double x,
double y,
double z)
Creates a 3D
Point using the specified coordinates, and an undefined coordinate reference system. |
static Point |
create3D(double x,
double y,
double z,
CrsId crsId)
Creates a 3D
Point using the specified coordinates and coordinate reference system |
static Point |
create3DM(double x,
double y,
double z,
double m)
Creates a 4D
Point using the specified coordinates, and an undefined coordinate reference system. |
static Point |
create3DM(double x,
double y,
double z,
double m,
CrsId crsId)
Creates a 3DM
Point using the specified coordinates and coordinate reference system |
static Point |
createEmpty()
Creates an empty
Point |
public static Point create2D(double x, double y, CrsId crsId)
Point using the specified coordinates and coordinate reference systemx - the X-coordinate of the Pointy - the Y-coordinate of the PointcrsId - the CrsId of the coordinate reference system of the PointPoint with the specified X- and Y-coordinates and coordinate reference systempublic static Point create3D(double x, double y, double z, CrsId crsId)
Point using the specified coordinates and coordinate reference systemx - the X-coordinate of the Pointy - the Y-coordinate of the Pointz - the Z-coordinate of the PointcrsId - the CrsId of the coordinate reference system of the PointPoint with the specified X-, Y- and Z-coordinates and coordinate reference systempublic static Point create2DM(double x, double y, double m, CrsId crsId)
Point using the specified coordinates and coordinate reference systemx - the X-coordinate of the Pointy - the Y-coordinate of the Pointm - the M-coordinate of the PointcrsId - the CrsId of the coordinate reference system of the PointPoint with the specified X-, Y- and M-coordinates and coordinate reference systempublic static Point create3DM(double x, double y, double z, double m, CrsId crsId)
Point using the specified coordinates and coordinate reference systemx - the X-coordinate of the Pointy - the Y-coordinate of the Pointz - the Z-coordinate of the Pointm - the M-coordinate of the PointcrsId - the CrsId of the coordinate reference system of the PointPoint with the specified X-, Y-, Z- and M-coordinates and coordinate reference systempublic static Point create2D(double x, double y)
Point using the specified coordinates, and an undefined coordinate reference system.x - the X-coordinate of the Pointy - the Y-coordinate of the PointPoint with the specified X- and Y-coordinates and undefined coordinate reference systempublic static Point create3D(double x, double y, double z)
Point using the specified coordinates, and an undefined coordinate reference system.x - the X-coordinate of the Pointy - the Y-coordinate of the Pointz - the Z-coordinate of the PointPoint with the specified X-, Y- and Z-coordinates and undefined coordinate reference systempublic static Point create2DM(double x, double y, double m)
Point using the specified coordinates, and an undefined coordinate reference system.x - the X-coordinate of the Pointy - the Y-coordinate of the Pointm - the M-coordinate of the PointPoint with the specified X-, Y- and M-coordinates and undefined coordinate reference systempublic static Point create3DM(double x, double y, double z, double m)
Point using the specified coordinates, and an undefined coordinate reference system.x - the X-coordinate of the Pointy - the Y-coordinate of the Pointz - the Z-coordinate of the Pointm - the M-coordinate of the PointPoint with the specified X-, Y- Z- and M-coordinates and undefined coordinate reference systempublic static Point createEmpty()
PointPointCopyright © 2015 geolatte.org. All rights reserved.