User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_point3d

TGIS_Point3D class

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

Like TGIS_Point, but 3rd dimension (Z) and measure (M) added.

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

Syntax

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

Implements

java.lang.Cloneable

Constructors

Inherited Overrides Protected
Name Visibility Description
TGIS_Point3D(double, double) public Create object on given coordinates.
TGIS_Point3D(double, double, double) public Create object on given coordinates.
TGIS_Point3D(double, double, double, double) public Create object on given coordinates.
TGIS_Point3D(int, int) public Create object on given coordinates.
TGIS_Point3D(int, int, int) public Create object on given coordinates.
TGIS_Point3D(int, int, int, int) public Create object on given coordinates.

Fields

Inherited Protected
Name Visibility Description
M public measure
X public horizontal position
Y public vertical position
Z public altitude

Methods

Inherited Overrides Protected
Name Visibility Description
ToString public

Remarks

Measure is added for Shapefile compatibility.

2022/11/30 19:34

Page Tools