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, getSridclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorprotected final List<T extends Geospatial> geospatials
protected ComposedGeospatial(Geospatial.Dimension dimension, Geospatial.Type type, SRID srid, List<T> geospatials)
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.