User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_extent3d

TGIS_Extent3D class

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

Like TGIS_Extent, but 3rd dimension added.

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

Syntax

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

Implements

java.lang.Cloneable

Constructors

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

Fields

Inherited Protected
Name Visibility Description
MMax public value border
MMin public value border
XMax public right border
XMin public left border
YMax public top border
YMin public bottom border
ZMax public height border
ZMin public height border

Methods

Inherited Overrides Protected
Name Visibility Description
ToString public

2022/11/30 19:31

Page Tools