| Maptitude GISDK Help |
Creates a scope.
Scope(coordinate center_point, real horiz_extent, real vert_extent, real angle)
| Argument | Contents |
|---|---|
| coord_center | The coordinate of the center of the scope |
| horiz_extent | The horizontal extent of the scope in map units (e.g. miles) |
| vert_extent | The vertical extent of the scope in map units |
| angle | The angle of rotation, in radians, of the scope |
A scope that can be passed to SetMapScope() and many other GISDK functions; see Compound Variables.
Angle should always be set to zero.
For a full list of scope-related GISDK functions, see Map Scales and Scopes.
scp = Scope(Coord(-80000000, 44500000), 200.0, 100.0, 0)
SetMapScope("mymap", scp)
| Function | Summary |
|---|---|
| SetMapScope() | Sets the area covered by a map |
| GetMapScope() | Gets the scope of a map |
| ©2025 Caliper Corporation | www.caliper.com |