Package org.apache.sis.referencing.datum

Examples of org.apache.sis.referencing.datum.DefaultVerticalDatum


        final String alias;
        switch (code) {
            case 5100: name = "Mean Sea Level"; alias = "MSL"; break;
            default:   throw new AssertionError(code);
        }
        return new DefaultVerticalDatum(properties(code, name, alias, true), VerticalDatumType.GEOIDAL);
    }
View Full Code Here

TOP

Related Classes of org.apache.sis.referencing.datum.DefaultVerticalDatum

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.