Package com.mapbox.geojson.utils
Class GeoJsonUtils
java.lang.Object
com.mapbox.geojson.utils.GeoJsonUtils
GeoJson utils class contains method that can be used throughout geojson package.
- Since:
- 4.3.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic doubletrim(double value) Trims a double value to have only 7 digits after period.
-
Constructor Details
-
GeoJsonUtils
public GeoJsonUtils()
-
-
Method Details
-
trim
public static double trim(double value) Trims a double value to have only 7 digits after period.- Parameters:
value- to be trimed- Returns:
- trimmed value
-