LayerVisualization AutoConfigureGeocoding Method TIBCO Spotfire 7.0 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: 18.10.8513.5432 (18.10.8513.5432)
Syntax

public bool AutoConfigureGeocoding(
	bool forceAutoload,
	bool allowChangeAxisExpression,
	bool applyColumnClassification
)

Parameters

forceAutoload
Type: System Boolean
Force automatic loading of geocoding tables from the library.
allowChangeAxisExpression
Type: System Boolean
truec> if the geocoding axis expression is allowed to be changed by automatic geocoding.
applyColumnClassification
Type: System Boolean
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: 7.0, 6.5
See Also