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

Class AreaNoticeFreeText

source code

       object --+    
                |    
AreaNoticeSubArea --+
                    |
                   AreaNoticeFreeText

Instance Methods [hide private]
 
__init__(self, text=None, 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
 
__str__(self)
str(x)
source code
 
geom(self) source code

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

Class Variables [hide private]
  area_shape = 4
  area_name = 'freetext'
Properties [hide private]
  __geo_interface__
Provide a Geo Interface for GeoJSON serialization

Inherited from object: __class__

Method Details [hide private]

__init__(self, text=None, bits=None)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)

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