Uses of Class
org.jooq.Geometry
Packages that use Geometry
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
This package contains classes related to the
SQLDialect.ORACLE
dialect family.-
Uses of Geometry in org.jooq
-
Uses of Geometry in org.jooq.impl
Fields in org.jooq.impl with type parameters of type GeometryMethods in org.jooq.impl that return types with arguments of type GeometryModifier and TypeMethodDescriptionQOM.StCrosses.$arg1()
QOM.StCrosses.$arg2()
QOM.StCentroid.$value()
QOM.StExteriorRing.$value()
QOM.StInteriorRingN.$value()
QOM.StNumInteriorRings.$value()
QOM.StX.$value()
QOM.StY.$value()
QOM.StZ.$value()
Create a bind value that is always inlined.DSL.stCentroid
(Field<Geometry> value) TheST_CENTROID
function.DSL.stCentroid
(Geometry value) TheST_CENTROID
function.DSL.stExteriorRing
(Field<Geometry> value) TheST_EXTERIORRING
function.DSL.stExteriorRing
(Geometry value) TheST_EXTERIORRING
function.DSL.stGeomFromText
(String text) TheST_GEOMFROMTEXT
function.DSL.stGeomFromText
(String text, int srid) TheST_GEOMFROMTEXT
function.DSL.stGeomFromText
(String text, Field<? extends Number> srid) TheST_GEOMFROMTEXT
function.DSL.stGeomFromText
(Field<String> text) TheST_GEOMFROMTEXT
function.DSL.stGeomFromText
(Field<String> text, int srid) TheST_GEOMFROMTEXT
function.DSL.stGeomFromText
(Field<String> text, Field<? extends Number> srid) TheST_GEOMFROMTEXT
function.DSL.stGeomFromWKB
(byte[] wkb) TheST_GEOMFROMWKB
function.DSL.stGeomFromWKB
(byte[] wkb, int srid) TheST_GEOMFROMWKB
function.DSL.stGeomFromWKB
(byte[] wkb, Field<? extends Number> srid) TheST_GEOMFROMWKB
function.DSL.stGeomFromWKB
(Field<byte[]> wkb) TheST_GEOMFROMWKB
function.DSL.stGeomFromWKB
(Field<byte[]> wkb, int srid) TheST_GEOMFROMWKB
function.DSL.stGeomFromWKB
(Field<byte[]> wkb, Field<? extends Number> srid) TheST_GEOMFROMWKB
function.DSL.stInteriorRingN
(Field<Geometry> value, int position) TheST_INTERIORRINGN
function.DSL.stInteriorRingN
(Field<Geometry> value, Field<? extends Number> position) TheST_INTERIORRINGN
function.DSL.stInteriorRingN
(Geometry value, int position) TheST_INTERIORRINGN
function.DSL.stInteriorRingN
(Geometry value, Field<? extends Number> position) TheST_INTERIORRINGN
function.Get a bind value.A synonym forDSL.val(Geometry)
to be used in Scala and Groovy, whereval
is a reserved keyword.Methods in org.jooq.impl with parameters of type GeometryModifier and TypeMethodDescriptionCreate a bind value that is always inlined.DSL.stCentroid
(Geometry value) TheST_CENTROID
function.static @NotNull Condition
TheST_CROSSES
function.static @NotNull Condition
TheST_CROSSES
function.static @NotNull Condition
TheST_CROSSES
function.DSL.stExteriorRing
(Geometry value) TheST_EXTERIORRING
function.DSL.stInteriorRingN
(Geometry value, int position) TheST_INTERIORRINGN
function.DSL.stInteriorRingN
(Geometry value, Field<? extends Number> position) TheST_INTERIORRINGN
function.DSL.stNumInteriorRings
(Geometry value) TheST_NUMINTERIORRING
function.TheST_X
function.TheST_Y
function.TheST_Z
function.Get a bind value.A synonym forDSL.val(Geometry)
to be used in Scala and Groovy, whereval
is a reserved keyword.Method parameters in org.jooq.impl with type arguments of type GeometryModifier and TypeMethodDescription@NotNull QOM.StCrosses
@NotNull QOM.StCrosses
@NotNull QOM.StCentroid
@NotNull QOM.StExteriorRing
@NotNull QOM.StInteriorRingN
@NotNull QOM.StNumInteriorRings
@NotNull QOM.StX
@NotNull QOM.StY
@NotNull QOM.StZ
DSL.stCentroid
(Field<Geometry> value) TheST_CENTROID
function.static @NotNull Condition
TheST_CROSSES
function.static @NotNull Condition
TheST_CROSSES
function.static @NotNull Condition
TheST_CROSSES
function.DSL.stExteriorRing
(Field<Geometry> value) TheST_EXTERIORRING
function.DSL.stInteriorRingN
(Field<Geometry> value, int position) TheST_INTERIORRINGN
function.DSL.stInteriorRingN
(Field<Geometry> value, Field<? extends Number> position) TheST_INTERIORRINGN
function.DSL.stNumInteriorRings
(Field<Geometry> value) TheST_NUMINTERIORRING
function.TheST_X
function.TheST_Y
function.TheST_Z
function. -
Uses of Geometry in org.jooq.util.oracle
Fields in org.jooq.util.oracle with type parameters of type GeometryModifier and TypeFieldDescriptionOracleDataType.SDO_GEOMETRY
Deprecated, for removal: This API element is subject to removal in a future version.