| Package | Description |
|---|---|
| com.mysema.query.spatial.jts | |
| com.mysema.query.spatial.jts.path |
| Modifier and Type | Class and Description |
|---|---|
class |
JTSLinearRingExpression<T extends com.vividsolutions.jts.geom.LineString>
A LinearRing is a LineString that is both closed and simple.
|
class |
JTSLineExpression<T extends com.vividsolutions.jts.geom.LineString>
A Line is a LineString with exactly 2 Points.
|
class |
JTSLineStringOperation<T extends com.vividsolutions.jts.geom.LineString> |
| Modifier and Type | Method and Description |
|---|---|
JTSLineStringExpression<?> |
JTSPolygonExpression.exteriorRing()
Returns the exterior ring of this Polygon.
|
JTSLineStringExpression<com.vividsolutions.jts.geom.LineString> |
JTSPolygonExpression.interiorRingN(int idx)
Returns the N th interior ring for this Polygon as a LineString.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JTSLinearRingPath<T extends com.vividsolutions.jts.geom.LinearRing> |
class |
JTSLineStringPath<T extends com.vividsolutions.jts.geom.LineString> |
Copyright © 2007–2015 Querydsl. All rights reserved.