Class Wkid

java.lang.Object
com.esri.core.geometry.Wkid

public final class Wkid extends Object
  • Field Details

  • Constructor Details

    • Wkid

      public Wkid()
  • Method Details

    • readTolerances

      static ArrayList<Double> readTolerances(String resourceName)
    • readToleranceMap

      static HashMap<Integer,Integer> readToleranceMap(String resourceName)
    • find_tolerance_from_wkid

      public static double find_tolerance_from_wkid(int wkid)
    • find_tolerance_from_wkid_helper

      private static double find_tolerance_from_wkid_helper(int wkid)
    • wkid_to_new

      public static int wkid_to_new(int wkid)
    • wkid_to_old

      public static int wkid_to_old(int wkid)