Class GeometryConditionBuilderBase
java.lang.Object
org.dotwebstack.framework.backend.postgres.query.GeometryConditionBuilderBase
- Direct Known Subclasses:
DefaultGeometryConditionBuilder,SegmentsGeometryConditionBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected @NotNull FilterOperatorprotected @NotNull PostgresObjectFieldprotected @NotNull org.jooq.Table<org.jooq.Record>protected Integerprotected @NotNull Object -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.jooq.Field<org.locationtech.jts.geom.Geometry>protected org.jooq.Field<org.locationtech.jts.geom.Geometry>createGeometryFieldValue(String columnName) protected voidvalidateSupportedOperators(FilterOperator filterOperator)
-
Field Details
-
postgresObjectField
-
filterOperator
-
value
-
srid
-
sourceTable
@NotNull protected @NotNull org.jooq.Table<org.jooq.Record> sourceTable
-
-
Constructor Details
-
GeometryConditionBuilderBase
public GeometryConditionBuilderBase()
-
-
Method Details
-
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
-