class |
AbstractMetaObjectFinder |
Ancestor for object finders that use a base finder.
|
class |
AllFinder |
Returns all indices.
|
class |
ByMetaDataNumericValue |
Returns indices of objects which numeric meta-data value match the min/max.
|
class |
ByMetaDataStringValue |
Outputs the indices of objects where the specified regular expression matches the value associated with the given meta-data key.
|
class |
HasMetaDataValue |
Outputs the indices of objects where the specified meta-data key is present.
|
class |
Invert |
Inverts the indices of the base object finder.
|
class |
MultiObjectFinder |
Applies multiple object finding algorithms to the data.
The indices can be either joined or intersected.
|
class |
NullFinder |
Finds no indices.
|
class |
ObjectsInPolygon |
Locates the objects that fall into the defined polygon.
Partial hits can be considered as well.
|
class |
ObjectsInRegion |
Locates the objects that fall into the defined region.
Partial hits can be considered as well.
|
class |
PolygonPoints |
Returns the indices of objects which polygons satisfy specified min/max for number of points.
|
class |
Size |
Applies the minimum/maximum constraints to width/height (according to the chosen type).
|