Point visualisation

available visualisation styles subitems for point data

parameter<uint32>  SymbolColor      := rgb(255,0,0)  , DialogType = "SymbolColor";
parameter<float32> SymbolSize       := 8f            , DialogType = "SymbolSize";
parameter<meter>   SymbolWorldSize  := 10[meter]     , DialogType = "SymbolWorldSize";
parameter<string>  SymbolFont       := 'GeoDMS Font' , DialogType = "SymbolFont";
parameter<int16>   SymbolIndex      := 35s           , DialogType = "SymbolIndex";

Description:

  • SymbolColor: a data-item with value-type uint32 and as expression a (set) of rgb values.
  • SymbolSize: a data item with value type float32 and as expression a (set) of values indicating the symbol character size in pixels.
  • SymbolWorldSize: a data item with the same values unit as the values unit of the unit for the coordinate system. The SymbolWorldSize specifies a size in e.g. meters, which is dependent on the zoom level in the map view. With this property a zoom dependent size can be configured.
  • symbolfont: a data item with [value type] string and as expression the font to be used. The GeoDMS Font, named in the example, is a font that is installed with a GeoDMS application. It contains different symbols to be used for point data in the map view. See your Windows reference for more information on how to use fonts. The GeoDMS font is the default value for this visualisation style.
  • SymbolIndex: a data item with value type int16 and an expression that indicates the character symbol in the font.