Global Cube a16e27ced8 init před 2 roky
..
Readme.txt a16e27ced8 init před 2 roky
cities.load a16e27ced8 init před 2 roky
cleanup.sql a16e27ced8 init před 2 roky
se_boundingbox.sql a16e27ced8 init před 2 roky
se_createsrid.sql a16e27ced8 init před 2 roky
se_createsrtext.sql a16e27ced8 init před 2 roky
se_dissolve.sql a16e27ced8 init před 2 roky
se_generalize.sql a16e27ced8 init před 2 roky
se_is3d.sql a16e27ced8 init před 2 roky
se_ismeasured.sql a16e27ced8 init před 2 roky
se_locatealong.sql a16e27ced8 init před 2 roky
se_locatebetween.sql a16e27ced8 init před 2 roky
se_m.sql a16e27ced8 init před 2 roky
se_nearest.sql a16e27ced8 init před 2 roky
se_perpendicularpoint.sql a16e27ced8 init před 2 roky
se_spatialkey.sql a16e27ced8 init před 2 roky
se_z.sql a16e27ced8 init před 2 roky
setup.sql a16e27ced8 init před 2 roky
st_area.sql a16e27ced8 init před 2 roky
st_astext.sql a16e27ced8 init před 2 roky
st_boundary.sql a16e27ced8 init před 2 roky
st_buffer.sql a16e27ced8 init před 2 roky
st_centroid.sql a16e27ced8 init před 2 roky
st_contains.sql a16e27ced8 init před 2 roky
st_convexhull.sql a16e27ced8 init před 2 roky
st_coorddim.sql a16e27ced8 init před 2 roky
st_crosses.sql a16e27ced8 init před 2 roky
st_difference.sql a16e27ced8 init před 2 roky
st_dimension.sql a16e27ced8 init před 2 roky
st_disjoint.sql a16e27ced8 init před 2 roky
st_distance.sql a16e27ced8 init před 2 roky
st_endpoint.sql a16e27ced8 init před 2 roky
st_envelope.sql a16e27ced8 init před 2 roky
st_equals.sql a16e27ced8 init před 2 roky
st_exteriorring.sql a16e27ced8 init před 2 roky
st_geometryn.sql a16e27ced8 init před 2 roky
st_geometrytype.sql a16e27ced8 init před 2 roky
st_geomfromtext.sql a16e27ced8 init před 2 roky
st_intersection.sql a16e27ced8 init před 2 roky
st_intersects.sql a16e27ced8 init před 2 roky
st_isclosed.sql a16e27ced8 init před 2 roky
st_isempty.sql a16e27ced8 init před 2 roky
st_isring.sql a16e27ced8 init před 2 roky
st_issimple.sql a16e27ced8 init před 2 roky
st_isvalid.sql a16e27ced8 init před 2 roky
st_length.sql a16e27ced8 init před 2 roky
st_linefromtext.sql a16e27ced8 init před 2 roky
st_mlinefromtext.sql a16e27ced8 init před 2 roky
st_mpointfromtext.sql a16e27ced8 init před 2 roky
st_mpolyfromtext.sql a16e27ced8 init před 2 roky
st_numgeometries.sql a16e27ced8 init před 2 roky
st_numinteriorring.sql a16e27ced8 init před 2 roky
st_numpoints.sql a16e27ced8 init před 2 roky
st_overlaps.sql a16e27ced8 init před 2 roky
st_point.sql a16e27ced8 init před 2 roky
st_pointfromtext.sql a16e27ced8 init před 2 roky
st_pointn.sql a16e27ced8 init před 2 roky
st_pointonsurface.sql a16e27ced8 init před 2 roky
st_polyfromtext.sql a16e27ced8 init před 2 roky
st_polygon.sql a16e27ced8 init před 2 roky
st_relate.sql a16e27ced8 init před 2 roky
st_srid.sql a16e27ced8 init před 2 roky
st_startpoint.sql a16e27ced8 init před 2 roky
st_symdifference.sql a16e27ced8 init před 2 roky
st_touches.sql a16e27ced8 init před 2 roky
st_transform.sql a16e27ced8 init před 2 roky
st_union.sql a16e27ced8 init před 2 roky
st_within.sql a16e27ced8 init před 2 roky
st_wkttosql.sql a16e27ced8 init před 2 roky
st_x.sql a16e27ced8 init před 2 roky
st_y.sql a16e27ced8 init před 2 roky

Readme.txt

This directory contains sql scripts which show, by example, how to use
the Spatial DataBlade. You can run any of these scripts using a SQL editor
such as DB-Access.


Most of the files in this directory correspond directly to the examples
in Chapter 7 of the Users Guide. Other files include:

Filename Description
----------- -------------------------------------------------------------
setup.sql Script to create an entry in the spatial_references
table which is needed by many of the examples.
Run this script prior to running any of the example scripts.

cleanup.sql Script to drop all tables created by all of the examples
and remove all modifications to the spatial_references table.

cities.load Data file used by several examples.