Class GeoJsonUtils


  • public class GeoJsonUtils
    extends java.lang.Object
    GeoJson utils class contains method that can be used throughout geojson package.
    Since:
    4.3.0
    • Constructor Summary

      Constructors 
      Constructor Description
      GeoJsonUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static double trim​(double value)
      Trims a double value to have only 7 digits after period.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GeoJsonUtils

        public GeoJsonUtils()
    • Method Detail

      • 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