Class GeometrySegmentsTable

java.lang.Object
org.dotwebstack.framework.backend.postgres.model.GeometrySegmentsTable

public class GeometrySegmentsTable extends Object
  • Constructor Details

  • Method Details

    • getTable

      public org.jooq.Table<org.jooq.Record> getTable()
    • getTileIdField

      public org.jooq.Field<Object> getTileIdField()
    • getGeomRdField

      public org.jooq.Field<Object> getGeomRdField()
    • getTileIdCondition

      public org.jooq.Condition getTileIdCondition()
    • getIntersectsCondition

      public org.jooq.Condition getIntersectsCondition()
    • getWithinCondition

      public org.jooq.Condition getWithinCondition()
    • getContainsCondition

      public org.jooq.Condition getContainsCondition()
    • getTouchesCondition

      public org.jooq.Condition getTouchesCondition()