Abstract base class representing a position.
Methods
|
|
__cmp__
__init__
|
|
__cmp__
|
__cmp__ ( self, other )
A simple comparison function for positions.
This is very simple-minded and just compares the position attribute
of the features; extensions are not considered at all. This could
potentially be expanded to try to take advantage of extensions.
|
|
__init__
|
__init__ (
self,
position,
extension,
)
|
|