Package jsky.catalog

Examples of jsky.catalog.TableQueryResult


        super(table, colNames, shapeName, fg, bg, ratio, angle, label, cond, size, units);
    }

    /** Return an object storing the column indexes where RA and Dec are found */
    public RowCoordinates getRowCoordinates() {
        TableQueryResult table = getTable();
        if (table instanceof SkycatTable) {
            SkycatTable t = (SkycatTable) table;
            return t.getConfigEntry().getRowCoordinates();
        }
        return super.getRowCoordinates();
View Full Code Here

TOP

Related Classes of jsky.catalog.TableQueryResult

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.