DK11 for Java | tatukgis.jdk.TGIS_Extent.Create | Overloads | Constructors | Fields | Methods
Create object on given coordinates.
Available also on: .NET.
// Java public TGIS_Extent( double _xmin, double _ymin, double _xmax, double _ymax );
// Oxygene public constructor ( _xmin : Double; _ymin : Double; _xmax : Double; _ymax : Double );
Name | Type | Description |
---|---|---|
_xmin | double Double | x-min limit |
_ymin | double Double | y-min limit |
_xmax | double Double | x-max limit |
_ymax | double Double | y-max limit |