| |
DK - Visual Layer Properties, Legend, Scale
|
FAQ Feed  |
|
Q10761 - How do I present the scale bar in miles using the DK? My map layer is in the WGS84 coordinate system. Step 1: Use the GIS.Units property to set the map units to match the units of the map, which are defined by the coordinate system of the map. For projected coordinate system ... (Modified: 2008-03-09)
|
|
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)
|
|
Q10587 - How do I use the DK CachedPaint mode functionality? The Developer Kernel Cached Paint option is designed to eliminate screen flickering durng the map rendering process. The map is first rendered as an internal bitmap and then presented as one step, instead of rendering the vectors individually. But ... (Modified: 2006-07-23)
|
|
Q10264 - Does the DK support polygons with semi-transparent fills? Transparent color fills? What is the DK function for this? Yes. Transparencies (translucency) are performed on a layer basis, whereby an entire layer is made semi-transparent. For example: (Layer.Transparency:50) sets the transparency level ... (Modified: 2004-08-30)
|
|   |