Package org.opengis.referencing.datum

Examples of org.opengis.referencing.datum.Ellipsoid


      // is it WGS84?
      if (datumName.trim().equalsIgnoreCase("WGS84"))
        return DefaultGeodeticDatum.WGS84;

      // ELLIPSOID
      final Ellipsoid ellipsoid = createEllipsoid(unit, metadata);

      // PRIME MERIDIAN
      // lookup the Prime Meridian.
      final PrimeMeridian primeMeridian = createPrimeMeridian(metadata,
          unit);
View Full Code Here

TOP

Related Classes of org.opengis.referencing.datum.Ellipsoid

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.