[fdo-trac] #276: Can't access WMS custom commands from managed code
FDO
trac_fdo at osgeo.org
Wed Mar 19 10:43:48 EDT 2008
#276: Can't access WMS custom commands from managed code
-------------------------+--------------------------------------------------
Reporter: ssakharov | Owner: gregboone
Type: defect | Status: new
Priority: major | Milestone: 3.3.1
Component: FDO API | Version: 3.3.0
Severity: 3 | Keywords:
External_id: |
-------------------------+--------------------------------------------------
I seem to have hit a bug. i cant create any of the custom wms commands
from
c#.
The enum defined in mgCommandTypes.h under the wms provider just isnt
available.
From the code it should be under osgeo.fdo.providers.wms, but i only get
the
command object interfaces, and the overrides.
I attempted to try:
{{{
CreateCommand(OSGeo.FDO.Commands.CommandType.CommandType_FirstProviderCommand
+ 1800);
}}}
hoping to get an GetImageFormats command back, but its always null.
--
Ticket URL: <http://trac.osgeo.org/fdo/ticket/276>
FDO <http://fdo.osgeo.org/>
Feature Data Objects
More information about the fdo-trac
mailing list