User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_point

TGIS_Point class

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

Like TPoint, but based on doubles instead of integers.

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 Create object on given coordinates.
TGIS_Point(int, int) public Create object on given coordinates.

Fields

Inherited Protected
Name Visibility Description
X public horizontal position
Y public vertical position

Methods

Inherited Overrides Protected
Name Visibility Description
ToString public

2022/11/30 19:34

Page Tools