DK11 for Java | tatukgis.jdk.TGIS_Point | Classes | Constructors | Fields | Methods
Like TPoint, but based on doubles instead of integers.
// 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 | Create object on given coordinates. | |
TGIS_Point(int, int) | public | Create object on given coordinates. | |
Name | Visibility | Description | |
---|---|---|---|
X | public | horizontal position | |
Y | public | vertical position | |