Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - Spatial Data Support » Spatial data » Units of measure

 

Installing additional predefined units of measure

The sa_install_feature system procedure adds additional predefined units of measure not installed by default in a new database.

Prerequisites

None.

 Install additional predefined units of measure
  • Execute the following statement to install all of the predefined units of measure:

    CALL sa_install_feature('st_geometry_predefined_uom');

Results

All additional units of measure are installed.

Next

You can create a spatial reference system that uses the unit of measure.

You can find descriptions of these additional units of measure at [external link] www.epsg-registry.org/. On the web page, type the name of the unit of measure in the Name field, pick Unit of Measure (UOM) from the Type field, and then click Search.

 See also