SE_stable_get_extent |
Returns the defined extent of the shape (s) table
LONG SE_stable_get_extent (SE_STABLE stable, SE_ENVELOPE *extent);
stable | The handle of the s-table to query |
extent | The spatial extent of the s-table |
SE_stable_get_extent returns the defined extent of the s table, which may not be the actual extent of shapes added to the table. The defined extent is established when the table is created with SE_stable_create.
An SE_INVALID_POINTER error is returned if the s-table handle or envelope pointer is NULL or if the s-table handle does not reference a valid stable.
Note: This function executes on the client only.