Uses of Package
com.querydsl.spatial
Packages that use com.querydsl.spatial
-
Classes in com.querydsl.spatial used by com.querydsl.spatialClassDescriptionA GeometryCollection is a geometric object that is a collection of some number of geometric objects.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.A GeometryCollection is a geometric object that is a collection of some number of geometric objects.Geometry is the root class of the hierarchy.A LinearRing is a LineString that is both closed and simple.A LineString is a Curve with linear interpolation between Points.A MultiCurve is a 1-dimensional GeometryCollection whose elements are Curves.A MultiLineString is a MultiCurve whose elements are LineStrings.A MultiPoint is a 0-dimensional GeometryCollection.A MultiPolygon is a MultiSurface whose elements are Polygons.A MultiSurface is a 2-dimensional GeometryCollection whose elements are Surfaces, all using coordinates from the same coordinate reference system.A Point is a 0-dimensional geometric object and represents a single location in coordinate space.A Polygon is a planar Surface defined by 1 exterior boundary and 0 or more interior boundaries.
SpatialOpsprovidesOperatorinstances for spatial operationsA Surface is a 2-dimensional geometric object.