public class Points extends Object implements Serializable
Point
s.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 Point
y
- the Y-coordinate of the Point
crsId
- the CrsId
of the coordinate reference system of the Point
Point
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 Point
y
- the Y-coordinate of the Point
z
- the Z-coordinate of the Point
crsId
- the CrsId
of the coordinate reference system of the Point
Point
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 Point
y
- the Y-coordinate of the Point
m
- the M-coordinate of the Point
crsId
- the CrsId
of the coordinate reference system of the Point
Point
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 Point
y
- the Y-coordinate of the Point
z
- the Z-coordinate of the Point
m
- the M-coordinate of the Point
crsId
- the CrsId
of the coordinate reference system of the Point
Point
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 Point
y
- the Y-coordinate of the Point
Point
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 Point
y
- the Y-coordinate of the Point
z
- the Z-coordinate of the Point
Point
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 Point
y
- the Y-coordinate of the Point
m
- the M-coordinate of the Point
Point
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 Point
y
- the Y-coordinate of the Point
z
- the Z-coordinate of the Point
m
- the M-coordinate of the Point
Point
with the specified X-, Y- Z- and M-coordinates and undefined coordinate reference systempublic static Point createEmpty()
Point
Point
Copyright © 2015 geolatte.org. All rights reserved.