T
- a generic allowing varying dimensions for each GeoJson geometrypublic interface CoordinateContainer<T> extends Geometry
Point
list. Since this is varying, each geometry object fulfills the
contract by replacing the generic with a well defined list of Points.Modifier and Type | Method and Description |
---|---|
T |
coordinates()
the coordinates which define the geometry.
|