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 |
equals(Object o) |
int |
hashCode() |
boolean |
isEmpty()
Checks if is empty.
|
Iterator<T> |
iterator() |
String |
toString() |
getDimension, getEdmPrimitiveTypeKind, getGeoType, getSrid
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
protected final List<T extends Geospatial> geospatials
protected ComposedGeospatial(Geospatial.Dimension dimension, Geospatial.Type type, SRID srid, List<T> geospatials)
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.