SAGA API
v9.6
|
Go to the source code of this file.
Macros | |
#define | Set_Content_Length(n) |
Functions | |
bool | SG_Shapes_Set_File_Format_Default (int Format) |
TSG_Shape_File_Format | SG_Shapes_Get_File_Format_Default (void) |
CSG_String | SG_Shapes_Get_File_Extension_Default (void) |
Variables | |
static TSG_Shape_File_Format | gSG_Shape_File_Format_Default = SHAPE_FILE_FORMAT_ESRI |
#define Set_Content_Length | ( | n | ) |
Definition at line 583 of file shapes_io.cpp.
CSG_String SG_Shapes_Get_File_Extension_Default | ( | void | ) |
Definition at line 124 of file shapes_io.cpp.
References gSG_Shape_File_Format_Default, SHAPE_FILE_FORMAT_ESRI, SHAPE_FILE_FORMAT_GeoJSON, and SHAPE_FILE_FORMAT_GeoPackage.
TSG_Shape_File_Format SG_Shapes_Get_File_Format_Default | ( | void | ) |
Definition at line 118 of file shapes_io.cpp.
References gSG_Shape_File_Format_Default.
bool SG_Shapes_Set_File_Format_Default | ( | int | Format | ) |
Definition at line 103 of file shapes_io.cpp.
References gSG_Shape_File_Format_Default, SHAPE_FILE_FORMAT_ESRI, SHAPE_FILE_FORMAT_GeoJSON, and SHAPE_FILE_FORMAT_GeoPackage.
|
static |
Definition at line 100 of file shapes_io.cpp.
Referenced by CSG_Shapes::Save(), SG_Shapes_Get_File_Extension_Default(), SG_Shapes_Get_File_Format_Default(), and SG_Shapes_Set_File_Format_Default().