Class GeometryConditionBuilderBase

    • Field Detail

      • filterOperator

        @NotNull
        protected @NotNull FilterOperator filterOperator
      • value

        @NotNull
        protected @NotNull Object value
      • sourceTable

        @NotNull
        protected @NotNull org.jooq.Table<org.jooq.Record> sourceTable
    • Constructor Detail

      • GeometryConditionBuilderBase

        public GeometryConditionBuilderBase()
    • Method Detail

      • createGeometryFieldValue

        protected org.jooq.Field<org.locationtech.jts.geom.Geometry> createGeometryFieldValue()
      • createGeometryFieldValue

        protected org.jooq.Field<org.locationtech.jts.geom.Geometry> createGeometryFieldValue​(String columnName)
      • validateSupportedOperators

        protected void validateSupportedOperators​(FilterOperator filterOperator)