Package com.querydsl.spatial
Class PolygonPath<T extends org.geolatte.geom.Polygon>
java.lang.Object
com.querydsl.core.types.dsl.DslExpression<T>
com.querydsl.core.types.dsl.SimpleExpression<T>
com.querydsl.spatial.GeometryExpression<T>
com.querydsl.spatial.SurfaceExpression<T>
com.querydsl.spatial.PolygonExpression<T>
com.querydsl.spatial.PolygonPath<T>
- Type Parameters:
T-
- All Implemented Interfaces:
Expression<T>,Path<T>,Serializable
public class PolygonPath<T extends org.geolatte.geom.Polygon>
extends PolygonExpression<T>
implements Path<T>
- Author:
- tiwe
- See Also:
-
Field Summary
Fields inherited from class com.querydsl.core.types.dsl.DslExpression
hashCode, mixin -
Constructor Summary
ConstructorsConstructorDescriptionPolygonPath(Path<?> parent, String property) PolygonPath(PathMetadata metadata) PolygonPath(Class<? extends T> type, Path<?> parent, String property) PolygonPath(Class<? extends T> type, PathMetadata metadata) PolygonPath(Class<? extends T> type, String var) PolygonPath(String var) -
Method Summary
Methods inherited from class com.querydsl.spatial.PolygonExpression
exteriorRing, interiorRingN, numInteriorRingMethods inherited from class com.querydsl.spatial.SurfaceExpression
area, centroid, pointOnSurfaceMethods inherited from class com.querydsl.spatial.GeometryExpression
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, withinMethods inherited from class com.querydsl.core.types.dsl.SimpleExpression
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, whenMethods inherited from class com.querydsl.core.types.dsl.DslExpression
equals, getType, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.querydsl.core.types.Expression
getType
-
Constructor Details
-
PolygonPath
-
PolygonPath
-
PolygonPath
-
PolygonPath
-
PolygonPath
-
PolygonPath
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceExpression<T extends org.geolatte.geom.Polygon>
-
getMetadata
- Specified by:
getMetadatain interfacePath<T extends org.geolatte.geom.Polygon>
-
getRoot
-
getAnnotatedElement
- Specified by:
getAnnotatedElementin interfacePath<T extends org.geolatte.geom.Polygon>
-