CreateNonEarthProject ( XMin / YMin / XMax / YMax / Units / Filepath)
The CreateNonEarthProject command creates a new CatchmentSIM project with a non-earth projection with the extents and filepath supplied.
Parameter |
Description |
Accepted Values / Data Type |
XMin |
The minimum easting of the project. |
Decimal |
YMin |
The minimum northing of the project. |
Decimal |
XMax |
The maximum easting of the project. |
Decimal |
YMax |
The maximum easting of the project. |
Decimal |
Units |
The units of the project and source data |
METRE |
Filepath |
The file path for the project including the (.smr) extension |
String |
Eg., CreateNonEarthProject (0,0,100,100,”c:\demo.smr”)
CreateProjectedProject ( XMin / YMin / XMax / YMax / Filepath / ProjectionFileLink)
The CreateProjectedProject command creates a new CatchmentSIM project with a projected coordinate system with the extents and filepath supplied. The projection is given by linking to a MID/MIF or Shapefile (the Shapefile must have an attached .prj file).
Parameter |
Description |
Accepted Values / Data Type |
XMin |
The minimum easting of the project. |
Decimal |
YMin |
The minimum northing of the project. |
Decimal |
XMax |
The maximum easting of the project. |
Decimal |
YMax |
The maximum easting of the project. |
Decimal |
Filepath |
The file path for the project including the (.smr) extension |
String |
ProjectionFileLink |
The file path for the GIS file that includes projection information (*.mif or *.shp) |
String |
Eg., CreateProjectedProject (0,0,100,100,”c:\demo.smr”, ,”c:\demo.shp”)