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) |
boolean |
equals(Object o) |
List<T> |
getCoordinates() |
int |
hashCode() |
void |
setCoordinates(List<T> coordinates) |
String |
toString() |
public Geometry()
public Geometry(T... elements)
public boolean equals(Object o)
equals in class GeoJsonObjectpublic int hashCode()
hashCode in class GeoJsonObjectpublic String toString()
toString in class GeoJsonObjectCopyright © 2018. All rights reserved.