class documentation
class GeoMultiLineStringField(_GeoField, mongoengine.fields.MultiLineStringField): (source)
Constructor: GeoMultiLineStringField(description, info, read_only, created_at, **kwargs)
A GeoJSON field storing a list of lines.
The data is stored as follows:
[ [[lon1, lat1], [lon2, lat2], ...], [[lon1, lat1], [lon2, lat2], ...], ... ]
Parameters | |
description | an optional description |
info | an optional info dict |
read | whether the field is read-only |
created | the datetime the field was created |
Method | validate |
Undocumented |
Constant | _TYPE |
Undocumented |
Inherited from _GeoField
:
Method | to |
Undocumented |
Method | to |
Undocumented |
Inherited from Field
(via _GeoField
):
Method | __init__ |
Undocumented |
Method | __str__ |
Undocumented |
Method | copy |
Returns a copy of the field. |
Method | description |
Undocumented |
Method | info |
Undocumented |
Method | read |
Undocumented |
Method | save |
Saves any edits to this field's description and info attributes. |
Property | path |
The fully-qualified path of this field in the dataset's schema, or None if the field is not associated with a dataset. |
Method | _set |
Undocumented |
Method | _set |
Undocumented |
Instance Variable | __dataset |
Undocumented |
Instance Variable | __path |
Undocumented |
Instance Variable | _created |
Undocumented |
Instance Variable | _description |
Undocumented |
Instance Variable | _info |
Undocumented |
Instance Variable | _read |
Undocumented |
Property | _dataset |
The fiftyone.core.dataset.Dataset that this field belongs to, or None if the field is not associated with a dataset. |