Class GeometrySegmentsTable
- java.lang.Object
-
- org.dotwebstack.framework.backend.postgres.model.GeometrySegmentsTable
-
public class GeometrySegmentsTable extends Object
-
-
Constructor Summary
Constructors Constructor Description GeometrySegmentsTable(String schemaName, String tableName, String geoColumnName, List<JoinColumn> joinColumns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jooq.ConditiongetContainsCondition()org.jooq.Field<Object>getGeomRdField()org.jooq.ConditiongetIntersectsCondition()org.jooq.Table<org.jooq.Record>getTable()org.jooq.ConditiongetTileIdCondition()org.jooq.Field<Object>getTileIdField()org.jooq.ConditiongetTouchesCondition()org.jooq.ConditiongetWithinCondition()
-
-
-
Constructor Detail
-
GeometrySegmentsTable
public GeometrySegmentsTable(String schemaName, String tableName, String geoColumnName, List<JoinColumn> joinColumns)
-
-
Method Detail
-
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()
-
-