DK for Java | tatukgis.jdk.TGIS_Extent | Classes | Constructors | Fields | Methods
Like TRect, but based on doubles instead of integers.
// Java public final class TGIS_Extent implements java.lang.Cloneable { };
// Oxygene type TGIS_Extent = public record end;
java.lang.Cloneable
| 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. | |
| Name | Visibility | Description | |
|---|---|---|---|
| XMax | public | right border | |
| XMin | public | left border | |
| YMax | public | top border | |
| YMin | public | bottom border | |