Package com.microstrategy.web.app.maps
Interface LineSimplification
-
- All Known Implementing Classes:
DouglasPeuckerSimplification
public interface LineSimplification
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setDistanceDimension(double epsilon)
java.util.List<LatLng>
simplify(java.util.List<LatLng> arc)
-