TsGeoPyramid* TsGeoCreate (TsGeoPyramidType type, char const *im_url, TsmConnectionParams im_params, ...)
Create a TsGeoPyramid, the handle for accessing an image pyramid with
geometry
Documentation
Create a TsGeoPyramid, the handle for accessing an image pyramid with
geometry. You specify the type of the pyramid as well as the URLs
for the DEM and OI datasets. You can optionally specify connection
parameters for the DEM and OI connections.
- Returns:
- A handle for accessing all further TsGeo functions.
- Parameters:
- type - The type of pyramid, a TsGeoPyramidType.
im_url - The URL of the image pyramid.
im_params - The connection parameters for the image pyramid.
dem_url - The URL of the DEM pyramid.
dem_params - The connection parameters for the DEM pyramid.
- Author:
- Lee Iverson
- Version:
- December 1999
- See Also:
- TsGeoPyramidType
TerraVision API Home Page