Uses of Interface
org.jooq.Spatial
Packages that use 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
Classes in org.jooq.impl with type parameters of type SpatialModifier and TypeInterfaceDescriptionstatic interfaceQOM.StBoundary<T extends Spatial>TheST BOUNDARYfunction.static interfaceQOM.StContains<T extends Spatial>TheST CONTAINSfunction.static interfaceQOM.StCoveredBy<T extends Spatial>TheST COVEREDBYfunction.static interfaceQOM.StCovers<T extends Spatial>TheST COVERSfunction.static interfaceQOM.StDifference<T extends Spatial>TheST DIFFERENCEfunction.static interfaceQOM.StDisjoint<T extends Spatial>TheST DISJOINTfunction.static interfaceQOM.StDistance<T extends Spatial>TheST DISTANCEfunction.static interfaceQOM.StEndPoint<T extends Spatial>TheST ENDPOINTfunction.static interfaceQOM.StEquals<T extends Spatial>TheST EQUALSfunction.static interfaceQOM.StGeometryN<T extends Spatial>TheST GEOMETRYNfunction.static interfaceQOM.StIntersection<T extends Spatial>TheST INTERSECTIONfunction.static interfaceQOM.StIntersects<T extends Spatial>TheST INTERSECTSfunction.static interfaceQOM.StOverlaps<T extends Spatial>TheST OVERLAPSfunction.static interfaceQOM.StPerimeter<T extends Spatial>TheST PERIMETERfunction.static interfaceQOM.StPointN<T extends Spatial>TheST POINTNfunction.static interfaceQOM.StStartPoint<T extends Spatial>TheST STARTPOINTfunction.static interfaceQOM.StTouches<T extends Spatial>TheST TOUCHESfunction.static interfaceQOM.StTransform<T extends Spatial>TheST TRANSFORMfunction.static interfaceQOM.StUnion<T extends Spatial>TheST UNIONfunction.static interfaceQOM.StWithin<T extends Spatial>TheST WITHINfunction.Subinterfaces with type arguments of type Spatial in org.jooq.implModifier and TypeInterfaceDescriptionstatic interfaceTheST AREAfunction.static interfaceTheST ASBINARYfunction.static interfaceTheST ASTEXTfunction.static interfaceQOM.StBoundary<T extends Spatial>TheST BOUNDARYfunction.static interfaceTheST DIMENSIONfunction.static interfaceTheST GEOMETRYTYPEfunction.static interfaceTheST ISCLOSEDfunction.static interfaceTheST ISEMPTYfunction.static interfaceTheST ISRINGfunction.static interfaceTheST ISSIMPLEfunction.static interfaceTheST ISVALIDfunction.static interfaceTheST LENGTHfunction.static interfaceTheST NUMGEOMETRIESfunction.static interfaceTheST NUMPOINTSfunction.static interfaceTheST SRIDfunction.Methods in org.jooq.impl with type parameters of type SpatialModifier and TypeMethodDescriptionDSL.stContains(Field<T> arg1, Field<T> arg2) TheST_CONTAINSfunction.DSL.stContains(Field<T> arg1, T arg2) TheST_CONTAINSfunction.DSL.stContains(T arg1, Field<T> arg2) TheST_CONTAINSfunction.DSL.stContains(T arg1, T arg2) TheST_CONTAINSfunction.DSL.stCoveredBy(Field<T> arg1, Field<T> arg2) TheST_COVEREDBYfunction.DSL.stCoveredBy(Field<T> arg1, T arg2) TheST_COVEREDBYfunction.DSL.stCoveredBy(T arg1, Field<T> arg2) TheST_COVEREDBYfunction.DSL.stCoveredBy(T arg1, T arg2) TheST_COVEREDBYfunction.TheST_COVERSfunction.TheST_COVERSfunction.TheST_COVERSfunction.DSL.stCovers(T arg1, T arg2) TheST_COVERSfunction.DSL.stDifference(Field<T> arg1, Field<T> arg2) TheST_DIFFERENCEfunction.DSL.stDifference(Field<T> arg1, T arg2) TheST_DIFFERENCEfunction.DSL.stDifference(T arg1, Field<T> arg2) TheST_DIFFERENCEfunction.DSL.stDifference(T arg1, T arg2) TheST_DIFFERENCEfunction.DSL.stDisjoint(Field<T> arg1, Field<T> arg2) TheST_DISJOINTfunction.DSL.stDisjoint(Field<T> arg1, T arg2) TheST_DISJOINTfunction.DSL.stDisjoint(T arg1, Field<T> arg2) TheST_DISJOINTfunction.DSL.stDisjoint(T arg1, T arg2) TheST_DISJOINTfunction.DSL.stDistance(Field<T> arg1, Field<T> arg2) TheST_DISTANCEfunction.DSL.stDistance(Field<T> arg1, T arg2) TheST_DISTANCEfunction.DSL.stDistance(T arg1, Field<T> arg2) TheST_DISTANCEfunction.DSL.stDistance(T arg1, T arg2) TheST_DISTANCEfunction.DSL.stEndPoint(Field<T> value) TheST_ENDPOINTfunction.DSL.stEndPoint(T value) TheST_ENDPOINTfunction.TheST_EQUALSfunction.TheST_EQUALSfunction.TheST_EQUALSfunction.DSL.stEquals(T arg1, T arg2) TheST_EQUALSfunction.DSL.stGeometryN(Field<T> value, int position) TheST_GEOMETRYNfunction.DSL.stGeometryN(Field<T> value, Field<? extends Number> position) TheST_GEOMETRYNfunction.DSL.stGeometryN(T value, int position) TheST_GEOMETRYNfunction.DSL.stGeometryN(T value, Field<? extends Number> position) TheST_GEOMETRYNfunction.DSL.stIntersection(Field<T> arg1, Field<T> arg2) TheST_INTERSECTIONfunction.DSL.stIntersection(Field<T> arg1, T arg2) TheST_INTERSECTIONfunction.DSL.stIntersection(T arg1, Field<T> arg2) TheST_INTERSECTIONfunction.DSL.stIntersection(T arg1, T arg2) TheST_INTERSECTIONfunction.DSL.stIntersects(Field<T> arg1, Field<T> arg2) TheST_INTERSECTSfunction.DSL.stIntersects(Field<T> arg1, T arg2) TheST_INTERSECTSfunction.DSL.stIntersects(T arg1, Field<T> arg2) TheST_INTERSECTSfunction.DSL.stIntersects(T arg1, T arg2) TheST_INTERSECTSfunction.DSL.stOverlaps(Field<T> arg1, Field<T> arg2) TheST_OVERLAPSfunction.DSL.stOverlaps(Field<T> arg1, T arg2) TheST_OVERLAPSfunction.DSL.stOverlaps(T arg1, Field<T> arg2) TheST_OVERLAPSfunction.DSL.stOverlaps(T arg1, T arg2) TheST_OVERLAPSfunction.DSL.stPerimeter(Field<T> value) TheST_PERIMETERfunction.DSL.stPerimeter(T value) TheST_PERIMETERfunction.TheST_POINTNfunction.TheST_POINTNfunction.DSL.stPointN(T value, int position) TheST_POINTNfunction.TheST_POINTNfunction.DSL.stStartPoint(Field<T> value) TheST_STARTPOINTfunction.DSL.stStartPoint(T value) TheST_STARTPOINTfunction.TheST_TOUCHESfunction.TheST_TOUCHESfunction.TheST_TOUCHESfunction.DSL.stTouches(T arg1, T arg2) TheST_TOUCHESfunction.DSL.stTransform(Field<T> value, int srid) TheST_TRANSFORMfunction.DSL.stTransform(Field<T> value, Field<? extends Number> srid) TheST_TRANSFORMfunction.DSL.stTransform(T value, int srid) TheST_TRANSFORMfunction.DSL.stTransform(T value, Field<? extends Number> srid) TheST_TRANSFORMfunction.TheST_UNIONfunction.TheST_UNIONfunction.TheST_UNIONfunction.DSL.stUnion(T arg1, T arg2) TheST_UNIONfunction.TheST_WITHINfunction.TheST_WITHINfunction.TheST_WITHINfunction.DSL.stWithin(T arg1, T arg2) TheST_WITHINfunction.Methods in org.jooq.impl that return types with arguments of type SpatialModifier and TypeMethodDescriptionQOM.StArea.$value()QOM.StAsBinary.$value()QOM.StAsText.$value()QOM.StBoundary.$value()QOM.StDimension.$value()QOM.StGeometryType.$value()QOM.StIsClosed.$value()QOM.StIsEmpty.$value()QOM.StIsRing.$value()QOM.StIsSimple.$value()QOM.StIsValid.$value()QOM.StLength.$value()QOM.StNumGeometries.$value()QOM.StNumPoints.$value()QOM.StSrid.$value()DSL.stBoundary(Field<? extends Spatial> value) TheST_BOUNDARYfunction.DSL.stBoundary(Spatial value) TheST_BOUNDARYfunction.Methods in org.jooq.impl with parameters of type SpatialModifier and TypeMethodDescriptionTheST_AREAfunction.static @NotNull Field<byte[]> DSL.stAsBinary(Spatial value) TheST_ASBINARYfunction.TheST_ASTEXTfunction.DSL.stBoundary(Spatial value) TheST_BOUNDARYfunction.DSL.stDimension(Spatial value) TheST_DIMENSIONfunction.DSL.stGeometryType(Spatial value) TheST_GEOMETRYTYPEfunction.static @NotNull ConditionDSL.stIsClosed(Spatial value) TheST_ISCLOSEDfunction.static @NotNull ConditionTheST_ISEMPTYfunction.static @NotNull ConditionTheST_ISRINGfunction.static @NotNull ConditionDSL.stIsSimple(Spatial value) TheST_ISSIMPLEfunction.static @NotNull ConditionTheST_ISVALIDfunction.TheST_LENGTHfunction.DSL.stNumGeometries(Spatial value) TheST_NUMGEOMETRIESfunction.DSL.stNumPoints(Spatial value) TheST_NUMPOINTSfunction.TheST_SRIDfunction.Method parameters in org.jooq.impl with type arguments of type SpatialModifier and TypeMethodDescriptiondefault @NotNull QOM.StAreadefault @NotNull QOM.StAsBinarydefault @NotNull QOM.StAsTextdefault @NotNull QOM.StBoundary<T> default @NotNull QOM.StDimensiondefault @NotNull QOM.StGeometryTypedefault @NotNull QOM.StIsCloseddefault @NotNull QOM.StIsEmptydefault @NotNull QOM.StIsRingdefault @NotNull QOM.StIsSimpledefault @NotNull QOM.StIsValiddefault @NotNull QOM.StLengthdefault @NotNull QOM.StNumGeometriesdefault @NotNull QOM.StNumPointsdefault @NotNull QOM.StSridTheST_AREAfunction.static @NotNull Field<byte[]> DSL.stAsBinary(Field<? extends Spatial> value) TheST_ASBINARYfunction.TheST_ASTEXTfunction.DSL.stBoundary(Field<? extends Spatial> value) TheST_BOUNDARYfunction.DSL.stDimension(Field<? extends Spatial> value) TheST_DIMENSIONfunction.DSL.stGeometryType(Field<? extends Spatial> value) TheST_GEOMETRYTYPEfunction.static @NotNull ConditionDSL.stIsClosed(Field<? extends Spatial> value) TheST_ISCLOSEDfunction.static @NotNull ConditionTheST_ISEMPTYfunction.static @NotNull ConditionTheST_ISRINGfunction.static @NotNull ConditionDSL.stIsSimple(Field<? extends Spatial> value) TheST_ISSIMPLEfunction.static @NotNull ConditionTheST_ISVALIDfunction.TheST_LENGTHfunction.DSL.stNumGeometries(Field<? extends Spatial> value) TheST_NUMGEOMETRIESfunction.DSL.stNumPoints(Field<? extends Spatial> value) TheST_NUMPOINTSfunction.TheST_SRIDfunction.