Interface | Description |
---|---|
JTSGeometryPaths |
JTSGeometryPaths provides factory methods for JTSGeometryExpression creation |
Class | Description |
---|---|
JTSCurveExpression<T extends com.vividsolutions.jts.geom.Geometry> |
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<T extends com.vividsolutions.jts.geom.GeometryCollection> |
A Geometry collection is a geometric object that is a collection of some number of geometric objects.
|
JTSGeometryCollectionPath<T extends com.vividsolutions.jts.geom.GeometryCollection> | |
JTSGeometryExpression<T extends com.vividsolutions.jts.geom.Geometry> |
Geometry is the root class of the hierarchy.
|
JTSGeometryExpressions |
GeometryExpressions contains static functions for GEO operations
|
JTSGeometryOperation<T extends com.vividsolutions.jts.geom.Geometry> | |
JTSGeometryPath<T extends com.vividsolutions.jts.geom.Geometry> | |
JTSLinearRingExpression<T extends com.vividsolutions.jts.geom.LineString> |
A LinearRing is a LineString that is both closed and simple.
|
JTSLinearRingPath<T extends com.vividsolutions.jts.geom.LinearRing> | |
JTSLineExpression<T extends com.vividsolutions.jts.geom.LineString> |
A Line is a LineString with exactly 2 Points.
|
JTSLineStringExpression<T extends com.vividsolutions.jts.geom.LineString> |
A LineString is a Curve with linear interpolation between Points.
|
JTSLineStringOperation<T extends com.vividsolutions.jts.geom.LineString> | |
JTSLineStringPath<T extends com.vividsolutions.jts.geom.LineString> | |
JTSMultiCurveExpression<T extends com.vividsolutions.jts.geom.GeometryCollection> |
A MultiCurve is a 1-dimensional GeometryCollection whose elements are Curves.
|
JTSMultiLineStringExpression<T extends com.vividsolutions.jts.geom.MultiLineString> |
A MultiLineString is a MultiCurve whose elements are LineStrings.
|
JTSMultiLineStringPath<T extends com.vividsolutions.jts.geom.MultiLineString> | |
JTSMultiPointExpression<T extends com.vividsolutions.jts.geom.MultiPoint> |
A MultiPoint is a 0-dimensional GeometryCollection.
|
JTSMultiPointPath<T extends com.vividsolutions.jts.geom.MultiPoint> | |
JTSMultiPolygonExpression<T extends com.vividsolutions.jts.geom.MultiPolygon> |
A MultiPolygon is a MultiSurface whose elements are Polygons.
|
JTSMultiPolygonPath<T extends com.vividsolutions.jts.geom.MultiPolygon> | |
JTSMultiSurfaceExpression<T extends com.vividsolutions.jts.geom.GeometryCollection> |
A MultiSurface is a 2-dimensional GeometryCollection whose elements are Surfaces, all using coordinates from
the same coordinate reference system.
|
JTSPointExpression<T extends com.vividsolutions.jts.geom.Point> |
A Point is a 0-dimensional geometric object and represents a single location in coordinate space.
|
JTSPointOperation<T extends com.vividsolutions.jts.geom.Point> | |
JTSPointPath<T extends com.vividsolutions.jts.geom.Point> | |
JTSPolygonExpression<T extends com.vividsolutions.jts.geom.Polygon> |
A Polygon is a planar Surface defined by 1 exterior boundary and 0 or more interior boundaries.
|
JTSPolygonOperation<T extends com.vividsolutions.jts.geom.Polygon> | |
JTSPolygonPath<T extends com.vividsolutions.jts.geom.Polygon> | |
JTSSurfaceExpression<T extends com.vividsolutions.jts.geom.Geometry> |
A Surface is a 2-dimensional geometric object.
|
Copyright © 2007–2016 Querydsl. All rights reserved.