NSMutableDictionary(SGGeoJSONObject) |
Ease the pain of storing SimpleGeo GeoJSON values.
Extends Class: NSMutableDictionary
Declared In: GeoJSON+NSDictionary.h
Sets the GeoJSONObject stored at key coordinates.
Sets the value stored at key created.
Sets the value stored at key expires.
Sets the GeoJSONObject stored at key features.
Sets the GeoJSONObject stored at key geometry.
Sets the value stored at key id.
Sets the GeoJSONObject stored at key properties.
Sets the value stored at key type.
setCoordinates: |
Sets the GeoJSONObject stored at key coordinates.
- (void) setCoordinates:(NSArray*)coordinates;
coordinates
The GeoJSONObject to store.
setCreated: |
Sets the value stored at key created.
- (void) setCreated:(double)created;
created
The value to store.
This is a value specific to SimpleGeo. The GeoJSON spec (http://geojson.org/geojson-spec.html) allows key/values to be defined at the top-level of the object.
setExpires: |
Sets the value stored at key expires.
- (void) setExpires:(double)expires;
expires
The value to store.
This is a value specific to SimpleGeo. The GeoJSON spec (http://geojson.org/geojson-spec.html) allows key/values to be defined at the top-level of the object.
setFeatures: |
Sets the GeoJSONObject stored at key features.
- (void) setFeatures:(NSArray*)features;
features
The value to store.
This is a value specific to SimpleGeo. The GeoJSON spec (http://geojson.org/geojson-spec.html) allows key/values to be defined at the top-level of the object.
setGeometry: |
Sets the GeoJSONObject stored at key geometry.
- (void) setGeometry:(NSDictionary*)geometry;
geometry
The GeoJSONObject to store.
setId: |
Sets the value stored at key id.
- (void) setId:(NSString*)id;
id
The value to store.
This is a value specific to SimpleGeo. The GeoJSON spec (http://geojson.org/geojson-spec.html) allows key/values to be defined at the top-level of the object.
setProperties: |
Sets the GeoJSONObject stored at key properties.
- (void) setProperties:(NSDictionary*)properties;
properties
The GeoJSONObject to store.
setType: |
Sets the value stored at key type.
- (void) setType:(NSString*)type;
type
The value to store.
© SimpleGeo Last Updated: 03/31/2010