public class PolygonFenceOption extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PolygonFenceOption.Point |
| Constructor and Description |
|---|
PolygonFenceOption(List<PolygonFenceOption.Point> points) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDenoise() |
List<PolygonFenceOption.Point> |
getPoints() |
void |
setDenoise(Integer denoise) |
void |
setPoints(List<PolygonFenceOption.Point> points) |
public PolygonFenceOption(List<PolygonFenceOption.Point> points)
public List<PolygonFenceOption.Point> getPoints()
public void setPoints(List<PolygonFenceOption.Point> points)
public Integer getDenoise()
public void setDenoise(Integer denoise)
Copyright © 2023. All rights reserved.