| Package | Description |
|---|---|
| com.querydsl.spatial |
Spatial types using Geolatte
|
| Class and Description |
|---|
| CurveExpression
A Curve is a 1-dimensional geometric object usually stored as a sequence of Points, with the subtype of Curve
specifying the form of the interpolation between Points.
|
| GeometryCollectionExpression
A GeometryCollection is a geometric object that is a collection of some number of geometric objects.
|
| GeometryCollectionPath |
| GeometryExpression
Geometry is the root class of the hierarchy.
|
| GeometryPath |
| LinearRingExpression
A LinearRing is a LineString that is both closed and simple.
|
| LinearRingPath |
| LineStringExpression
A LineString is a Curve with linear interpolation between Points.
|
| LineStringPath |
| MultiCurveExpression
A MultiCurve is a 1-dimensional GeometryCollection whose elements are Curves.
|
| MultiLineStringExpression
A MultiLineString is a MultiCurve whose elements are LineStrings.
|
| MultiLineStringPath |
| MultiPointExpression
A MultiPoint is a 0-dimensional GeometryCollection.
|
| MultiPointPath |
| MultiPolygonExpression
A MultiPolygon is a MultiSurface whose elements are Polygons.
|
| MultiPolygonPath |
| MultiSurfaceExpression
A MultiSurface is a 2-dimensional GeometryCollection whose elements are Surfaces, all using coordinates from
the same coordinate reference system.
|
| PointExpression
A Point is a 0-dimensional geometric object and represents a single location in coordinate space.
|
| PointPath |
| PolygonExpression
A Polygon is a planar Surface defined by 1 exterior boundary and 0 or more interior boundaries.
|
| PolygonPath |
| PolyhedralSurfaceExpression
A PolyhedralSurface is a contiguous collection of polygons, which share common boundary segments.
|
| PolyhedralSurfacePath |
SpatialOps
SpatialOps provides Operator instances for spatial operations |
| SurfaceExpression
A Surface is a 2-dimensional geometric object.
|
Copyright © 2007–2018 Querydsl. All rights reserved.