Package org.geotools.data.util
Class DistanceBufferUtil
- Object
-
- DistanceBufferUtil
-
public class DistanceBufferUtil extends Object
Utility class for DistanceBufferOperations
-
-
Constructor Summary
Constructors Constructor Description DistanceBufferUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double
getDistanceInMeters(DistanceBufferOperator operator)
Converts the distance of the operator in meters, or returns the current value if there is no units distancestatic double
getDistanceInNativeUnits(DistanceBufferOperator operator, Integer currentSRID)
-
-
-
Field Detail
-
LOGGER
protected static Logger LOGGER
Standard java logger
-
-
Method Detail
-
getDistanceInNativeUnits
public static double getDistanceInNativeUnits(DistanceBufferOperator operator, Integer currentSRID)
-
getDistanceInMeters
public static double getDistanceInMeters(DistanceBufferOperator operator)
Converts the distance of the operator in meters, or returns the current value if there is no units distance
-
-