DK11 for Java | tatukgis.jdk.TGIS_Extent3D | Classes | Constructors | Fields | Methods
Like TGIS_Extent, but 3rd dimension added.
// Java public final class TGIS_Extent3D implements java.lang.Cloneable { };
// Oxygene type TGIS_Extent3D = public record end;
java.lang.Cloneable
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. | |
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 | |