Class GeometryCollectionExpression<T extends org.geolatte.geom.GeometryCollection>

Type Parameters:
T -
All Implemented Interfaces:
Expression<T>, Serializable
Direct Known Subclasses:
GeometryCollectionPath

public abstract class GeometryCollectionExpression<T extends org.geolatte.geom.GeometryCollection> extends AbstractGeometryCollectionExpression<T>
A GeometryCollection is a geometric object that is a collection of some number of geometric objects.
Author:
tiwe
See Also:
  • Constructor Details

    • GeometryCollectionExpression

      public GeometryCollectionExpression(Expression<T> mixin)