Class ConeQueryCoverage

  • All Implemented Interfaces:
    Coverage

    public class ConeQueryCoverage
    extends MocCoverage
    Coverage implementation giving the area defined by a sequence of positional (cone search-like) queries.
    Since:
    9 Jan 2012
    Author:
    Mark Taylor
    • Constructor Detail

      • ConeQueryCoverage

        public ConeQueryCoverage​(ConeQueryRowSequence qseq,
                                 double resolutionDeg)
        Constructor.
        Parameters:
        qseq - defines a sequence of cone searches
        resolutionDeg - approximate resolution of coverage in degrees
    • Method Detail

      • createMoc

        protected cds.moc.HealpixMoc createMoc()
                                        throws java.io.IOException
        Description copied from class: MocCoverage
        Constructs the MOC which will define this object's coverage. This method, which may be time-consuming, will be called a maximum of once by the MocCoverage.initCoverage() method of MocCoverage, and should not be called by anyone else.
        Specified by:
        createMoc in class MocCoverage
        Returns:
        new MOC defining footprint
        Throws:
        java.io.IOException
      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException
        Throws:
        java.io.IOException