DK11 for Delphi | GisCsSystems.TGIS_CSCoordinateSystem.getBoundings | Constructors | Fields | Methods | Properties
Get bounding polygon of coordinate system.
// Delphi protected function getBoundings( const _wgs : Boolean ) : TObject; virtual;
// C++ Builder protected: virtual TObject* getBoundings( const bool _wgs );
Name | Type | Description |
---|---|---|
_wgs | Boolean | if true, then polygon will be in WGS units; if false, then polygon will be in coordinate system units |
Type | Description |
---|---|
TObject | TGIS_ShapePolygon object or nil |