PyANGKernel.GKRealDataSetFilter¶
- class GKRealDataSetFilter¶
A filter for Real Data (Detection).
Details
This class is used to filter the data available in a real data set to load in memory exclusively the relevant information.
A filter can be set by time and/or geographical area.
Synopsis¶
Methods¶
def
__init__()def
apply()def
filterByArea()def
filterByTime()def
getFromTime()def
getPolygon()def
getToTime()def
groupingToRead()def
isValid()def
setPolygon()def
setTimes()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
- __init__()¶
isValidmethods collectionReturns true if the data is filtered by area.
Returns true if the data is filtered by grouping
Returns true if the data is filtered by date.
Get the filter for “from time”.
Returns the filter polygon.
Get the filter for “to time”.
Gets the grouping that contains the objects to ignore data from
See also
Gets the grouping that contains the objects to read data from
See also
Returns true if the obj is inside the filtered area. It returns true if we are not filtering by area (any location is OK then).
Returns true if the data is between the from a to times. It returns true if we are not filtering by data (any date is OK then).
Sets the grouping that contains the objects to ignore data from
See also
Sets the grouping that contains the objects to read data from
See also
Sets the filter polygon.
Set the filter times.