Maptitude GISDK Help |
GISDK supports map layers from several different sources: standard geographic files, compact geographic files, external geographic file types, and images of several types. Use the following GISDK functions to add or remove map layers:
GISDK Function |
Summary |
Adds an existing layer in the workspace to a map |
|
Adds an image layer to a map |
|
Adds a layer from a geographic file to a map |
|
Adds a layer to a workspace without it appearing in a map or dataview |
|
Adds a layer from a MapInfo TAB file to a map |
|
Adds an ODBC layer to a map |
|
Adds a layer from a Oracle Spatial table to a map |
|
Adds a layer from a Esri (ArcView) Shapefile to a map |
|
Removes a layer from a map |
|
Removes a layer from an application |
|
Gets information on layers in the system and the current layer. |
|
Gets a list of the layers in a map |
AddCDFLayer() has been superceded by AddLayer().
Geographic files can contain more than one layer of information. In particular, geographic files that containing line features almost always contain an endpoint layer as well. Standard format geographic files from earlier DOS versions of Caliper Corporation's GIS products may also contain multiple layers. Use GetDBLayers() to get a list of the layers in a geographic file.
You can also have layers that appear in a GISDK application, but do not appear in any maps. This is useful if you want to retrieve geographic information from a layer without displaying it, or if you want to display the tabular data for a layer in an editor. To have a layer in an application but not in a map, use the following GISDK functions:
GISDK Function |
Summary |
Adds a layer to an application without it appearing in a map or dataview |
|
Adds a MapInfo TAB file layer to an application without it appearing in a map or dataview |
|
Adds an ODBC layer to an application without it appearing in a map or dataview |
|
Adds an Oracle Spatial layer to an application without it appearing in a map or dataview |
|
Adds an Esri (ArcView) Shapefile layer to an application without it appearing in a map or dataview |
|
Removes a layer from an application |
For more information, see:
©2025 Caliper Corporation | www.caliper.com |