Package com.mapbox.geojson.shifter
Class CoordinateShifterManager
java.lang.Object
com.mapbox.geojson.shifter.CoordinateShifterManager
CoordinateShifterManager keeps track of currently set CoordinateShifter.
- Since:
- 4.2.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CoordinateShifterCurrently set CoordinateShifterManager.static booleanCheck whether the current shifter is the default one.static voidsetCoordinateShifter(CoordinateShifter coordinateShifter) Sets CoordinateShifterManager.
-
Constructor Details
-
CoordinateShifterManager
public CoordinateShifterManager()
-
-
Method Details
-
getCoordinateShifter
Currently set CoordinateShifterManager.- Returns:
- Currently set CoordinateShifterManager
- Since:
- 4.2.0
-
setCoordinateShifter
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.
-