Package org.apache.sis.referencing.cs

Examples of org.apache.sis.referencing.cs.DefaultCompoundCS


        for (int i=0; i<components.length; i++) {
            final CoordinateReferenceSystem crs = components[i];
            ensureNonNullElement("components", i, crs);
            cs[i] = crs.getCoordinateSystem();
        }
        return new DefaultCompoundCS(cs);
    }
View Full Code Here

TOP

Related Classes of org.apache.sis.referencing.cs.DefaultCompoundCS

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.