public abstract class Geometry<T> extends GeoJsonObject
| Modifier and Type | Field and Description |
|---|---|
protected List<T> |
coordinates |
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 © 2016. All rights reserved.