|
| HRESULT | OpenRasFolder ([in] ILibrary *piLibrary, [in] BSTR sPath) |
| | Associate this manager with a specified folder. More...
|
| |
| HRESULT | ChartInfo ([in] BSTR ChartIdentifier, [out, retval] IRasChartInfo **pVal) |
| | Obtain the details of a specified chart. More...
|
| |
| HRESULT | PanelInfo ([in] IRasChartPanelIdentifier *PanelID, [out, retval] IRasPanelInfo **pVal) |
| | Obtain the details of a specified panel on a specified chart. More...
|
| |
| HRESULT | PanelsInGeoRect ([in] IGeoRect *geoRect, [in] LONG ScaleMin, [in] LONG ScaleMax, [out, retval] IRasChartPanelIdentifiers **pVal) |
| |
| HRESULT | PanelsAtPoint ([in] DOUBLE dLatGeodeticDegrees, [in] DOUBLE dLonDegrees, [in] LONG ScaleMin, [in] LONG ScaleMax, [out, retval] IRasChartPanelIdentifiers **pVal) |
| |
| HRESULT | SetManualWGS84Shift ([in] IRasChartPanelIdentifier *PanelId, [in] IGeoPoint *geoPoint, VARIANT_BOOL isSet) |
| | Set the horizontal datum shift for WGS84 manually. More...
|
| |
| HRESULT | DisplayPinDialog ([in] BSTR chartNumber, [out, retval] VARIANT_BOOL *bRes) |
| | Deprecated - calling this method is no longer required. More...
|
| |
| HRESULT | RunInstallApplicationARCS ([in] BSTR pathToInstallationApp) |
| | Invoke the CherSoft Windows application that installs and updates ARCS charts in the folder. More...
|
| |
| HRESULT | IsValidRasFolder ([in] BSTR sPath, [out, retval] VARIANT_BOOL *bRes) |
| | Is the path pointing to a valid RENC. A RENC is the folder structure in which raster charts are installed. More...
|
| |
| HRESULT | CreateRasFolder ([in] BSTR sPath) |
| | Create a RENC. A RENC is the folder structure in which raster charts are installed. More...
|
| |
Manage a folder of raster charts.
Monitors the contents of a folder and keeps some basic information about each chart in that folder.
A RasManager is required in order to draw a raster chart (using a RasDraw object).
Properties and methods via IRasManager.
Definition at line 4059 of file encxcom.idl.