Package | Description |
---|---|
com.querydsl.spatial.jts |
Spatial types using JTS
|
Class and Description |
---|
JTSCurveExpression
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.
|
JTSGeometryCollectionExpression
A Geometry collection is a geometric object that is a collection of some number of geometric objects.
|
JTSGeometryCollectionPath |
JTSGeometryExpression
Geometry is the root class of the hierarchy.
|
JTSGeometryPath |
JTSLinearRingExpression
A LinearRing is a LineString that is both closed and simple.
|
JTSLinearRingPath |
JTSLineStringExpression
A LineString is a Curve with linear interpolation between Points.
|
JTSLineStringPath |
JTSMultiCurveExpression
A MultiCurve is a 1-dimensional GeometryCollection whose elements are Curves.
|
JTSMultiLineStringExpression
A MultiLineString is a MultiCurve whose elements are LineStrings.
|
JTSMultiLineStringPath |
JTSMultiPointExpression
A MultiPoint is a 0-dimensional GeometryCollection.
|
JTSMultiPointPath |
JTSMultiPolygonExpression
A MultiPolygon is a MultiSurface whose elements are Polygons.
|
JTSMultiPolygonPath |
JTSMultiSurfaceExpression
A MultiSurface is a 2-dimensional GeometryCollection whose elements are Surfaces, all using coordinates from
the same coordinate reference system.
|
JTSPointExpression
A Point is a 0-dimensional geometric object and represents a single location in coordinate space.
|
JTSPointPath |
JTSPolygonExpression
A Polygon is a planar Surface defined by 1 exterior boundary and 0 or more interior boundaries.
|
JTSPolygonPath |
JTSSurfaceExpression
A Surface is a 2-dimensional geometric object.
|
Copyright © 2007–2016 Querydsl. All rights reserved.