Module imo_001_22_area_notice :: Class AreaNoticeCirclePt
[hide private]
[frames] | no frames]

Class AreaNoticeCirclePt

source code

       object --+    
                |    
AreaNoticeSubArea --+
                    |
                   AreaNoticeCirclePt

Instance Methods [hide private]
 
__init__(self, lon=None, lat=None, radius=0, bits=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
decode_bits(self, bits) source code
 
get_bits(self)
Build a BitVector for this area
source code
 
__unicode__(self) source code
 
geom(self) source code

Inherited from AreaNoticeSubArea: __str__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Class Variables [hide private]
  area_shape = 0
Properties [hide private]
  __geo_interface__
Provide a Geo Interface for GeoJSON serialization

Inherited from object: __class__

Method Details [hide private]

__init__(self, lon=None, lat=None, radius=0, bits=None)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Parameters:
  • radius - 0 is a point, otherwise less than or equal to 409500m. Scale factor is automatic
  • bits - string of 1's and 0's or a BitVector
Overrides: object.__init__

Property Details [hide private]

__geo_interface__

Provide a Geo Interface for GeoJSON serialization

Get Method:
unreachable.__geo_interface__(self) - Provide a Geo Interface for GeoJSON serialization