Vector timestamp
add
ellipsis.path.vector.timestamp.add()
Adds a vector timestamp.
Mandatory arguments
pathId (uuid),
token (uuid), your token
Optional arguments
date (dictionary with properties to and from, both of type date)
description (string)
edit
ellipsis.path.vector.timestamp.edit()
Edits a vector timestamp.
Mandatory arguments
pathId (uuid),
timestampId (uuid),
token (uuid), your token
Optional arguments
date (dictionary with properties to and from, both of type date)
description (string),
archive
ellipsis.path.vector.timestamp.archive()
Archives a vector timestamp.
Mandatory arguments
pathId (uuid),
timestampId (uuid),
token (uuid), your token
recover
ellipsis.path.vector.timestamp.recover()
Recovers a vector timestamp.
Mandatory arguments
pathId (uuid),
timestampId (uuid),
token (uuid), your token
delete
ellipsis.path.vector.timestamp.delete()
Delete a vector timestamp.
Mandatory arguments
pathId (uuid),
timestampId (uuid),
token (uuid), your token
getBounds
ellipsis.path.vector.timestamp.getBounds()
Gets the bounds of a vector timestamp.
Mandatory arguments
pathId (uuid),
timestampId (uuid),
token (uuid), your token
getChanges
ellipsis.path.vector.timestamp.getChanges()
Mandatory arguments
pathId (uuid),
timestampId (uuid),
Optional arguments
listAll (boolean), whether to list all results (default True)
pageStart (object),
actions (object),
token (uuid), your token
editFilter
ellipsis.path.vector.timestamp.editFilter()
Mandatory arguments
pathId (uuid),
timestampId (uuid),
token (uuid), your token
propertyFilter (object)
getFeaturesByIds
ellipsis.path.vector.timestamp.getFeaturesByIds()
Mandatory arguments
pathId (uuid),
timestampId (uuid),
featureIds (list of uuids),
Optional arguments
token (uuid), your token
getFeaturesByExtent
ellipsis.path.vector.timestamp.getFeaturesByExtent()
Mandatory arguments
pathId (uuid),
timestampId (uuid),
extent (a dictionary with properties xMin, xMax, yMin, yMax of type float)
Optional arguments
token (uuid), your token
propertyFilter
pageStart
listAll (boolean), whether to list all results (default True)
listFeatures
ellipsis.path.vector.timestamp.listFeatures()
Mandatory arguments
pathId (uuid),
timestampId (uuid),
Optional arguments
token (uuid), your token
pageStart
listAll (boolean), whether to list all results (default True)
activate
ellipsis.path.vector.timestamp.activate()
Activate a timestamp.
Mandatory arguments
token (string)
pathId (uuid)
timestampId (uuid)
pause
ellipsis.path.vector.timestamp.pause()
Pause a timestamp.
Mandatory arguments
token (string)
pathId (uuid)
timestampId (uuid)