public class GeospatialCollection extends ComposedGeospatial<Geospatial>
Geospatial.Dimension, Geospatial.Type
geospatials
dimension, srid, type
Constructor and Description |
---|
GeospatialCollection(Geospatial.Dimension dimension,
SRID srid,
List<Geospatial> geospatials)
Creates a new collection of geospatial types.
|
Modifier and Type | Method and Description |
---|---|
EdmPrimitiveTypeKind |
getEdmPrimitiveTypeKind()
Returns the
EdmPrimitiveTypeKind |
equals, hashCode, isEmpty, iterator, toString
getDimension, getGeoType, getSrid
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
public GeospatialCollection(Geospatial.Dimension dimension, SRID srid, List<Geospatial> geospatials)
dimension
- Dimension of the collectionsrid
- SRID Valuegeospatials
- Members of the collectionpublic EdmPrimitiveTypeKind getEdmPrimitiveTypeKind()
Geospatial
EdmPrimitiveTypeKind
getEdmPrimitiveTypeKind
in class Geospatial
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.