DK11 for Java | tatukgis.jdk.TGIS_ParamsPixel.AltitudeMapZones | Constructors | Methods | Properties
List of zones for mapping the altitude. Each entry consist of: "start_altitude,end_altitude, color". e.g., "100.45,800.12,$FF0000" will map altitudes 100.45..800.12 to red.
// Java public TStringList getAltitudeMapZones();
// Oxygene public property AltitudeMapZones : TGIS_StringList read;
Type |
---|
TStringList TGIS_StringList |
Colors can be expressed as
If last parameter of the Zone is BGR (like $000000, $5F5f5f, BGR) then hexadecimal and integer values will be interpreted in BGR order ($0000FF for red).