Package | Description |
---|---|
messif.objects.impl |
Implementation of basic data objects.
|
messif.objects.util |
Various utilities for working with collections of objects.
|
Modifier and Type | Field and Description |
---|---|
protected SortDimension |
ObjectFeatureOrderedSet.sortDim
Current ordering of object features (initially undefined)
|
Modifier and Type | Method and Description |
---|---|
SortDimension |
ObjectFeatureOrderedSet.getOrderOfFeatures() |
Modifier and Type | Method and Description |
---|---|
void |
ObjectFeatureOrderedSet.orderFeatures(SortDimension sortDim) |
Modifier and Type | Field and Description |
---|---|
static SortDimension |
SortDimension.sortDimensionX
Implementation of SortDimension that sorts the features by x-axis and then by y-axis.
|
static SortDimension |
SortDimension.sortDimensionY
Implementation of SortDimension that sorts the features by y-axis and then by x-axis.
|
Modifier and Type | Method and Description |
---|---|
static SortDimension |
SortDimension.getImplementation(java.lang.String implName)
Factory method for text serialization sake.
|
static SortDimension |
SortDimension.readImplementation(java.io.BufferedReader stream)
Factory method for text serialization sake.
|