Package com.esri.core.geometry
Class Wkid
- java.lang.Object
-
- com.esri.core.geometry.Wkid
-
public final class Wkid extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static java.util.ArrayList<java.lang.Double>
m_gcs_tolerances
(package private) static java.util.HashMap<java.lang.Integer,java.lang.Integer>
m_gcsToTol
(package private) static java.util.ArrayList<java.lang.Double>
m_pcs_tolerances
(package private) static java.util.HashMap<java.lang.Integer,java.lang.Integer>
m_pcsToTol
(package private) static java.util.HashMap<java.lang.Integer,java.lang.Integer>
m_wkid_to_new
(package private) static java.util.HashMap<java.lang.Integer,java.lang.Integer>
m_wkid_to_old
-
Constructor Summary
Constructors Constructor Description Wkid()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double
find_tolerance_from_wkid(int wkid)
private static double
find_tolerance_from_wkid_helper(int wkid)
(package private) static java.util.HashMap<java.lang.Integer,java.lang.Integer>
readToleranceMap(java.lang.String resourceName)
(package private) static java.util.ArrayList<java.lang.Double>
readTolerances(java.lang.String resourceName)
static int
wkid_to_new(int wkid)
static int
wkid_to_old(int wkid)
-
-
-
Field Detail
-
m_gcs_tolerances
static java.util.ArrayList<java.lang.Double> m_gcs_tolerances
-
m_pcs_tolerances
static java.util.ArrayList<java.lang.Double> m_pcs_tolerances
-
m_gcsToTol
static java.util.HashMap<java.lang.Integer,java.lang.Integer> m_gcsToTol
-
m_pcsToTol
static java.util.HashMap<java.lang.Integer,java.lang.Integer> m_pcsToTol
-
m_wkid_to_new
static java.util.HashMap<java.lang.Integer,java.lang.Integer> m_wkid_to_new
-
m_wkid_to_old
static java.util.HashMap<java.lang.Integer,java.lang.Integer> m_wkid_to_old
-
-
Method Detail
-
readTolerances
static java.util.ArrayList<java.lang.Double> readTolerances(java.lang.String resourceName)
-
readToleranceMap
static java.util.HashMap<java.lang.Integer,java.lang.Integer> readToleranceMap(java.lang.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)
-
-