LayerVisualizationAutoConfigureGeocoding Method

Spotfire 14.3 API Reference
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: 65.0.19510.3242 (65.0.19510.3242)
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: Boolean
true if geocoding was applied to the layer, false otherwise.
Remarks

This will attempt to configure geocoding with reasonable defaults. The behavior may change in future releases.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference