DK11 for Delphi | GisCsSystems.TGIS_CSCoordinateSystem.IsSame | Constructors | Fields | Methods | Properties
Test if provided coordinate system is same as the current one.
// Delphi public function IsSame( const _cs : TGIS_CSCoordinateSystem ) : Boolean;
// C++ Builder public: bool IsSame( TGIS_CSCoordinateSystem* const _cs );
Name | Type | Description |
---|---|---|
_cs | TGIS_CSCoordinateSystem | coordinate system to be tested |
Type | Description |
---|---|
Boolean | True if is systems are same. |