Package uk.ac.starlink.ttools.cone
Interface QuerySequenceFactory
-
- All Known Implementing Classes:
CoverageQuerySequenceFactory,HealpixSortedQuerySequenceFactory,JELQuerySequenceFactory
public interface QuerySequenceFactoryObject which can generate an iterator over cone search specifiers.- Since:
- 16 Oct 2007
- Author:
- Mark Taylor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConeQueryRowSequencecreateQuerySequence(uk.ac.starlink.table.StarTable table)Creates a query sequence.
-
-
-
Method Detail
-
createQuerySequence
ConeQueryRowSequence createQuerySequence(uk.ac.starlink.table.StarTable table) throws java.io.IOException
Creates a query sequence.- Parameters:
table- input table- Throws:
java.io.IOException
-
-