| |
DK - Geographic Coordinate Systems, Reprojecting...
|
FAQ Feed  |
|
Q10298 - How do I use the DK Scale property? Use of the Scale property requires that you assign map units (such as meters, feet, nautical miles, radians, etc. to the subject map layer. Attach: GIS_ViewerWND1.Units.Units : gisUnitsTypeMeter ; and then, for example: GIS.Scale : 1 ( means 1 meter on the screen ... (Modified: 2007-07-02)
|
|
Q10246 - What is TGIS_Units and how can I use it? TGIS_Units is a unit conversion component relating to projections. It will allow you, for example, to determine whether your output is in meters or miles. You can use this class to convert between unit types. Conversion from meters to nautical miles, for exam ... (Modified: 2007-07-05)
|
|
Q10679 - How can I get shape WKT geometry in a given projection? Implement this function: function MyExportToWKT( const _shp : TGIS_Shape ) : String ; var tmp : TGIS_Shape ; i,j : Integer ; begin tmp : _shp.CreateCopy ; try tmp.Lock( gisLockInternal ) try tmp.Reset ; for j : 0 to _shp.GetNumParts - 1 do begi ... (Modified: 2006-02-08)
|
|   |