public interface IPolygonModifier
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Return name of modifier class
|
Polygon |
modify(Polygon polygon,
double threshold)
Modifies a polygon given a threshold.
|
Set<Polygon> |
modifySet(Set<Polygon> dataset,
double threshold)
Modifies a set of polygons give a threshold
|
Set<Polygon> modifySet(Set<Polygon> dataset, double threshold)
dataset, - set of polygonsthreshold, - the thresholdPolygon modify(Polygon polygon, double threshold)
polygon - to be modifiedthreshold - of modificationString getName()
Copyright © 2020. All rights reserved.