Package | Description |
---|---|
messif.objects.impl |
Implementation of basic data objects.
|
messif.objects.util |
Various utilities for working with collections of objects.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.Iterator<SortDimension.Window> |
ObjectFeatureOrderedSet.windowIterator(int wndWidth,
int wndHeight,
int shiftX,
int shiftY)
Iterate over all possible positions of the window.
|
java.util.Iterator<SortDimension.Window> |
ObjectFeatureOrderedSet.windowIterator(ObjectFeatureOrderedSet.SlidingWindow slidingWnd)
Iterate over all possible positions of the window.
|
Modifier and Type | Method and Description |
---|---|
ResetableIterator<ObjectFeature> |
ObjectFeatureOrderedSet.iterator(SortDimension.Window wnd)
Iterate over all features within the passed window.
|
Modifier and Type | Method and Description |
---|---|
abstract SortDimension.Window |
SortDimension.getWindow(float minX,
float maxX,
float minY,
float maxY)
Create a
SortDimension.Window object that represents the passed rectangular area. |