class documentation
A batch of location data in GeoJSON format.
The attributes of this class accept lists of data in the format of the
corresponding attributes of GeoLocation
.
Parameters | |
points | a list of points |
lines | a list of lines |
polygons | a list of polygons |
Class Method | from |
Creates a GeoLocation from a GeoJSON dictionary. |
Method | to |
Returns a GeoJSON geometry dict for this instance. |
Class Variable | lines |
Undocumented |
Class Variable | points |
Undocumented |
Class Variable | polygons |
Undocumented |
Inherited from _HasID
:
Class Variable | tags |
Undocumented |
Instance Variable | id |
Undocumented |
Method | _id |
Undocumented |
Property | _id |
Undocumented |
Inherited from Label
(via _HasID
):
Method | delete |
Deletes the attribute with the given name. |
Method | get |
Gets the value of the attribute with the given name. |
Method | has |
Determines whether the label has an attribute with the given name. |
Method | iter |
Returns an iterator over the custom attributes of the label. |
Method | set |
Sets the value of the attribute with the given name. |