MGDatabaseSetup.setLatColumn   Go to object model Go to parent topic Go to previous topic Go to next topic

Syntax

boolean setLatColumn(String latColumn)

Description

Sets the name of the database column that contains the latitude (or Y coordinate) value of map features on this layer.

Parameters

latColumn - The name of the latitude (or Y) column.

Returns

boolean - Returns True if successful; otherwise, returns False. If successful, sets the layer's rebuild flag to True.

Error Codes

-1 (busy)

-15 (does not apply)

See Also

getLatColumn, getLonColumn, setLonColumn, LatColumn, LonColumn