Uses of Interface
org.jooq.Spatial
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of Spatial in org.jooq
-
Uses of Spatial in org.jooq.impl
Modifier and TypeInterfaceDescriptionstatic interface
QOM.StContains<T extends Spatial>
TheST CONTAINS
function.static interface
QOM.StDifference<T extends Spatial>
TheST DIFFERENCE
function.static interface
QOM.StDisjoint<T extends Spatial>
TheST DISJOINT
function.static interface
QOM.StDistance<T extends Spatial>
TheST DISTANCE
function.static interface
QOM.StEndPoint<T extends Spatial>
TheST ENDPOINT
function.static interface
QOM.StEquals<T extends Spatial>
TheST EQUALS
function.static interface
QOM.StGeometryN<T extends Spatial>
TheST GEOMETRYN
function.static interface
QOM.StIntersection<T extends Spatial>
TheST INTERSECTION
function.static interface
QOM.StIntersects<T extends Spatial>
TheST INTERSECTS
function.static interface
QOM.StOverlaps<T extends Spatial>
TheST OVERLAPS
function.static interface
QOM.StPointN<T extends Spatial>
TheST POINTN
function.static interface
QOM.StStartPoint<T extends Spatial>
TheST STARTPOINT
function.static interface
QOM.StTouches<T extends Spatial>
TheST TOUCHES
function.static interface
QOM.StUnion<T extends Spatial>
TheST UNION
function.static interface
QOM.StWithin<T extends Spatial>
TheST WITHIN
function.Modifier and TypeMethodDescriptionDSL.stContains
(Field<T> arg1, Field<T> arg2) TheST_CONTAINS
function.DSL.stContains
(Field<T> arg1, T arg2) TheST_CONTAINS
function.DSL.stContains
(T arg1, Field<T> arg2) TheST_CONTAINS
function.DSL.stContains
(T arg1, T arg2) TheST_CONTAINS
function.DSL.stDifference
(Field<T> arg1, Field<T> arg2) TheST_DIFFERENCE
function.DSL.stDifference
(Field<T> arg1, T arg2) TheST_DIFFERENCE
function.DSL.stDifference
(T arg1, Field<T> arg2) TheST_DIFFERENCE
function.DSL.stDifference
(T arg1, T arg2) TheST_DIFFERENCE
function.DSL.stDisjoint
(Field<T> arg1, Field<T> arg2) TheST_DISJOINT
function.DSL.stDisjoint
(Field<T> arg1, T arg2) TheST_DISJOINT
function.DSL.stDisjoint
(T arg1, Field<T> arg2) TheST_DISJOINT
function.DSL.stDisjoint
(T arg1, T arg2) TheST_DISJOINT
function.DSL.stDistance
(Field<T> arg1, Field<T> arg2) TheST_DISTANCE
function.DSL.stDistance
(Field<T> arg1, T arg2) TheST_DISTANCE
function.DSL.stDistance
(T arg1, Field<T> arg2) TheST_DISTANCE
function.DSL.stDistance
(T arg1, T arg2) TheST_DISTANCE
function.DSL.stEndPoint
(Field<T> value) TheST_ENDPOINT
function.DSL.stEndPoint
(T value) TheST_ENDPOINT
function.TheST_EQUALS
function.TheST_EQUALS
function.TheST_EQUALS
function.DSL.stEquals
(T arg1, T arg2) TheST_EQUALS
function.DSL.stGeometryN
(Field<T> value, int position) TheST_GEOMETRYN
function.DSL.stGeometryN
(Field<T> value, Field<? extends Number> position) TheST_GEOMETRYN
function.DSL.stGeometryN
(T value, int position) TheST_GEOMETRYN
function.DSL.stGeometryN
(T value, Field<? extends Number> position) TheST_GEOMETRYN
function.DSL.stIntersection
(Field<T> arg1, Field<T> arg2) TheST_INTERSECTION
function.DSL.stIntersection
(Field<T> arg1, T arg2) TheST_INTERSECTION
function.DSL.stIntersection
(T arg1, Field<T> arg2) TheST_INTERSECTION
function.DSL.stIntersection
(T arg1, T arg2) TheST_INTERSECTION
function.DSL.stIntersects
(Field<T> arg1, Field<T> arg2) TheST_INTERSECTS
function.DSL.stIntersects
(Field<T> arg1, T arg2) TheST_INTERSECTS
function.DSL.stIntersects
(T arg1, Field<T> arg2) TheST_INTERSECTS
function.DSL.stIntersects
(T arg1, T arg2) TheST_INTERSECTS
function.DSL.stOverlaps
(Field<T> arg1, Field<T> arg2) TheST_OVERLAPS
function.DSL.stOverlaps
(Field<T> arg1, T arg2) TheST_OVERLAPS
function.DSL.stOverlaps
(T arg1, Field<T> arg2) TheST_OVERLAPS
function.DSL.stOverlaps
(T arg1, T arg2) TheST_OVERLAPS
function.TheST_POINTN
function.TheST_POINTN
function.DSL.stPointN
(T value, int position) TheST_POINTN
function.TheST_POINTN
function.DSL.stStartPoint
(Field<T> value) TheST_STARTPOINT
function.DSL.stStartPoint
(T value) TheST_STARTPOINT
function.TheST_TOUCHES
function.TheST_TOUCHES
function.TheST_TOUCHES
function.DSL.stTouches
(T arg1, T arg2) TheST_TOUCHES
function.TheST_UNION
function.TheST_UNION
function.TheST_UNION
function.DSL.stUnion
(T arg1, T arg2) TheST_UNION
function.TheST_WITHIN
function.TheST_WITHIN
function.TheST_WITHIN
function.DSL.stWithin
(T arg1, T arg2) TheST_WITHIN
function.Modifier and TypeMethodDescriptionQOM.StArea.$value()
QOM.StAsBinary.$value()
QOM.StAsText.$value()
QOM.StGeometryType.$value()
QOM.StIsClosed.$value()
QOM.StIsEmpty.$value()
QOM.StLength.$value()
QOM.StNumGeometries.$value()
QOM.StNumPoints.$value()
QOM.StSrid.$value()
Modifier and TypeMethodDescriptionTheST_AREA
function.static @NotNull Field<byte[]>
DSL.stAsBinary
(Spatial value) TheST_ASBINARY
function.TheST_ASTEXT
function.DSL.stGeometryType
(Spatial value) TheST_GEOMETRYTYPE
function.static @NotNull Condition
DSL.stIsClosed
(Spatial value) TheST_ISCLOSED
function.static @NotNull Condition
TheST_ISEMPTY
function.TheST_LENGTH
function.DSL.stNumGeometries
(Spatial value) TheST_NUMGEOMETRIES
function.DSL.stNumPoints
(Spatial value) TheST_NUMPOINTS
function.TheST_SRID
function.Modifier and TypeMethodDescriptiondefault @NotNull QOM.StArea
default @NotNull QOM.StAsBinary
default @NotNull QOM.StAsText
default @NotNull QOM.StGeometryType
default @NotNull QOM.StIsClosed
default @NotNull QOM.StIsEmpty
default @NotNull QOM.StLength
default @NotNull QOM.StNumGeometries
default @NotNull QOM.StNumPoints
default @NotNull QOM.StSrid
TheST_AREA
function.static @NotNull Field<byte[]>
DSL.stAsBinary
(Field<? extends Spatial> value) TheST_ASBINARY
function.TheST_ASTEXT
function.DSL.stGeometryType
(Field<? extends Spatial> value) TheST_GEOMETRYTYPE
function.static @NotNull Condition
DSL.stIsClosed
(Field<? extends Spatial> value) TheST_ISCLOSED
function.static @NotNull Condition
TheST_ISEMPTY
function.TheST_LENGTH
function.DSL.stNumGeometries
(Field<? extends Spatial> value) TheST_NUMGEOMETRIES
function.DSL.stNumPoints
(Field<? extends Spatial> value) TheST_NUMPOINTS
function.TheST_SRID
function.