Package arcmap :: Module shapes
[hide private]
[frames] | no frames]

Module shapes

source code

Contains various geometry related classes and functions

Classes [hide private]
  Point
This may just end up being replaced by a tuple
  Shape
Base class for shapes
  Polygon
  Circle
Functions [hide private]
bool
pointInHandle(p, h)
Returns: True if the point is inside the handle, False if not
source code
 
unittest()
Simple sanity check on the intersects code
source code
Variables [hide private]
  __package__ = 'arcmap'
Function Details [hide private]

pointInHandle(p, h)

source code 
Parameters:
  • p (Point) - the point to test
  • h (Point) - the center of the handle
Returns: bool
True if the point is inside the handle, False if not