| Package | Description |
|---|---|
| com.mysema.query.spatial | |
| com.mysema.query.spatial.path |
| 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.
|
| GeometryExpression
Geometry is the root class of the hierarchy.
|
| GeometryOperation |
| LineStringExpression
A LineString is a Curve with linear interpolation between Points.
|
| LineStringOperation |
| MultiCurveExpression
A MultiCurve is a 1-dimensional GeometryCollection whose elements are Curves.
|
| 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.
|
| PointOperation |
| PolygonExpression
A Polygon is a planar Surface defined by 1 exterior boundary and 0 or more interior boundaries.
|
| PolygonOperation |
| SurfaceExpression
A Surface is a 2-dimensional geometric object.
|
| 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.
|
| GeometryExpression
Geometry is the root class of the hierarchy.
|
| LinearRingExpression
A LinearRing is a LineString that is both closed and simple.
|
| LineStringExpression
A LineString is a Curve with linear interpolation between Points.
|
| MultiCurveExpression
A MultiCurve is a 1-dimensional GeometryCollection whose elements are Curves.
|
| MultiLineStringExpression
A MultiLineString is a MultiCurve whose elements are LineStrings.
|
| MultiPointExpression
A MultiPoint is a 0-dimensional GeometryCollection.
|
| MultiPolygonExpression
A MultiPolygon is a MultiSurface whose elements are Polygons.
|
| 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.
|
| PolygonExpression
A Polygon is a planar Surface defined by 1 exterior boundary and 0 or more interior boundaries.
|
| PolyhedralSurfaceExpression
A PolyhedralSurface is a contiguous collection of polygons, which share common boundary segments.
|
| SurfaceExpression
A Surface is a 2-dimensional geometric object.
|
Copyright © 2007–2015 Querydsl. All rights reserved.