public class borderModifier extends AbstractPolygonModifier
| Constructor and Description |
|---|
borderModifier() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Return name of modifier class
|
Polygon |
modify(Polygon poly,
double threshold)
Modifies a polygon by adding a random error between -threshold and
+threshold to its latitude and longitude
|
modifySetpublic Polygon modify(Polygon poly, double threshold)
poly - Polygon to modifythreshold - Error rangepublic String getName()
IPolygonModifierCopyright © 2018. All rights reserved.