Package madrona :: Package features :: Module tests :: Class TestForGeoJSON
[hide private]

Class TestForGeoJSON

source code

django.contrib.gis.db.models.Model --+            
                                     |            
                        models.Feature --+        
                                         |        
                     models.SpatialFeature --+    
                                             |    
                         models.PolygonFeature --+
                                                 |
                                                TestForGeoJSON

Nested Classes [hide private]
  Options

Inherited from models.PolygonFeature: Meta

Instance Methods [hide private]
 
geojson(self, srid) source code

Inherited from models.PolygonFeature: centroid_kml

Inherited from models.SpatialFeature: active_manipulators, apply_manipulators, geom_kml, kml, kml_style, save

Inherited from models.Feature: __repr__, __unicode__, add_to_collection, copy, get_absolute_url, hash, is_viewable, kml_safe, options, remove_from_collection, share_with, uid

Class Methods [hide private]

Inherited from models.PolygonFeature: mapnik_style

Inherited from models.Feature: css, get_options, model_uid

Class Variables [hide private]
  designation = models.CharField(max_length= 1, choices= DESIGNA...

Inherited from models.PolygonFeature: geometry_final, geometry_orig

Inherited from models.SpatialFeature: manipulators

Inherited from models.Feature: collection, content_type, date_created, date_modified, name, object_id, objects, sharing_groups, user

Class Variable Details [hide private]

designation

Value:
models.CharField(max_length= 1, choices= DESIGNATION_CHOICES)