DK11 for Delphi | GisFilePixel.TGIS_FilePixel.writeWorldFile | Constructors | Fields | Methods | Properties | Events
Write extent to the world file (like .tfw, .bpw and .tab file).
// Delphi protected procedure writeWorldFile( const _extent : TGIS_Extent; const _ext : String; const _cs : TGIS_CSCoordinateSystem );
// C++ Builder protected: void writeWorldFile( TGIS_Extent* const _extent, const UnicodeString _ext, TGIS_CSCoordinateSystem* const _cs );
Name | Type | Description |
---|---|---|
_extent | TGIS_Extent | extent of the file |
_ext | String | extension of world file (file existence will be checked) |
_cs | TGIS_CSCoordinateSystem | coordinate system |