Package | Description |
---|---|
com.querydsl.spatial |
Spatial types using Geolatte
|
Modifier and Type | Class and Description |
---|---|
class |
LinearRingExpression<T extends org.geolatte.geom.LineString>
A LinearRing is a LineString that is both closed and simple.
|
class |
LinearRingPath<T extends org.geolatte.geom.LinearRing>
|
class |
LineExpression<T extends org.geolatte.geom.LineString>
A Line is a LineString with exactly 2 Points.
|
class |
LineStringOperation<T extends org.geolatte.geom.LineString>
|
class |
LineStringPath<T extends org.geolatte.geom.LineString>
|
Modifier and Type | Method and Description |
---|---|
LineStringExpression<?> |
PolygonExpression.exteriorRing()
Returns the exterior ring of this Polygon.
|
LineStringExpression<org.geolatte.geom.LineString> |
PolygonExpression.interiorRingN(int idx)
Returns the N th interior ring for this Polygon as a LineString.
|
static LineStringExpression<org.geolatte.geom.LineString> |
GeometryExpressions.lineStringOperation(Operator op,
Expression<?>... args)
Create a new LineString operation expression
|
Copyright © 2007–2016 Querydsl. All rights reserved.