00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #pragma once
00021
00022 BEGIN_NAMESPACE_OSGEO_FDO_PROVIDERS_WMS_OVERRIDE
00023 public __gc class OvStyleDefinition;
00024 public __gc class OvLayerCollection;
00025 public __gc class OvLayerDefinition;
00026 public __gc class OvRasterDefinition;
00027 public __gc class OvClassDefinition;
00028 public __gc class OvClassCollection;
00029
00030 public __gc __sealed class ObjectFactory
00031 {
00032 public:
00033 static NAMESPACE_OSGEO_FDO_PROVIDERS_WMS_OVERRIDE::OvStyleDefinition* CreateOvStyleDefinition(System::IntPtr ptr, System::Boolean autoDispose);
00034 static NAMESPACE_OSGEO_FDO_PROVIDERS_WMS_OVERRIDE::OvLayerCollection* CreateOvLayerCollection(System::IntPtr ptr, System::Boolean autoDispose);
00035 static NAMESPACE_OSGEO_FDO_PROVIDERS_WMS_OVERRIDE::OvLayerDefinition* CreateOvLayerDefinition(System::IntPtr ptr, System::Boolean autoDispose);
00036 static NAMESPACE_OSGEO_FDO_PROVIDERS_WMS_OVERRIDE::OvRasterDefinition* CreateOvRasterDefinition(System::IntPtr ptr, System::Boolean autoDispose);
00037 static NAMESPACE_OSGEO_FDO_PROVIDERS_WMS_OVERRIDE::OvClassDefinition* CreateOvClassDefinition(System::IntPtr ptr, System::Boolean autoDispose);
00038 static NAMESPACE_OSGEO_FDO_PROVIDERS_WMS_OVERRIDE::OvClassCollection* CreateOvClassCollection(System::IntPtr ptr, System::Boolean autoDispose);
00039 private:
00040 ObjectFactory(){}
00041 };
00042
00043 END_NAMESPACE_OSGEO_FDO_PROVIDERS_WMS_OVERRIDE