User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_extent

TGIS_Extent class

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

Like TRect, but based on doubles instead of integers.

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

Syntax

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

Implements

java.lang.Cloneable

Constructors

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

Fields

Inherited Protected
Name Visibility Description
XMax public right border
XMin public left border
YMax public top border
YMin public bottom border

Methods

Inherited Overrides Protected
Name Visibility Description
ToString public

References

2023/02/24 20:53

Page Tools