Package jsky.catalog.skycat

Examples of jsky.catalog.skycat.SkycatConfigFile


            return new AstroCatConfig(url, getHTMLQueryResultHandler());
        }

        // for compatibility, also allow Skycat config files here
        if (filename.endsWith(".cfg")) {
            return new SkycatConfigFile(url, getHTMLQueryResultHandler());
        }
        throw new RuntimeException("Expected an AstroCat XML file, or a Skycat style .cfg file");
    }
View Full Code Here

TOP

Related Classes of jsky.catalog.skycat.SkycatConfigFile

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.