Package com.mapbox.geojson.shifter
Class CoordinateShifterManager
- java.lang.Object
-
- com.mapbox.geojson.shifter.CoordinateShifterManager
-
public final class CoordinateShifterManager extends java.lang.ObjectCoordinateShifterManager keeps track of currently set CoordinateShifter.- Since:
- 4.2.0
-
-
Constructor Summary
Constructors Constructor Description CoordinateShifterManager()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CoordinateShiftergetCoordinateShifter()Currently set CoordinateShifterManager.static booleanisUsingDefaultShifter()Check whether the current shifter is the default one.static voidsetCoordinateShifter(CoordinateShifter coordinateShifter)Sets CoordinateShifterManager.
-
-
-
Method Detail
-
getCoordinateShifter
public static CoordinateShifter getCoordinateShifter()
Currently set CoordinateShifterManager.- Returns:
- Currently set CoordinateShifterManager
- Since:
- 4.2.0
-
setCoordinateShifter
public static void setCoordinateShifter(CoordinateShifter coordinateShifter)
Sets CoordinateShifterManager.- Parameters:
coordinateShifter- CoordinateShifterManager to be set- Since:
- 4.2.0
-
isUsingDefaultShifter
public static boolean isUsingDefaultShifter()
Check whether the current shifter is the default one.- Returns:
- true if using default shifter.
-
-