SYMBOL INDEX (761 symbols across 110 files) FILE: src/com/hzi/UTM.java class UTM (line 15) | public class UTM { method hzi01 (line 17) | public static double hzi01(double x) { method lat_lon_to_utm (line 21) | public static String lat_lon_to_utm(double Lat, double Long, Context c) { FILE: src/com/vonglasow/michael/satstat/Const.java class Const (line 30) | public class Const { FILE: src/com/vonglasow/michael/satstat/GpsEventReceiver.java class GpsEventReceiver (line 49) | public class GpsEventReceiver extends BroadcastReceiver { method onReceive (line 67) | @Override method refreshAgps (line 155) | public static void refreshAgps(Context context, boolean enforceInterva... class AgpsUpdateTask (line 176) | private static class AgpsUpdateTask extends AsyncTask extends HashMap... method getAll (line 16) | public Set getAll() { method removeSource (line 34) | public void removeSource(int source) { FILE: src/com/vonglasow/michael/satstat/data/CellTowerListCdma.java class CellTowerListCdma (line 12) | public class CellTowerListCdma extends CellTowerList { method get (line 16) | public CellTowerCdma get(int sid, int nid, int bsid) { method update (line 34) | public CellTowerCdma update(CdmaCellLocation location) { method update (line 55) | @TargetApi(Build.VERSION_CODES.JELLY_BEAN_MR1) method updateAll (line 81) | @TargetApi(Build.VERSION_CODES.JELLY_BEAN_MR1) FILE: src/com/vonglasow/michael/satstat/data/CellTowerListGsm.java class CellTowerListGsm (line 17) | public class CellTowerListGsm extends CellTowerList { method get (line 21) | public CellTowerGsm get(int psc) { method get (line 32) | public CellTowerGsm get(int mcc, int mnc, int lac, int cid) { method update (line 52) | public CellTowerGsm update(String networkOperator, GsmCellLocation loc... method update (line 103) | public CellTowerGsm update(String networkOperator, NeighboringCellInfo... method update (line 180) | @TargetApi(Build.VERSION_CODES.JELLY_BEAN_MR1) method update (line 232) | @TargetApi(Build.VERSION_CODES.JELLY_BEAN_MR2) method updateAll (line 284) | public void updateAll(List cells) { method updateAll (line 307) | public void updateAll(String networkOperator, List { method get (line 19) | public CellTowerLte get(int pci) { method get (line 30) | public CellTowerLte get(int mcc, int mnc, int tac, int ci) { method update (line 50) | public CellTowerLte update(String networkOperator, GsmCellLocation loc... method update (line 100) | public CellTowerLte update(String networkOperator, NeighboringCellInfo... method update (line 163) | @TargetApi(Build.VERSION_CODES.JELLY_BEAN_MR1) method updateAll (line 216) | @TargetApi(Build.VERSION_CODES.JELLY_BEAN_MR1) method updateAll (line 237) | public void updateAll(String networkOperator, List providers) { method onMapSourceChanged (line 694) | void onMapSourceChanged() { method onPause (line 700) | @Override method onResume (line 708) | @Override method onStop (line 716) | @Override method updateLocationProviderStyles (line 747) | public void updateLocationProviderStyles() { method updateMap (line 780) | public void updateMap() { FILE: src/com/vonglasow/michael/satstat/ui/RadioSectionFragment.java class RadioSectionFragment (line 77) | public class RadioSectionFragment extends Fragment { method RadioSectionFragment (line 189) | public RadioSectionFragment() { method addWifiResult (line 193) | private final void addWifiResult(ScanResult result) { method formatCellData (line 278) | public static String formatCellData(Context context, String format, in... method formatCellDbm (line 301) | public static String formatCellDbm(Context context, String format, int... method getChannelFromFrequency (line 316) | public static String getChannelFromFrequency(int frequency) { method getColorFromGeneration (line 331) | public static int getColorFromGeneration(int generation) { method onCreateView (line 345) | @TargetApi(Build.VERSION_CODES.JELLY_BEAN_MR1) method onDestroyView (line 409) | @Override method onNetworkTypeChanged (line 424) | protected void onNetworkTypeChanged(int networkType) { method onResume (line 446) | @Override method onStop (line 453) | @Override method onWifiEntryClick (line 463) | private final void onWifiEntryClick(String BSSID) { method refreshWifiResults (line 469) | final void refreshWifiResults() { method showCells (line 501) | protected void showCells() { method showCellCdma (line 544) | protected void showCellCdma(CellTowerCdma cellTower) { method showCellGsm (line 567) | protected void showCellGsm(CellTowerGsm cellTower) { method showCellLte (line 606) | protected void showCellLte(CellTowerLte cellTower) { method updateCellData (line 673) | @SuppressLint("NewApi") method updateNeighboringCellInfo (line 771) | protected void updateNeighboringCellInfo() { FILE: src/com/vonglasow/michael/satstat/ui/SensorSectionFragment.java class SensorSectionFragment (line 40) | public class SensorSectionFragment extends Fragment { method SensorSectionFragment (line 107) | public SensorSectionFragment() { method accuracyToColor (line 114) | public static int accuracyToColor(int accuracy) { method getSensorDecimals (line 136) | public static byte getSensorDecimals(Sensor sensor, byte maxDecimals) { method onCreateView (line 146) | @Override method onDestroyView (line 218) | @Override method onSensorChanged (line 228) | public void onSensorChanged(SensorEvent event) { FILE: src/com/vonglasow/michael/satstat/ui/SettingsActivity.java class SettingsActivity (line 64) | public class SettingsActivity extends AppCompatActivity implements OnPre... method onActivityResult (line 88) | @SuppressLint("NewApi") method onCreate (line 98) | @Override method onOptionsItemSelected (line 135) | @Override method onPreferenceClick (line 150) | @Override method onRequestPermissionsResult (line 249) | @Override method onResume (line 268) | @Override method onSharedPreferenceChanged (line 279) | @Override method onStart (line 320) | @Override method onStop (line 335) | @Override method setMapPath (line 341) | protected void setMapPath(String path) { class SettingsFragment (line 347) | public static class SettingsFragment extends PreferenceFragment { method onCreate (line 348) | @Override FILE: src/com/vonglasow/michael/satstat/utils/DownloadTreeViewAdapter.java class DownloadTreeViewAdapter (line 67) | public class DownloadTreeViewAdapter extends AbstractTreeViewAdapter... class PermissionRequestActivity (line 110) | public static class PermissionRequestActivity extends AppCompatActivity { method onRequestPermissionsResult (line 121) | @Override method onStart (line 138) | @Override FILE: src/com/vonglasow/michael/satstat/utils/RemoteDirListListener.java type RemoteDirListListener (line 26) | public interface RemoteDirListListener { method onRemoteDirListReady (line 32) | public void onRemoteDirListReady(RemoteDirListTask task, RemoteFile[] ... FILE: src/com/vonglasow/michael/satstat/utils/RemoteDirListTask.java class RemoteDirListTask (line 34) | public class RemoteDirListTask extends AsyncTask { method compare (line 15) | @Override FILE: src/com/vonglasow/michael/satstat/utils/WifiCapabilities.java class WifiCapabilities (line 30) | public abstract class WifiCapabilities { method getScanResultSecurity (line 73) | public static String getScanResultSecurity(ScanResult scanResult) { method isAdhoc (line 88) | public static boolean isAdhoc(ScanResult scanResult) { method isEnterprise (line 95) | public static boolean isEnterprise(ScanResult scanResult) { method getNetworkConnectivity (line 122) | public static int getNetworkConnectivity() { FILE: src/com/vonglasow/michael/satstat/utils/WifiScanResultComparator.java class WifiScanResultComparator (line 15) | public class WifiScanResultComparator implements Comparator { method compare (line 49) | @Override method setCriterion (line 83) | public void setCriterion(int newCriterion) { FILE: src/com/vonglasow/michael/satstat/widgets/GpsSnrView.java class GpsSnrView (line 38) | public class GpsSnrView extends View { method GpsSnrView (line 97) | public GpsSnrView(Context context) { method GpsSnrView (line 106) | public GpsSnrView(Context context, AttributeSet attrs) { method GpsSnrView (line 116) | public GpsSnrView(Context context, AttributeSet attrs, int defStyle) { method doInit (line 121) | private void doInit(Context context) { method drawGrid (line 207) | private void drawGrid(Canvas canvas) { method drawLabel (line 313) | private void drawLabel(Canvas canvas, String label, int startBar, int ... method drawSat (line 333) | private void drawSat(Canvas canvas, int nmeaID, float snr, boolean use... method getGridPos (line 358) | private int getGridPos(int nmeaID) { method getNumBars (line 438) | private int getNumBars() { method initializeGrid (line 458) | protected void initializeGrid() { method onDraw (line 516) | @Override method onMeasure (line 529) | @Override method showSats (line 542) | public void showSats(Iterable sats) { FILE: src/com/vonglasow/michael/satstat/widgets/GpsStatusView.java class GpsStatusView (line 34) | public class GpsStatusView extends SquareView { method GpsStatusView (line 62) | public GpsStatusView(Context context) { method GpsStatusView (line 67) | public GpsStatusView(Context context, AttributeSet attrs) { method GpsStatusView (line 72) | public GpsStatusView(Context context, AttributeSet attrs, int defStyle) { method doInit (line 77) | private void doInit(Context context) { method drawSat (line 113) | private void drawSat(Canvas canvas, int prn, float azimuth, float elev... method onDraw (line 122) | @Override method onSizeChanged (line 162) | @Override method refreshGeometries (line 169) | public void refreshGeometries() { method setYaw (line 204) | public void setYaw(float yaw) { method showSats (line 211) | public void showSats(Iterable sats) { FILE: src/com/vonglasow/michael/satstat/widgets/LocProviderPreference.java class LocProviderPreference (line 13) | public class LocProviderPreference extends MultiSelectListPreference { method LocProviderPreference (line 17) | public LocProviderPreference(Context context) { method LocProviderPreference (line 24) | public LocProviderPreference(Context context, AttributeSet attrs) { method updateProviders (line 34) | public void updateProviders() { FILE: src/com/vonglasow/michael/satstat/widgets/MapViewPager.java class MapViewPager (line 10) | public class MapViewPager extends ViewPager { method MapViewPager (line 12) | public MapViewPager(Context context) { method MapViewPager (line 16) | public MapViewPager(Context context, AttributeSet attrs) { method canScroll (line 30) | @Override FILE: src/com/vonglasow/michael/satstat/widgets/NetworkTypePreference.java class NetworkTypePreference (line 11) | public class NetworkTypePreference extends MultiSelectListPreference { method NetworkTypePreference (line 15) | public NetworkTypePreference(Context context) { method NetworkTypePreference (line 21) | public NetworkTypePreference(Context context, AttributeSet attrs) { method updateNetworks (line 30) | public void updateNetworks() { FILE: src/com/vonglasow/michael/satstat/widgets/SquareView.java class SquareView (line 26) | public class SquareView extends View { method SquareView (line 29) | public SquareView(Context context) { method SquareView (line 33) | public SquareView(Context context, AttributeSet attrs) { method SquareView (line 37) | public SquareView(Context context, AttributeSet attrs, int defStyle) { method onMeasure (line 41) | @Override method setRelativeSize (line 47) | public void setRelativeSize(float size) { FILE: src/pl/polidea/treeview/AbstractTreeViewAdapter.java class AbstractTreeViewAdapter (line 28) | public abstract class AbstractTreeViewAdapter extends BaseAdapter imp... method getActivity (line 46) | public Activity getActivity() { method getManager (line 50) | protected TreeStateManager getManager() { method expandCollapse (line 54) | protected void expandCollapse(final T id) { method calculateIndentWidth (line 67) | private void calculateIndentWidth() { method AbstractTreeViewAdapter (line 78) | public AbstractTreeViewAdapter(final Activity activity, method registerDataSetObserver (line 91) | @Override method unregisterDataSetObserver (line 96) | @Override method getCount (line 101) | @Override method getItem (line 106) | @Override method getTreeId (line 111) | public T getTreeId(final int position) { method getTreeNodeInfo (line 115) | public TreeNodeInfo getTreeNodeInfo(final int position) { method hasStableIds (line 119) | @Override method getItemViewType (line 124) | @Override method getViewTypeCount (line 129) | @Override method isEmpty (line 134) | @Override method areAllItemsEnabled (line 139) | @Override method isEnabled (line 144) | @Override method getTreeListItemWrapperId (line 149) | protected int getTreeListItemWrapperId() { method getView (line 153) | @Override method getNewChildView (line 183) | public abstract View getNewChildView(TreeNodeInfo treeNodeInfo); method updateView (line 197) | public abstract View updateView(View view, TreeNodeInfo treeNodeInfo); method getBackgroundDrawable (line 207) | public Drawable getBackgroundDrawable(final TreeNodeInfo treeNodeIn... method getDrawableOrDefaultBackground (line 211) | private Drawable getDrawableOrDefaultBackground(final Drawable r) { method populateTreeItem (line 220) | public final LinearLayout populateTreeItem(final LinearLayout layout, method calculateIndentation (line 251) | protected int calculateIndentation(final TreeNodeInfo nodeInfo) { method getDrawable (line 255) | protected Drawable getDrawable(final TreeNodeInfo nodeInfo) { method setIndicatorGravity (line 266) | public void setIndicatorGravity(final int indicatorGravity) { method setCollapsedDrawable (line 270) | public void setCollapsedDrawable(final Drawable collapsedDrawable) { method setExpandedDrawable (line 275) | public void setExpandedDrawable(final Drawable expandedDrawable) { method setIndentWidth (line 280) | public void setIndentWidth(final int indentWidth) { method setRowBackgroundDrawable (line 285) | public void setRowBackgroundDrawable(final Drawable rowBackgroundDrawa... method setIndicatorBackgroundDrawable (line 289) | public void setIndicatorBackgroundDrawable( method setCollapsible (line 294) | public void setCollapsible(final boolean collapsible) { method refresh (line 298) | public void refresh() { method getIndentWidth (line 302) | private int getIndentWidth() { method handleItemClick (line 306) | @SuppressWarnings("unchecked") FILE: src/pl/polidea/treeview/DownloadTreeStateManager.java class DownloadTreeStateManager (line 31) | public class DownloadTreeStateManager extends method getNodeInfo (line 35) | @Override FILE: src/pl/polidea/treeview/InMemoryTreeNode.java class InMemoryTreeNode (line 13) | class InMemoryTreeNode implements Serializable { method InMemoryTreeNode (line 22) | public InMemoryTreeNode(final T id, final T parent, final int level, method indexOf (line 31) | public int indexOf(final T id) { method getChildIdList (line 41) | public synchronized List getChildIdList() { method isVisible (line 51) | public boolean isVisible() { method setVisible (line 55) | public void setVisible(final boolean visible) { method getChildrenListSize (line 59) | public int getChildrenListSize() { method add (line 63) | public synchronized InMemoryTreeNode add(final int index, final T c... method getChildren (line 79) | public List> getChildren() { method clearChildren (line 83) | public synchronized void clearChildren() { method removeChild (line 88) | public synchronized void removeChild(final T child) { method toString (line 96) | @Override method getId (line 104) | T getId() { method getParent (line 108) | T getParent() { method getLevel (line 112) | int getLevel() { FILE: src/pl/polidea/treeview/InMemoryTreeStateManager.java class InMemoryTreeStateManager (line 21) | public class InMemoryTreeStateManager implements TreeStateManager { method internalDataSetChanged (line 33) | private synchronized void internalDataSetChanged() { method setVisibleByDefault (line 48) | public void setVisibleByDefault(final boolean visibleByDefault) { method getNodeFromTreeOrThrow (line 52) | protected InMemoryTreeNode getNodeFromTreeOrThrow(final T id) { method getNodeFromTreeOrThrowAllowRoot (line 63) | private InMemoryTreeNode getNodeFromTreeOrThrowAllowRoot(final T id) { method expectNodeNotInTreeYet (line 70) | private void expectNodeNotInTreeYet(final T id) { method getNodeInfo (line 77) | @Override method getChildren (line 89) | @Override method getParent (line 95) | @Override method getChildrenVisibility (line 101) | private boolean getChildrenVisibility(final InMemoryTreeNode node) { method addBeforeChild (line 112) | @Override method addAfterChild (line 133) | @Override method removeNodeRecursively (line 155) | @Override method removeNodeRecursively (line 167) | private boolean removeNodeRecursively(final InMemoryTreeNode node) { method setChildrenVisibility (line 184) | private void setChildrenVisibility(final InMemoryTreeNode node, method expandDirectChildren (line 194) | @Override method expandEverythingBelow (line 202) | @Override method collapseChildren (line 210) | @Override method getNextSibling (line 223) | @Override method getPreviousSibling (line 239) | @Override method isInTree (line 253) | @Override method getVisibleCount (line 258) | @Override method getVisibleList (line 263) | @Override method getNextVisible (line 284) | public synchronized T getNextVisible(final T id) { method registerDataSetObserver (line 313) | @Override method unregisterDataSetObserver (line 321) | @Override method getLevel (line 328) | @Override method getHierarchyDescription (line 333) | @Override method appendToSb (line 348) | private void appendToSb(final StringBuilder sb, final T id) { method toString (line 365) | @Override method clear (line 372) | @Override method refresh (line 379) | @Override FILE: src/pl/polidea/treeview/NodeAlreadyInTreeException.java class NodeAlreadyInTreeException (line 7) | public class NodeAlreadyInTreeException extends RuntimeException { method NodeAlreadyInTreeException (line 10) | public NodeAlreadyInTreeException(final String id, final String oldNod... FILE: src/pl/polidea/treeview/NodeNotInTreeException.java class NodeNotInTreeException (line 7) | public class NodeNotInTreeException extends RuntimeException { method NodeNotInTreeException (line 11) | public NodeNotInTreeException(final String id) { FILE: src/pl/polidea/treeview/TreeBuilder.java class TreeBuilder (line 16) | public class TreeBuilder { method TreeBuilder (line 24) | public TreeBuilder(final TreeStateManager manager) { method clear (line 28) | public void clear() { method addRelation (line 46) | public synchronized void addRelation(final T parent, final T child) { method sequentiallyAddNextNode (line 66) | public synchronized void sequentiallyAddNextNode(final T id, final int... method findParentAtLevel (line 89) | private T findParentAtLevel(final T node, final int levelToFind) { method addNodeToParentOneLevelDown (line 111) | private void addNodeToParentOneLevelDown(final T parent, final T id, method setLastAdded (line 127) | private void setLastAdded(final T id, final int level) { FILE: src/pl/polidea/treeview/TreeConfigurationException.java class TreeConfigurationException (line 7) | public class TreeConfigurationException extends RuntimeException { method TreeConfigurationException (line 11) | public TreeConfigurationException(final String detailMessage) { FILE: src/pl/polidea/treeview/TreeNodeInfo.java class TreeNodeInfo (line 9) | public class TreeNodeInfo { method TreeNodeInfo (line 31) | public TreeNodeInfo(final T id, final int level, method getId (line 42) | public T getId() { method isWithChildren (line 46) | public boolean isWithChildren() { method isVisible (line 50) | public boolean isVisible() { method isExpanded (line 54) | public boolean isExpanded() { method getLevel (line 58) | public int getLevel() { method toString (line 62) | @Override FILE: src/pl/polidea/treeview/TreeStateManager.java type TreeStateManager (line 15) | public interface TreeStateManager extends Serializable { method getHierarchyDescription (line 27) | Integer[] getHierarchyDescription(T id); method getLevel (line 36) | int getLevel(T id); method getNodeInfo (line 45) | TreeNodeInfo getNodeInfo(T id); method getChildren (line 54) | List getChildren(T id); method getParent (line 63) | T getParent(T id); method addBeforeChild (line 75) | void addBeforeChild(T parent, T newChild, T beforeChild); method addAfterChild (line 87) | void addAfterChild(T parent, T newChild, T afterChild); method removeNodeRecursively (line 96) | void removeNodeRecursively(T id); method expandDirectChildren (line 105) | void expandDirectChildren(T id); method expandEverythingBelow (line 115) | void expandEverythingBelow(T id); method collapseChildren (line 124) | void collapseChildren(T id); method getNextSibling (line 133) | T getNextSibling(T id); method getPreviousSibling (line 142) | T getPreviousSibling(T id); method isInTree (line 151) | boolean isInTree(T id); method getVisibleCount (line 158) | int getVisibleCount(); method getVisibleList (line 165) | List getVisibleList(); method registerDataSetObserver (line 173) | void registerDataSetObserver(final DataSetObserver observer); method unregisterDataSetObserver (line 181) | void unregisterDataSetObserver(final DataSetObserver observer); method clear (line 187) | void clear(); method refresh (line 192) | void refresh(); FILE: src/pl/polidea/treeview/TreeViewList.java class TreeViewList (line 29) | public class TreeViewList extends ListView { method TreeViewList (line 45) | public TreeViewList(final Context context, final AttributeSet attrs) { method TreeViewList (line 49) | public TreeViewList(final Context context) { method TreeViewList (line 53) | public TreeViewList(final Context context, final AttributeSet attrs, method parseAttributes (line 59) | private void parseAttributes(final Context context, final AttributeSet... method setAdapter (line 86) | @Override method syncAdapter (line 97) | private void syncAdapter() { method setExpandedDrawable (line 119) | public void setExpandedDrawable(final Drawable expandedDrawable) { method setCollapsedDrawable (line 125) | public void setCollapsedDrawable(final Drawable collapsedDrawable) { method setRowBackgroundDrawable (line 131) | public void setRowBackgroundDrawable(final Drawable rowBackgroundDrawa... method setIndicatorBackgroundDrawable (line 137) | public void setIndicatorBackgroundDrawable( method setIndentWidth (line 144) | public void setIndentWidth(final int indentWidth) { method setIndicatorGravity (line 150) | public void setIndicatorGravity(final int indicatorGravity) { method setCollapsible (line 156) | public void setCollapsible(final boolean collapsible) { method setHandleTrackballPress (line 162) | public void setHandleTrackballPress(final boolean handleTrackballPress) { method getExpandedDrawable (line 168) | public Drawable getExpandedDrawable() { method getCollapsedDrawable (line 172) | public Drawable getCollapsedDrawable() { method getRowBackgroundDrawable (line 176) | public Drawable getRowBackgroundDrawable() { method getIndicatorBackgroundDrawable (line 180) | public Drawable getIndicatorBackgroundDrawable() { method getIndentWidth (line 184) | public int getIndentWidth() { method getIndicatorGravity (line 188) | public int getIndicatorGravity() { method isCollapsible (line 192) | public boolean isCollapsible() { method isHandleTrackballPress (line 196) | public boolean isHandleTrackballPress() { FILE: src/uk/me/jstott/jcoord/CoordinateSystem.java class CoordinateSystem (line 28) | public abstract class CoordinateSystem { method CoordinateSystem (line 32) | public CoordinateSystem(Datum datum) { method toLatLng (line 44) | public abstract LatLng toLatLng(); method setDatum (line 53) | public void setDatum(Datum datum) { method getDatum (line 64) | public Datum getDatum() { FILE: src/uk/me/jstott/jcoord/ECEFRef.java class ECEFRef (line 35) | public class ECEFRef extends CoordinateSystem { method ECEFRef (line 64) | public ECEFRef(double x, double y, double z) { method ECEFRef (line 85) | public ECEFRef(double x, double y, double z, Datum datum) { method ECEFRef (line 103) | public ECEFRef(LatLng ll) { method toLatLng (line 130) | public LatLng toLatLng() { method getX (line 160) | public double getX() { method getY (line 171) | public double getY() { method getZ (line 182) | public double getZ() { method setX (line 194) | public void setX(double x) { method setY (line 206) | public void setY(double y) { method setZ (line 218) | public void setZ(double z) { method toString (line 229) | public String toString() { FILE: src/uk/me/jstott/jcoord/IrishRef.java class IrishRef (line 40) | public class IrishRef extends CoordinateSystem { method IrishRef (line 78) | public IrishRef(double easting, double northing) throws IllegalArgumen... method IrishRef (line 101) | public IrishRef(String ref) throws IllegalArgumentException { method IrishRef (line 127) | public IrishRef(LatLng ll) { method toString (line 190) | public String toString() { method toSixFigureString (line 203) | public String toSixFigureString() { method toLatLng (line 239) | public LatLng toLatLng() { method getEasting (line 305) | public double getEasting() { method getNorthing (line 319) | public double getNorthing() { method setEasting (line 336) | public void setEasting(double easting) throws IllegalArgumentException { method setNorthing (line 359) | public void setNorthing(double northing) throws IllegalArgumentExcepti... FILE: src/uk/me/jstott/jcoord/LatLng.java class LatLng (line 30) | public class LatLng { method LatLng (line 87) | public LatLng(double latitude, double longitude) { method LatLng (line 108) | public LatLng(double latitude, double longitude, double height) { method LatLng (line 145) | public LatLng(int latitudeDegrees, int latitudeMinutes, method LatLng (line 189) | public LatLng(int latitudeDegrees, int latitudeMinutes, method LatLng (line 235) | public LatLng(int latitudeDegrees, int latitudeMinutes, method LatLng (line 281) | public LatLng(double latitude, double longitude, double height, Datum ... method toString (line 307) | public String toString() { method toDMSString (line 323) | public String toDMSString() { method formatLatitude (line 336) | private String formatLatitude() { method formatLongitude (line 349) | private String formatLongitude() { method toOSRef (line 363) | public OSRef toOSRef() { method toUTMRef (line 425) | public UTMRef toUTMRef() throws NotDefinedOnUTMGridException { method toMGRSRef (line 518) | public MGRSRef toMGRSRef() { method toWGS84 (line 530) | public void toWGS84() { method toDatum (line 580) | public void toDatum(Datum d) { method toOSGB36 (line 642) | public void toOSGB36() { method distance (line 696) | public double distance(LatLng ll) { method distanceMiles (line 721) | public double distanceMiles(LatLng ll) { method getLat (line 733) | public double getLat() { method getLatitude (line 744) | public double getLatitude() { method getLatitudeDegrees (line 755) | public int getLatitudeDegrees() { method getLatitudeMinutes (line 772) | public int getLatitudeMinutes() { method getLatitudeSeconds (line 790) | public double getLatitudeSeconds() { method getLng (line 810) | public double getLng() { method getLongitude (line 821) | public double getLongitude() { method getLongitudeDegrees (line 832) | public int getLongitudeDegrees() { method getLongitudeMinutes (line 849) | public int getLongitudeMinutes() { method getLongitudeSeconds (line 867) | public double getLongitudeSeconds() { method getHeight (line 886) | public double getHeight() { method getDatum (line 897) | public Datum getDatum() { FILE: src/uk/me/jstott/jcoord/MGRSRef.java class MGRSRef (line 129) | public class MGRSRef extends CoordinateSystem { method MGRSRef (line 214) | public MGRSRef(UTMRef utm) { method MGRSRef (line 233) | public MGRSRef(UTMRef utm, boolean isBessel) { method MGRSRef (line 304) | public MGRSRef(int utmZoneNumber, char utmZoneChar, char eastingID, method MGRSRef (line 344) | public MGRSRef(int utmZoneNumber, char utmZoneChar, char eastingID, method MGRSRef (line 404) | public MGRSRef(String ref) throws IllegalArgumentException { method MGRSRef (line 423) | public MGRSRef(String ref, boolean isBessel) throws IllegalArgumentExc... method toUTMRef (line 459) | public UTMRef toUTMRef() { method toLatLng (line 538) | public LatLng toLatLng() { method toString (line 551) | public String toString() { method toString (line 568) | public String toString(int precision) { method getEasting (line 628) | public int getEasting() { method getEastingID (line 639) | public char getEastingID() { method isBessel (line 650) | public boolean isBessel() { method getNorthing (line 661) | public int getNorthing() { method getNorthingID (line 672) | public char getNorthingID() { method getPrecision (line 683) | public int getPrecision() { method getUtmZoneChar (line 694) | public char getUtmZoneChar() { method getUtmZoneNumber (line 705) | public int getUtmZoneNumber() { FILE: src/uk/me/jstott/jcoord/NotDefinedOnUTMGridException.java class NotDefinedOnUTMGridException (line 20) | public class NotDefinedOnUTMGridException extends RuntimeException { method NotDefinedOnUTMGridException (line 31) | public NotDefinedOnUTMGridException() { method NotDefinedOnUTMGridException (line 41) | public NotDefinedOnUTMGridException(String message) { FILE: src/uk/me/jstott/jcoord/OSRef.java class OSRef (line 225) | public class OSRef extends CoordinateSystem { method OSRef (line 253) | public OSRef(double easting, double northing) throws IllegalArgumentEx... method OSRef (line 276) | public OSRef(String ref) throws IllegalArgumentException { method OSRef (line 316) | public OSRef(LatLng ll) { method toString (line 380) | public String toString() { method toSixFigureString (line 393) | public String toSixFigureString() { method toLatLng (line 445) | public LatLng toLatLng() { method getEasting (line 512) | public double getEasting() { method getNorthing (line 526) | public double getNorthing() { method setEasting (line 542) | public void setEasting(double easting) throws IllegalArgumentException { method setNorthing (line 564) | public void setNorthing(double northing) throws IllegalArgumentExcepti... FILE: src/uk/me/jstott/jcoord/RefEll.java class RefEll (line 28) | public class RefEll { method RefEll (line 211) | public RefEll(double maj, double min) { method getMaj (line 224) | public double getMaj() { method getMin (line 235) | public double getMin() { method getEcc (line 246) | public double getEcc() { FILE: src/uk/me/jstott/jcoord/Test.java class Test (line 27) | public class Test { method main (line 36) | public static void main(String[] args) { method mgrsTests (line 165) | public static void mgrsTests() { FILE: src/uk/me/jstott/jcoord/UTMRef.java class UTMRef (line 28) | public class UTMRef extends CoordinateSystem { method UTMRef (line 76) | public UTMRef(double easting, double northing, char latZone, int lngZone) method UTMRef (line 105) | public UTMRef(int lngZone, char latZone, double easting, double northing) method toLatLng (line 143) | public LatLng toLatLng() { method getUTMLatitudeZoneLetter (line 210) | public static char getUTMLatitudeZoneLetter(double latitude) { method toString (line 262) | public String toString() { method getEasting (line 274) | public double getEasting() { method getNorthing (line 285) | public double getNorthing() { method getLatZone (line 296) | public char getLatZone() { method getLngZone (line 307) | public int getLngZone() { FILE: src/uk/me/jstott/jcoord/Util.java class Util (line 26) | class Util { method sinSquared (line 36) | protected static double sinSquared(double x) { method sinCubed (line 49) | protected static double sinCubed(double x) { method cosSquared (line 62) | protected static double cosSquared(double x) { method cosCubed (line 75) | protected static double cosCubed(double x) { method tanSquared (line 88) | protected static double tanSquared(double x) { method sec (line 101) | protected static double sec(double x) { FILE: src/uk/me/jstott/jcoord/datum/Datum.java class Datum (line 31) | public abstract class Datum { method getName (line 93) | public String getName() { method getReferenceEllipsoid (line 104) | public Ellipsoid getReferenceEllipsoid() { method getDs (line 115) | public double getDs() { method getDx (line 126) | public double getDx() { method getDy (line 137) | public double getDy() { method getDz (line 148) | public double getDz() { method getRx (line 159) | public double getRx() { method getRy (line 170) | public double getRy() { method getRz (line 181) | public double getRz() { method toString (line 192) | public String toString() { FILE: src/uk/me/jstott/jcoord/datum/ETRF89Datum.java class ETRF89Datum (line 27) | public class ETRF89Datum extends Datum { method ETRF89Datum (line 40) | private ETRF89Datum() { method getInstance (line 59) | public static ETRF89Datum getInstance() { FILE: src/uk/me/jstott/jcoord/datum/Ireland1965Datum.java class Ireland1965Datum (line 27) | public class Ireland1965Datum extends Datum { method Ireland1965Datum (line 40) | private Ireland1965Datum() { method getInstance (line 59) | public static Ireland1965Datum getInstance() { FILE: src/uk/me/jstott/jcoord/datum/OSGB36Datum.java class OSGB36Datum (line 25) | public class OSGB36Datum extends Datum { method OSGB36Datum (line 38) | private OSGB36Datum() { method getInstance (line 57) | public static OSGB36Datum getInstance() { FILE: src/uk/me/jstott/jcoord/datum/WGS84Datum.java class WGS84Datum (line 26) | public class WGS84Datum extends Datum { method WGS84Datum (line 39) | public WGS84Datum() { method getInstance (line 58) | public static WGS84Datum getInstance() { FILE: src/uk/me/jstott/jcoord/datum/nad27/NAD27AlaskaDatum.java class NAD27AlaskaDatum (line 29) | public class NAD27AlaskaDatum extends Datum { method NAD27AlaskaDatum (line 42) | private NAD27AlaskaDatum() { method getInstance (line 61) | public static NAD27AlaskaDatum getInstance() { FILE: src/uk/me/jstott/jcoord/datum/nad27/NAD27AlbertaBritishColumbiaDatum.java class NAD27AlbertaBritishColumbiaDatum (line 29) | public class NAD27AlbertaBritishColumbiaDatum extends Datum { method NAD27AlbertaBritishColumbiaDatum (line 42) | private NAD27AlbertaBritishColumbiaDatum() { method getInstance (line 61) | public static NAD27AlbertaBritishColumbiaDatum getInstance() { FILE: src/uk/me/jstott/jcoord/datum/nad27/NAD27AleutianEastDatum.java class NAD27AleutianEastDatum (line 29) | public class NAD27AleutianEastDatum extends Datum { method NAD27AleutianEastDatum (line 42) | private NAD27AleutianEastDatum() { method getInstance (line 61) | public static NAD27AleutianEastDatum getInstance() { FILE: src/uk/me/jstott/jcoord/datum/nad27/NAD27AleutianWestDatum.java class NAD27AleutianWestDatum (line 29) | public class NAD27AleutianWestDatum extends Datum { method NAD27AleutianWestDatum (line 42) | private NAD27AleutianWestDatum() { method getInstance (line 61) | public static NAD27AleutianWestDatum getInstance() { FILE: src/uk/me/jstott/jcoord/datum/nad27/NAD27BahamasDatum.java class NAD27BahamasDatum (line 29) | public class NAD27BahamasDatum extends Datum { method NAD27BahamasDatum (line 42) | private NAD27BahamasDatum() { method getInstance (line 61) | public static NAD27BahamasDatum getInstance() { FILE: src/uk/me/jstott/jcoord/datum/nad27/NAD27CanadaDatum.java class NAD27CanadaDatum (line 29) | public class NAD27CanadaDatum extends Datum { method NAD27CanadaDatum (line 42) | private NAD27CanadaDatum() { method getInstance (line 61) | public static NAD27CanadaDatum getInstance() { FILE: src/uk/me/jstott/jcoord/datum/nad27/NAD27CanadaEastDatum.java class NAD27CanadaEastDatum (line 29) | public class NAD27CanadaEastDatum extends Datum { method NAD27CanadaEastDatum (line 42) | private NAD27CanadaEastDatum() { method getInstance (line 61) | public static NAD27CanadaEastDatum getInstance() { FILE: src/uk/me/jstott/jcoord/datum/nad27/NAD27CanadaManitobaOntarioDatum.java class NAD27CanadaManitobaOntarioDatum (line 29) | public class NAD27CanadaManitobaOntarioDatum extends Datum { method NAD27CanadaManitobaOntarioDatum (line 42) | private NAD27CanadaManitobaOntarioDatum() { method getInstance (line 61) | public static NAD27CanadaManitobaOntarioDatum getInstance() { FILE: src/uk/me/jstott/jcoord/datum/nad27/NAD27CanadaNWTerritoryDatum.java class NAD27CanadaNWTerritoryDatum (line 29) | public class NAD27CanadaNWTerritoryDatum extends Datum { method NAD27CanadaNWTerritoryDatum (line 42) | private NAD27CanadaNWTerritoryDatum() { method getInstance (line 61) | public static NAD27CanadaNWTerritoryDatum getInstance() { FILE: src/uk/me/jstott/jcoord/datum/nad27/NAD27CanadaYukonDatum.java class NAD27CanadaYukonDatum (line 29) | public class NAD27CanadaYukonDatum extends Datum { method NAD27CanadaYukonDatum (line 42) | private NAD27CanadaYukonDatum() { method getInstance (line 61) | public static NAD27CanadaYukonDatum getInstance() { FILE: src/uk/me/jstott/jcoord/datum/nad27/NAD27CanalZoneDatum.java class NAD27CanalZoneDatum (line 29) | public class NAD27CanalZoneDatum extends Datum { method NAD27CanalZoneDatum (line 42) | private NAD27CanalZoneDatum() { method getInstance (line 61) | public static NAD27CanalZoneDatum getInstance() { FILE: src/uk/me/jstott/jcoord/datum/nad27/NAD27CaribbeanDatum.java class NAD27CaribbeanDatum (line 29) | public class NAD27CaribbeanDatum extends Datum { method NAD27CaribbeanDatum (line 42) | private NAD27CaribbeanDatum() { method getInstance (line 61) | public static NAD27CaribbeanDatum getInstance() { FILE: src/uk/me/jstott/jcoord/datum/nad27/NAD27CentralAmericaDatum.java class NAD27CentralAmericaDatum (line 29) | public class NAD27CentralAmericaDatum extends Datum { method NAD27CentralAmericaDatum (line 42) | private NAD27CentralAmericaDatum() { method getInstance (line 61) | public static NAD27CentralAmericaDatum getInstance() { FILE: src/uk/me/jstott/jcoord/datum/nad27/NAD27ContiguousUSDatum.java class NAD27ContiguousUSDatum (line 29) | public class NAD27ContiguousUSDatum extends Datum { method NAD27ContiguousUSDatum (line 42) | private NAD27ContiguousUSDatum() { method getInstance (line 61) | public static NAD27ContiguousUSDatum getInstance() { FILE: src/uk/me/jstott/jcoord/datum/nad27/NAD27CubaDatum.java class NAD27CubaDatum (line 29) | public class NAD27CubaDatum extends Datum { method NAD27CubaDatum (line 42) | private NAD27CubaDatum() { method getInstance (line 61) | public static NAD27CubaDatum getInstance() { FILE: src/uk/me/jstott/jcoord/datum/nad27/NAD27EasternUSDatum.java class NAD27EasternUSDatum (line 29) | public class NAD27EasternUSDatum extends Datum { method NAD27EasternUSDatum (line 42) | private NAD27EasternUSDatum() { method getInstance (line 61) | public static NAD27EasternUSDatum getInstance() { FILE: src/uk/me/jstott/jcoord/datum/nad27/NAD27GreenlandDatum.java class NAD27GreenlandDatum (line 29) | public class NAD27GreenlandDatum extends Datum { method NAD27GreenlandDatum (line 42) | private NAD27GreenlandDatum() { method getInstance (line 61) | public static NAD27GreenlandDatum getInstance() { FILE: src/uk/me/jstott/jcoord/datum/nad27/NAD27MexicoDatum.java class NAD27MexicoDatum (line 29) | public class NAD27MexicoDatum extends Datum { method NAD27MexicoDatum (line 42) | private NAD27MexicoDatum() { method getInstance (line 61) | public static NAD27MexicoDatum getInstance() { FILE: src/uk/me/jstott/jcoord/datum/nad27/NAD27SanSalvadorDatum.java class NAD27SanSalvadorDatum (line 29) | public class NAD27SanSalvadorDatum extends Datum { method NAD27SanSalvadorDatum (line 42) | private NAD27SanSalvadorDatum() { method getInstance (line 61) | public static NAD27SanSalvadorDatum getInstance() { FILE: src/uk/me/jstott/jcoord/datum/nad27/NAD27WesternUSDatum.java class NAD27WesternUSDatum (line 29) | public class NAD27WesternUSDatum extends Datum { method NAD27WesternUSDatum (line 42) | private NAD27WesternUSDatum() { method getInstance (line 61) | public static NAD27WesternUSDatum getInstance() { FILE: src/uk/me/jstott/jcoord/ellipsoid/Airy1830Ellipsoid.java class Airy1830Ellipsoid (line 26) | public class Airy1830Ellipsoid extends Ellipsoid { method Airy1830Ellipsoid (line 39) | private Airy1830Ellipsoid() { method getInstance (line 50) | public static Airy1830Ellipsoid getInstance() { FILE: src/uk/me/jstott/jcoord/ellipsoid/AustralianNational1966Ellipsoid.java class AustralianNational1966Ellipsoid (line 26) | public class AustralianNational1966Ellipsoid extends Ellipsoid { method AustralianNational1966Ellipsoid (line 39) | private AustralianNational1966Ellipsoid() { method getInstance (line 50) | public static AustralianNational1966Ellipsoid getInstance() { FILE: src/uk/me/jstott/jcoord/ellipsoid/Bessel1841Ellipsoid.java class Bessel1841Ellipsoid (line 26) | public class Bessel1841Ellipsoid extends Ellipsoid { method Bessel1841Ellipsoid (line 39) | private Bessel1841Ellipsoid() { method getInstance (line 50) | public static Bessel1841Ellipsoid getInstance() { FILE: src/uk/me/jstott/jcoord/ellipsoid/Clarke1866Ellipsoid.java class Clarke1866Ellipsoid (line 26) | public class Clarke1866Ellipsoid extends Ellipsoid { method Clarke1866Ellipsoid (line 39) | private Clarke1866Ellipsoid() { method getInstance (line 50) | public static Clarke1866Ellipsoid getInstance() { FILE: src/uk/me/jstott/jcoord/ellipsoid/Clarke1880Ellipsoid.java class Clarke1880Ellipsoid (line 26) | public class Clarke1880Ellipsoid extends Ellipsoid { method Clarke1880Ellipsoid (line 39) | private Clarke1880Ellipsoid() { method getInstance (line 50) | public static Clarke1880Ellipsoid getInstance() { FILE: src/uk/me/jstott/jcoord/ellipsoid/Ellipsoid.java class Ellipsoid (line 26) | public abstract class Ellipsoid { method Ellipsoid (line 58) | public Ellipsoid(double semiMajorAxis, double semiMinorAxis) { method Ellipsoid (line 87) | public Ellipsoid(double semiMajorAxis, double semiMinorAxis, method toString (line 124) | public String toString() { method getEccentricitySquared (line 136) | public double getEccentricitySquared() { method getFlattening (line 147) | public double getFlattening() { method getSemiMajorAxis (line 158) | public double getSemiMajorAxis() { method getSemiMinorAxis (line 169) | public double getSemiMinorAxis() { FILE: src/uk/me/jstott/jcoord/ellipsoid/EverestEllipsoid.java class EverestEllipsoid (line 26) | public class EverestEllipsoid extends Ellipsoid { method EverestEllipsoid (line 39) | private EverestEllipsoid() { method getInstance (line 50) | public static EverestEllipsoid getInstance() { FILE: src/uk/me/jstott/jcoord/ellipsoid/Fischer1960Ellipsoid.java class Fischer1960Ellipsoid (line 26) | public class Fischer1960Ellipsoid extends Ellipsoid { method Fischer1960Ellipsoid (line 39) | private Fischer1960Ellipsoid() { method getInstance (line 50) | public static Fischer1960Ellipsoid getInstance() { FILE: src/uk/me/jstott/jcoord/ellipsoid/Fischer1968Ellipsoid.java class Fischer1968Ellipsoid (line 26) | public class Fischer1968Ellipsoid extends Ellipsoid { method Fischer1968Ellipsoid (line 39) | private Fischer1968Ellipsoid() { method getInstance (line 50) | public static Fischer1968Ellipsoid getInstance() { FILE: src/uk/me/jstott/jcoord/ellipsoid/GRS67Ellipsoid.java class GRS67Ellipsoid (line 26) | public class GRS67Ellipsoid extends Ellipsoid { method GRS67Ellipsoid (line 39) | private GRS67Ellipsoid() { method getInstance (line 50) | public static GRS67Ellipsoid getInstance() { FILE: src/uk/me/jstott/jcoord/ellipsoid/GRS75Ellipsoid.java class GRS75Ellipsoid (line 26) | public class GRS75Ellipsoid extends Ellipsoid { method GRS75Ellipsoid (line 39) | private GRS75Ellipsoid() { method getInstance (line 50) | public static GRS75Ellipsoid getInstance() { FILE: src/uk/me/jstott/jcoord/ellipsoid/GRS80Ellipsoid.java class GRS80Ellipsoid (line 26) | public class GRS80Ellipsoid extends Ellipsoid { method GRS80Ellipsoid (line 39) | private GRS80Ellipsoid() { method getInstance (line 50) | public static GRS80Ellipsoid getInstance() { FILE: src/uk/me/jstott/jcoord/ellipsoid/Hayford1910Ellipsoid.java class Hayford1910Ellipsoid (line 26) | public class Hayford1910Ellipsoid extends Ellipsoid { method Hayford1910Ellipsoid (line 39) | private Hayford1910Ellipsoid() { method getInstance (line 50) | public static Hayford1910Ellipsoid getInstance() { FILE: src/uk/me/jstott/jcoord/ellipsoid/Helmert1906Ellipsoid.java class Helmert1906Ellipsoid (line 26) | public class Helmert1906Ellipsoid extends Ellipsoid { method Helmert1906Ellipsoid (line 39) | private Helmert1906Ellipsoid() { method getInstance (line 50) | public static Helmert1906Ellipsoid getInstance() { FILE: src/uk/me/jstott/jcoord/ellipsoid/Hough1956Ellipsoid.java class Hough1956Ellipsoid (line 26) | public class Hough1956Ellipsoid extends Ellipsoid { method Hough1956Ellipsoid (line 39) | private Hough1956Ellipsoid() { method getInstance (line 50) | public static Hough1956Ellipsoid getInstance() { FILE: src/uk/me/jstott/jcoord/ellipsoid/IERS1989Ellipsoid.java class IERS1989Ellipsoid (line 26) | public class IERS1989Ellipsoid extends Ellipsoid { method IERS1989Ellipsoid (line 39) | private IERS1989Ellipsoid() { method getInstance (line 50) | public static IERS1989Ellipsoid getInstance() { FILE: src/uk/me/jstott/jcoord/ellipsoid/InternationalEllipsoid.java class InternationalEllipsoid (line 26) | public class InternationalEllipsoid extends Ellipsoid { method InternationalEllipsoid (line 39) | private InternationalEllipsoid() { method getInstance (line 50) | public static InternationalEllipsoid getInstance() { FILE: src/uk/me/jstott/jcoord/ellipsoid/Krassovsky1940Ellipsoid.java class Krassovsky1940Ellipsoid (line 26) | public class Krassovsky1940Ellipsoid extends Ellipsoid { method Krassovsky1940Ellipsoid (line 39) | private Krassovsky1940Ellipsoid() { method getInstance (line 50) | public static Krassovsky1940Ellipsoid getInstance() { FILE: src/uk/me/jstott/jcoord/ellipsoid/ModifiedAiryEllipsoid.java class ModifiedAiryEllipsoid (line 26) | public class ModifiedAiryEllipsoid extends Ellipsoid { method ModifiedAiryEllipsoid (line 39) | private ModifiedAiryEllipsoid() { method getInstance (line 50) | public static ModifiedAiryEllipsoid getInstance() { FILE: src/uk/me/jstott/jcoord/ellipsoid/ModifiedEverestEllipsoid.java class ModifiedEverestEllipsoid (line 26) | public class ModifiedEverestEllipsoid extends Ellipsoid { method ModifiedEverestEllipsoid (line 38) | public ModifiedEverestEllipsoid() { method getInstance (line 49) | public static ModifiedEverestEllipsoid getInstance() { FILE: src/uk/me/jstott/jcoord/ellipsoid/NewInternational1967Ellipsoid.java class NewInternational1967Ellipsoid (line 26) | public class NewInternational1967Ellipsoid extends Ellipsoid { method NewInternational1967Ellipsoid (line 39) | private NewInternational1967Ellipsoid() { method getInstance (line 50) | public static NewInternational1967Ellipsoid getInstance() { FILE: src/uk/me/jstott/jcoord/ellipsoid/SouthAmerican1969Ellipsoid.java class SouthAmerican1969Ellipsoid (line 26) | public class SouthAmerican1969Ellipsoid extends Ellipsoid { method SouthAmerican1969Ellipsoid (line 39) | private SouthAmerican1969Ellipsoid() { method getInstance (line 50) | public static SouthAmerican1969Ellipsoid getInstance() { FILE: src/uk/me/jstott/jcoord/ellipsoid/WGS60Ellipsoid.java class WGS60Ellipsoid (line 26) | public class WGS60Ellipsoid extends Ellipsoid { method WGS60Ellipsoid (line 39) | private WGS60Ellipsoid() { method getInstance (line 50) | public static WGS60Ellipsoid getInstance() { FILE: src/uk/me/jstott/jcoord/ellipsoid/WGS66Ellipsoid.java class WGS66Ellipsoid (line 26) | public class WGS66Ellipsoid extends Ellipsoid { method WGS66Ellipsoid (line 39) | private WGS66Ellipsoid() { method getInstance (line 50) | public static WGS66Ellipsoid getInstance() { FILE: src/uk/me/jstott/jcoord/ellipsoid/WGS72Ellipsoid.java class WGS72Ellipsoid (line 26) | public class WGS72Ellipsoid extends Ellipsoid { method WGS72Ellipsoid (line 39) | private WGS72Ellipsoid() { method getInstance (line 50) | public static WGS72Ellipsoid getInstance() { FILE: src/uk/me/jstott/jcoord/ellipsoid/WGS84Ellipsoid.java class WGS84Ellipsoid (line 26) | public class WGS84Ellipsoid extends Ellipsoid { method WGS84Ellipsoid (line 38) | private WGS84Ellipsoid() { method getInstance (line 49) | public static WGS84Ellipsoid getInstance() {