Class Summary |
CartesianMatchEngine |
A matching engine which can match points in an
ndim-dimensional space. |
CombinedMatchEngine |
A matching engine which provides matching facilities by combining the
characteristics of a number of other matching engines. |
EqualsMatchEngine |
Match engine which considers two rows matched if they contain objects
which are non-null and equal
(in the sense of Object.equals(java.lang.Object) ). |
HTMMatchEngine |
Implements the object matching interface for sky coordinates (RA, Dec)
using the HTM (Hierarchical Triangular Mesh) scheme. |
MatchStarTables |
Provides factory methods for producing tables which represent the
result of row matching. |
NullProgressIndicator |
Dummy progress indicator. |
RangeModelProgressIndicator |
ProgressIndicator implementation that can serve as the model for
a JProgressBar . |
RowLink |
Represents an ordered set of RowRef s
which are considered in some way linked to each other. |
RowMatcher |
Performs matching on the rows of one or more tables. |
RowRef |
Represents a reference to a table row. |
SphericalPolarMatchEngine |
Match engine which works with tuples representing RA, Dec and range. |
TextProgressIndicator |
ProgressIndicator which logs progress to an output stream. |