Class ComposedGeospatial<T extends Geospatial>

java.lang.Object
org.apache.olingo.commons.api.edm.geo.Geospatial
org.apache.olingo.commons.api.edm.geo.ComposedGeospatial<T>
Type Parameters:
T - Type of the contained geospatial elements
All Implemented Interfaces:
Iterable<T>
Direct Known Subclasses:
GeospatialCollection, LineString, MultiLineString, MultiPoint, MultiPolygon

public abstract class ComposedGeospatial<T extends Geospatial> extends Geospatial implements Iterable<T>
Abstract base class for all Geometries that are composed out of other geospatial elements.