|
|
|
SE_stable_add_shape |
Not Implemented |
Adds a shape to an stable. |
SE_stable_create |
Not Implemented |
Creates an empty stable. |
SE_stable_delete_shape |
Not Implemented |
Deletes a shape from an stable. |
SE_stable_free |
Not Implemented |
Frees all resources associated with an stable. |
SE_stable_get_extent |
Not Implemented |
Returns the extent of the specified stable. |
SE_stable_get_num_shapes |
Not Implemented |
Returns the number of shapes currently in the table. |
SE_stable_get_shape |
Not Implemented |
Returns a single shape from an stable. |
SE_stable_search |
Not Implemented |
Spatially searches for shapes in an stable. |
SE_stable_set_concurrency |
Not Implemented |
Establishes concurrency control for threaded client applications. |
SE_stable_size |
Not Implemented |
Returns the amount of memory allocated to an stable in bytes. |
SE_ptable_add_shape |
Not Implemented |
Adds the points in a shape to a point table. |
SE_ptable_add_point |
Not Implemented |
Inserts one or more points into a point table. |
SE_ptable_delete_point |
Not Implemented |
Deletes a point from a point table. |
SE_ptable_delete_shape |
Not Implemented |
Deletes all of a shapes points from a point table. |
SE_ptable_create |
Not Implemented |
Creates an empty point table. |
SE_ptable_free |
Not Implemented |
Deallocates memory used by a point table. |
SE_ptable_get |
Not Implemented |
Retrieves all points within an envelope from the point table. |
SE_ptable_set_concurrency |
Not Implemented |
Establishes point table concurrency control for threaded client applications. |
SE_ptable_snap |
Not Implemented |
Snaps to the closest point in the point table. |