Examples of SkycatConfigFile


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
Copyright © 2018 www.massapi.com. 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.