T - Type of the contained geospatial elementspublic abstract class ComposedGeospatial<T extends Geospatial> extends Geospatial implements Iterable<T>
Geospatial.Dimension, Geospatial.Type| Modifier and Type | Field and Description |
|---|---|
protected List<T> |
geospatials |
dimension, srid, type| Modifier | Constructor and Description |
|---|---|
protected |
ComposedGeospatial(Geospatial.Dimension dimension,
Geospatial.Type type,
SRID srid,
List<T> geospatials) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEmpty()
Checks if is empty.
|
Iterator<T> |
iterator() |
equals, getDimension, getEdmPrimitiveTypeKind, getSrid, getType, hashCode, toStringprotected final List<T extends Geospatial> geospatials
protected ComposedGeospatial(Geospatial.Dimension dimension, Geospatial.Type type, SRID srid, List<T> geospatials)
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.