MapWindowDevelper:Project
From MapWindow GIS
MapWindow.Interfaces.Project
The Project interface manages the project and configuration files in the MapWindow.
Property Members
| Name | Access | Summary |
|---|---|---|
| ConfigFileName : String | public | Returns the filename of the configuration file that was used to load the current MapWindow project. |
| ConfigLoaded : Boolean | public | Returns whether the configuration file specified by the project has been loaded. |
| FileName : String | public | Returns the filename of the current project. |
| MapUnits : String | public | Return or set the current map units, in the format "Meters", "Feet", etc |
| Modified : Boolean | public | Gets or sets the project modified flag. |
| ProjectProjection : String | public | Return or set the current project projection, in the format "+proj=tmerc +ellps=WGS84 etc etc +datum=WGS84" |
| RecentProjects : ArrayList | public | Returns an ArrayList of the recent projects (the full path to the projects) |
Method Members
| Name | Access | Summary |
|---|---|---|
| Load() : Boolean | public | Loads a project file. |
| Save() : Boolean | public | Saves the current project. |
| SaveConfig() : Boolean | public | Saves the current configuration to a configuration file. |
















