User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_point

TGIS_Point class

DK for Java | tatukgis.jdk.TGIS_Point | Classes | Constructors | Fields | Methods

Two-dimensional point with Double-precision X and Y coordinates.

Available also on: Delphi | .NET | ActiveX | Python.

Syntax

// Java
public final class TGIS_Point implements java.lang.Cloneable {
};
// Oxygene
type
  TGIS_Point = public record
  end;

Implements

java.lang.Cloneable

Constructors

Inherited Overrides Protected
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.

Fields

Inherited Protected
Name Visibility Description
X public X coordinate of the point.
Y public Y coordinate of the point.

Methods

Inherited Overrides Protected
Name Visibility Description
ToString public

2026/07/11 01:34

Page Tools