public abstract class Geometry<T> extends GeoJsonObject
| Modifier and Type | Field and Description |
|---|---|
protected List<T> |
coordinates |
| Modifier and Type | Method and Description |
|---|---|
Geometry<T> |
add(T elements) |
List<T> |
getCoordinates() |
void |
setCoordinates(List<T> coordinates) |
getBbox, getCrs, getProperties, getProperty, setBbox, setCrs, setProperties, setPropertypublic Geometry()
public Geometry(T... elements)
Copyright © 2014. All Rights Reserved.