Maps > Map Projections > Unit Converters > Defining Unit Converters
 
Defining Unit Converters
To define a unit converter, you must provide the name of the measurement unit and its equivalent in meters.
The following code defines the kilometer as the measurement unit.
IlvUnitConverter converter(1000,"km");

Version 5.8
Copyright © 2014, Rogue Wave Software, Inc. All Rights Reserved.