T
- public class JTSGeometryPath<T extends com.vividsolutions.jts.geom.Geometry> extends JTSGeometryExpression<T> implements Path<T>
hashCode, mixin
Constructor and Description |
---|
JTSGeometryPath(Class<? extends T> type,
Path<?> parent,
String property) |
JTSGeometryPath(Class<? extends T> type,
PathMetadata metadata) |
JTSGeometryPath(Class<? extends T> type,
String var) |
JTSGeometryPath(Path<?> parent,
String property) |
JTSGeometryPath(PathMetadata metadata) |
JTSGeometryPath(String var) |
Modifier and Type | Method and Description |
---|---|
<R,C> R |
accept(Visitor<R,C> v,
C context) |
JTSGeometryCollectionPath<com.vividsolutions.jts.geom.GeometryCollection> |
asCollection() |
JTSLinearRingPath<com.vividsolutions.jts.geom.LinearRing> |
asLinearRing() |
JTSLineStringPath<com.vividsolutions.jts.geom.LineString> |
asLineString() |
JTSMultiLineStringPath<com.vividsolutions.jts.geom.MultiLineString> |
asMultiLineString() |
JTSMultiPointPath<com.vividsolutions.jts.geom.MultiPoint> |
asMultiPoint() |
JTSMultiPolygonPath<com.vividsolutions.jts.geom.MultiPolygon> |
asMultiPolygon() |
JTSPointPath<com.vividsolutions.jts.geom.Point> |
asPoint() |
JTSPolygonPath<com.vividsolutions.jts.geom.Polygon> |
asPolygon() |
AnnotatedElement |
getAnnotatedElement() |
PathMetadata |
getMetadata() |
Path<?> |
getRoot() |
asBinary, asText, boundary, buffer, contains, contains, convexHull, crosses, crosses, difference, difference, dimension, disjoint, disjoint, distance, distance, distanceSphere, distanceSpheroid, envelope, eq, eq, geometryType, intersection, intersection, intersects, intersects, isEmpty, isSimple, overlaps, overlaps, relate, relate, srid, symDifference, symDifference, touches, touches, transform, union, union, within, within
as, as, count, countDistinct, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, notIn, notIn, nullif, nullif, when, when
equals, getType, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getType
public JTSGeometryPath(PathMetadata metadata)
public JTSGeometryPath(Class<? extends T> type, PathMetadata metadata)
public JTSGeometryPath(String var)
public JTSGeometryCollectionPath<com.vividsolutions.jts.geom.GeometryCollection> asCollection()
public JTSLinearRingPath<com.vividsolutions.jts.geom.LinearRing> asLinearRing()
public JTSLineStringPath<com.vividsolutions.jts.geom.LineString> asLineString()
public JTSMultiLineStringPath<com.vividsolutions.jts.geom.MultiLineString> asMultiLineString()
public JTSMultiPointPath<com.vividsolutions.jts.geom.MultiPoint> asMultiPoint()
public JTSMultiPolygonPath<com.vividsolutions.jts.geom.MultiPolygon> asMultiPolygon()
public JTSPointPath<com.vividsolutions.jts.geom.Point> asPoint()
public JTSPolygonPath<com.vividsolutions.jts.geom.Polygon> asPolygon()
public final <R,C> R accept(Visitor<R,C> v, C context)
accept
in interface Expression<T extends com.vividsolutions.jts.geom.Geometry>
public PathMetadata getMetadata()
getMetadata
in interface Path<T extends com.vividsolutions.jts.geom.Geometry>
public Path<?> getRoot()
public AnnotatedElement getAnnotatedElement()
getAnnotatedElement
in interface Path<T extends com.vividsolutions.jts.geom.Geometry>
Copyright © 2007–2020 Querydsl. All rights reserved.