Enfusion Script API
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
GeoShapeLoader Interface Reference

Geo shape API entry point - static class for loading various geo shape formats such as ESRI Shapefiles. More...

Static Public Member Functions

static proto ref GeoShapeCollection LoadShapeFile (string fileName)
 Loads ESRI Shapefile.
 

Detailed Description

Geo shape API entry point - static class for loading various geo shape formats such as ESRI Shapefiles.

Member Function Documentation

◆ LoadShapeFile()

static proto ref GeoShapeCollection GeoShapeLoader.LoadShapeFile ( string  fileName)
static

Loads ESRI Shapefile.

Parameters
fileNamepath to the file
Returns
Shape collection - loaded Shapefile's read-only collection or nullptr if loading failed for some reason.

Note: For successful load, all the Shapefile mandatory files must exist in the directory (i.e. the SHP, SHX and DBF).


The documentation for this interface was generated from the following file: