public class LPolygonGeometry extends Object
| Constructor and Description |
|---|
LPolygonGeometry(String type,
List<List<Double>> coordinates) |
| Modifier and Type | Method and Description |
|---|---|
List<List<Double>> |
getCoordinates() |
String |
getType() |
void |
setCoordinates(List<List<Double>> poly) |
void |
setType(String type) |
Copyright © 2019–2021 XDEV Software. All rights reserved.