@Immutable public interface Point
Value that represents a point can be created using Values.point(int, double, double)
or Values.point(int, double, double, double) method.
| Modifier and Type | Method and Description |
|---|---|
int |
srid()
Retrieve identifier of the coordinate reference system for this point.
|
double |
x()
Retrieve
x coordinate of this point. |
double |
y()
Retrieve
y coordinate of this point. |
double |
z()
Retrieve
z coordinate of this point. |
int srid()
double x()
x coordinate of this point.x coordinate value.double y()
y coordinate of this point.y coordinate value.double z()
z coordinate of this point.z coordinate value or Double.NaN if not applicable.Copyright © 2018. All rights reserved.