GLHI Database HTML Dump
Previous topic Chapter index Next topic

Checks

 

Check

Table

Schema

Condition

Description

enforce_dims_the_geom

gl_110th_congressional_districts

public

ndims(the_geom) = 2

 

enforce_geotype_the_geom

gl_110th_congressional_districts

public

(geometrytype(the_geom) = 'MULTIPOLYGON'::text) OR (the_geom IS NULL)

 

enforce_srid_the_geom

gl_110th_congressional_districts

public

srid(the_geom) = 4326

 

enforce_dims_the_geom

gl_counties

public

ndims(the_geom) = 2

 

enforce_geotype_the_geom

gl_counties

public

(geometrytype(the_geom) = 'MULTIPOLYGON'::text) OR (the_geom IS NULL)

 

enforce_srid_the_geom

gl_counties

public

srid(the_geom) = 4326

 

enforce_dims_the_geom

gl_hucs

public

ndims(the_geom) = 2

 

enforce_geotype_the_geom

gl_hucs

public

(geometrytype(the_geom) = 'MULTIPOLYGON'::text) OR (the_geom IS NULL)

 

enforce_srid_the_geom

gl_hucs

public

srid(the_geom) = 4326

 

enforce_dims_the_geom

gl_state_boundaries

public

ndims(the_geom) = 2

 

enforce_geotype_the_geom

gl_state_boundaries

public

(geometrytype(the_geom) = 'MULTIPOLYGON'::text) OR (the_geom IS NULL)

 

enforce_srid_the_geom

gl_state_boundaries

public

srid(the_geom) = 4326

 

enforce_dims_the_geom

tblprojectgeography_test

public

ndims(the_geom) = 2

 

enforce_geotype_the_geom

tblprojectgeography_test

public

(geometrytype(the_geom) = 'POLYGON'::text) OR (the_geom IS NULL)

 

enforce_srid_the_geom

tblprojectgeography_test

public

srid(the_geom) = 4326

 

Pete Giencke
pgiencke@glc.org
Previous topic Chapter index Next topic