DK for Java | tatukgis.jdk.TGIS_Point | Classes | Constructors | Fields | Methods
Two-dimensional point with Double-precision X and Y coordinates.
// Java public final class TGIS_Point implements java.lang.Cloneable { };
// Oxygene type TGIS_Point = public record end;
java.lang.Cloneable
| Name | Visibility | Description | |
|---|---|---|---|
| TGIS_Point(double, double) | public | Creates a point from Double-precision X and Y coordinate values. | |
| TGIS_Point(int, int) | public | Creates a point from integer X and Y coordinate values. | |
| Name | Visibility | Description | |
|---|---|---|---|
| X | public | X coordinate of the point. | |
| Y | public | Y coordinate of the point. | |