Classes | |
| class | Box |
| class | Circle |
| class | ConvexPolygon |
| class | Region |
Functions | |
| bool | _isAttributeSafeToTransfer (str name, typing.Any value) |
| _continueClass (cls) | |
| float | _inf_to_limit (float value, float min, float max) |
| float | _inf_to_lat (float lat) |
| float | _inf_to_lon (float lat) |
Variables | |
| _INTRINSIC_SPECIAL_ATTRIBUTES | |
Extend any of the C++ Python classes by adding additional methods.
|
protected |
Map latitude +Inf to +90 and -Inf to -90 degrees.
|
protected |
Map a value to a fixed range if infinite.
|
protected |
Map longitude +Inf to +360 and -Inf to 0 degrees.
|
protected |