DK11 for Delphi | GisCsSystems.TGIS_CSCoordinateSystem.CanConvertEx | Constructors | Fields | Methods | Properties
Test if provided coordinate can be transformed to/from the current one.
// Delphi public function CanConvertEx( const _cs : TGIS_CSCoordinateSystem ) : Boolean;
// C++ Builder public: bool CanConvertEx( TGIS_CSCoordinateSystem* const _cs );
Name | Type | Description |
---|---|---|
_cs | TGIS_CSCoordinateSystem | coordinate system to be tested |
Type | Description |
---|---|
Boolean | True if system cam be converted. |