T - public class JTSLineStringOperation<T extends com.vividsolutions.jts.geom.LineString> extends JTSLineStringExpression<T> implements Operation<T>
hashCode, mixin| Modifier | Constructor and Description | 
|---|---|
| protected  | JTSLineStringOperation(Class<T> type,
                      Operator<? super T> op,
                      Expression<?>... args) | 
| protected  | JTSLineStringOperation(Class<T> type,
                      Operator<? super T> op,
                      com.google.common.collect.ImmutableList<Expression<?>> args) | 
| Modifier and Type | Method and Description | 
|---|---|
| <R,C> R | accept(Visitor<R,C> v,
      C context)Accept the visitor with the given context | 
| static <D extends com.vividsolutions.jts.geom.LineString> | create(Class<D> type,
      Operator<? super D> op,
      Expression<?>... args) | 
| static <D extends com.vividsolutions.jts.geom.LineString> | create(Class<D> type,
      Operator<? super D> op,
      Expression<?> one) | 
| static <D extends com.vividsolutions.jts.geom.LineString> | create(Class<D> type,
      Operator<? super D> op,
      Expression<?> one,
      Expression<?> two) | 
| Expression<?> | getArg(int index)Get the argument with the given index | 
| List<Expression<?>> | getArgs()Get the arguments of this operation | 
| Operator<? super T> | getOperator()Get the operator symbol for this operation | 
numPoints, pointNendPoint, isClosed, isRing, length, startPointasBinary, 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, withinas, as, count, countDistinct, eqAll, eqAny, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, nullif, nullif, when, whenequals, getType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTypeprotected JTSLineStringOperation(Class<T> type, Operator<? super T> op, Expression<?>... args)
protected JTSLineStringOperation(Class<T> type, Operator<? super T> op, com.google.common.collect.ImmutableList<Expression<?>> args)
public static <D extends com.vividsolutions.jts.geom.LineString> JTSLineStringOperation<D> create(Class<D> type, Operator<? super D> op, Expression<?> one)
public static <D extends com.vividsolutions.jts.geom.LineString> JTSLineStringOperation<D> create(Class<D> type, Operator<? super D> op, Expression<?> one, Expression<?> two)
public static <D extends com.vividsolutions.jts.geom.LineString> JTSLineStringOperation<D> create(Class<D> type, Operator<? super D> op, Expression<?>... args)
public final <R,C> R accept(Visitor<R,C> v, C context)
Expressionaccept in interface Expression<T extends com.vividsolutions.jts.geom.LineString>R - return typeC - context typev - visitorcontext - context of visitpublic Expression<?> getArg(int index)
Operationpublic List<Expression<?>> getArgs()
OperationCopyright © 2007–2015 Querydsl. All rights reserved.