Automatically configures geocoding for this layer by (optionally) attempting to apply column classification,
(optionally) changing the geocoding axis expression, and then applying automatic geocoding hierarchies.
Namespace: Spotfire.Dxp.Application.Visuals.Maps
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax
C#
public bool AutoConfigureGeocoding( bool forceAutoload, bool allowChangeAxisExpression, bool applyColumnClassification )
Parameters
- forceAutoload
- Type: SystemBoolean
Force automatic loading of geocoding tables from the library. - allowChangeAxisExpression
- Type: SystemBoolean
truec> if the geocoding axis expression is allowed to be changed by automatic geocoding. - applyColumnClassification
- Type: SystemBoolean
If set to true, automatic column classification is applied.
Return Value
Type: Booleantrue if geocoding was applied to the layer, false otherwise.
Remarks
Version Information
Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also