Package jsky.catalog

Examples of jsky.catalog.FieldDescAdapter


     */
    public static FieldDesc[] getFields() {
        FieldDescAdapter[] fields = new FieldDescAdapter[NUM_FIELDS];

        for (int i = 0; i < NUM_FIELDS; i++) {
            fields[i] = new FieldDescAdapter(FIELD_NAMES[i]);
        }

        fields[ID].setIsId(true);
        fields[RA].setIsRA(true);
        fields[DEC].setIsDec(true);
View Full Code Here

TOP

Related Classes of jsky.catalog.FieldDescAdapter

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.