public EarthView.World.Spatial.MapCache.MapCacheListener GetClipListener()
                    {
                        IntPtr __ptr = EarthView_World_Spatial_MapCache_CMapCacheCreator_getClipListener_CMapCacheListener(this.NativeObject);

                        if (__ptr == IntPtr.Zero)
                        {
                            return(null);
                        }
                        EarthView.World.Spatial.MapCache.MapCacheListener csObj = new EarthView.World.Spatial.MapCache.MapCacheListener(CreatedWhenConstruct.CWC_NotToCreate);
                        csObj.BindNativeObject(__ptr, "CMapCacheListener");
                        csObj.Delegate = true;
                        IClassFactory csObjClassFactory = GlobalClassFactoryMap.Get(csObj.GetCppInstanceTypeName());

                        if (csObjClassFactory != null)
                        {
                            csObj.Delegate = true;
                            csObj          = csObjClassFactory.Create() as EarthView.World.Spatial.MapCache.MapCacheListener;
                            csObj.BindNativeObject(__ptr, "CMapCacheListener");
                            csObj.Delegate = true;
                        }
                        return(csObj);
                    }
 public void SetClipListener(EarthView.World.Spatial.MapCache.MapCacheListener listener)
 {
     EarthView_World_Spatial_MapCache_CMapCacheCreator_setClipListener_void_CMapCacheListener(this.NativeObject, object.Equals(listener, null) ? IntPtr.Zero : listener.NativeObject);
 }