[mapguide-commits] r10135 - branches/4.0/MgDev/Bindings/src/ApiDump

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon May 5 03:45:54 PDT 2025


Author: jng
Date: 2025-05-05 03:45:53 -0700 (Mon, 05 May 2025)
New Revision: 10135

Added:
   branches/4.0/MgDev/Bindings/src/ApiDump/README.txt
   branches/4.0/MgDev/Bindings/src/ApiDump/filelist.csmap.windows.txt
   branches/4.0/MgDev/Bindings/src/ApiDump/filelist.server.windows.txt
   branches/4.0/MgDev/Bindings/src/ApiDump/filelist.web.windows.txt
   branches/4.0/MgDev/Bindings/src/ApiDump/snapshot_all.bat
Modified:
   branches/4.0/MgDev/Bindings/src/ApiDump/api.dotnet.txt
   branches/4.0/MgDev/Bindings/src/ApiDump/api.java.txt
   branches/4.0/MgDev/Bindings/src/ApiDump/api.php.txt
   branches/4.0/MgDev/Bindings/src/ApiDump/dotnet-dump.ps1
   branches/4.0/MgDev/Bindings/src/ApiDump/java-dump.ps1
   branches/4.0/MgDev/Bindings/src/ApiDump/php_dump.php
Log:
- Implement PHP API snapshotter script
- Add snapshot_all.bat that runs all 3 API snapshotter scripts and generates file listing snapshots
- Check in generated snapshots as the new baseline

Added: branches/4.0/MgDev/Bindings/src/ApiDump/README.txt
===================================================================
--- branches/4.0/MgDev/Bindings/src/ApiDump/README.txt	                        (rev 0)
+++ branches/4.0/MgDev/Bindings/src/ApiDump/README.txt	2025-05-05 10:45:53 UTC (rev 10135)
@@ -0,0 +1,5 @@
+Usage:
+
+1. Run snapshot_all.txt against a MapGuide installation after the MgInstantSetup tool has been run against it
+2. Copy the snapshot .txt files back into SOURCE_DIR/Bindings/src/ApiDump
+3. Review the svn diffs in the .txt files to verify if the snapshot changes are as intended
\ No newline at end of file

Modified: branches/4.0/MgDev/Bindings/src/ApiDump/api.dotnet.txt
===================================================================
--- branches/4.0/MgDev/Bindings/src/ApiDump/api.dotnet.txt	2025-05-01 11:50:30 UTC (rev 10134)
+++ branches/4.0/MgDev/Bindings/src/ApiDump/api.dotnet.txt	2025-05-05 10:45:53 UTC (rev 10135)
@@ -1,5190 +1,10375 @@
-Assembly: OSGeo.MapGuide.Foundation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null
-type OSGeo.MapGuide.MgFeaturePropertyType : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 AssociationProperty
-    [Field] Int32 DataProperty
-    [Field] Int32 GeometricProperty
-    [Field] Int32 ObjectProperty
-    [Field] Int32 RasterProperty
-}
-type OSGeo.MapGuide.MgMimeType : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] System.String Agf
-    [Field] System.String Binary
-    [Field] System.String Dwf
-    [Field] System.String Gif
-    [Field] System.String Html
-    [Field] System.String Jpeg
-    [Field] System.String Json
-    [Field] System.String Kml
-    [Field] System.String Kmz
-    [Field] System.String Meta
-    [Field] System.String Png
-    [Field] System.String Text
-    [Field] System.String Tiff
-    [Field] System.String Xml
-}
-type OSGeo.MapGuide.MgPropertyType : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 Blob
-    [Field] Int32 Boolean
-    [Field] Int32 Byte
-    [Field] Int32 Clob
-    [Field] Int32 DateTime
-    [Field] Int32 Decimal
-    [Field] Int32 Double
-    [Field] Int32 Feature
-    [Field] Int32 Geometry
-    [Field] Int32 Int16
-    [Field] Int32 Int32
-    [Field] Int32 Int64
-    [Field] Int32 Null
-    [Field] Int32 Raster
-    [Field] Int32 Single
-    [Field] Int32 String
-}
-type OSGeo.MapGuide.MgExceptionCodes : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] System.String MgAllProviderConnectionsUsedException
-    [Field] System.String MgArgumentOutOfRangeException
-    [Field] System.String MgArrayTypeMismatchException
-    [Field] System.String MgAuthenticationFailedException
-    [Field] System.String MgClassNotFoundException
-    [Field] System.String MgConfigurationException
-    [Field] System.String MgConfigurationLoadFailedException
-    [Field] System.String MgConfigurationSaveFailedException
-    [Field] System.String MgConnectionFailedException
-    [Field] System.String MgConnectionNotOpenException
-    [Field] System.String MgCoordinateSystemComputationFailedException
-    [Field] System.String MgCoordinateSystemConversionFailedException
-    [Field] System.String MgCoordinateSystemInitializationFailedException
-    [Field] System.String MgCoordinateSystemLoadFailedException
-    [Field] System.String MgCoordinateSystemMeasureFailedException
-    [Field] System.String MgCoordinateSystemTransformFailedException
-    [Field] System.String MgDateTimeException
-    [Field] System.String MgDbException
-    [Field] System.String MgDbXmlException
-    [Field] System.String MgDecryptionException
-    [Field] System.String MgDirectoryNotFoundException
-    [Field] System.String MgDivideByZeroException
-    [Field] System.String MgDomainException
-    [Field] System.String MgDuplicateDirectoryException
-    [Field] System.String MgDuplicateFileException
-    [Field] System.String MgDuplicateGroupException
-    [Field] System.String MgDuplicateNameException
-    [Field] System.String MgDuplicateObjectException
-    [Field] System.String MgDuplicateParameterException
-    [Field] System.String MgDuplicateRepositoryException
-    [Field] System.String MgDuplicateResourceDataException
-    [Field] System.String MgDuplicateResourceException
-    [Field] System.String MgDuplicateRoleException
-    [Field] System.String MgDuplicateServerException
-    [Field] System.String MgDuplicateSessionException
-    [Field] System.String MgDuplicateUserException
-    [Field] System.String MgDwfException
-    [Field] System.String MgDwfSectionNotFoundException
-    [Field] System.String MgDwfSectionResourceNotFoundException
-    [Field] System.String MgEmptyFeatureSetException
-    [Field] System.String MgEncryptionException
-    [Field] System.String MgEndOfStreamException
-    [Field] System.String MgEvaluationExpiredException
-    [Field] System.String MgFdoException
-    [Field] System.String MgFeatureServiceException
-    [Field] System.String MgFileIoException
-    [Field] System.String MgFileNotFoundException
-    [Field] System.String MgGeometryException
-    [Field] System.String MgGridDensityException
-    [Field] System.String MgGroupNotFoundException
-    [Field] System.String MgIndexOutOfRangeException
-    [Field] System.String MgInvalidArgumentException
-    [Field] System.String MgInvalidCastException
-    [Field] System.String MgInvalidCoordinateSystemException
-    [Field] System.String MgInvalidCoordinateSystemTypeException
-    [Field] System.String MgInvalidCoordinateSystemUnitsException
-    [Field] System.String MgInvalidDwfPackageException
-    [Field] System.String MgInvalidDwfSectionException
-    [Field] System.String MgInvalidFeatureSourceException
-    [Field] System.String MgInvalidIpAddressException
-    [Field] System.String MgInvalidLayerDefinitionException
-    [Field] System.String MgInvalidLicenseException
-    [Field] System.String MgInvalidLogEntryException
-    [Field] System.String MgInvalidMapDefinitionException
-    [Field] System.String MgInvalidMimeTypeException
-    [Field] System.String MgInvalidOperationException
-    [Field] System.String MgInvalidOperationVersionException
-    [Field] System.String MgInvalidPasswordException
-    [Field] System.String MgInvalidPrintLayoutFontSizeUnitsException
-    [Field] System.String MgInvalidPrintLayoutPositionUnitsException
-    [Field] System.String MgInvalidPrintLayoutSizeUnitsException
-    [Field] System.String MgInvalidPropertyTypeException
-    [Field] System.String MgInvalidRepositoryNameException
-    [Field] System.String MgInvalidRepositoryTypeException
-    [Field] System.String MgInvalidResourceDataNameException
-    [Field] System.String MgInvalidResourceDataTypeException
-    [Field] System.String MgInvalidResourceNameException
-    [Field] System.String MgInvalidResourcePathException
-    [Field] System.String MgInvalidResourcePreProcessingTypeException
-    [Field] System.String MgInvalidResourceTypeException
-    [Field] System.String MgInvalidSerialNumberException
-    [Field] System.String MgInvalidServerNameException
-    [Field] System.String MgInvalidStreamHeaderException
-    [Field] System.String MgInvalidWatermarkDefinitionException
-    [Field] System.String MgIoException
-    [Field] System.String MgLayerNotFoundException
-    [Field] System.String MgLengthException
-    [Field] System.String MgLicenseException
-    [Field] System.String MgLicenseExpiredException
-    [Field] System.String MgLogicException
-    [Field] System.String MgLogOpenFailedException
-    [Field] System.String MgNotFiniteNumberException
-    [Field] System.String MgNotImplementedException
-    [Field] System.String MgNullArgumentException
-    [Field] System.String MgNullPropertyValueException
-    [Field] System.String MgNullReferenceException
-    [Field] System.String MgObjectNotFoundException
-    [Field] System.String MgOperationProcessingException
-    [Field] System.String MgOutOfMemoryException
-    [Field] System.String MgOutOfRangeException
-    [Field] System.String MgOverflowException
-    [Field] System.String MgParameterNotFoundException
-    [Field] System.String MgPathTooLongException
-    [Field] System.String MgPermissionDeniedException
-    [Field] System.String MgPlatformNotSupportedException
-    [Field] System.String MgPortNotAvailableException
-    [Field] System.String MgPrintToScaleModeNotSelectedException
-    [Field] System.String MgRasterTransformationNotSupportedException
-    [Field] System.String MgRepositoryCreationFailedException
-    [Field] System.String MgRepositoryNotFoundException
-    [Field] System.String MgRepositoryNotOpenException
-    [Field] System.String MgRepositoryOpenFailedException
-    [Field] System.String MgResourceBusyException
-    [Field] System.String MgResourceDataNotFoundException
-    [Field] System.String MgResourceNotFoundException
-    [Field] System.String MgResourcesException
-    [Field] System.String MgResourcesLoadFailedException
-    [Field] System.String MgResourceTagNotFoundException
-    [Field] System.String MgRoleNotFoundException
-    [Field] System.String MgRuntimeException
-    [Field] System.String MgServerNotFoundException
-    [Field] System.String MgServerNotOnlineException
-    [Field] System.String MgServiceNotAvailableException
-    [Field] System.String MgServiceNotSupportedException
-    [Field] System.String MgSessionExpiredException
-    [Field] System.String MgSessionNotFoundException
-    [Field] System.String MgStreamIoException
-    [Field] System.String MgStylizeLayerFailedException
-    [Field] System.String MgTemporaryFileNotAvailableException
-    [Field] System.String MgUnauthorizedAccessException
-    [Field] System.String MgUnclassifiedException
-    [Field] System.String MgUnderflowException
-    [Field] System.String MgUnknownTileProviderException
-    [Field] System.String MgUnsupportedProviderThreadModelException
-    [Field] System.String MgUnsupportedTileProviderException
-    [Field] System.String MgUriFormatException
-    [Field] System.String MgUserNotFoundException
-    [Field] System.String MgXmlException
-    [Field] System.String MgXmlParserException
-}
-type OSGeo.MapGuide.ManagedException : System.Exception
-    implements System.Runtime.Serialization.ISerializable
-{
-    [Method] System.String get_Message()
-    [Method] System.String get_StackTrace()
-    [Method] System.String ToString()
-}
-[System.Reflection.DefaultMemberAttribute]
-type OSGeo.MapGuide.MgStringCollection : OSGeo.MapGuide.MgCollection
-    implements System.IDisposable
-    implements System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]
-    implements System.Collections.Generic.ICollection`1[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]
-    implements System.Collections.Generic.IEnumerable`1[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]
-    implements System.Collections.IEnumerable
-{
-    [Constructor] Void .ctor()
-    [Constructor] Void .ctor(System.Collections.Generic.IEnumerable`1[System.String])
-    [Method] Void Add(System.String)
-    [Method] Void Clear()
-    [Method] Boolean Contains(System.String)
-    [Method] Void CopyTo(System.String[], Int32)
-    [Method] Int32 get_Count()
-    [Method] Boolean get_IsReadOnly()
-    [Method] System.String get_Item(Int32)
-    [Method] Int32 GetCount()
-    [Method] System.Collections.Generic.IEnumerator`1[System.String] GetEnumerator()
-    [Method] System.String GetItem(Int32)
-    [Method] Int32 IndexOf(System.String)
-    [Method] Void Insert(Int32, System.String)
-    [Method] Boolean Remove(System.String)
-    [Method] Void RemoveAt(Int32)
-    [Method] Void set_Item(Int32, System.String)
-    [Method] Void SetItem(Int32, System.String)
-    [Method] OSGeo.MapGuide.MgByteReader ToXml()
-}
-type OSGeo.MapGuide.ReadOnlyRewindableStream : System.IO.Stream
-    implements System.IDisposable
-    implements System.IAsyncDisposable
-{
-    [Method] Boolean get_CanRead()
-    [Method] Boolean get_CanRewind()
-    [Method] Boolean get_CanSeek()
-    [Method] Boolean get_CanWrite()
-    [Method] Int64 get_Position()
-    [Method] Void Rewind()
-    [Method] Int64 Seek(Int64, System.IO.SeekOrigin)
-    [Method] Void set_Position(Int64)
-    [Method] Void SetLength(Int64)
-    [Method] Void Write(Byte[], Int32, Int32)
-}
-type OSGeo.MapGuide.GetByteReaderMethod : System.MulticastDelegate
-    implements System.ICloneable
-    implements System.Runtime.Serialization.ISerializable
-{
-    [Constructor] Void .ctor(System.Object, IntPtr)
-    [Method] System.IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)
-    [Method] OSGeo.MapGuide.MgByteReader EndInvoke(System.IAsyncResult)
-    [Method] OSGeo.MapGuide.MgByteReader Invoke()
-}
-type OSGeo.MapGuide.MgReadOnlyStream : OSGeo.MapGuide.ReadOnlyRewindableStream
-    implements System.IDisposable
-    implements System.IAsyncDisposable
-{
-    [Constructor] Void .ctor(OSGeo.MapGuide.GetByteReaderMethod)
-    [Constructor] Void .ctor(OSGeo.MapGuide.MgByteReader)
-    [Method] Void Flush()
-    [Method] Boolean get_CanRewind()
-    [Method] Int64 get_Length()
-    [Method] Int32 Read(Byte[], Int32, Int32)
-    [Method] Void Rewind()
-}
-[System.Reflection.DefaultMemberAttribute]
-type OSGeo.MapGuide.MgBatchPropertyCollection : OSGeo.MapGuide.MgCollection
-    implements System.IDisposable
-    implements System.Collections.Generic.IList`1[[OSGeo.MapGuide.MgPropertyCollection, OSGeo.MapGuide.Foundation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.ICollection`1[[OSGeo.MapGuide.MgPropertyCollection, OSGeo.MapGuide.Foundation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.IEnumerable`1[[OSGeo.MapGuide.MgPropertyCollection, OSGeo.MapGuide.Foundation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.IEnumerable
-{
-    [Constructor] Void .ctor()
-    [Method] Void Add(OSGeo.MapGuide.MgPropertyCollection)
-    [Method] Void Clear()
-    [Method] Boolean Contains(OSGeo.MapGuide.MgPropertyDefinition)
-    [Method] Void CopyTo(OSGeo.MapGuide.MgPropertyCollection[], Int32)
-    [Method] Int32 get_Count()
-    [Method] Boolean get_IsReadOnly()
-    [Method] OSGeo.MapGuide.MgPropertyCollection get_Item(Int32)
-    [Method] Int32 GetCount()
-    [Method] System.Collections.Generic.IEnumerator`1[OSGeo.MapGuide.MgPropertyCollection] GetEnumerator()
-    [Method] OSGeo.MapGuide.MgPropertyCollection GetItem(Int32)
-    [Method] Int32 IndexOf(OSGeo.MapGuide.MgPropertyDefinition)
-    [Method] Void Insert(Int32, OSGeo.MapGuide.MgPropertyCollection)
-    [Method] Boolean Remove(OSGeo.MapGuide.MgPropertyCollection)
-    [Method] Void RemoveAt(Int32)
-    [Method] Void set_Item(Int32, OSGeo.MapGuide.MgPropertyCollection)
-    [Method] Void SetItem(Int32, OSGeo.MapGuide.MgPropertyCollection)
-    [Method] OSGeo.MapGuide.MgByteReader ToXml()
-}
-type OSGeo.MapGuide.MgByteReader : OSGeo.MapGuide.MgSerializable
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(Byte[], Int32, System.String)
-    [Constructor] Void .ctor(System.String, System.String)
-    [Constructor] Void .ctor(System.String, System.String, Boolean)
-    [Method] System.String get_MimeType()
-    [Method] System.Runtime.InteropServices.HandleRef getCPtr(OSGeo.MapGuide.MgByteReader)
-    [Method] Int64 GetLength()
-    [Method] System.String GetMimeType()
-    [Method] Boolean IsRewindable()
-    [Method] Int32 Read(Byte[], Int32)
-    [Method] Void Rewind()
-    [Method] System.Runtime.InteropServices.HandleRef swigRelease(OSGeo.MapGuide.MgByteReader)
-    [Method] Void ToFile(System.String)
-    [Method] System.String ToString()
-}
-type OSGeo.MapGuide.MgByteSink : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(OSGeo.MapGuide.MgByteReader)
-    [Method] Void ToFile(System.String)
-}
-type OSGeo.MapGuide.MgByteSource : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(System.String)
-    [Constructor] Void .ctor(Byte[], Int32)
-    [Method] System.String get_MimeType()
-    [Method] System.String GetMimeType()
-    [Method] OSGeo.MapGuide.MgByteReader GetReader()
-    [Method] Void set_MimeType(System.String)
-    [Method] Void SetMimeType(System.String)
-}
-type OSGeo.MapGuide.MgCollection : OSGeo.MapGuide.MgSerializable
-    implements System.IDisposable
-{
-    [Method] Void Clear()
-    [Method] Int32 GetCount()
-    [Method] System.Runtime.InteropServices.HandleRef getCPtr(OSGeo.MapGuide.MgCollection)
-    [Method] Void RemoveAt(Int32)
-    [Method] System.Runtime.InteropServices.HandleRef swigRelease(OSGeo.MapGuide.MgCollection)
-    [Method] OSGeo.MapGuide.MgByteReader ToXml()
-}
-type OSGeo.MapGuide.MgDateTime : OSGeo.MapGuide.MgSerializable
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(Int16, Int16, Int16)
-    [Constructor] Void .ctor(Int16, Int16, Int16, Int32)
-    [Constructor] Void .ctor(Int16, Int16, Int16, Int16, Int16, Int16, Int32)
-    [Constructor] Void .ctor()
-    [Method] Int16 get_Day()
-    [Method] Int16 get_Hour()
-    [Method] Int32 get_Microsecond()
-    [Method] Int16 get_Minute()
-    [Method] Int16 get_Month()
-    [Method] Int16 get_Second()
-    [Method] Int16 get_Year()
-    [Method] Int16 GetDay()
-    [Method] Int16 GetHour()
-    [Method] Int32 GetMicrosecond()
-    [Method] Int16 GetMinute()
-    [Method] Int16 GetMonth()
-    [Method] Int16 GetSecond()
-    [Method] Int16 GetYear()
-    [Method] Boolean IsDate()
-    [Method] Boolean IsDateTime()
-    [Method] Boolean IsTime()
-    [Method] Void set_Day(Int16)
-    [Method] Void set_Hour(Int16)
-    [Method] Void set_Microsecond(Int32)
-    [Method] Void set_Minute(Int16)
-    [Method] Void set_Month(Int16)
-    [Method] Void set_Second(Int16)
-    [Method] Void set_Year(Int16)
-    [Method] Void SetDay(Int16)
-    [Method] Void SetHour(Int16)
-    [Method] Void SetMicrosecond(Int32)
-    [Method] Void SetMinute(Int16)
-    [Method] Void SetMonth(Int16)
-    [Method] Void SetSecond(Int16)
-    [Method] Void SetYear(Int16)
-    [Method] System.String ToString()
-    [Method] Void Validate()
-}
-type OSGeo.MapGuide.MgDisposable : OSGeo.MapGuide.MgObject
-    implements System.IDisposable
-{
-    [Method] System.Runtime.InteropServices.HandleRef getCPtr(OSGeo.MapGuide.MgDisposable)
-    [Method] System.Runtime.InteropServices.HandleRef swigRelease(OSGeo.MapGuide.MgDisposable)
-}
-type OSGeo.MapGuide.MgDisposableCollection : OSGeo.MapGuide.MgCollection
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor()
-    [Method] Void Add(OSGeo.MapGuide.MgDisposable)
-    [Method] Void Clear()
-    [Method] Boolean Contains(OSGeo.MapGuide.MgDisposable)
-    [Method] Int32 GetCount()
-    [Method] OSGeo.MapGuide.MgDisposable GetItem(Int32)
-    [Method] Int32 IndexOf(OSGeo.MapGuide.MgDisposable)
-    [Method] Void Insert(Int32, OSGeo.MapGuide.MgDisposable)
-    [Method] Boolean Remove(OSGeo.MapGuide.MgDisposable)
-    [Method] Void RemoveAt(Int32)
-    [Method] Void SetItem(Int32, OSGeo.MapGuide.MgDisposable)
-    [Method] OSGeo.MapGuide.MgByteReader ToXml()
-}
-type OSGeo.MapGuide.MgException : OSGeo.MapGuide.ManagedException
-    implements System.Runtime.Serialization.ISerializable
-    implements System.IDisposable
-{
-    [Method] Void AddStackTraceInfo(System.String, System.String, Int32, System.String)
-    [Method] Void AddStackTraceInfo(System.String, Int32, System.String)
-    [Method] Void Dispose()
-    [Method] System.String GetDetails()
-    [Method] System.String GetDetails(System.String)
-    [Method] System.String GetExceptionCode()
-    [Method] System.String GetExceptionMessage()
-    [Method] System.String GetExceptionMessage(System.String)
-    [Method] Int64 GetNativeErrorCode()
-    [Method] System.String GetStackTrace()
-    [Method] System.String GetStackTrace(System.String)
-}
-type OSGeo.MapGuide.MgGuardDisposable : OSGeo.MapGuide.MgDisposable
-    implements System.IDisposable
-{
-    [Method] System.Runtime.InteropServices.HandleRef getCPtr(OSGeo.MapGuide.MgGuardDisposable)
-    [Method] System.Runtime.InteropServices.HandleRef swigRelease(OSGeo.MapGuide.MgGuardDisposable)
-}
-type OSGeo.MapGuide.MgNamedSerializable : OSGeo.MapGuide.MgSerializable
-    implements System.IDisposable
-{
-    [Method] System.Runtime.InteropServices.HandleRef getCPtr(OSGeo.MapGuide.MgNamedSerializable)
-    [Method] System.Runtime.InteropServices.HandleRef swigRelease(OSGeo.MapGuide.MgNamedSerializable)
-}
-type OSGeo.MapGuide.MgNullableProperty : OSGeo.MapGuide.MgProperty
-    implements System.IDisposable
-{
-    [Method] System.Runtime.InteropServices.HandleRef getCPtr(OSGeo.MapGuide.MgNullableProperty)
-    [Method] Boolean IsNull()
-    [Method] Void SetNull(Boolean)
-    [Method] System.Runtime.InteropServices.HandleRef swigRelease(OSGeo.MapGuide.MgNullableProperty)
-}
-type OSGeo.MapGuide.MgObject : System.Object
-    implements System.IDisposable
-{
-    [Method] Void Dispose()
-}
-type OSGeo.MapGuide.MgProperty : OSGeo.MapGuide.MgNamedSerializable
-    implements System.IDisposable
-{
-    [Method] System.String get_Name()
-    [Method] Int16 get_PropertyType()
-    [Method] System.String GetName()
-    [Method] Int16 GetPropertyType()
-    [Method] Void set_Name(System.String)
-    [Method] Void SetName(System.String)
-}
-[System.Reflection.DefaultMemberAttribute]
-type OSGeo.MapGuide.MgPropertyCollection : OSGeo.MapGuide.MgCollection
-    implements System.IDisposable
-    implements System.Collections.Generic.IList`1[[OSGeo.MapGuide.MgProperty, OSGeo.MapGuide.Foundation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.ICollection`1[[OSGeo.MapGuide.MgProperty, OSGeo.MapGuide.Foundation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.IEnumerable`1[[OSGeo.MapGuide.MgProperty, OSGeo.MapGuide.Foundation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.IEnumerable
-{
-    [Constructor] Void .ctor()
-    [Method] Void Add(OSGeo.MapGuide.MgProperty)
-    [Method] Void Clear()
-    [Method] Boolean Contains(System.String)
-    [Method] Boolean Contains(OSGeo.MapGuide.MgProperty)
-    [Method] Void CopyTo(OSGeo.MapGuide.MgProperty[], Int32)
-    [Method] Int32 get_Count()
-    [Method] Boolean get_IsReadOnly()
-    [Method] OSGeo.MapGuide.MgProperty get_Item(Int32)
-    [Method] Int32 GetCount()
-    [Method] System.Collections.Generic.IEnumerator`1[OSGeo.MapGuide.MgProperty] GetEnumerator()
-    [Method] OSGeo.MapGuide.MgProperty GetItem(Int32)
-    [Method] OSGeo.MapGuide.MgProperty GetItem(System.String)
-    [Method] Int32 IndexOf(OSGeo.MapGuide.MgProperty)
-    [Method] Int32 IndexOf(System.String)
-    [Method] Void Insert(Int32, OSGeo.MapGuide.MgProperty)
-    [Method] Boolean Remove(OSGeo.MapGuide.MgProperty)
-    [Method] Void RemoveAt(Int32)
-    [Method] Void set_Item(Int32, OSGeo.MapGuide.MgProperty)
-    [Method] Void SetItem(Int32, OSGeo.MapGuide.MgProperty)
-    [Method] OSGeo.MapGuide.MgByteReader ToXml()
-}
-type OSGeo.MapGuide.MgPropertyDefinition : OSGeo.MapGuide.MgProperty
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(System.String, Int16)
-    [Method] Void Delete()
-    [Method] System.String get_Description()
-    [Method] Int16 get_PropertyType()
-    [Method] System.String get_QualifiedName()
-    [Method] System.Runtime.InteropServices.HandleRef getCPtr(OSGeo.MapGuide.MgPropertyDefinition)
-    [Method] System.String GetDescription()
-    [Method] Int16 GetPropertyType()
-    [Method] System.String GetQualifiedName()
-    [Method] Void set_Description(System.String)
-    [Method] Void set_QualifiedName(System.String)
-    [Method] Void SetDescription(System.String)
-    [Method] Void SetQualifiedName(System.String)
-    [Method] System.Runtime.InteropServices.HandleRef swigRelease(OSGeo.MapGuide.MgPropertyDefinition)
-}
-type OSGeo.MapGuide.MgSerializable : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Method] System.Runtime.InteropServices.HandleRef getCPtr(OSGeo.MapGuide.MgSerializable)
-    [Method] System.Runtime.InteropServices.HandleRef swigRelease(OSGeo.MapGuide.MgSerializable)
-}
-type OSGeo.MapGuide.MgStringProperty : OSGeo.MapGuide.MgNullableProperty
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(System.String, System.String)
-    [Method] Int16 get_PropertyType()
-    [Method] System.String get_Value()
-    [Method] Int16 GetPropertyType()
-    [Method] System.String GetValue()
-    [Method] Void SetValue(System.String)
-}
-Assembly: OSGeo.MapGuide.Geometry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null
-type OSGeo.MapGuide.MgCoordinateDimension : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 M
-    [Field] Int32 XY
-    [Field] Int32 XYZ
-}
-type OSGeo.MapGuide.MgGeometryEntityType : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 Geometry
-    [Field] Int32 GeometryComponent
-}
-type OSGeo.MapGuide.MgGeometricPathInstructionType : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 Close
-    [Field] Int32 LineTo
-    [Field] Int32 MoveTo
-    [Field] Int32 QuadTo
-}
-type OSGeo.MapGuide.MgGeometryComponentType : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 ArcSegment
-    [Field] Int32 CurveRing
-    [Field] Int32 LinearRing
-    [Field] Int32 LinearSegment
-}
-type OSGeo.MapGuide.MgGeometryType : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 CurvePolygon
-    [Field] Int32 CurveString
-    [Field] Int32 LineString
-    [Field] Int32 MultiCurvePolygon
-    [Field] Int32 MultiCurveString
-    [Field] Int32 MultiGeometry
-    [Field] Int32 MultiLineString
-    [Field] Int32 MultiPoint
-    [Field] Int32 MultiPolygon
-    [Field] Int32 Point
-    [Field] Int32 Polygon
-}
-type OSGeo.MapGuide.MgGeometrySimplificationAlgorithmType : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 DouglasPeucker
-    [Field] Int32 TopologyPreserving
-}
-type OSGeo.MapGuide.MgCoordinateSystemCodeFormat : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 Epsg
-    [Field] Int32 Mentor
-}
-type OSGeo.MapGuide.MgCoordinateSystemErrorCode : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 AFFZERO
-    [Field] Int32 AZM
-    [Field] Int32 AZMTH
-    [Field] Int32 ConversionFailed
-    [Field] Int32 CRTMM
-    [Field] Int32 DENRGN
-    [Field] Int32 ELEVEL
-    [Field] Int32 GEOMM
-    [Field] Int32 HMISPHR
-    [Field] Int32 InitializationFailed
-    [Field] Int32 InvalidArgument
-    [Field] Int32 INVDTM
-    [Field] Int32 INVELP
-    [Field] Int32 INVPRJ
-    [Field] Int32 INVQUAD
-    [Field] Int32 LAT
-    [Field] Int32 LATEQU
-    [Field] Int32 LLRNG
-    [Field] Int32 LNG
-    [Field] Int32 LNGEQU
-    [Field] Int32 MAPSCL
-    [Field] Int32 MAX15
-    [Field] Int32 MEREQU
-    [Field] Int32 MRCAT
-    [Field] Int32 MSCOEF
-    [Field] Int32 NOREF
-    [Field] Int32 NOTNRTH
-    [Field] Int32 NRDATUM
-    [Field] Int32 NRTHLAT
-    [Field] Int32 NRTHPNT
-    [Field] Int32 NullArgument
-    [Field] Int32 OBLQPOLE
-    [Field] Int32 Ok
-    [Field] Int32 ORGLAT
-    [Field] Int32 ORGLNG
-    [Field] Int32 OSTN02
-    [Field] Int32 OSTN97
-    [Field] Int32 OutOfMemory
-    [Field] Int32 PLL90
-    [Field] Int32 PLLED
-    [Field] Int32 PLLEQU
-    [Field] Int32 PLLLRG
-    [Field] Int32 PLLREV
-    [Field] Int32 PLLZERO
-    [Field] Int32 PLRLAT
-    [Field] Int32 POLDD
-    [Field] Int32 POLDUP
-    [Field] Int32 POLLAT
-    [Field] Int32 POLLNG
-    [Field] Int32 QUAD
-    [Field] Int32 RNGORD
-    [Field] Int32 SCLRED
-    [Field] Int32 SOTHLAT
-    [Field] Int32 STDLAT
-    [Field] Int32 STDLNG
-    [Field] Int32 STDPLL
-    [Field] Int32 STDSOU
-    [Field] Int32 STDWEST
-    [Field] Int32 TMKRG0
-    [Field] Int32 UNIT
-    [Field] Int32 USEPLR
-    [Field] Int32 USESW
-    [Field] Int32 UTMZON
-}
-type OSGeo.MapGuide.MgCoordinateSystemGeodeticTransformationMethod : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 AGD66
-    [Field] Int32 AGD84
-    [Field] Int32 ATS77
-    [Field] Int32 Bursa
-    [Field] Int32 CHENYX
-    [Field] Int32 CSRS
-    [Field] Int32 DHDN
-    [Field] Int32 ED50
-    [Field] Int32 ETRF89
-    [Field] Int32 FourParameter
-    [Field] Int32 GDA94
-    [Field] Int32 Geocentric
-    [Field] Int32 HPGN
-    [Field] Int32 Lclgrf
-    [Field] Int32 Molodensky
-    [Field] Int32 MReg
-    [Field] Int32 NAD27
-    [Field] Int32 NAD83
-    [Field] Int32 None
-    [Field] Int32 NZGD2K
-    [Field] Int32 NZGD49
-    [Field] Int32 RGF93
-    [Field] Int32 SevenParameter
-    [Field] Int32 SixParameter
-    [Field] Int32 ThreeParameter
-    [Field] Int32 TOKYO
-    [Field] Int32 WGS72
-    [Field] Int32 WGS84
-}
-type OSGeo.MapGuide.MgCoordinateSystemGridOrientation : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Byte EastWest
-    [Field] Byte None
-    [Field] Byte NorthSouth
-    [Field] Byte Unknown
-}
-type OSGeo.MapGuide.MgCoordinateSystemGridSpecializationType : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 Generic
-    [Field] Int32 MGRS
-    [Field] Int32 None
-    [Field] Int32 Unknown
-    [Field] Int32 USNG
-}
-type OSGeo.MapGuide.MgCoordinateSystemMgrsGridLevel : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 Mgrs100Km
-    [Field] Int32 Mgrs100m
-    [Field] Int32 Mgrs10Km
-    [Field] Int32 Mgrs10m
-    [Field] Int32 Mgrs1Km
-    [Field] Int32 Mgrs1m
-    [Field] Int32 MgrsNone
-    [Field] Int32 MgrsUnknown
-    [Field] Int32 MgrsUps
-    [Field] Int32 MgrsUtm
-}
-type OSGeo.MapGuide.MgCoordinateSystemMgrsLetteringScheme : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Byte Alternative
-    [Field] Byte Normal
-}
-type OSGeo.MapGuide.MgCoordinateSystemMgrsGridSquarePosition : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 Center
-    [Field] Int32 East
-    [Field] Int32 None
-    [Field] Int32 North
-    [Field] Int32 NorthEast
-    [Field] Int32 NorthWest
-    [Field] Int32 South
-    [Field] Int32 SouthEast
-    [Field] Int32 SouthWest
-    [Field] Int32 Unknown
-    [Field] Int32 West
-}
-type OSGeo.MapGuide.MgCoordinateSystemProjectionCode : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 Alber
-    [Field] Int32 Azede
-    [Field] Int32 Azmea
-    [Field] Int32 Azmed
-    [Field] Int32 Bipolar
-    [Field] Int32 Bonne
-    [Field] Int32 Cassini
-    [Field] Int32 Eckert4
-    [Field] Int32 Eckert6
-    [Field] Int32 Edcnc
-    [Field] Int32 Edcyl
-    [Field] Int32 EdcylE
-    [Field] Int32 GaussK
-    [Field] Int32 Gnomonic
-    [Field] Int32 Goode
-    [Field] Int32 Hom1uv
-    [Field] Int32 Hom1xy
-    [Field] Int32 Hom2uv
-    [Field] Int32 Hom2xy
-    [Field] Int32 Krovak
-    [Field] Int32 Krvk95
-    [Field] Int32 LL
-    [Field] Int32 Lm1sp
-    [Field] Int32 Lm2sp
-    [Field] Int32 Lmblg
-    [Field] Int32 Lmbrtaf
-    [Field] Int32 LmMich
-    [Field] Int32 Lmtan
-    [Field] Int32 Miller
-    [Field] Int32 Mndotl
-    [Field] Int32 Mndott
-    [Field] Int32 Modpc
-    [Field] Int32 Mollweid
-    [Field] Int32 Mrcat
-    [Field] Int32 MrcatK
-    [Field] Int32 Mstero
-    [Field] Int32 Neacyl
-    [Field] Int32 Nerth
-    [Field] Int32 Nrthsrt
-    [Field] Int32 Nzealand
-    [Field] Int32 OblqM
-    [Field] Int32 Obqcyl
-    [Field] Int32 Ortho
-    [Field] Int32 Ostn02
-    [Field] Int32 Ostn97
-    [Field] Int32 Ostro
-    [Field] Int32 PlateCarree
-    [Field] Int32 Plycn
-    [Field] Int32 Pstro
-    [Field] Int32 Pstrosl
-    [Field] Int32 PvMercator
-    [Field] Int32 Robinson
-    [Field] Int32 Rskew
-    [Field] Int32 Rskewc
-    [Field] Int32 Rskewo
-    [Field] Int32 Sinus
-    [Field] Int32 Sotrm
-    [Field] Int32 Sstro
-    [Field] Int32 Swiss
-    [Field] Int32 Sys34
-    [Field] Int32 Sys34_01
-    [Field] Int32 Sys34_99
-    [Field] Int32 Teacyl
-    [Field] Int32 Tm
-    [Field] Int32 Trmeraf
-    [Field] Int32 Trmrkrg
-    [Field] Int32 Trmrs
-    [Field] Int32 Unknown
-    [Field] Int32 Utm
-    [Field] Int32 Vdgrntn
-    [Field] Int32 Wccsl
-    [Field] Int32 Wccst
-    [Field] Int32 Winkl
-}
-type OSGeo.MapGuide.MgCoordinateSystemProjectionFormatType : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 Angd
-    [Field] Int32 Coef
-    [Field] Int32 Lat
-    [Field] Int32 Lng
-    [Field] Int32 None
-    [Field] Int32 Rot
-    [Field] Int32 Scl
-    [Field] Int32 Xxx
-    [Field] Int32 Yyy
-}
-type OSGeo.MapGuide.MgCoordinateSystemProjectionLogicalType : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 AffineCoefficient
-    [Field] Int32 AngularDistance
-    [Field] Int32 Azimuth
-    [Field] Int32 ComplexCoefficient
-    [Field] Int32 Elevation
-    [Field] Int32 GeoidHeight
-    [Field] Int32 HemisphereSelection
-    [Field] Int32 Latitude
-    [Field] Int32 Longitude
-    [Field] Int32 None
-    [Field] Int32 Scale
-    [Field] Int32 UTMZoneNumber
-    [Field] Int32 XYCoordinate
-}
-type OSGeo.MapGuide.MgCoordinateSystemProjectionParameterType : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 Adp1p2
-    [Field] Int32 Adsp1
-    [Field] Int32 Adsp2
-    [Field] Int32 Aelev
-    [Field] Int32 Afa0
-    [Field] Int32 Afa1
-    [Field] Int32 Afa2
-    [Field] Int32 Afb0
-    [Field] Int32 Afb1
-    [Field] Int32 Afb2
-    [Field] Int32 Cmplxan
-    [Field] Int32 Cmplxbn
-    [Field] Int32 Cntmer
-    [Field] Int32 Denrgn
-    [Field] Int32 Eastll
-    [Field] Int32 EllipsoidScale
-    [Field] Int32 Estdmer
-    [Field] Int32 Gcazm
-    [Field] Int32 Gcp1lat
-    [Field] Int32 Gcp1lng
-    [Field] Int32 Gcp2lat
-    [Field] Int32 Gcp2lng
-    [Field] Int32 Gcplat
-    [Field] Int32 Gcplng
-    [Field] Int32 Ghgt
-    [Field] Int32 Hsns
-    [Field] Int32 NotUsed
-    [Field] Int32 Nparall
-    [Field] Int32 Nrmlpll
-    [Field] Int32 Nrthrot
-    [Field] Int32 Nrthscl
-    [Field] Int32 Nstdpll
-    [Field] Int32 Ostdpll
-    [Field] Int32 P1lat
-    [Field] Int32 P1lng
-    [Field] Int32 P2lat
-    [Field] Int32 P2lng
-    [Field] Int32 Polelat
-    [Field] Int32 Polelng
-    [Field] Int32 Sclrotorgx
-    [Field] Int32 Sclrotorgy
-    [Field] Int32 Skwazm
-    [Field] Int32 Sparall
-    [Field] Int32 Sstdpll
-    [Field] Int32 Stdcir
-    [Field] Int32 Stdpll
-    [Field] Int32 Utmzn
-    [Field] Int32 Westll
-    [Field] Int32 Yaxisaz
-}
-type OSGeo.MapGuide.MgCoordinateSystemType : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 Arbitrary
-    [Field] Int32 Geographic
-    [Field] Int32 Projected
-    [Field] Int32 Unknown
-}
-type OSGeo.MapGuide.MgCoordinateSystemUnitCode : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 BenoitChain
-    [Field] Int32 BenoitLink
-    [Field] Int32 BrChainTrunc
-    [Field] Int32 Brealey
-    [Field] Int32 BrFootTrunc
-    [Field] Int32 BrLinkTrunc
-    [Field] Int32 CaGrid
-    [Field] Int32 CapeFoot
-    [Field] Int32 Centimeter
-    [Field] Int32 Centisec
-    [Field] Int32 ClarkeChain
-    [Field] Int32 ClarkeFoot
-    [Field] Int32 ClarkeLink
-    [Field] Int32 Decameter
-    [Field] Int32 Decimeter
-    [Field] Int32 Decisec
-    [Field] Int32 Degree
-    [Field] Int32 Dekameter
-    [Field] Int32 Foot
-    [Field] Int32 Furlong
-    [Field] Int32 GermanMeter
-    [Field] Int32 GoldCoastFoot
-    [Field] Int32 Grad
-    [Field] Int32 Grade
-    [Field] Int32 GunterChain
-    [Field] Int32 GunterLink
-    [Field] Int32 Hectometer
-    [Field] Int32 IFoot
-    [Field] Int32 IInch
-    [Field] Int32 IMile
-    [Field] Int32 Inch
-    [Field] Int32 IndianFoot
-    [Field] Int32 IndianFt37
-    [Field] Int32 IndianFt62
-    [Field] Int32 IndianFt75
-    [Field] Int32 IndianYard
-    [Field] Int32 IndianYd37
-    [Field] Int32 InternationalChain
-    [Field] Int32 InternationalLink
-    [Field] Int32 IYard
-    [Field] Int32 Kilometer
-    [Field] Int32 Knot
-    [Field] Int32 Lat66
-    [Field] Int32 Lat83
-    [Field] Int32 MapInfo
-    [Field] Int32 Meter
-    [Field] Int32 MicroInch
-    [Field] Int32 Mil
-    [Field] Int32 Mile
-    [Field] Int32 Millimeter
-    [Field] Int32 Millisec
-    [Field] Int32 Minute
-    [Field] Int32 NautM
-    [Field] Int32 Perch
-    [Field] Int32 Pole
-    [Field] Int32 Radian
-    [Field] Int32 Rod
-    [Field] Int32 Rood
-    [Field] Int32 SearsChain
-    [Field] Int32 SearsFoot
-    [Field] Int32 SearsLink
-    [Field] Int32 SearsYard
-    [Field] Int32 Second
-    [Field] Int32 Unknown
-    [Field] Int32 Yard
-}
-type OSGeo.MapGuide.MgCoordinateSystemUnitType : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 Angular
-    [Field] Int32 Linear
-    [Field] Int32 Unknown
-}
-type OSGeo.MapGuide.MgCoordinateSystemWktFlavor : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 Epsg
-    [Field] Int32 Esri
-    [Field] Int32 Geotiff
-    [Field] Int32 Geotools
-    [Field] Int32 Ogc
-    [Field] Int32 Oracle
-    [Field] Int32 Unknown
-}
-type OSGeo.MapGuide.MgCoordinateSystemGeodeticTransformDefType : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 Analytical
-    [Field] Int32 Interpolation
-    [Field] Int32 MultipleRegression
-    [Field] Int32 None
-    [Field] Int32 Standalone
-}
-type OSGeo.MapGuide.MgCoordinateSystemGeodeticDirection : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 GeodeticDirectionError
-    [Field] Int32 GeodeticDirectionForward
-    [Field] Int32 GeodeticDirectionInverse
-    [Field] Int32 GeodeticDirectionNone
-}
-type OSGeo.MapGuide.MgCoordinateSystemGeodeticAnalyticalTransformationMethod : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 AbridgedMolodensky
-    [Field] Int32 Bursa
-    [Field] Int32 FourParameter
-    [Field] Int32 Frame
-    [Field] Int32 Geocentric
-    [Field] Int32 Molodensky
-    [Field] Int32 MolodenskyBadekas
-    [Field] Int32 None
-    [Field] Int32 SevenParameter
-    [Field] Int32 SixParameter
-    [Field] Int32 ThreeParameter
-}
-type OSGeo.MapGuide.MgCoordinateSystemGeodeticMultipleRegressionTransformationMethod : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 GeneralPolynomialEpsg
-    [Field] Int32 MultipleRegression
-    [Field] Int32 None
-}
-type OSGeo.MapGuide.MgCoordinateSystemGeodeticStandaloneTransformationMethod : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 None
-    [Field] Int32 NullX
-    [Field] Int32 Wgs72
-}
-type OSGeo.MapGuide.MgCoordinateSystemGeodeticTransformGridFileFormat : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 ATS77
-    [Field] Int32 GEOCON
-    [Field] Int32 NADCON
-    [Field] Int32 None
-    [Field] Int32 NTv1
-    [Field] Int32 NTv2
-    [Field] Int32 OST02
-    [Field] Int32 OST15
-    [Field] Int32 OST97
-    [Field] Int32 PAR
-    [Field] Int32 RGF
-}
-type OSGeo.MapGuide.MgAgfReaderWriter : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor()
-    [Method] OSGeo.MapGuide.MgGeometry Read(OSGeo.MapGuide.MgByteReader)
-    [Method] OSGeo.MapGuide.MgGeometry Read(OSGeo.MapGuide.MgByteReader, OSGeo.MapGuide.MgTransform)
-    [Method] OSGeo.MapGuide.MgByteReader Write(OSGeo.MapGuide.MgGeometry)
-    [Method] OSGeo.MapGuide.MgByteReader Write(OSGeo.MapGuide.MgGeometry, OSGeo.MapGuide.MgTransform)
-}
-type OSGeo.MapGuide.MgAggregateGeometry : OSGeo.MapGuide.MgGeometry
-    implements System.IDisposable
-{
-    [Method] Int32 get_Count()
-    [Method] Int32 GetCount()
-}
-type OSGeo.MapGuide.MgArcSegment : OSGeo.MapGuide.MgCurveSegment
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgGeometricEntity Copy()
-    [Method] Int32 get_ComponentType()
-    [Method] OSGeo.MapGuide.MgCoordinate get_ControlCoordinate()
-    [Method] Int32 get_Dimension()
-    [Method] OSGeo.MapGuide.MgCoordinate get_EndCoordinate()
-    [Method] OSGeo.MapGuide.MgCoordinate get_StartCoordinate()
-    [Method] Int32 GetComponentType()
-    [Method] OSGeo.MapGuide.MgCoordinate GetControlCoordinate()
-    [Method] Int32 GetDimension()
-    [Method] OSGeo.MapGuide.MgCoordinate GetEndCoordinate()
-    [Method] OSGeo.MapGuide.MgCoordinate GetStartCoordinate()
-    [Method] Boolean IsClosed()
-    [Method] Boolean IsEmpty()
-    [Method] OSGeo.MapGuide.MgGeometricEntity Transform(OSGeo.MapGuide.MgTransform)
-}
-type OSGeo.MapGuide.MgCoordinate : OSGeo.MapGuide.MgSerializable
-    implements System.IDisposable
-{
-    [Method] Int32 get_Dimension()
-    [Method] Double get_M()
-    [Method] Double get_NoM()
-    [Method] Double get_NoZ()
-    [Method] Double get_X()
-    [Method] Double get_Y()
-    [Method] Double get_Z()
-    [Method] Int32 GetDimension()
-    [Method] Double GetM()
-    [Method] Double GetX()
-    [Method] Double GetY()
-    [Method] Double GetZ()
-}
-[System.Reflection.DefaultMemberAttribute]
-type OSGeo.MapGuide.MgCoordinateCollection : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-    implements System.Collections.Generic.IList`1[[OSGeo.MapGuide.MgCoordinate, OSGeo.MapGuide.Geometry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.ICollection`1[[OSGeo.MapGuide.MgCoordinate, OSGeo.MapGuide.Geometry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.IEnumerable`1[[OSGeo.MapGuide.MgCoordinate, OSGeo.MapGuide.Geometry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.IEnumerable
-{
-    [Constructor] Void .ctor()
-    [Method] Void Add(OSGeo.MapGuide.MgCoordinate)
-    [Method] Void Clear()
-    [Method] Boolean Contains(OSGeo.MapGuide.MgCoordinate)
-    [Method] Void CopyTo(OSGeo.MapGuide.MgCoordinate[], Int32)
-    [Method] Int32 get_Count()
-    [Method] Boolean get_IsReadOnly()
-    [Method] OSGeo.MapGuide.MgCoordinate get_Item(Int32)
-    [Method] Int32 GetCount()
-    [Method] System.Collections.Generic.IEnumerator`1[OSGeo.MapGuide.MgCoordinate] GetEnumerator()
-    [Method] OSGeo.MapGuide.MgCoordinate GetItem(Int32)
-    [Method] Int32 IndexOf(OSGeo.MapGuide.MgCoordinate)
-    [Method] Void Insert(Int32, OSGeo.MapGuide.MgCoordinate)
-    [Method] Boolean Remove(OSGeo.MapGuide.MgCoordinate)
-    [Method] Void RemoveAt(Int32)
-    [Method] Void set_Item(Int32, OSGeo.MapGuide.MgCoordinate)
-    [Method] Void SetItem(Int32, OSGeo.MapGuide.MgCoordinate)
-}
-type OSGeo.MapGuide.MgCoordinateIterator : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgCoordinate GetCurrent()
-    [Method] Boolean MoveNext()
-    [Method] Void Reset()
-}
-type OSGeo.MapGuide.MgCoordinateSystem : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Method] Void CancelLonLatBounds()
-    [Method] Void CancelXYBounds()
-    [Method] Void ConvertCoordinateFromLonLat(OSGeo.MapGuide.MgCoordinate)
-    [Method] Double ConvertCoordinateSystemUnitsToMeters(Double)
-    [Method] Void ConvertCoordinateToLonLat(OSGeo.MapGuide.MgCoordinate)
-    [Method] OSGeo.MapGuide.MgCoordinate ConvertFromLonLat(Double, Double)
-    [Method] OSGeo.MapGuide.MgCoordinate ConvertFromLonLat(Double, Double, Double)
-    [Method] OSGeo.MapGuide.MgCoordinate ConvertFromLonLat(OSGeo.MapGuide.MgCoordinate)
-    [Method] Double ConvertMetersToCoordinateSystemUnits(Double)
-    [Method] OSGeo.MapGuide.MgCoordinate ConvertToLonLat(Double, Double)
-    [Method] OSGeo.MapGuide.MgCoordinate ConvertToLonLat(Double, Double, Double)
-    [Method] OSGeo.MapGuide.MgCoordinate ConvertToLonLat(OSGeo.MapGuide.MgCoordinate)
-    [Method] OSGeo.MapGuide.MgCoordinateSystem CreateClone()
-    [Method] System.String get_CsCode()
-    [Method] System.String get_Datum()
-    [Method] System.String get_DatumDescription()
-    [Method] System.String get_Description()
-    [Method] System.String get_Ellipsoid()
-    [Method] System.String get_EllipsoidDescription()
-    [Method] Int32 get_EpsgCode()
-    [Method] Int16 get_EpsgQuadrant()
-    [Method] Double get_MaxX()
-    [Method] Double get_MaxY()
-    [Method] Double get_MinX()
-    [Method] Double get_MinY()
-    [Method] System.String get_Projection()
-    [Method] System.String get_ProjectionDescription()
-    [Method] Int32 get_SridCode()
-    [Method] Int32 get_Type()
-    [Method] System.String get_Units()
-    [Method] Double get_UnitScale()
-    [Method] Int16 GetAge()
-    [Method] Double GetAzimuth(OSGeo.MapGuide.MgCoordinate, OSGeo.MapGuide.MgCoordinate)
-    [Method] Double GetAzimuth(Double, Double, Double, Double)
-    [Method] OSGeo.MapGuide.MgCoordinateSystemCatalog GetCatalog()
-    [Method] OSGeo.MapGuide.MgStringCollection GetCategories()
-    [Method] Double GetConvergence(Double, Double)
-    [Method] OSGeo.MapGuide.MgCoordinate GetCoordinate(OSGeo.MapGuide.MgCoordinate, Double, Double)
-    [Method] OSGeo.MapGuide.MgCoordinate GetCoordinate(Double, Double, Double, Double)
-    [Method] System.String GetCountryOrState()
-    [Method] System.String GetCsCode()
-    [Method] System.String GetDatum()
-    [Method] OSGeo.MapGuide.MgCoordinateSystemDatum GetDatumDefinition()
-    [Method] System.String GetDatumDescription()
-    [Method] System.String GetDescription()
-    [Method] System.String GetEllipsoid()
-    [Method] OSGeo.MapGuide.MgCoordinateSystemEllipsoid GetEllipsoidDefinition()
-    [Method] System.String GetEllipsoidDescription()
-    [Method] Int32 GetEpsgCode()
-    [Method] Int16 GetEpsgQuadrant()
-    [Method] OSGeo.MapGuide.MgCoordinateSystemEnumInteger32 GetErrors()
-    [Method] System.String GetGroup()
-    [Method] Double GetLatMax()
-    [Method] Double GetLatMin()
-    [Method] System.String GetLocation()
-    [Method] Double GetLonMax()
-    [Method] Double GetLonMin()
-    [Method] Double GetMapScale()
-    [Method] Double GetMaxX()
-    [Method] Double GetMaxY()
-    [Method] OSGeo.MapGuide.MgCoordinateSystemMeasure GetMeasure()
-    [Method] Double GetMinX()
-    [Method] Double GetMinY()
-    [Method] Double GetOffsetX()
-    [Method] Double GetOffsetY()
-    [Method] Double GetOriginLatitude()
-    [Method] Double GetOriginLongitude()
-    [Method] System.String GetProjection()
-    [Method] Int32 GetProjectionCode()
-    [Method] System.String GetProjectionDescription()
-    [Method] Double GetProjectionParameter(Int32)
-    [Method] Int32 GetProjectionParameterCount()
-    [Method] Int16 GetQuadrant()
-    [Method] Double GetScale(Double, Double)
-    [Method] Double GetScaleH(Double, Double)
-    [Method] Double GetScaleK(Double, Double)
-    [Method] Double GetScaleReduction()
-    [Method] System.String GetSource()
-    [Method] Int32 GetSridCode()
-    [Method] Int32 GetType()
-    [Method] Int32 GetUnitCode()
-    [Method] System.String GetUnits()
-    [Method] Double GetUnitScale()
-    [Method] Double GetZeroX()
-    [Method] Double GetZeroY()
-    [Method] Boolean IsEncrypted()
-    [Method] Boolean IsGeodetic()
-    [Method] Boolean IsLegalCountryOrState(System.String)
-    [Method] Boolean IsLegalCsCode(System.String)
-    [Method] Boolean IsLegalDescription(System.String)
-    [Method] Boolean IsLegalGroup(System.String)
-    [Method] Boolean IsLegalLocation(System.String)
-    [Method] Boolean IsLegalSource(System.String)
-    [Method] Boolean IsProtected()
-    [Method] Boolean IsSameAs(OSGeo.MapGuide.MgGuardDisposable)
-    [Method] Boolean IsUsable(OSGeo.MapGuide.MgCoordinateSystemCatalog)
-    [Method] Boolean IsValid()
-    [Method] Boolean IsValidLonLat(Double, Double)
-    [Method] Boolean IsValidXY(Double, Double)
-    [Method] Double MeasureEuclideanDistance(OSGeo.MapGuide.MgCoordinate, OSGeo.MapGuide.MgCoordinate)
-    [Method] Double MeasureEuclideanDistance(Double, Double, Double, Double)
-    [Method] Double MeasureGreatCircleDistance(Double, Double, Double, Double)
-    [Method] Double MeasureGreatCircleDistance(OSGeo.MapGuide.MgCoordinate, OSGeo.MapGuide.MgCoordinate)
-    [Method] Void SetCountryOrState(System.String)
-    [Method] Void SetCsCode(System.String)
-    [Method] Void SetDatumDefinition(OSGeo.MapGuide.MgCoordinateSystemDatum)
-    [Method] Void SetDescription(System.String)
-    [Method] Void SetEllipsoidDefinition(OSGeo.MapGuide.MgCoordinateSystemEllipsoid)
-    [Method] Void SetEncryptMode(Boolean)
-    [Method] Void SetGroup(System.String)
-    [Method] Void SetLocation(System.String)
-    [Method] Void SetLonLatBounds(Double, Double, Double, Double)
-    [Method] Void SetMapScale(Double)
-    [Method] Void SetOffsets(Double, Double)
-    [Method] Void SetOriginLatitude(Double)
-    [Method] Void SetOriginLongitude(Double)
-    [Method] Void SetProjectionCode(Int32)
-    [Method] Void SetProjectionParameter(Int32, Double)
-    [Method] Void SetProtectMode(Boolean)
-    [Method] Void SetQuadrant(Int16)
-    [Method] Void SetScaleReduction(Double)
-    [Method] Void SetSource(System.String)
-    [Method] Void SetUnitCode(Int32)
-    [Method] Void SetXYBounds(Double, Double, Double, Double)
-    [Method] Void SetZeroes(Double, Double)
-    [Method] System.String ToString()
-}
-type OSGeo.MapGuide.MgCoordinateSystemCatalog : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Method] Boolean AreDictionaryFilesWritable()
-    [Method] OSGeo.MapGuide.MgCoordinateSystemCategoryDictionary GetCategoryDictionary()
-    [Method] OSGeo.MapGuide.MgCoordinateSystemDictionary GetCoordinateSystemDictionary()
-    [Method] OSGeo.MapGuide.MgCoordinateSystemDatumDictionary GetDatumDictionary()
-    [Method] System.String GetDefaultDictionaryDir()
-    [Method] System.String GetDefaultUserDictionaryDir()
-    [Method] System.String GetDictionaryDir()
-    [Method] OSGeo.MapGuide.MgCoordinateSystemDictionaryUtility GetDictionaryUtility()
-    [Method] OSGeo.MapGuide.MgCoordinateSystemEllipsoidDictionary GetEllipsoidDictionary()
-    [Method] OSGeo.MapGuide.MgCoordinateSystemFormatConverter GetFormatConverter()
-    [Method] OSGeo.MapGuide.MgCoordinateSystemGeodeticPathDictionary GetGeodeticPathDictionary()
-    [Method] OSGeo.MapGuide.MgDisposableCollection GetGeodeticTransformations(OSGeo.MapGuide.MgCoordinateSystemDatum, OSGeo.MapGuide.MgCoordinateSystemDatum)
-    [Method] OSGeo.MapGuide.MgCoordinateSystemGeodeticTransformDefDictionary GetGeodeticTransformDefDictionary()
-    [Method] OSGeo.MapGuide.MgCoordinateSystemMathComparator GetMathComparator()
-    [Method] OSGeo.MapGuide.MgCoordinateSystemProjectionInformation GetProjectionInformation()
-    [Method] Int16 GetProtectionMode()
-    [Method] OSGeo.MapGuide.MgCoordinateSystemUnitInformation GetUnitInformation()
-    [Method] System.String GetUserDictionaryDir()
-    [Method] Void SetDefaultDictionaryDirAndFileNames()
-    [Method] Void SetDictionaryDir(System.String)
-    [Method] Void SetProtectionMode(Int16)
-    [Method] Void SetUserDictionaryDir(System.String)
-}
-type OSGeo.MapGuide.MgCoordinateSystemCategory : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Method] Void AddCoordinateSystem(System.String)
-    [Method] Void Clear()
-    [Method] OSGeo.MapGuide.MgCoordinateSystemCategory CreateClone()
-    [Method] OSGeo.MapGuide.MgCoordinateSystemCatalog GetCatalog()
-    [Method] OSGeo.MapGuide.MgStringCollection GetCoordinateSystems()
-    [Method] OSGeo.MapGuide.MgCoordinateSystemEnum GetEnum()
-    [Method] System.String GetName()
-    [Method] Int32 GetSize()
-    [Method] Boolean HasCoordinateSystem(System.String)
-    [Method] Boolean IsLegalName(System.String)
-    [Method] Boolean IsSameAs(OSGeo.MapGuide.MgGuardDisposable)
-    [Method] Boolean IsUsable(OSGeo.MapGuide.MgCoordinateSystemCatalog)
-    [Method] Boolean IsValid()
-    [Method] Void RemoveCoordinateSystem(System.String)
-    [Method] Void SetName(System.String)
-}
-type OSGeo.MapGuide.MgCoordinateSystemCategoryDictionary : OSGeo.MapGuide.MgCoordinateSystemDictionaryBase
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgCoordinateSystemCategory GetCategory(System.String)
-    [Method] OSGeo.MapGuide.MgCoordinateSystemCategory NewCategory()
-    [Method] Void Rename(System.String, System.String)
-}
-type OSGeo.MapGuide.MgCoordinateSystemDatum : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgCoordinateSystemDatum CreateClone()
-    [Method] Int16 GetAge()
-    [Method] OSGeo.MapGuide.MgCoordinateSystemCatalog GetCatalog()
-    [Method] System.String GetCountryOrState()
-    [Method] System.String GetDescription()
-    [Method] System.String GetDtCode()
-    [Method] System.String GetEllipsoid()
-    [Method] OSGeo.MapGuide.MgCoordinateSystemEllipsoid GetEllipsoidDefinition()
-    [Method] Int16 GetEpsgCode()
-    [Method] OSGeo.MapGuide.MgDisposableCollection GetGeodeticTransformations(OSGeo.MapGuide.MgCoordinateSystemDatum)
-    [Method] System.String GetGroup()
-    [Method] System.String GetLocation()
-    [Method] System.String GetSource()
-    [Method] Boolean IsEncrypted()
-    [Method] Boolean IsLegalCountryOrState(System.String)
-    [Method] Boolean IsLegalDescription(System.String)
-    [Method] Boolean IsLegalDtCode(System.String)
-    [Method] Boolean IsLegalGroup(System.String)
-    [Method] Boolean IsLegalLocation(System.String)
-    [Method] Boolean IsLegalSource(System.String)
-    [Method] Boolean IsProtected()
-    [Method] Boolean IsSameAs(OSGeo.MapGuide.MgGuardDisposable)
-    [Method] Boolean IsUsable(OSGeo.MapGuide.MgCoordinateSystemCatalog)
-    [Method] Boolean IsValid()
-    [Method] Void SetCountryOrState(System.String)
-    [Method] Void SetDescription(System.String)
-    [Method] Void SetDtCode(System.String)
-    [Method] Void SetEllipsoid(System.String)
-    [Method] Void SetEllipsoidDefinition(OSGeo.MapGuide.MgCoordinateSystemEllipsoid)
-    [Method] Void SetEncryptMode(Boolean)
-    [Method] Void SetEpsgCode(Int16)
-    [Method] Void SetGroup(System.String)
-    [Method] Void SetLocation(System.String)
-    [Method] Void SetProtectMode(Boolean)
-    [Method] Void SetSource(System.String)
-}
-type OSGeo.MapGuide.MgCoordinateSystemDatumDictionary : OSGeo.MapGuide.MgCoordinateSystemDictionaryBase
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgCoordinateSystemDatum GetDatum(System.String)
-    [Method] OSGeo.MapGuide.MgCoordinateSystemDatum NewDatum()
-}
-type OSGeo.MapGuide.MgCoordinateSystemDictionary : OSGeo.MapGuide.MgCoordinateSystemDictionaryBase
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgCoordinateSystem GetCoordinateSystem(System.String)
-    [Method] OSGeo.MapGuide.MgCoordinateSystem NewCoordinateSystem()
-}
-type OSGeo.MapGuide.MgCoordinateSystemDictionaryBase : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Method] Void Add(OSGeo.MapGuide.MgGuardDisposable)
-    [Method] OSGeo.MapGuide.MgGuardDisposable Get(System.String)
-    [Method] OSGeo.MapGuide.MgCoordinateSystemCatalog GetCatalog()
-    [Method] System.String GetDefaultFileName()
-    [Method] OSGeo.MapGuide.MgCoordinateSystemEnum GetEnum()
-    [Method] System.String GetFileName()
-    [Method] System.String GetPath()
-    [Method] Int32 GetSize()
-    [Method] Boolean Has(System.String)
-    [Method] Void Modify(OSGeo.MapGuide.MgGuardDisposable)
-    [Method] Void Remove(System.String)
-    [Method] Void SetFileName(System.String)
-}
-type OSGeo.MapGuide.MgCoordinateSystemDictionaryUtility : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Method] Void CreateCategoryDictionary(System.String)
-    [Method] Void CreateCoordsysDictionary(System.String)
-    [Method] Void CreateDatumDictionary(System.String)
-    [Method] Void CreateEllipsoidDictionary(System.String)
-    [Method] OSGeo.MapGuide.MgCoordinateSystemCatalog GetCatalog()
-}
-type OSGeo.MapGuide.MgCoordinateSystemEllipsoid : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgCoordinateSystemEllipsoid CreateClone()
-    [Method] Double EccentricityToFlatteningRatio(Double)
-    [Method] Double EquatorialRadiusFromPolarRadiusFlatteningRatio(Double, Double)
-    [Method] Double FlatteningRatioFromRadii(Double, Double)
-    [Method] Double FlatteningRatioToEccentricity(Double)
-    [Method] System.String get_Description()
-    [Method] System.String get_ElCode()
-    [Method] Int16 GetAge()
-    [Method] OSGeo.MapGuide.MgCoordinateSystemCatalog GetCatalog()
-    [Method] System.String GetDescription()
-    [Method] Double GetEccentricity()
-    [Method] System.String GetElCode()
-    [Method] Int16 GetEpsgCode()
-    [Method] Double GetEquatorialRadius()
-    [Method] Double GetFlatteningRatio()
-    [Method] Double GetFlatteningRatioMax()
-    [Method] Double GetFlatteningRatioMin()
-    [Method] Double GetGreatCircleAzimuth(Double, Double, Double, Double)
-    [Method] Double GetGreatCircleDistance(Double, Double, Double, Double)
-    [Method] System.String GetGroup()
-    [Method] Double GetPolarRadius()
-    [Method] Double GetRadiusMax()
-    [Method] Double GetRadiusMin()
-    [Method] System.String GetSource()
-    [Method] Boolean IsEncrypted()
-    [Method] Boolean IsLegalDescription(System.String)
-    [Method] Boolean IsLegalElCode(System.String)
-    [Method] Boolean IsLegalFlatteningRatio(Double)
-    [Method] Boolean IsLegalGroup(System.String)
-    [Method] Boolean IsLegalRadius(Double)
-    [Method] Boolean IsLegalSource(System.String)
-    [Method] Boolean IsProtected()
-    [Method] Boolean IsSameAs(OSGeo.MapGuide.MgGuardDisposable)
-    [Method] Boolean IsUsable()
-    [Method] Boolean IsValid()
-    [Method] Double PolarRadiusFromEquatorialRadiusFlatteningRatio(Double, Double)
-    [Method] Void SetDescription(System.String)
-    [Method] Void SetElCode(System.String)
-    [Method] Void SetEncryptMode(Boolean)
-    [Method] Void SetEpsgCode(Int16)
-    [Method] Void SetGroup(System.String)
-    [Method] Void SetProtectMode(Boolean)
-    [Method] Void SetRadii(Double, Double)
-    [Method] Void SetSource(System.String)
-}
-type OSGeo.MapGuide.MgCoordinateSystemEllipsoidDictionary : OSGeo.MapGuide.MgCoordinateSystemDictionaryBase
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgCoordinateSystemEllipsoid GetEllipsoid(System.String)
-    [Method] OSGeo.MapGuide.MgCoordinateSystemEllipsoid NewEllipsoid()
-}
-type OSGeo.MapGuide.MgCoordinateSystemEnum : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Method] Void AddFilter(OSGeo.MapGuide.MgCoordinateSystemFilter)
-    [Method] OSGeo.MapGuide.MgCoordinateSystemEnum CreateClone()
-    [Method] OSGeo.MapGuide.MgDisposableCollection Next(Int32)
-    [Method] OSGeo.MapGuide.MgStringCollection NextDescription(Int32)
-    [Method] OSGeo.MapGuide.MgStringCollection NextName(Int32)
-    [Method] Void Reset()
-    [Method] Void Skip(Int32)
-}
-type OSGeo.MapGuide.MgCoordinateSystemEnumInteger32 : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Method] Void AddFilter(OSGeo.MapGuide.MgCoordinateSystemFilterInteger32)
-    [Method] OSGeo.MapGuide.MgCoordinateSystemEnumInteger32 CreateClone()
-    [Method] OSGeo.MapGuide.MgStringCollection Next(Int32)
-    [Method] Void Reset()
-    [Method] Void Skip(Int32)
-}
-type OSGeo.MapGuide.MgCoordinateSystemFactory : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor()
-    [Method] System.String ConvertCoordinateSystemCodeToWkt(System.String)
-    [Method] System.String ConvertEpsgCodeToWkt(Int32)
-    [Method] System.String ConvertWktToCoordinateSystemCode(System.String)
-    [Method] Int32 ConvertWktToEpsgCode(System.String)
-    [Method] OSGeo.MapGuide.MgCoordinateSystem Create(System.String)
-    [Method] OSGeo.MapGuide.MgCoordinateSystem CreateFromCode(System.String)
-    [Method] OSGeo.MapGuide.MgStringCollection EnumerateCategories()
-    [Method] OSGeo.MapGuide.MgBatchPropertyCollection EnumerateCoordinateSystems(System.String)
-    [Method] OSGeo.MapGuide.MgCoordinateSystemGridBase GenericGrid(OSGeo.MapGuide.MgCoordinateSystem, OSGeo.MapGuide.MgCoordinateSystem, Boolean)
-    [Method] OSGeo.MapGuide.MgCoordinateSystemGridBase GenericGrid(System.String, System.String, Boolean)
-    [Method] System.String GetBaseLibrary()
-    [Method] OSGeo.MapGuide.MgCoordinateSystemCatalog GetCatalog()
-    [Method] OSGeo.MapGuide.MgCoordinateSystemMgrs GetMgrs(Double, Double, Int16, Boolean)
-    [Method] OSGeo.MapGuide.MgCoordinateSystemMgrs GetMgrsDatum(System.String, Int16, Boolean)
-    [Method] OSGeo.MapGuide.MgCoordinateSystemMgrs GetMgrsEllipsoid(System.String, Int16, Boolean)
-    [Method] OSGeo.MapGuide.MgCoordinateSystemTransform GetTransform(OSGeo.MapGuide.MgCoordinateSystem, OSGeo.MapGuide.MgCoordinateSystem)
-    [Method] OSGeo.MapGuide.MgCoordinateSystemGridBoundary GridBoundary(OSGeo.MapGuide.MgPolygon)
-    [Method] OSGeo.MapGuide.MgCoordinateSystemGridBoundary GridBoundary(OSGeo.MapGuide.MgCoordinate, OSGeo.MapGuide.MgCoordinate)
-    [Method] OSGeo.MapGuide.MgCoordinateSystemGridSpecification GridSpecification()
-    [Method] OSGeo.MapGuide.MgCoordinateSystemGridSpecification GridSpecification(Double, Double, Int32, Double)
-    [Method] OSGeo.MapGuide.MgCoordinateSystemGridSpecification GridSpecification(Int32, Int32)
-    [Method] Boolean IsValid(System.String)
-    [Method] OSGeo.MapGuide.MgCoordinateSystemGridBase MgrsGrid(System.String, Boolean, Int16, Boolean)
-    [Method] OSGeo.MapGuide.MgCoordinateSystemGridBase MgrsGrid(OSGeo.MapGuide.MgCoordinateSystem, Boolean, Int16, Boolean)
-}
-type OSGeo.MapGuide.MgCoordinateSystemFilter : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Method] Boolean IsFilteredOut(OSGeo.MapGuide.MgGuardDisposable)
-}
-type OSGeo.MapGuide.MgCoordinateSystemFilterInteger32 : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Method] Boolean IsFilteredOut(Int32)
-}
-type OSGeo.MapGuide.MgCoordinateSystemFormatConverter : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Method] System.String CodeToCode(Int32, System.String, Int32)
-    [Method] OSGeo.MapGuide.MgCoordinateSystem CodeToDefinition(Int32, System.String)
-    [Method] System.String CodeToWkt(Int32, System.String, Int32)
-    [Method] System.String DefinitionToCode(OSGeo.MapGuide.MgCoordinateSystem, Int32)
-    [Method] System.String DefinitionToWkt(OSGeo.MapGuide.MgCoordinateSystem, Int32)
-    [Method] Boolean IsCodeInDictionary(Int32, System.String)
-    [Method] System.String WktToCode(Int32, System.String, Int32)
-    [Method] OSGeo.MapGuide.MgCoordinateSystem WktToDefinition(Int32, System.String)
-}
-type OSGeo.MapGuide.MgCoordinateSystemGeodeticAnalyticalTransformDefParams : OSGeo.MapGuide.MgCoordinateSystemGeodeticTransformDefParams
-    implements System.IDisposable
-{
-    [Method] Double GetDeltaX()
-    [Method] Double GetDeltaY()
-    [Method] Double GetDeltaZ()
-    [Method] Double GetRotateX()
-    [Method] Double GetRotateY()
-    [Method] Double GetRotateZ()
-    [Method] Double GetScale()
-    [Method] Int32 GetTransformationMethod()
-    [Method] Double GetTranslateX()
-    [Method] Double GetTranslateY()
-    [Method] Double GetTranslateZ()
-    [Method] Void SetDeltaX(Double)
-    [Method] Void SetDeltaY(Double)
-    [Method] Void SetDeltaZ(Double)
-    [Method] Void SetRotateX(Double)
-    [Method] Void SetRotateY(Double)
-    [Method] Void SetRotateZ(Double)
-    [Method] Void SetScale(Double)
-    [Method] Void SetTransformationMethod(Int32)
-    [Method] Void SetTranslateX(Double)
-    [Method] Void SetTranslateY(Double)
-    [Method] Void SetTranslateZ(Double)
-}
-type OSGeo.MapGuide.MgCoordinateSystemGeodeticInterpolationTransformDefParams : OSGeo.MapGuide.MgCoordinateSystemGeodeticTransformDefParams
-    implements System.IDisposable
-{
-    [Method] System.String GetFallback()
-    [Method] OSGeo.MapGuide.MgDisposableCollection GetGridFiles()
-    [Method] OSGeo.MapGuide.MgCoordinateSystemGeodeticTransformGridFile NewGridFile()
-    [Method] Void SetFallback(System.String)
-    [Method] Void SetGridFiles(OSGeo.MapGuide.MgDisposableCollection)
-}
-type OSGeo.MapGuide.MgCoordinateSystemGeodeticMultipleRegressionTransformDefParams : OSGeo.MapGuide.MgCoordinateSystemGeodeticTransformDefParams
-    implements System.IDisposable
-{
-    [Method] Double GetCoefficientHeight(Int32)
-    [Method] Double GetCoefficientLambda(Int32)
-    [Method] Double GetCoefficientPhi(Int32)
-    [Method] Double GetDeltaHeight()
-    [Method] Double GetDeltaLambda()
-    [Method] Double GetDeltaPhi()
-    [Method] Double GetLambdaOffset()
-    [Method] Double GetNormalizationScale()
-    [Method] Double GetPhiOffset()
-    [Method] Double GetTestLambda()
-    [Method] Double GetTestPhi()
-    [Method] Int32 GetTransformationMethod()
-    [Method] Double GetValidation()
-    [Method] Void SetCoefficientHeight(Int32, Double)
-    [Method] Void SetCoefficientLambda(Int32, Double)
-    [Method] Void SetCoefficientPhi(Int32, Double)
-    [Method] Void SetDeltaHeight(Double)
-    [Method] Void SetDeltaLambda(Double)
-    [Method] Void SetDeltaPhi(Double)
-    [Method] Void SetLambdaOffset(Double)
-    [Method] Void SetNormalizationScale(Double)
-    [Method] Void SetPhiOffset(Double)
-    [Method] Void SetTestLambda(Double)
-    [Method] Void SetTestPhi(Double)
-    [Method] Void SetTransformationMethod(Int32)
-    [Method] Void SetValidation(Double)
-}
-type OSGeo.MapGuide.MgCoordinateSystemGeodeticPath : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgCoordinateSystemGeodeticPath CreateClone()
-    [Method] Double get_Accuracy()
-    [Method] System.String get_Description()
-    [Method] System.String get_Group()
-    [Method] System.String get_Source()
-    [Method] System.String get_SourceDatum()
-    [Method] System.String get_TargetDatum()
-    [Method] Double GetAccuracy()
-    [Method] System.String GetDescription()
-    [Method] Int32 GetEpsgCode()
-    [Method] Int32 GetEpsgVariant()
-    [Method] System.String GetGroup()
-    [Method] Boolean GetIsReversible()
-    [Method] OSGeo.MapGuide.MgDisposableCollection GetPathElements()
-    [Method] System.String GetPathName()
-    [Method] System.String GetSource()
-    [Method] System.String GetSourceDatum()
-    [Method] System.String GetTargetDatum()
-    [Method] Boolean IsProtected()
-    [Method] Boolean IsValid()
-    [Method] OSGeo.MapGuide.MgCoordinateSystemGeodeticPathElement NewPathElement()
-    [Method] Void SetAccuracy(Double)
-    [Method] Void SetDescription(System.String)
-    [Method] Void SetEpsgCode(Int32)
-    [Method] Void SetEpsgVariant(Int32)
-    [Method] Void SetGroup(System.String)
-    [Method] Void SetIsReversible(Boolean)
-    [Method] Void SetPathElements(OSGeo.MapGuide.MgDisposableCollection)
-    [Method] Void SetPathName(System.String)
-    [Method] Void SetSource(System.String)
-    [Method] Void SetSourceDatum(System.String)
-    [Method] Void SetTargetDatum(System.String)
-}
-type OSGeo.MapGuide.MgCoordinateSystemGeodeticPathDictionary : OSGeo.MapGuide.MgCoordinateSystemDictionaryBase
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgCoordinateSystemGeodeticPath GetGeodeticPath(System.String)
-    [Method] OSGeo.MapGuide.MgCoordinateSystemGeodeticPath NewGeodeticPath()
-}
-type OSGeo.MapGuide.MgCoordinateSystemGeodeticPathElement : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Method] Boolean GetIsInversed()
-    [Method] System.String GetTransformName()
-    [Method] Boolean IsProtected()
-    [Method] Boolean IsValid()
-    [Method] Void SetIsInversed(Boolean)
-    [Method] Void SetTransformName(System.String)
-}
-type OSGeo.MapGuide.MgCoordinateSystemGeodeticStandaloneTransformDefParams : OSGeo.MapGuide.MgCoordinateSystemGeodeticTransformDefParams
-    implements System.IDisposable
-{
-    [Method] Int32 get_TransformationMethod()
-    [Method] Int32 GetTransformationMethod()
-    [Method] Void set_TransformationMethod(Int32)
-    [Method] Void SetTransformationMethod(Int32)
-}
-type OSGeo.MapGuide.MgCoordinateSystemGeodeticTransformation : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Method] Double GetBursaWolfeTransformBwScale()
-    [Method] Double GetBursaWolfeTransformRotationX()
-    [Method] Double GetBursaWolfeTransformRotationY()
-    [Method] Double GetBursaWolfeTransformRotationZ()
-    [Method] Double GetBwScaleMax()
-    [Method] Double GetBwScaleMin()
-    [Method] Int32 GetGeodeticTransformationMethod()
-    [Method] Double GetMaxOffset()
-    [Method] Double GetMaxRotation()
-    [Method] Double GetOffsetX()
-    [Method] Double GetOffsetY()
-    [Method] Double GetOffsetZ()
-    [Method] OSGeo.MapGuide.MgCoordinateSystemDatum GetSource()
-    [Method] OSGeo.MapGuide.MgCoordinateSystemDatum GetTarget()
-    [Method] Boolean IsLegalBwScale(Double)
-    [Method] Boolean IsLegalOffset(Double)
-    [Method] Boolean IsLegalRotation(Double)
-    [Method] Void SetBursaWolfeTransform(Double, Double, Double, Double)
-    [Method] Void SetGeodeticTransformationMethod(Int32)
-    [Method] Void SetOffset(Double, Double, Double)
-    [Method] Void SetSourceAndTarget(OSGeo.MapGuide.MgCoordinateSystemDatum, OSGeo.MapGuide.MgCoordinateSystemDatum)
-    [Method] OSGeo.MapGuide.MgCoordinate Shift(Double, Double)
-    [Method] Void Shift(OSGeo.MapGuide.MgCoordinate)
-    [Method] OSGeo.MapGuide.MgCoordinate Shift(Double, Double, Double)
-}
-type OSGeo.MapGuide.MgCoordinateSystemGeodeticTransformDef : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgCoordinateSystemGeodeticTransformDef CreateClone()
-    [Method] OSGeo.MapGuide.MgCoordinateSystemGeodeticTransformation CreateTransformation(Boolean)
-    [Method] Double GetAccuracy()
-    [Method] Double GetConvergenceValue()
-    [Method] System.String GetDescription()
-    [Method] Int32 GetEpsgCode()
-    [Method] Int32 GetEpsgVariation()
-    [Method] Double GetErrorValue()
-    [Method] System.String GetGroup()
-    [Method] Boolean GetInverseSupported()
-    [Method] Int32 GetMaxIterations()
-    [Method] OSGeo.MapGuide.MgCoordinateSystemGeodeticTransformDefParams GetParameters()
-    [Method] Double GetRangeMaxLatitude()
-    [Method] Double GetRangeMaxLongitude()
-    [Method] Double GetRangeMinLatitude()
-    [Method] Double GetRangeMinLongitude()
-    [Method] System.String GetSource()
-    [Method] System.String GetSourceDatum()
-    [Method] System.String GetTargetDatum()
-    [Method] Int32 GetTransformDefType()
-    [Method] System.String GetTransformName()
-    [Method] Boolean IsProtected()
-    [Method] Boolean IsValid()
-    [Method] Void SetAccuracy(Double)
-    [Method] Void SetConvergenceValue(Double)
-    [Method] Void SetDescription(System.String)
-    [Method] Void SetEpsgCode(Int32)
-    [Method] Void SetEpsgVariation(Int32)
-    [Method] Void SetErrorValue(Double)
-    [Method] Void SetGroup(System.String)
-    [Method] Void SetInverseSupported(Boolean)
-    [Method] Void SetMaxIterations(Int32)
-    [Method] Void SetParameters(OSGeo.MapGuide.MgCoordinateSystemGeodeticTransformDefParams)
-    [Method] Void SetRangeMaxLatitude(Double)
-    [Method] Void SetRangeMaxLongitude(Double)
-    [Method] Void SetRangeMinLatitude(Double)
-    [Method] Void SetRangeMinLongitude(Double)
-    [Method] Void SetSource(System.String)
-    [Method] Void SetSourceDatum(System.String)
-    [Method] Void SetTargetDatum(System.String)
-    [Method] Void SetTransformName(System.String)
-}
-type OSGeo.MapGuide.MgCoordinateSystemGeodeticTransformDefDictionary : OSGeo.MapGuide.MgCoordinateSystemDictionaryBase
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgCoordinateSystemGeodeticTransformDef GetGeodeticTransformationDef(System.String)
-    [Method] OSGeo.MapGuide.MgCoordinateSystemGeodeticTransformDef NewGeodeticTransformationDef(Int32)
-}
-type OSGeo.MapGuide.MgCoordinateSystemGeodeticTransformDefParams : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Method] Boolean IsProtected()
-    [Method] Boolean IsValid()
-}
-type OSGeo.MapGuide.MgCoordinateSystemGeodeticTransformGridFile : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Method] Int32 GetFileFormat()
-    [Method] System.String GetFileName()
-    [Method] Boolean GetIsInverseDirection()
-    [Method] Boolean IsProtected()
-    [Method] Boolean IsValid()
-    [Method] Void SetFileFormat(Int32)
-    [Method] Void SetFileName(System.String)
-    [Method] Void SetIsInverseDirection(Boolean)
-}
-type OSGeo.MapGuide.MgCoordinateSystemGridBase : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Method] Int32 ApproxGridLineMemoryUsage(OSGeo.MapGuide.MgCoordinateSystemGridSpecification)
-    [Method] Int32 ApproxGridRegionMemoryUsage(OSGeo.MapGuide.MgCoordinateSystemGridSpecification)
-    [Method] Int32 ApproxGridTickMemoryUsage(OSGeo.MapGuide.MgCoordinateSystemGridSpecification)
-    [Method] Boolean AreExceptionsOn()
-    [Method] OSGeo.MapGuide.MgCoordinateSystemGridBoundary GetBoundary()
-    [Method] Double GetConvergenceAngle(OSGeo.MapGuide.MgCoordinate)
-    [Method] OSGeo.MapGuide.MgCoordinateSystemGridLineCollection GetGridLines(OSGeo.MapGuide.MgCoordinateSystemGridSpecification)
-    [Method] OSGeo.MapGuide.MgCoordinateSystemGridRegionCollection GetGridRegions(OSGeo.MapGuide.MgCoordinateSystemGridSpecification)
-    [Method] OSGeo.MapGuide.MgCoordinateSystemGridTickCollection GetGridTicks(OSGeo.MapGuide.MgCoordinateSystemGridSpecification)
-    [Method] Int32 GetLastError()
-    [Method] Double GetProjectiveGridScale(OSGeo.MapGuide.MgCoordinate)
-    [Method] Int32 GetSpecializationType()
-    [Method] Void ResetLastError()
-    [Method] Void SetBoundary(OSGeo.MapGuide.MgCoordinateSystemGridBoundary)
-    [Method] Void SetExceptionsOn(Boolean)
-    [Method] Int32 SetGridLineExceptionLevel(Int32)
-    [Method] Int32 SetGridRegionExceptionLevel(Int32)
-    [Method] Int32 SetGridTickExceptionLevel(Int32)
-}
-type OSGeo.MapGuide.MgCoordinateSystemGridBoundary : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgPolygon GetBoundary()
-    [Method] Void SetBoundaryExtents(OSGeo.MapGuide.MgCoordinate, OSGeo.MapGuide.MgCoordinate)
-    [Method] Void SetBoundaryExtents(OSGeo.MapGuide.MgPolygon)
-}
-type OSGeo.MapGuide.MgCoordinateSystemGridLine : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Method] Int32 GetCount()
-    [Method] Int32 GetGridOrientation()
-    [Method] Double GetRealValue()
-    [Method] OSGeo.MapGuide.MgLineString GetSegment(Int32)
-    [Method] OSGeo.MapGuide.MgLineStringCollection GetSegmentCollection()
-    [Method] Void SetSegmentCollection(OSGeo.MapGuide.MgLineStringCollection)
-}
-type OSGeo.MapGuide.MgCoordinateSystemGridLineCollection : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Method] Void Clear()
-    [Method] Int32 GetCount()
-    [Method] OSGeo.MapGuide.MgCoordinateSystemGridLine GetItem(Int32)
-    [Method] Int32 IndexOf(Int32, Double)
-    [Method] Void RemoveAt(Int32)
-}
-type OSGeo.MapGuide.MgCoordinateSystemGridRegion : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgLineStringCollection GetEastLine()
-    [Method] System.String GetLabel()
-    [Method] OSGeo.MapGuide.MgLineStringCollection GetNorthLine()
-    [Method] OSGeo.MapGuide.MgPolygon GetRegionBoundary()
-    [Method] OSGeo.MapGuide.MgCoordinate GetRegionCenter()
-    [Method] OSGeo.MapGuide.MgLineStringCollection GetSouthLine()
-    [Method] OSGeo.MapGuide.MgLineStringCollection GetWestLine()
-}
-type OSGeo.MapGuide.MgCoordinateSystemGridRegionCollection : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Method] Void Clear()
-    [Method] Int32 GetCount()
-    [Method] OSGeo.MapGuide.MgCoordinateSystemGridRegion GetItem(Int32)
-    [Method] Void RemoveAt(Int32)
-}
-type OSGeo.MapGuide.MgCoordinateSystemGridSpecification : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Method] Double GetCurvePrecision()
-    [Method] Double GetEastingBase()
-    [Method] Double GetEastingIncrement()
-    [Method] Double GetNorthingBase()
-    [Method] Double GetNorthingIncrement()
-    [Method] Double GetTickEastingIncrement()
-    [Method] Double GetTickNorthingIncrement()
-    [Method] Int32 GetUnitCode()
-    [Method] Int32 GetUnitType()
-    [Method] Boolean IsConsistent()
-    [Method] Boolean IsSameAs(OSGeo.MapGuide.MgCoordinateSystemGridSpecification)
-    [Method] Void SetCurvePrecision(Double)
-    [Method] Void SetGridBase(Double, Double)
-    [Method] Void SetGridIncrement(Double, Double)
-    [Method] Void SetMaxCurvePoints(Int32)
-    [Method] Void SetTickIncrements(Double, Double)
-    [Method] Void SetUnits(Int32, Int32)
-}
-type OSGeo.MapGuide.MgCoordinateSystemGridTick : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgCoordinate GetDirectionVector()
-    [Method] Boolean GetIsOnGridLine()
-    [Method] OSGeo.MapGuide.MgCoordinate GetPosition()
-    [Method] Int32 GetTickOrientation()
-    [Method] Double GetValue()
-}
-type OSGeo.MapGuide.MgCoordinateSystemGridTickCollection : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Method] Void Clear()
-    [Method] Int32 GetCount()
-    [Method] OSGeo.MapGuide.MgCoordinateSystemGridTick GetItem(Int32)
-    [Method] Void RemoveAt(Int32)
-}
-type OSGeo.MapGuide.MgCoordinateSystemMathComparator : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Method] Boolean GetCompareInternalDatumOldParameters()
-    [Method] Boolean Same(OSGeo.MapGuide.MgGuardDisposable, OSGeo.MapGuide.MgGuardDisposable)
-    [Method] Boolean SameCoordinateSystem(OSGeo.MapGuide.MgCoordinateSystem, OSGeo.MapGuide.MgCoordinateSystem)
-    [Method] Boolean SameDatum(OSGeo.MapGuide.MgCoordinateSystemDatum, OSGeo.MapGuide.MgCoordinateSystemDatum)
-    [Method] Boolean SameEllipsoid(OSGeo.MapGuide.MgCoordinateSystemEllipsoid, OSGeo.MapGuide.MgCoordinateSystemEllipsoid)
-    [Method] Void SetCompareInternalDatumOldParameters(Boolean)
-}
-type OSGeo.MapGuide.MgCoordinateSystemMeasure : OSGeo.MapGuide.MgMeasure
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgEnvelope get_Envelope()
-    [Method] Double GetAzimuth(OSGeo.MapGuide.MgCoordinate, OSGeo.MapGuide.MgCoordinate)
-    [Method] Double GetAzimuth(Double, Double, Double, Double)
-    [Method] OSGeo.MapGuide.MgCoordinate GetCoordinate(OSGeo.MapGuide.MgCoordinate, Double, Double)
-    [Method] OSGeo.MapGuide.MgCoordinate GetCoordinate(Double, Double, Double, Double)
-    [Method] Double GetDistance(OSGeo.MapGuide.MgCoordinate, OSGeo.MapGuide.MgCoordinate)
-    [Method] Double GetDistance(Double, Double, Double, Double)
-    [Method] OSGeo.MapGuide.MgEnvelope GetEnvelope()
-}
-type OSGeo.MapGuide.MgCoordinateSystemMgrs : OSGeo.MapGuide.MgCoordinateSystemGridBase
-    implements System.IDisposable
-{
-    [Method] System.String ConvertFromLonLat(Double, Double, Int32)
-    [Method] System.String ConvertFromLonLat(OSGeo.MapGuide.MgCoordinate, Int32)
-    [Method] OSGeo.MapGuide.MgCoordinate ConvertToLonLat(System.String)
-    [Method] OSGeo.MapGuide.MgCoordinate ConvertToLonLat(System.String, Int32)
-    [Method] Int16 GetLetteringScheme()
-}
-type OSGeo.MapGuide.MgCoordinateSystemProjectionInformation : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgCoordinateSystemEnumInteger32 GetEnumProjections()
-    [Method] Int32 GetParameterCount(Int32)
-    [Method] Double GetParameterDefault(Int32, Int32)
-    [Method] Int32 GetParameterFormatType(Int32, Int32)
-    [Method] Int32 GetParameterLogicalType(Int32, Int32)
-    [Method] Double GetParameterMax(Int32, Int32)
-    [Method] Double GetParameterMin(Int32, Int32)
-    [Method] Int32 GetParameterType(Int32, Int32)
-    [Method] System.String GetTagString(Int32)
-    [Method] Int32 GetUnitType(Int32)
-    [Method] Boolean IsUsingOffset(Int32)
-    [Method] Boolean IsUsingOriginLatitude(Int32)
-    [Method] Boolean IsUsingOriginLongitude(Int32)
-    [Method] Boolean IsUsingParameter(Int32, Int32)
-    [Method] Boolean IsUsingQuadrant(Int32)
-    [Method] Boolean IsUsingScaleReduction(Int32)
-}
-type OSGeo.MapGuide.MgCoordinateSystemTransform : OSGeo.MapGuide.MgTransform
-    implements System.IDisposable
-{
-    [Field] Int32 DatumShiftError
-    [Field] Int32 DatumShiftFallback
-    [Method] Int32 GetdatumWarningCount()
-    [Method] OSGeo.MapGuide.MgCoordinateSystemGeodeticPath GetExplicitGeodeticPath()
-    [Method] OSGeo.MapGuide.MgCoordinateSystemGeodeticTransformDef GetGeodeticTransformation(Int32)
-    [Method] Int32 GetGeodeticTransformationCount()
-    [Method] Int32 GetGeodeticTransformationDirection(Int32)
-    [Method] Int32 GetLastTransformStatus()
-    [Method] OSGeo.MapGuide.MgCoordinateSystem GetSource()
-    [Method] Int32 GetSourceWarningCount()
-    [Method] OSGeo.MapGuide.MgCoordinateSystem GetTarget()
-    [Method] Int32 GetTargetWarningCount()
-    [Method] OSGeo.MapGuide.MgLineString GridLine(OSGeo.MapGuide.MgCoordinate, OSGeo.MapGuide.MgCoordinate, Double, Int32)
-    [Method] Void IgnoreDatumShiftWarning(Boolean)
-    [Method] Void IgnoreOutsideDomainWarning(Boolean)
-    [Method] Boolean IsIgnoreDatumShiftWarning()
-    [Method] Boolean IsIgnoreOutsideDomainWarning()
-    [Method] Boolean IsValidSourcePoint(Double, Double)
-    [Method] Boolean IsValidSourcePoint(Double, Double, Double)
-    [Method] Boolean IsValidTargetPoint(Double, Double, Double)
-    [Method] Boolean IsValidTargetPoint(Double, Double)
-    [Method] Void ResetLastTransformStatus()
-    [Method] Void SetSourceAndTarget(OSGeo.MapGuide.MgCoordinateSystem, OSGeo.MapGuide.MgCoordinateSystem)
-    [Field] Int32 SourceCrsError
-    [Field] Int32 TargetCrsError
-    [Method] OSGeo.MapGuide.MgCoordinate Transform(Double, Double)
-    [Method] OSGeo.MapGuide.MgCoordinate Transform(OSGeo.MapGuide.MgCoordinate)
-    [Method] OSGeo.MapGuide.MgCoordinate Transform(Double, Double, Double)
-    [Method] OSGeo.MapGuide.MgEnvelope Transform(OSGeo.MapGuide.MgEnvelope)
-    [Method] Void TransformCoordinate(OSGeo.MapGuide.MgCoordinate)
-    [Field] Int32 TransformDatumShiftWarning
-    [Method] OSGeo.MapGuide.MgCoordinate TransformM(Double, Double, Double, Double)
-    [Method] OSGeo.MapGuide.MgCoordinate TransformM(Double, Double, Double)
-    [Field] Int32 TransformOk
-    [Field] Int32 TransformOutsideDomainWarning
-    [Field] Int32 TransformTotalFailure
-}
-type OSGeo.MapGuide.MgCoordinateSystemUnitInformation : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Method] System.String GetAbbreviation(Int32)
-    [Method] Double GetAngularUnitScale(Int32)
-    [Method] OSGeo.MapGuide.MgCoordinateSystemEnumInteger32 GetEnumAngularUnits()
-    [Method] OSGeo.MapGuide.MgCoordinateSystemEnumInteger32 GetEnumLinearUnits()
-    [Method] Double GetLinearUnitScale(Int32)
-    [Method] System.String GetTagString(Int32)
-    [Method] Int32 GetUnitType(Int32)
-}
-type OSGeo.MapGuide.MgCoordinateXY : OSGeo.MapGuide.MgCoordinate
-    implements System.IDisposable
-{
-    [Method] Int32 get_Dimension()
-    [Method] Double get_M()
-    [Method] Double get_X()
-    [Method] Double get_Y()
-    [Method] Double get_Z()
-    [Method] Int32 GetDimension()
-    [Method] Double GetM()
-    [Method] Double GetX()
-    [Method] Double GetY()
-    [Method] Double GetZ()
-}
-type OSGeo.MapGuide.MgCoordinateXYM : OSGeo.MapGuide.MgCoordinate
-    implements System.IDisposable
-{
-    [Method] Int32 get_Dimension()
-    [Method] Double get_M()
-    [Method] Double get_X()
-    [Method] Double get_Y()
-    [Method] Double get_Z()
-    [Method] Int32 GetDimension()
-    [Method] Double GetM()
-    [Method] Double GetX()
-    [Method] Double GetY()
-    [Method] Double GetZ()
-}
-type OSGeo.MapGuide.MgCoordinateXYZ : OSGeo.MapGuide.MgCoordinate
-    implements System.IDisposable
-{
-    [Method] Int32 get_Dimension()
-    [Method] Double get_M()
-    [Method] Double get_X()
-    [Method] Double get_Y()
-    [Method] Double get_Z()
-    [Method] Int32 GetDimension()
-    [Method] Double GetM()
-    [Method] Double GetX()
-    [Method] Double GetY()
-    [Method] Double GetZ()
-}
-type OSGeo.MapGuide.MgCoordinateXYZM : OSGeo.MapGuide.MgCoordinate
-    implements System.IDisposable
-{
-    [Method] Int32 get_Dimension()
-    [Method] Double get_M()
-    [Method] Double get_X()
-    [Method] Double get_Y()
-    [Method] Double get_Z()
-    [Method] Int32 GetDimension()
-    [Method] Double GetM()
-    [Method] Double GetX()
-    [Method] Double GetY()
-    [Method] Double GetZ()
-}
-type OSGeo.MapGuide.MgCurve : OSGeo.MapGuide.MgGeometry
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgCoordinate get_EndCoordinate()
-    [Method] OSGeo.MapGuide.MgCoordinate get_StartCoordinate()
-    [Method] OSGeo.MapGuide.MgCoordinate GetEndCoordinate()
-    [Method] OSGeo.MapGuide.MgCoordinate GetStartCoordinate()
-}
-type OSGeo.MapGuide.MgCurvePolygon : OSGeo.MapGuide.MgRegion
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgGeometricEntity Copy()
-    [Method] Int32 get_Dimension()
-    [Method] OSGeo.MapGuide.MgCurveRing get_ExteriorRing()
-    [Method] Int32 get_GeometryType()
-    [Method] Int32 get_InteriorRingCount()
-    [Method] Int32 GetDimension()
-    [Method] OSGeo.MapGuide.MgCurveRing GetExteriorRing()
-    [Method] Int32 GetGeometryType()
-    [Method] OSGeo.MapGuide.MgCurveRing GetInteriorRing(Int32)
-    [Method] Int32 GetInteriorRingCount()
-    [Method] Boolean IsClosed()
-    [Method] Boolean IsEmpty()
-    [Method] OSGeo.MapGuide.MgGeometricEntity Transform(OSGeo.MapGuide.MgTransform)
-}
-[System.Reflection.DefaultMemberAttribute]
-type OSGeo.MapGuide.MgCurvePolygonCollection : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-    implements System.Collections.Generic.IList`1[[OSGeo.MapGuide.MgCurvePolygon, OSGeo.MapGuide.Geometry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.ICollection`1[[OSGeo.MapGuide.MgCurvePolygon, OSGeo.MapGuide.Geometry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.IEnumerable`1[[OSGeo.MapGuide.MgCurvePolygon, OSGeo.MapGuide.Geometry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.IEnumerable
-{
-    [Constructor] Void .ctor()
-    [Method] Void Add(OSGeo.MapGuide.MgCurvePolygon)
-    [Method] Void Clear()
-    [Method] Boolean Contains(OSGeo.MapGuide.MgCurvePolygon)
-    [Method] Void CopyTo(OSGeo.MapGuide.MgCurvePolygon[], Int32)
-    [Method] Int32 get_Count()
-    [Method] Boolean get_IsReadOnly()
-    [Method] OSGeo.MapGuide.MgCurvePolygon get_Item(Int32)
-    [Method] Int32 GetCount()
-    [Method] System.Collections.Generic.IEnumerator`1[OSGeo.MapGuide.MgCurvePolygon] GetEnumerator()
-    [Method] OSGeo.MapGuide.MgCurvePolygon GetItem(Int32)
-    [Method] Int32 IndexOf(OSGeo.MapGuide.MgCurvePolygon)
-    [Method] Void Insert(Int32, OSGeo.MapGuide.MgCurvePolygon)
-    [Method] Boolean Remove(OSGeo.MapGuide.MgCurvePolygon)
-    [Method] Void RemoveAt(Int32)
-    [Method] Void set_Item(Int32, OSGeo.MapGuide.MgCurvePolygon)
-    [Method] Void SetItem(Int32, OSGeo.MapGuide.MgCurvePolygon)
-}
-type OSGeo.MapGuide.MgCurveRing : OSGeo.MapGuide.MgRing
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgGeometricEntity Copy()
-    [Method] Int32 get_ComponentType()
-    [Method] Int32 get_Count()
-    [Method] Int32 get_Dimension()
-    [Method] Int32 GetComponentType()
-    [Method] Int32 GetCount()
-    [Method] Int32 GetDimension()
-    [Method] OSGeo.MapGuide.MgCurveSegment GetSegment(Int32)
-    [Method] Boolean IsClosed()
-    [Method] Boolean IsEmpty()
-    [Method] OSGeo.MapGuide.MgGeometricEntity Transform(OSGeo.MapGuide.MgTransform)
-}
-[System.Reflection.DefaultMemberAttribute]
-type OSGeo.MapGuide.MgCurveRingCollection : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-    implements System.Collections.Generic.IList`1[[OSGeo.MapGuide.MgCurveRing, OSGeo.MapGuide.Geometry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.ICollection`1[[OSGeo.MapGuide.MgCurveRing, OSGeo.MapGuide.Geometry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.IEnumerable`1[[OSGeo.MapGuide.MgCurveRing, OSGeo.MapGuide.Geometry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.IEnumerable
-{
-    [Constructor] Void .ctor()
-    [Method] Void Add(OSGeo.MapGuide.MgCurveRing)
-    [Method] Void Clear()
-    [Method] Boolean Contains(OSGeo.MapGuide.MgCurveRing)
-    [Method] Void CopyTo(OSGeo.MapGuide.MgCurveRing[], Int32)
-    [Method] Int32 get_Count()
-    [Method] Boolean get_IsReadOnly()
-    [Method] OSGeo.MapGuide.MgCurveRing get_Item(Int32)
-    [Method] Int32 GetCount()
-    [Method] System.Collections.Generic.IEnumerator`1[OSGeo.MapGuide.MgCurveRing] GetEnumerator()
-    [Method] OSGeo.MapGuide.MgCurveRing GetItem(Int32)
-    [Method] Int32 IndexOf(OSGeo.MapGuide.MgCurveRing)
-    [Method] Void Insert(Int32, OSGeo.MapGuide.MgCurveRing)
-    [Method] Boolean Remove(OSGeo.MapGuide.MgCurveRing)
-    [Method] Void RemoveAt(Int32)
-    [Method] Void set_Item(Int32, OSGeo.MapGuide.MgCurveRing)
-    [Method] Void SetItem(Int32, OSGeo.MapGuide.MgCurveRing)
-}
-type OSGeo.MapGuide.MgCurveSegment : OSGeo.MapGuide.MgGeometryComponent
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgCoordinate get_EndCoordinate()
-    [Method] OSGeo.MapGuide.MgCoordinate get_StartCoordinate()
-    [Method] OSGeo.MapGuide.MgCoordinate GetEndCoordinate()
-    [Method] OSGeo.MapGuide.MgCoordinate GetStartCoordinate()
-}
-[System.Reflection.DefaultMemberAttribute]
-type OSGeo.MapGuide.MgCurveSegmentCollection : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-    implements System.Collections.Generic.IList`1[[OSGeo.MapGuide.MgCurveSegment, OSGeo.MapGuide.Geometry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.ICollection`1[[OSGeo.MapGuide.MgCurveSegment, OSGeo.MapGuide.Geometry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.IEnumerable`1[[OSGeo.MapGuide.MgCurveSegment, OSGeo.MapGuide.Geometry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.IEnumerable
-{
-    [Constructor] Void .ctor()
-    [Method] Void Add(OSGeo.MapGuide.MgCurveSegment)
-    [Method] Void Clear()
-    [Method] Boolean Contains(OSGeo.MapGuide.MgCurveSegment)
-    [Method] Void CopyTo(OSGeo.MapGuide.MgCurveSegment[], Int32)
-    [Method] Int32 get_Count()
-    [Method] Boolean get_IsReadOnly()
-    [Method] OSGeo.MapGuide.MgCurveSegment get_Item(Int32)
-    [Method] Int32 GetCount()
-    [Method] System.Collections.Generic.IEnumerator`1[OSGeo.MapGuide.MgCurveSegment] GetEnumerator()
-    [Method] OSGeo.MapGuide.MgCurveSegment GetItem(Int32)
-    [Method] Int32 IndexOf(OSGeo.MapGuide.MgCurveSegment)
-    [Method] Void Insert(Int32, OSGeo.MapGuide.MgCurveSegment)
-    [Method] Boolean Remove(OSGeo.MapGuide.MgCurveSegment)
-    [Method] Void RemoveAt(Int32)
-    [Method] Void set_Item(Int32, OSGeo.MapGuide.MgCurveSegment)
-    [Method] Void SetItem(Int32, OSGeo.MapGuide.MgCurveSegment)
-}
-type OSGeo.MapGuide.MgCurveString : OSGeo.MapGuide.MgCurve
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgGeometricEntity Copy()
-    [Method] Int32 get_Count()
-    [Method] Int32 get_Dimension()
-    [Method] OSGeo.MapGuide.MgCoordinate get_EndCoordinate()
-    [Method] Int32 get_GeometryType()
-    [Method] OSGeo.MapGuide.MgCoordinate get_StartCoordinate()
-    [Method] Int32 GetCount()
-    [Method] Int32 GetDimension()
-    [Method] OSGeo.MapGuide.MgCoordinate GetEndCoordinate()
-    [Method] Int32 GetGeometryType()
-    [Method] OSGeo.MapGuide.MgCurveSegment GetSegment(Int32)
-    [Method] OSGeo.MapGuide.MgCoordinate GetStartCoordinate()
-    [Method] Boolean IsClosed()
-    [Method] Boolean IsEmpty()
-    [Method] OSGeo.MapGuide.MgGeometricEntity Transform(OSGeo.MapGuide.MgTransform)
-}
-[System.Reflection.DefaultMemberAttribute]
-type OSGeo.MapGuide.MgCurveStringCollection : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-    implements System.Collections.Generic.IList`1[[OSGeo.MapGuide.MgCurveString, OSGeo.MapGuide.Geometry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.ICollection`1[[OSGeo.MapGuide.MgCurveString, OSGeo.MapGuide.Geometry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.IEnumerable`1[[OSGeo.MapGuide.MgCurveString, OSGeo.MapGuide.Geometry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.IEnumerable
-{
-    [Constructor] Void .ctor()
-    [Method] Void Add(OSGeo.MapGuide.MgCurveString)
-    [Method] Void Clear()
-    [Method] Boolean Contains(OSGeo.MapGuide.MgCurveString)
-    [Method] Void CopyTo(OSGeo.MapGuide.MgCurveString[], Int32)
-    [Method] Int32 get_Count()
-    [Method] Boolean get_IsReadOnly()
-    [Method] OSGeo.MapGuide.MgCurveString get_Item(Int32)
-    [Method] Int32 GetCount()
-    [Method] System.Collections.Generic.IEnumerator`1[OSGeo.MapGuide.MgCurveString] GetEnumerator()
-    [Method] OSGeo.MapGuide.MgCurveString GetItem(Int32)
-    [Method] Int32 IndexOf(OSGeo.MapGuide.MgCurveString)
-    [Method] Void Insert(Int32, OSGeo.MapGuide.MgCurveString)
-    [Method] Boolean Remove(OSGeo.MapGuide.MgCurveString)
-    [Method] Void RemoveAt(Int32)
-    [Method] Void set_Item(Int32, OSGeo.MapGuide.MgCurveString)
-    [Method] Void SetItem(Int32, OSGeo.MapGuide.MgCurveString)
-}
-type OSGeo.MapGuide.MgEnvelope : OSGeo.MapGuide.MgSerializable
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(Double, Double, Double, Double)
-    [Constructor] Void .ctor(OSGeo.MapGuide.MgEnvelope)
-    [Constructor] Void .ctor()
-    [Constructor] Void .ctor(OSGeo.MapGuide.MgCoordinate)
-    [Constructor] Void .ctor(OSGeo.MapGuide.MgCoordinate, OSGeo.MapGuide.MgCoordinate)
-    [Method] Boolean Contains(OSGeo.MapGuide.MgCoordinate)
-    [Method] Boolean Contains(OSGeo.MapGuide.MgEnvelope)
-    [Method] Void ExpandToInclude(OSGeo.MapGuide.MgCoordinate)
-    [Method] Void ExpandToInclude(OSGeo.MapGuide.MgEnvelope)
-    [Method] Double get_Depth()
-    [Method] Double get_Height()
-    [Method] OSGeo.MapGuide.MgCoordinate get_LowerLeftCoordinate()
-    [Method] OSGeo.MapGuide.MgCoordinate get_UpperRightCoordinate()
-    [Method] Double get_Width()
-    [Method] Double GetDepth()
-    [Method] Double GetHeight()
-    [Method] OSGeo.MapGuide.MgCoordinate GetLowerLeftCoordinate()
-    [Method] OSGeo.MapGuide.MgCoordinate GetUpperRightCoordinate()
-    [Method] Double GetWidth()
-    [Method] Boolean Intersects(OSGeo.MapGuide.MgEnvelope)
-    [Method] Boolean IsNull()
-    [Method] Void MakeNull()
-    [Method] OSGeo.MapGuide.MgEnvelope Transform(OSGeo.MapGuide.MgTransform)
-}
-type OSGeo.MapGuide.MgGeometricEntity : OSGeo.MapGuide.MgSerializable
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgGeometricEntity Copy()
-    [Method] OSGeo.MapGuide.MgEnvelope Envelope()
-    [Method] Double get_Area()
-    [Method] OSGeo.MapGuide.MgPoint get_Centroid()
-    [Method] Int32 get_Dimension()
-    [Method] Double get_Length()
-    [Method] Double GetArea()
-    [Method] OSGeo.MapGuide.MgPoint GetCentroid()
-    [Method] Int32 GetDimension()
-    [Method] Double GetLength()
-    [Method] Boolean IsClosed()
-    [Method] Boolean IsEmpty()
-    [Method] Boolean IsSimple()
-    [Method] Boolean IsValid()
-    [Method] OSGeo.MapGuide.MgGeometricEntity Transform(OSGeo.MapGuide.MgTransform)
-}
-type OSGeo.MapGuide.MgGeometry : OSGeo.MapGuide.MgGeometricEntity
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgGeometry Boundary()
-    [Method] OSGeo.MapGuide.MgGeometry Buffer(Double, OSGeo.MapGuide.MgMeasure)
-    [Method] Boolean Contains(OSGeo.MapGuide.MgGeometry)
-    [Method] OSGeo.MapGuide.MgGeometry ConvexHull()
-    [Method] Boolean Crosses(OSGeo.MapGuide.MgGeometry)
-    [Method] OSGeo.MapGuide.MgGeometry Difference(OSGeo.MapGuide.MgGeometry)
-    [Method] Boolean Disjoint(OSGeo.MapGuide.MgGeometry)
-    [Method] Double Distance(OSGeo.MapGuide.MgGeometry, OSGeo.MapGuide.MgMeasure)
-    [Method] Boolean Equals(OSGeo.MapGuide.MgGeometry)
-    [Method] Int32 get_GeometryType()
-    [Method] Int32 GetGeometryType()
-    [Method] OSGeo.MapGuide.MgGeometry Intersection(OSGeo.MapGuide.MgGeometry)
-    [Method] Boolean Intersects(OSGeo.MapGuide.MgGeometry)
-    [Method] Boolean Overlaps(OSGeo.MapGuide.MgGeometry)
-    [Method] OSGeo.MapGuide.MgPreparedGeometry Prepare()
-    [Method] OSGeo.MapGuide.MgGeometry SymetricDifference(OSGeo.MapGuide.MgGeometry)
-    [Method] OSGeo.MapGuide.MgGeometry Tessellate()
-    [Method] Boolean Touches(OSGeo.MapGuide.MgGeometry)
-    [Method] OSGeo.MapGuide.MgGeometry Union(OSGeo.MapGuide.MgGeometry)
-    [Method] Boolean Within(OSGeo.MapGuide.MgGeometry)
-}
-[System.Reflection.DefaultMemberAttribute]
-type OSGeo.MapGuide.MgGeometryCollection : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-    implements System.Collections.Generic.IList`1[[OSGeo.MapGuide.MgGeometry, OSGeo.MapGuide.Geometry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.ICollection`1[[OSGeo.MapGuide.MgGeometry, OSGeo.MapGuide.Geometry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.IEnumerable`1[[OSGeo.MapGuide.MgGeometry, OSGeo.MapGuide.Geometry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.IEnumerable
-{
-    [Constructor] Void .ctor()
-    [Method] Void Add(OSGeo.MapGuide.MgGeometry)
-    [Method] Void Clear()
-    [Method] Boolean Contains(OSGeo.MapGuide.MgGeometry)
-    [Method] Void CopyTo(OSGeo.MapGuide.MgGeometry[], Int32)
-    [Method] Int32 get_Count()
-    [Method] Boolean get_IsReadOnly()
-    [Method] OSGeo.MapGuide.MgGeometry get_Item(Int32)
-    [Method] Int32 GetCount()
-    [Method] System.Collections.Generic.IEnumerator`1[OSGeo.MapGuide.MgGeometry] GetEnumerator()
-    [Method] OSGeo.MapGuide.MgGeometry GetItem(Int32)
-    [Method] Int32 IndexOf(OSGeo.MapGuide.MgGeometry)
-    [Method] Void Insert(Int32, OSGeo.MapGuide.MgGeometry)
-    [Method] Boolean Remove(OSGeo.MapGuide.MgGeometry)
-    [Method] Void RemoveAt(Int32)
-    [Method] Void set_Item(Int32, OSGeo.MapGuide.MgGeometry)
-    [Method] Void SetItem(Int32, OSGeo.MapGuide.MgGeometry)
-}
-type OSGeo.MapGuide.MgGeometryComponent : OSGeo.MapGuide.MgGeometricEntity
-    implements System.IDisposable
-{
-    [Method] Int32 get_ComponentType()
-    [Method] Int32 GetComponentType()
-}
-type OSGeo.MapGuide.MgGeometryFactory : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor()
-    [Method] OSGeo.MapGuide.MgArcSegment CreateArcSegment(OSGeo.MapGuide.MgCoordinate, OSGeo.MapGuide.MgCoordinate, OSGeo.MapGuide.MgCoordinate)
-    [Method] OSGeo.MapGuide.MgCoordinate CreateCoordinateXY(Double, Double)
-    [Method] OSGeo.MapGuide.MgCoordinate CreateCoordinateXYM(Double, Double, Double)
-    [Method] OSGeo.MapGuide.MgCoordinate CreateCoordinateXYZ(Double, Double, Double)
-    [Method] OSGeo.MapGuide.MgCoordinate CreateCoordinateXYZM(Double, Double, Double, Double)
-    [Method] OSGeo.MapGuide.MgCurvePolygon CreateCurvePolygon(OSGeo.MapGuide.MgCurveRing, OSGeo.MapGuide.MgCurveRingCollection)
-    [Method] OSGeo.MapGuide.MgCurveRing CreateCurveRing(OSGeo.MapGuide.MgCurveSegmentCollection)
-    [Method] OSGeo.MapGuide.MgCurveString CreateCurveString(OSGeo.MapGuide.MgCurveSegmentCollection)
-    [Method] OSGeo.MapGuide.MgLinearRing CreateLinearRing(OSGeo.MapGuide.MgCoordinateCollection)
-    [Method] OSGeo.MapGuide.MgLinearSegment CreateLinearSegment(OSGeo.MapGuide.MgCoordinateCollection)
-    [Method] OSGeo.MapGuide.MgLineString CreateLineString(OSGeo.MapGuide.MgCoordinateCollection)
-    [Method] OSGeo.MapGuide.MgMultiCurvePolygon CreateMultiCurvePolygon(OSGeo.MapGuide.MgCurvePolygonCollection)
-    [Method] OSGeo.MapGuide.MgMultiCurveString CreateMultiCurveString(OSGeo.MapGuide.MgCurveStringCollection)
-    [Method] OSGeo.MapGuide.MgMultiGeometry CreateMultiGeometry(OSGeo.MapGuide.MgGeometryCollection)
-    [Method] OSGeo.MapGuide.MgMultiLineString CreateMultiLineString(OSGeo.MapGuide.MgLineStringCollection)
-    [Method] OSGeo.MapGuide.MgMultiPoint CreateMultiPoint(OSGeo.MapGuide.MgPointCollection)
-    [Method] OSGeo.MapGuide.MgMultiPolygon CreateMultiPolygon(OSGeo.MapGuide.MgPolygonCollection)
-    [Method] OSGeo.MapGuide.MgPoint CreatePoint(OSGeo.MapGuide.MgCoordinate)
-    [Method] OSGeo.MapGuide.MgPolygon CreatePolygon(OSGeo.MapGuide.MgLinearRing, OSGeo.MapGuide.MgLinearRingCollection)
-}
-type OSGeo.MapGuide.MgGeometrySimplifier : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor()
-    [Method] OSGeo.MapGuide.MgGeometry Simplify(OSGeo.MapGuide.MgGeometry, Double, Int32)
-}
-type OSGeo.MapGuide.MgLinearRing : OSGeo.MapGuide.MgRing
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgGeometricEntity Copy()
-    [Method] Int32 get_ComponentType()
-    [Method] Int32 get_Dimension()
-    [Method] Int32 GetComponentType()
-    [Method] OSGeo.MapGuide.MgCoordinateIterator GetCoordinates()
-    [Method] Int32 GetDimension()
-    [Method] Boolean IsClosed()
-    [Method] Boolean IsEmpty()
-    [Method] OSGeo.MapGuide.MgGeometricEntity Transform(OSGeo.MapGuide.MgTransform)
-}
-[System.Reflection.DefaultMemberAttribute]
-type OSGeo.MapGuide.MgLinearRingCollection : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-    implements System.Collections.Generic.IList`1[[OSGeo.MapGuide.MgLinearRing, OSGeo.MapGuide.Geometry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.ICollection`1[[OSGeo.MapGuide.MgLinearRing, OSGeo.MapGuide.Geometry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.IEnumerable`1[[OSGeo.MapGuide.MgLinearRing, OSGeo.MapGuide.Geometry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.IEnumerable
-{
-    [Constructor] Void .ctor()
-    [Method] Void Add(OSGeo.MapGuide.MgLinearRing)
-    [Method] Void Clear()
-    [Method] Boolean Contains(OSGeo.MapGuide.MgLinearRing)
-    [Method] Void CopyTo(OSGeo.MapGuide.MgLinearRing[], Int32)
-    [Method] Int32 get_Count()
-    [Method] Boolean get_IsReadOnly()
-    [Method] OSGeo.MapGuide.MgLinearRing get_Item(Int32)
-    [Method] Int32 GetCount()
-    [Method] System.Collections.Generic.IEnumerator`1[OSGeo.MapGuide.MgLinearRing] GetEnumerator()
-    [Method] OSGeo.MapGuide.MgLinearRing GetItem(Int32)
-    [Method] Int32 IndexOf(OSGeo.MapGuide.MgLinearRing)
-    [Method] Void Insert(Int32, OSGeo.MapGuide.MgLinearRing)
-    [Method] Boolean Remove(OSGeo.MapGuide.MgLinearRing)
-    [Method] Void RemoveAt(Int32)
-    [Method] Void set_Item(Int32, OSGeo.MapGuide.MgLinearRing)
-    [Method] Void SetItem(Int32, OSGeo.MapGuide.MgLinearRing)
-}
-type OSGeo.MapGuide.MgLinearSegment : OSGeo.MapGuide.MgCurveSegment
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgGeometricEntity Copy()
-    [Method] Int32 get_ComponentType()
-    [Method] Int32 get_Dimension()
-    [Method] OSGeo.MapGuide.MgCoordinate get_EndCoordinate()
-    [Method] OSGeo.MapGuide.MgCoordinate get_StartCoordinate()
-    [Method] Int32 GetComponentType()
-    [Method] OSGeo.MapGuide.MgCoordinateIterator GetCoordinates()
-    [Method] Int32 GetDimension()
-    [Method] OSGeo.MapGuide.MgCoordinate GetEndCoordinate()
-    [Method] OSGeo.MapGuide.MgCoordinate GetStartCoordinate()
-    [Method] Boolean IsClosed()
-    [Method] Boolean IsEmpty()
-    [Method] OSGeo.MapGuide.MgGeometricEntity Transform(OSGeo.MapGuide.MgTransform)
-}
-type OSGeo.MapGuide.MgLineString : OSGeo.MapGuide.MgCurve
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgGeometricEntity Copy()
-    [Method] Int32 get_Dimension()
-    [Method] OSGeo.MapGuide.MgCoordinate get_EndCoordinate()
-    [Method] Int32 get_GeometryType()
-    [Method] OSGeo.MapGuide.MgCoordinate get_StartCoordinate()
-    [Method] OSGeo.MapGuide.MgCoordinateIterator GetCoordinates()
-    [Method] Int32 GetDimension()
-    [Method] OSGeo.MapGuide.MgCoordinate GetEndCoordinate()
-    [Method] Int32 GetGeometryType()
-    [Method] OSGeo.MapGuide.MgCoordinate GetStartCoordinate()
-    [Method] Boolean IsClosed()
-    [Method] Boolean IsEmpty()
-    [Method] OSGeo.MapGuide.MgGeometricEntity Transform(OSGeo.MapGuide.MgTransform)
-}
-[System.Reflection.DefaultMemberAttribute]
-type OSGeo.MapGuide.MgLineStringCollection : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-    implements System.Collections.Generic.IList`1[[OSGeo.MapGuide.MgLineString, OSGeo.MapGuide.Geometry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.ICollection`1[[OSGeo.MapGuide.MgLineString, OSGeo.MapGuide.Geometry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.IEnumerable`1[[OSGeo.MapGuide.MgLineString, OSGeo.MapGuide.Geometry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.IEnumerable
-{
-    [Constructor] Void .ctor()
-    [Method] Void Add(OSGeo.MapGuide.MgLineString)
-    [Method] Void Clear()
-    [Method] Boolean Contains(OSGeo.MapGuide.MgLineString)
-    [Method] Void CopyTo(OSGeo.MapGuide.MgLineString[], Int32)
-    [Method] Int32 get_Count()
-    [Method] Boolean get_IsReadOnly()
-    [Method] OSGeo.MapGuide.MgLineString get_Item(Int32)
-    [Method] Int32 GetCount()
-    [Method] System.Collections.Generic.IEnumerator`1[OSGeo.MapGuide.MgLineString] GetEnumerator()
-    [Method] OSGeo.MapGuide.MgLineString GetItem(Int32)
-    [Method] Int32 IndexOf(OSGeo.MapGuide.MgLineString)
-    [Method] Void Insert(Int32, OSGeo.MapGuide.MgLineString)
-    [Method] Boolean Remove(OSGeo.MapGuide.MgLineString)
-    [Method] Void RemoveAt(Int32)
-    [Method] Void set_Item(Int32, OSGeo.MapGuide.MgLineString)
-    [Method] Void SetItem(Int32, OSGeo.MapGuide.MgLineString)
-}
-type OSGeo.MapGuide.MgMeasure : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Method] Double GetAzimuth(OSGeo.MapGuide.MgCoordinate, OSGeo.MapGuide.MgCoordinate)
-    [Method] OSGeo.MapGuide.MgCoordinate GetCoordinate(OSGeo.MapGuide.MgCoordinate, Double, Double)
-    [Method] Double GetDistance(OSGeo.MapGuide.MgCoordinate, OSGeo.MapGuide.MgCoordinate)
-}
-type OSGeo.MapGuide.MgMultiCurvePolygon : OSGeo.MapGuide.MgAggregateGeometry
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgGeometricEntity Copy()
-    [Method] Int32 get_Count()
-    [Method] Int32 get_Dimension()
-    [Method] Int32 get_GeometryType()
-    [Method] Int32 GetCount()
-    [Method] OSGeo.MapGuide.MgCurvePolygon GetCurvePolygon(Int32)
-    [Method] Int32 GetDimension()
-    [Method] Int32 GetGeometryType()
-    [Method] Boolean IsClosed()
-    [Method] Boolean IsEmpty()
-    [Method] OSGeo.MapGuide.MgGeometricEntity Transform(OSGeo.MapGuide.MgTransform)
-}
-type OSGeo.MapGuide.MgMultiCurveString : OSGeo.MapGuide.MgAggregateGeometry
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgGeometricEntity Copy()
-    [Method] Int32 get_Count()
-    [Method] Int32 get_Dimension()
-    [Method] Int32 get_GeometryType()
-    [Method] Int32 GetCount()
-    [Method] OSGeo.MapGuide.MgCurveString GetCurveString(Int32)
-    [Method] Int32 GetDimension()
-    [Method] Int32 GetGeometryType()
-    [Method] Boolean IsClosed()
-    [Method] Boolean IsEmpty()
-    [Method] OSGeo.MapGuide.MgGeometricEntity Transform(OSGeo.MapGuide.MgTransform)
-}
-type OSGeo.MapGuide.MgMultiGeometry : OSGeo.MapGuide.MgAggregateGeometry
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgGeometricEntity Copy()
-    [Method] Int32 get_Count()
-    [Method] Int32 get_Dimension()
-    [Method] Int32 get_GeometryType()
-    [Method] Int32 GetCount()
-    [Method] Int32 GetDimension()
-    [Method] OSGeo.MapGuide.MgGeometry GetGeometry(Int32)
-    [Method] Int32 GetGeometryType()
-    [Method] Boolean IsClosed()
-    [Method] Boolean IsEmpty()
-    [Method] OSGeo.MapGuide.MgGeometricEntity Transform(OSGeo.MapGuide.MgTransform)
-}
-type OSGeo.MapGuide.MgMultiLineString : OSGeo.MapGuide.MgAggregateGeometry
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgGeometricEntity Copy()
-    [Method] Int32 get_Count()
-    [Method] Int32 get_Dimension()
-    [Method] Int32 get_GeometryType()
-    [Method] Int32 GetCount()
-    [Method] Int32 GetDimension()
-    [Method] Int32 GetGeometryType()
-    [Method] OSGeo.MapGuide.MgLineString GetLineString(Int32)
-    [Method] Boolean IsClosed()
-    [Method] Boolean IsEmpty()
-    [Method] OSGeo.MapGuide.MgGeometricEntity Transform(OSGeo.MapGuide.MgTransform)
-}
-type OSGeo.MapGuide.MgMultiPoint : OSGeo.MapGuide.MgAggregateGeometry
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgGeometricEntity Copy()
-    [Method] Int32 get_Count()
-    [Method] Int32 get_Dimension()
-    [Method] Int32 get_GeometryType()
-    [Method] Int32 GetCount()
-    [Method] Int32 GetDimension()
-    [Method] Int32 GetGeometryType()
-    [Method] OSGeo.MapGuide.MgPoint GetPoint(Int32)
-    [Method] Boolean IsClosed()
-    [Method] Boolean IsEmpty()
-    [Method] OSGeo.MapGuide.MgGeometricEntity Transform(OSGeo.MapGuide.MgTransform)
-}
-type OSGeo.MapGuide.MgMultiPolygon : OSGeo.MapGuide.MgAggregateGeometry
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgGeometricEntity Copy()
-    [Method] OSGeo.MapGuide.MgCoordinateIterator get_Coordinates()
-    [Method] Int32 get_Count()
-    [Method] Int32 get_Dimension()
-    [Method] Int32 get_GeometryType()
-    [Method] OSGeo.MapGuide.MgCoordinateIterator GetCoordinates()
-    [Method] Int32 GetCount()
-    [Method] Int32 GetDimension()
-    [Method] Int32 GetGeometryType()
-    [Method] OSGeo.MapGuide.MgPolygon GetPolygon(Int32)
-    [Method] Boolean IsClosed()
-    [Method] Boolean IsEmpty()
-    [Method] OSGeo.MapGuide.MgGeometricEntity Transform(OSGeo.MapGuide.MgTransform)
-}
-type OSGeo.MapGuide.MgPoint : OSGeo.MapGuide.MgGeometry
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgGeometricEntity Copy()
-    [Method] OSGeo.MapGuide.MgCoordinate get_Coordinate()
-    [Method] OSGeo.MapGuide.MgCoordinateIterator get_Coordinates()
-    [Method] Int32 get_Dimension()
-    [Method] Int32 get_GeometryType()
-    [Method] OSGeo.MapGuide.MgCoordinate GetCoordinate()
-    [Method] OSGeo.MapGuide.MgCoordinateIterator GetCoordinates()
-    [Method] Int32 GetDimension()
-    [Method] Int32 GetGeometryType()
-    [Method] Boolean IsClosed()
-    [Method] Boolean IsEmpty()
-    [Method] OSGeo.MapGuide.MgGeometricEntity Transform(OSGeo.MapGuide.MgTransform)
-}
-[System.Reflection.DefaultMemberAttribute]
-type OSGeo.MapGuide.MgPointCollection : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-    implements System.Collections.Generic.IList`1[[OSGeo.MapGuide.MgPoint, OSGeo.MapGuide.Geometry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.ICollection`1[[OSGeo.MapGuide.MgPoint, OSGeo.MapGuide.Geometry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.IEnumerable`1[[OSGeo.MapGuide.MgPoint, OSGeo.MapGuide.Geometry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.IEnumerable
-{
-    [Constructor] Void .ctor()
-    [Method] Void Add(OSGeo.MapGuide.MgPoint)
-    [Method] Void Clear()
-    [Method] Boolean Contains(OSGeo.MapGuide.MgPoint)
-    [Method] Void CopyTo(OSGeo.MapGuide.MgPoint[], Int32)
-    [Method] Int32 get_Count()
-    [Method] Boolean get_IsReadOnly()
-    [Method] OSGeo.MapGuide.MgPoint get_Item(Int32)
-    [Method] Int32 GetCount()
-    [Method] System.Collections.Generic.IEnumerator`1[OSGeo.MapGuide.MgPoint] GetEnumerator()
-    [Method] OSGeo.MapGuide.MgPoint GetItem(Int32)
-    [Method] Int32 IndexOf(OSGeo.MapGuide.MgPoint)
-    [Method] Void Insert(Int32, OSGeo.MapGuide.MgPoint)
-    [Method] Boolean Remove(OSGeo.MapGuide.MgPoint)
-    [Method] Void RemoveAt(Int32)
-    [Method] Void set_Item(Int32, OSGeo.MapGuide.MgPoint)
-    [Method] Void SetItem(Int32, OSGeo.MapGuide.MgPoint)
-}
-type OSGeo.MapGuide.MgPolygon : OSGeo.MapGuide.MgRegion
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgGeometricEntity Copy()
-    [Method] Int32 get_Dimension()
-    [Method] OSGeo.MapGuide.MgLinearRing get_ExteriorRing()
-    [Method] Int32 get_GeometryType()
-    [Method] Int32 get_InteriorRingCount()
-    [Method] OSGeo.MapGuide.MgCoordinateIterator GetCoordinates()
-    [Method] Int32 GetDimension()
-    [Method] OSGeo.MapGuide.MgLinearRing GetExteriorRing()
-    [Method] Int32 GetGeometryType()
-    [Method] OSGeo.MapGuide.MgLinearRing GetInteriorRing(Int32)
-    [Method] Int32 GetInteriorRingCount()
-    [Method] Boolean IsClosed()
-    [Method] Boolean IsEmpty()
-    [Method] OSGeo.MapGuide.MgGeometricEntity Transform(OSGeo.MapGuide.MgTransform)
-}
-[System.Reflection.DefaultMemberAttribute]
-type OSGeo.MapGuide.MgPolygonCollection : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-    implements System.Collections.Generic.IList`1[[OSGeo.MapGuide.MgPolygon, OSGeo.MapGuide.Geometry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.ICollection`1[[OSGeo.MapGuide.MgPolygon, OSGeo.MapGuide.Geometry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.IEnumerable`1[[OSGeo.MapGuide.MgPolygon, OSGeo.MapGuide.Geometry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.IEnumerable
-{
-    [Constructor] Void .ctor()
-    [Method] Void Add(OSGeo.MapGuide.MgPolygon)
-    [Method] Void Clear()
-    [Method] Boolean Contains(OSGeo.MapGuide.MgPolygon)
-    [Method] Void CopyTo(OSGeo.MapGuide.MgPolygon[], Int32)
-    [Method] Int32 get_Count()
-    [Method] Boolean get_IsReadOnly()
-    [Method] OSGeo.MapGuide.MgPolygon get_Item(Int32)
-    [Method] Int32 GetCount()
-    [Method] System.Collections.Generic.IEnumerator`1[OSGeo.MapGuide.MgPolygon] GetEnumerator()
-    [Method] OSGeo.MapGuide.MgPolygon GetItem(Int32)
-    [Method] Int32 IndexOf(OSGeo.MapGuide.MgPolygon)
-    [Method] Void Insert(Int32, OSGeo.MapGuide.MgPolygon)
-    [Method] Boolean Remove(OSGeo.MapGuide.MgPolygon)
-    [Method] Void RemoveAt(Int32)
-    [Method] Void set_Item(Int32, OSGeo.MapGuide.MgPolygon)
-    [Method] Void SetItem(Int32, OSGeo.MapGuide.MgPolygon)
-}
-type OSGeo.MapGuide.MgPreparedGeometry : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Method] Boolean Contains(OSGeo.MapGuide.MgGeometry)
-    [Method] Boolean Crosses(OSGeo.MapGuide.MgGeometry)
-    [Method] Boolean Disjoint(OSGeo.MapGuide.MgGeometry)
-    [Method] Boolean Intersects(OSGeo.MapGuide.MgGeometry)
-    [Method] Boolean Overlaps(OSGeo.MapGuide.MgGeometry)
-    [Method] Boolean Touches(OSGeo.MapGuide.MgGeometry)
-    [Method] Boolean Within(OSGeo.MapGuide.MgGeometry)
-}
-type OSGeo.MapGuide.MgRegion : OSGeo.MapGuide.MgGeometry
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgCoordinateIterator get_Coordinates()
-    [Method] OSGeo.MapGuide.MgPoint get_PointInRegion()
-    [Method] OSGeo.MapGuide.MgCoordinateIterator GetCoordinates()
-    [Method] OSGeo.MapGuide.MgPoint GetPointInRegion()
-}
-type OSGeo.MapGuide.MgRing : OSGeo.MapGuide.MgGeometryComponent
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgCoordinateIterator get_Coordinates()
-    [Method] OSGeo.MapGuide.MgPoint get_PointInRing()
-    [Method] OSGeo.MapGuide.MgCoordinateIterator GetCoordinates()
-    [Method] OSGeo.MapGuide.MgPoint GetPointInRing()
-}
-type OSGeo.MapGuide.MgTransform : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgCoordinate Transform(Double, Double)
-    [Method] OSGeo.MapGuide.MgCoordinate Transform(Double, Double, Double)
-    [Method] OSGeo.MapGuide.MgCoordinate Transform(OSGeo.MapGuide.MgCoordinate)
-    [Method] OSGeo.MapGuide.MgEnvelope Transform(OSGeo.MapGuide.MgEnvelope)
-}
-type OSGeo.MapGuide.MgWktReaderWriter : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor()
-    [Method] OSGeo.MapGuide.MgGeometry Read(System.String)
-    [Method] OSGeo.MapGuide.MgGeometry Read(System.String, OSGeo.MapGuide.MgTransform)
-    [Method] System.String Write(OSGeo.MapGuide.MgGeometry)
-    [Method] System.String Write(OSGeo.MapGuide.MgGeometry, OSGeo.MapGuide.MgTransform)
-}
-Assembly: OSGeo.MapGuide.PlatformBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null
-type OSGeo.MapGuide.MgLayerGroupType : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 BaseMap
-    [Field] Int32 BaseMapFromTileSet
-    [Field] Int32 Normal
-}
-type OSGeo.MapGuide.MgLayerType : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 BaseMap
-    [Field] Int32 Dynamic
-}
-type OSGeo.MapGuide.MgServiceType : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int16 DrawingService
-    [Field] Int16 FeatureService
-    [Field] Int16 KmlService
-    [Field] Int16 MappingService
-    [Field] Int16 ProfilingService
-    [Field] Int16 RenderingService
-    [Field] Int16 ResourceService
-    [Field] Int16 TileService
-}
-type OSGeo.MapGuide.MgUser : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] System.String Administrator
-    [Field] System.String Anonymous
-    [Field] System.String Author
-    [Field] System.String WfsUser
-    [Field] System.String WmsUser
-}
-type OSGeo.MapGuide.MgGroup : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] System.String Everyone
-}
-type OSGeo.MapGuide.MgRole : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] System.String Administrator
-    [Field] System.String Author
-    [Field] System.String Viewer
-}
-type OSGeo.MapGuide.MgFeatureCommandType : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 DeleteFeatures
-    [Field] Int32 InsertFeatures
-    [Field] Int32 LockFeatures
-    [Field] Int32 UnlockFeatures
-    [Field] Int32 UpdateFeatures
-}
-type OSGeo.MapGuide.MgFeatureGeometricType : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 Curve
-    [Field] Int32 Point
-    [Field] Int32 Solid
-    [Field] Int32 Surface
-}
-type OSGeo.MapGuide.MgFeatureSpatialOperations : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 Contains
-    [Field] Int32 CoveredBy
-    [Field] Int32 Crosses
-    [Field] Int32 Disjoint
-    [Field] Int32 EnvelopeIntersects
-    [Field] Int32 Equals
-    [Field] Int32 Inside
-    [Field] Int32 Intersects
-    [Field] Int32 Overlaps
-    [Field] Int32 Touches
-    [Field] Int32 Within
-}
-type OSGeo.MapGuide.MgObjectPropertyType : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 Collection
-    [Field] Int32 OrderedCollection
-    [Field] Int32 Value
-}
-type OSGeo.MapGuide.MgOrderingOption : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 Ascending
-    [Field] Int32 Descending
-}
-type OSGeo.MapGuide.MgParameterDirection : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 Input
-    [Field] Int32 InputOutput
-    [Field] Int32 Output
-    [Field] Int32 Ret
-}
-type OSGeo.MapGuide.MgRasterDataModelType : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 Bitonal
-    [Field] Int32 Data
-    [Field] Int32 Gray
-    [Field] Int32 Palette
-    [Field] Int32 RGB
-    [Field] Int32 RGBA
-    [Field] Int32 Unknown
-}
-type OSGeo.MapGuide.MgReaderType : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 DataReader
-    [Field] Int32 FeatureReader
-    [Field] Int32 SqlDataReader
-}
-type OSGeo.MapGuide.MgRepositoryType : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] System.String Library
-    [Field] System.String Session
-}
-type OSGeo.MapGuide.MgResourceType : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] System.String ApplicationDefinition
-    [Field] System.String DrawingSource
-    [Field] System.String FeatureSource
-    [Field] System.String Folder
-    [Field] System.String LayerDefinition
-    [Field] System.String LoadProcedure
-    [Field] System.String Map
-    [Field] System.String MapDefinition
-    [Field] System.String PrintLayout
-    [Field] System.String Selection
-    [Field] System.String SymbolDefinition
-    [Field] System.String SymbolLibrary
-    [Field] System.String TileSetDefinition
-    [Field] System.String WatermarkDefinition
-    [Field] System.String WebLayout
-}
-type OSGeo.MapGuide.MgResourceTag : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] System.String DataFilePath
-    [Field] System.String DataPathAliasBegin
-    [Field] System.String DataPathAliasEnd
-    [Field] System.String LoginPassword
-    [Field] System.String LoginUsername
-    [Field] System.String Password
-    [Field] System.String ProxyPassword
-    [Field] System.String ProxyPort
-    [Field] System.String ProxyServer
-    [Field] System.String ProxyUsername
-    [Field] System.String TileCachePath
-    [Field] System.String Username
-}
-type OSGeo.MapGuide.MgResourceDataName : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] System.String ProxyCredentials
-    [Field] System.String ProxyServerName
-    [Field] System.String ProxyServerPort
-    [Field] System.String UserCredentials
-}
-type OSGeo.MapGuide.MgResourceDataType : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] System.String File
-    [Field] System.String Stream
-    [Field] System.String String
-}
-type OSGeo.MapGuide.MgResourcePermission : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] System.String PermissionNoAccess
-    [Field] System.String PermissionReadOnly
-    [Field] System.String PermissionReadWrite
-}
-type OSGeo.MapGuide.MgResourceHeaderProperties : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 General
-    [Field] Int32 Metadata
-    [Field] Int32 Security
-}
-type OSGeo.MapGuide.MgSpatialContextExtentType : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 scDynamic
-    [Field] Int32 scStatic
-}
-type OSGeo.MapGuide.MgColor : OSGeo.MapGuide.MgSerializable
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(Int16, Int16, Int16, Int16)
-    [Constructor] Void .ctor(Int16, Int16, Int16)
-    [Constructor] Void .ctor(System.Drawing.Color)
-    [Constructor] Void .ctor(System.String)
-    [Method] Int16 get_Alpha()
-    [Method] Int16 get_Blue()
-    [Method] System.String get_Color()
-    [Method] Int16 get_Green()
-    [Method] Int16 get_Red()
-    [Method] Int16 GetAlpha()
-    [Method] Int16 GetBlue()
-    [Method] System.String GetColor()
-    [Method] Int16 GetGreen()
-    [Method] Int16 GetRed()
-}
-type OSGeo.MapGuide.MgBlobProperty : OSGeo.MapGuide.MgNullableProperty
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(System.String, OSGeo.MapGuide.MgByteReader)
-    [Method] Int16 get_PropertyType()
-    [Method] OSGeo.MapGuide.MgByteReader get_Value()
-    [Method] Int16 GetPropertyType()
-    [Method] OSGeo.MapGuide.MgByteReader GetValue()
-    [Method] Void set_Value(OSGeo.MapGuide.MgByteReader)
-    [Method] Void SetValue(OSGeo.MapGuide.MgByteReader)
-}
-type OSGeo.MapGuide.MgBooleanProperty : OSGeo.MapGuide.MgNullableProperty
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(System.String, Boolean)
-    [Method] Int16 get_PropertyType()
-    [Method] Boolean get_Value()
-    [Method] Int16 GetPropertyType()
-    [Method] Boolean GetValue()
-    [Method] Void set_Value(Boolean)
-    [Method] Void SetValue(Boolean)
-}
-type OSGeo.MapGuide.MgByteProperty : OSGeo.MapGuide.MgNullableProperty
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(System.String, Byte)
-    [Method] Int16 get_PropertyType()
-    [Method] Byte get_Value()
-    [Method] Int16 GetPropertyType()
-    [Method] Byte GetValue()
-    [Method] Void set_Value(Byte)
-    [Method] Void SetValue(Byte)
-}
-type OSGeo.MapGuide.MgClassDefinition : OSGeo.MapGuide.MgNamedSerializable
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor()
-    [Method] Void Delete()
-    [Method] OSGeo.MapGuide.MgClassDefinition get_BaseClassDefinition()
-    [Method] System.String get_DefaultGeometryPropertyName()
-    [Method] System.String get_Description()
-    [Method] System.String get_Name()
-    [Method] OSGeo.MapGuide.MgClassDefinition GetBaseClassDefinition()
-    [Method] System.String GetDefaultGeometryPropertyName()
-    [Method] System.String GetDescription()
-    [Method] OSGeo.MapGuide.MgPropertyDefinitionCollection GetIdentityProperties()
-    [Method] System.String GetName()
-    [Method] OSGeo.MapGuide.MgPropertyDefinitionCollection GetProperties()
-    [Method] Boolean IsAbstract()
-    [Method] Boolean IsComputed()
-    [Method] Void set_DefaultGeometryPropertyName(System.String)
-    [Method] Void set_Description(System.String)
-    [Method] Void set_Name(System.String)
-    [Method] Void SetDefaultGeometryPropertyName(System.String)
-    [Method] Void SetDescription(System.String)
-    [Method] Void SetName(System.String)
-}
-[System.Reflection.DefaultMemberAttribute]
-type OSGeo.MapGuide.MgClassDefinitionCollection : OSGeo.MapGuide.MgCollection
-    implements System.IDisposable
-    implements System.Collections.Generic.IList`1[[OSGeo.MapGuide.MgClassDefinition, OSGeo.MapGuide.PlatformBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.ICollection`1[[OSGeo.MapGuide.MgClassDefinition, OSGeo.MapGuide.PlatformBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.IEnumerable`1[[OSGeo.MapGuide.MgClassDefinition, OSGeo.MapGuide.PlatformBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.IEnumerable
-{
-    [Constructor] Void .ctor()
-    [Method] Void Add(OSGeo.MapGuide.MgClassDefinition)
-    [Method] Void Clear()
-    [Method] Boolean Contains(OSGeo.MapGuide.MgClassDefinition)
-    [Method] Void CopyTo(OSGeo.MapGuide.MgClassDefinition[], Int32)
-    [Method] Int32 get_Count()
-    [Method] Boolean get_IsReadOnly()
-    [Method] OSGeo.MapGuide.MgClassDefinition get_Item(Int32)
-    [Method] Int32 GetCount()
-    [Method] System.Collections.Generic.IEnumerator`1[OSGeo.MapGuide.MgClassDefinition] GetEnumerator()
-    [Method] OSGeo.MapGuide.MgClassDefinition GetItem(Int32)
-    [Method] Int32 IndexOf(OSGeo.MapGuide.MgClassDefinition)
-    [Method] Void Insert(Int32, OSGeo.MapGuide.MgClassDefinition)
-    [Method] Boolean Remove(OSGeo.MapGuide.MgClassDefinition)
-    [Method] Void RemoveAt(Int32)
-    [Method] Void set_Item(Int32, OSGeo.MapGuide.MgClassDefinition)
-    [Method] Void SetItem(Int32, OSGeo.MapGuide.MgClassDefinition)
-    [Method] OSGeo.MapGuide.MgByteReader ToXml()
-}
-type OSGeo.MapGuide.MgClobProperty : OSGeo.MapGuide.MgNullableProperty
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(System.String, OSGeo.MapGuide.MgByteReader)
-    [Method] Int16 get_PropertyType()
-    [Method] OSGeo.MapGuide.MgByteReader get_Value()
-    [Method] Int16 GetPropertyType()
-    [Method] OSGeo.MapGuide.MgByteReader GetValue()
-    [Method] Void set_Value(OSGeo.MapGuide.MgByteReader)
-    [Method] Void SetValue(OSGeo.MapGuide.MgByteReader)
-}
-type OSGeo.MapGuide.MgDataPropertyDefinition : OSGeo.MapGuide.MgPropertyDefinition
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(System.String)
-    [Method] Int32 get_DataType()
-    [Method] System.String get_DefaultValue()
-    [Method] Int32 get_Length()
-    [Method] Boolean get_Nullable()
-    [Method] Int32 get_Precision()
-    [Method] Boolean get_ReadOnly()
-    [Method] Int32 get_Scale()
-    [Method] Int32 GetDataType()
-    [Method] System.String GetDefaultValue()
-    [Method] Int32 GetLength()
-    [Method] Boolean GetNullable()
-    [Method] Int32 GetPrecision()
-    [Method] Boolean GetReadOnly()
-    [Method] Int32 GetScale()
-    [Method] Boolean IsAutoGenerated()
-    [Method] Void set_DataType(Int32)
-    [Method] Void set_DefaultValue(System.String)
-    [Method] Void set_Length(Int32)
-    [Method] Void set_Nullable(Boolean)
-    [Method] Void set_Precision(Int32)
-    [Method] Void set_ReadOnly(Boolean)
-    [Method] Void set_Scale(Int32)
-    [Method] Void SetAutoGeneration(Boolean)
-    [Method] Void SetDataType(Int32)
-    [Method] Void SetDefaultValue(System.String)
-    [Method] Void SetLength(Int32)
-    [Method] Void SetNullable(Boolean)
-    [Method] Void SetPrecision(Int32)
-    [Method] Void SetReadOnly(Boolean)
-    [Method] Void SetScale(Int32)
-}
-type OSGeo.MapGuide.MgDataReader : OSGeo.MapGuide.MgReader
-    implements System.IDisposable
-{
-}
-type OSGeo.MapGuide.MgDateTimeProperty : OSGeo.MapGuide.MgNullableProperty
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(System.String, OSGeo.MapGuide.MgDateTime)
-    [Method] Int16 get_PropertyType()
-    [Method] OSGeo.MapGuide.MgDateTime get_Value()
-    [Method] Int16 GetPropertyType()
-    [Method] OSGeo.MapGuide.MgDateTime GetValue()
-    [Method] Void set_Value(OSGeo.MapGuide.MgDateTime)
-    [Method] Void SetValue(OSGeo.MapGuide.MgDateTime)
-}
-type OSGeo.MapGuide.MgDeleteFeatures : OSGeo.MapGuide.MgFeatureCommand
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(System.String, System.String)
-    [Method] Int32 get_CommandType()
-    [Method] System.String get_FeatureClassName()
-    [Method] System.String get_FilterText()
-    [Method] Int32 GetCommandType()
-    [Method] System.String GetFeatureClassName()
-    [Method] System.String GetFilterText()
-}
-type OSGeo.MapGuide.MgDoubleProperty : OSGeo.MapGuide.MgNullableProperty
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(System.String, Double)
-    [Method] Int16 get_PropertyType()
-    [Method] Double get_Value()
-    [Method] Int16 GetPropertyType()
-    [Method] Double GetValue()
-    [Method] Void set_Value(Double)
-    [Method] Void SetValue(Double)
-}
-type OSGeo.MapGuide.MgFeatureAggregateOptions : OSGeo.MapGuide.MgFeatureQueryOptions
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor()
-    [Method] Void SelectDistinct(Boolean)
-    [Method] Void SetGroupingFilter(OSGeo.MapGuide.MgStringCollection, System.String)
-}
-type OSGeo.MapGuide.MgFeatureCommand : OSGeo.MapGuide.MgSerializable
-    implements System.IDisposable
-{
-    [Method] Int32 GetCommandType()
-}
-[System.Reflection.DefaultMemberAttribute]
-type OSGeo.MapGuide.MgFeatureCommandCollection : OSGeo.MapGuide.MgSerializable
-    implements System.IDisposable
-    implements System.Collections.Generic.IList`1[[OSGeo.MapGuide.MgFeatureCommand, OSGeo.MapGuide.PlatformBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.ICollection`1[[OSGeo.MapGuide.MgFeatureCommand, OSGeo.MapGuide.PlatformBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.IEnumerable`1[[OSGeo.MapGuide.MgFeatureCommand, OSGeo.MapGuide.PlatformBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.IEnumerable
-{
-    [Constructor] Void .ctor()
-    [Method] Void Add(OSGeo.MapGuide.MgFeatureCommand)
-    [Method] Void Clear()
-    [Method] Boolean Contains(OSGeo.MapGuide.MgFeatureCommand)
-    [Method] Void CopyTo(OSGeo.MapGuide.MgFeatureCommand[], Int32)
-    [Method] Int32 get_Count()
-    [Method] Boolean get_IsReadOnly()
-    [Method] OSGeo.MapGuide.MgFeatureCommand get_Item(Int32)
-    [Method] Int32 GetCount()
-    [Method] System.Collections.Generic.IEnumerator`1[OSGeo.MapGuide.MgFeatureCommand] GetEnumerator()
-    [Method] OSGeo.MapGuide.MgFeatureCommand GetItem(Int32)
-    [Method] Int32 IndexOf(OSGeo.MapGuide.MgFeatureCommand)
-    [Method] Void Insert(Int32, OSGeo.MapGuide.MgFeatureCommand)
-    [Method] Boolean Remove(OSGeo.MapGuide.MgFeatureCommand)
-    [Method] Void RemoveAt(Int32)
-    [Method] Void set_Item(Int32, OSGeo.MapGuide.MgFeatureCommand)
-    [Method] Void SetItem(Int32, OSGeo.MapGuide.MgFeatureCommand)
-}
-type OSGeo.MapGuide.MgFeatureProperty : OSGeo.MapGuide.MgNullableProperty
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(System.String, OSGeo.MapGuide.MgFeatureReader)
-    [Method] Int16 get_PropertyType()
-    [Method] OSGeo.MapGuide.MgFeatureReader get_Value()
-    [Method] Int16 GetPropertyType()
-    [Method] OSGeo.MapGuide.MgFeatureReader GetValue()
-    [Method] Void set_Value(OSGeo.MapGuide.MgFeatureReader)
-    [Method] Void SetValue(OSGeo.MapGuide.MgFeatureReader)
-}
-type OSGeo.MapGuide.MgFeatureQueryOptions : OSGeo.MapGuide.MgSerializable
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor()
-    [Method] Int32 AddComputedProperty(System.String, System.String)
-    [Method] Int32 AddFeatureProperty(System.String)
-    [Method] Void RemoveComputedProperty(System.String)
-    [Method] Void RemoveFeatureProperty(System.String)
-    [Method] Void SetBinaryOperator(Boolean)
-    [Method] Void SetFetchSize(Int32)
-    [Method] Void SetFilter(System.String)
-    [Method] Void SetOrderingFilter(OSGeo.MapGuide.MgStringCollection, Int32)
-    [Method] Void SetSpatialFilter(System.String, OSGeo.MapGuide.MgGeometry, Int32)
-}
-type OSGeo.MapGuide.MgFeatureReader : OSGeo.MapGuide.MgReader
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgClassDefinition GetClassDefinition()
-    [Method] OSGeo.MapGuide.MgFeatureReader GetFeatureObject(System.String)
-    [Method] OSGeo.MapGuide.MgFeatureReader GetFeatureObject(Int32)
-}
-type OSGeo.MapGuide.MgFeatureSchema : OSGeo.MapGuide.MgNamedSerializable
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(System.String, System.String)
-    [Constructor] Void .ctor()
-    [Method] Void Delete()
-    [Method] System.String get_Description()
-    [Method] System.String get_Name()
-    [Method] OSGeo.MapGuide.MgClassDefinitionCollection GetClasses()
-    [Method] System.String GetDescription()
-    [Method] System.String GetName()
-    [Method] Void set_Description(System.String)
-    [Method] Void set_Name(System.String)
-    [Method] Void SetDescription(System.String)
-    [Method] Void SetName(System.String)
-}
-[System.Reflection.DefaultMemberAttribute]
-type OSGeo.MapGuide.MgFeatureSchemaCollection : OSGeo.MapGuide.MgCollection
-    implements System.IDisposable
-    implements System.Collections.Generic.IList`1[[OSGeo.MapGuide.MgFeatureSchema, OSGeo.MapGuide.PlatformBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.ICollection`1[[OSGeo.MapGuide.MgFeatureSchema, OSGeo.MapGuide.PlatformBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.IEnumerable`1[[OSGeo.MapGuide.MgFeatureSchema, OSGeo.MapGuide.PlatformBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.IEnumerable
-{
-    [Constructor] Void .ctor()
-    [Method] Void Add(OSGeo.MapGuide.MgFeatureSchema)
-    [Method] Void Clear()
-    [Method] Boolean Contains(OSGeo.MapGuide.MgFeatureSchema)
-    [Method] Void CopyTo(OSGeo.MapGuide.MgFeatureSchema[], Int32)
-    [Method] Int32 get_Count()
-    [Method] Boolean get_IsReadOnly()
-    [Method] OSGeo.MapGuide.MgFeatureSchema get_Item(Int32)
-    [Method] Int32 GetCount()
-    [Method] System.Collections.Generic.IEnumerator`1[OSGeo.MapGuide.MgFeatureSchema] GetEnumerator()
-    [Method] OSGeo.MapGuide.MgFeatureSchema GetItem(Int32)
-    [Method] Int32 IndexOf(OSGeo.MapGuide.MgFeatureSchema)
-    [Method] Void Insert(Int32, OSGeo.MapGuide.MgFeatureSchema)
-    [Method] Boolean Remove(OSGeo.MapGuide.MgFeatureSchema)
-    [Method] Void RemoveAt(Int32)
-    [Method] Void set_Item(Int32, OSGeo.MapGuide.MgFeatureSchema)
-    [Method] Void SetItem(Int32, OSGeo.MapGuide.MgFeatureSchema)
-    [Method] OSGeo.MapGuide.MgByteReader ToXml()
-}
-type OSGeo.MapGuide.MgFeatureService : OSGeo.MapGuide.MgService
-    implements System.IDisposable
-{
-    [Method] Void ApplySchema(OSGeo.MapGuide.MgResourceIdentifier, OSGeo.MapGuide.MgFeatureSchema)
-    [Method] OSGeo.MapGuide.MgTransaction BeginTransaction(OSGeo.MapGuide.MgResourceIdentifier)
-    [Method] Void CreateFeatureSource(OSGeo.MapGuide.MgResourceIdentifier, OSGeo.MapGuide.MgFeatureSourceParams)
-    [Method] Int32 DeleteFeatures(OSGeo.MapGuide.MgResourceIdentifier, System.String, System.String, OSGeo.MapGuide.MgTransaction)
-    [Method] Int32 DeleteFeatures(OSGeo.MapGuide.MgResourceIdentifier, System.String, System.String)
-    [System.ObsoleteAttribute]
-    [Method] OSGeo.MapGuide.MgFeatureSchemaCollection DescribeSchema(OSGeo.MapGuide.MgResourceIdentifier, System.String)
-    [Method] OSGeo.MapGuide.MgFeatureSchemaCollection DescribeSchema(OSGeo.MapGuide.MgResourceIdentifier, System.String, OSGeo.MapGuide.MgStringCollection)
-    [System.ObsoleteAttribute]
-    [Method] System.String DescribeSchemaAsXml(OSGeo.MapGuide.MgResourceIdentifier, System.String)
-    [Method] System.String DescribeSchemaAsXml(OSGeo.MapGuide.MgResourceIdentifier, System.String, OSGeo.MapGuide.MgStringCollection)
-    [Method] OSGeo.MapGuide.MgByteReader DescribeWfsFeatureType(OSGeo.MapGuide.MgResourceIdentifier, OSGeo.MapGuide.MgStringCollection)
-    [Method] OSGeo.MapGuide.MgByteReader DescribeWfsFeatureType(OSGeo.MapGuide.MgResourceIdentifier, OSGeo.MapGuide.MgStringCollection, System.String, System.String)
-    [Method] OSGeo.MapGuide.MgByteReader EnumerateDataStores(System.String, System.String)
-    [Method] Int32 ExecuteSqlNonQuery(OSGeo.MapGuide.MgResourceIdentifier, System.String, OSGeo.MapGuide.MgParameterCollection, OSGeo.MapGuide.MgTransaction)
-    [Method] Int32 ExecuteSqlNonQuery(OSGeo.MapGuide.MgResourceIdentifier, System.String)
-    [Method] OSGeo.MapGuide.MgSqlDataReader ExecuteSqlQuery(OSGeo.MapGuide.MgResourceIdentifier, System.String, OSGeo.MapGuide.MgParameterCollection, OSGeo.MapGuide.MgTransaction)
-    [Method] OSGeo.MapGuide.MgSqlDataReader ExecuteSqlQuery(OSGeo.MapGuide.MgResourceIdentifier, System.String)
-    [Method] OSGeo.MapGuide.MgByteReader GetCapabilities(System.String)
-    [Method] OSGeo.MapGuide.MgByteReader GetCapabilities(System.String, System.String)
-    [Method] OSGeo.MapGuide.MgClassDefinition GetClassDefinition(OSGeo.MapGuide.MgResourceIdentifier, System.String, System.String)
-    [Method] OSGeo.MapGuide.MgStringCollection GetClasses(OSGeo.MapGuide.MgResourceIdentifier, System.String)
-    [Method] OSGeo.MapGuide.MgStringCollection GetConnectionPropertyValues(System.String, System.String, System.String)
-    [Method] OSGeo.MapGuide.MgByteReader GetFeatureProviders()
-    [Method] OSGeo.MapGuide.MgFeatureReader GetLockedFeatures(OSGeo.MapGuide.MgResourceIdentifier, System.String, OSGeo.MapGuide.MgFeatureQueryOptions)
-    [Method] OSGeo.MapGuide.MgLongTransactionReader GetLongTransactions(OSGeo.MapGuide.MgResourceIdentifier, Boolean)
-    [Method] OSGeo.MapGuide.MgByteReader GetSchemaMapping(System.String, System.String)
-    [Method] OSGeo.MapGuide.MgStringCollection GetSchemas(OSGeo.MapGuide.MgResourceIdentifier)
-    [Method] OSGeo.MapGuide.MgSpatialContextReader GetSpatialContexts(OSGeo.MapGuide.MgResourceIdentifier, Boolean)
-    [Method] OSGeo.MapGuide.MgByteReader GetWfsFeature(OSGeo.MapGuide.MgResourceIdentifier, System.String, OSGeo.MapGuide.MgStringCollection, System.String, System.String, Int32)
-    [Method] OSGeo.MapGuide.MgByteReader GetWfsFeature(OSGeo.MapGuide.MgResourceIdentifier, System.String, OSGeo.MapGuide.MgStringCollection, System.String, System.String, Int32, System.String, System.String, System.String, System.String, System.String)
-    [Method] OSGeo.MapGuide.MgFeatureReader GetWfsReader(OSGeo.MapGuide.MgResourceIdentifier, System.String, OSGeo.MapGuide.MgStringCollection, System.String, System.String, System.String)
-    [Method] OSGeo.MapGuide.MgFeatureReader InsertFeatures(OSGeo.MapGuide.MgResourceIdentifier, System.String, OSGeo.MapGuide.MgBatchPropertyCollection)
-    [Method] OSGeo.MapGuide.MgFeatureReader InsertFeatures(OSGeo.MapGuide.MgResourceIdentifier, System.String, OSGeo.MapGuide.MgPropertyCollection)
-    [Method] OSGeo.MapGuide.MgFeatureReader InsertFeatures(OSGeo.MapGuide.MgResourceIdentifier, System.String, OSGeo.MapGuide.MgBatchPropertyCollection, OSGeo.MapGuide.MgTransaction)
-    [Method] OSGeo.MapGuide.MgFeatureReader InsertFeatures(OSGeo.MapGuide.MgResourceIdentifier, System.String, OSGeo.MapGuide.MgPropertyCollection, OSGeo.MapGuide.MgTransaction)
-    [Method] System.String SchemaToXml(OSGeo.MapGuide.MgFeatureSchemaCollection)
-    [Method] OSGeo.MapGuide.MgDataReader SelectAggregate(OSGeo.MapGuide.MgResourceIdentifier, System.String, OSGeo.MapGuide.MgFeatureAggregateOptions)
-    [Method] OSGeo.MapGuide.MgFeatureReader SelectFeatures(OSGeo.MapGuide.MgResourceIdentifier, System.String, OSGeo.MapGuide.MgFeatureQueryOptions, System.String)
-    [Method] OSGeo.MapGuide.MgFeatureReader SelectFeatures(OSGeo.MapGuide.MgResourceIdentifier, System.String, OSGeo.MapGuide.MgFeatureQueryOptions)
-    [Method] Boolean SetLongTransaction(OSGeo.MapGuide.MgResourceIdentifier, System.String)
-    [Method] Boolean TestConnection(OSGeo.MapGuide.MgResourceIdentifier)
-    [Method] Boolean TestConnection(System.String, System.String)
-    [Method] OSGeo.MapGuide.MgPropertyCollection UpdateFeatures(OSGeo.MapGuide.MgResourceIdentifier, OSGeo.MapGuide.MgFeatureCommandCollection, OSGeo.MapGuide.MgTransaction)
-    [Method] OSGeo.MapGuide.MgPropertyCollection UpdateFeatures(OSGeo.MapGuide.MgResourceIdentifier, OSGeo.MapGuide.MgFeatureCommandCollection, Boolean)
-    [Method] Int32 UpdateMatchingFeatures(OSGeo.MapGuide.MgResourceIdentifier, System.String, OSGeo.MapGuide.MgPropertyCollection, System.String, OSGeo.MapGuide.MgTransaction)
-    [Method] Int32 UpdateMatchingFeatures(OSGeo.MapGuide.MgResourceIdentifier, System.String, OSGeo.MapGuide.MgPropertyCollection, System.String)
-    [Method] OSGeo.MapGuide.MgFeatureSchemaCollection XmlToSchema(System.String)
-}
-type OSGeo.MapGuide.MgFeatureSourceParams : OSGeo.MapGuide.MgSerializable
-    implements System.IDisposable
-{
-}
-type OSGeo.MapGuide.MgFileFeatureSourceParams : OSGeo.MapGuide.MgFeatureSourceParams
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(System.String, System.String, System.String, OSGeo.MapGuide.MgFeatureSchema)
-    [Constructor] Void .ctor(System.String)
-    [Constructor] Void .ctor()
-    [Method] System.String get_CoordinateSystemWkt()
-    [Method] OSGeo.MapGuide.MgFeatureSchema get_FeatureSchema()
-    [Method] System.String get_FileName()
-    [Method] System.String get_ProviderName()
-    [Method] System.String get_SpatialContextDescription()
-    [Method] System.String get_SpatialContextName()
-    [Method] Double get_XYTolerance()
-    [Method] Double get_ZTolerance()
-    [Method] System.String GetCoordinateSystemWkt()
-    [Method] OSGeo.MapGuide.MgFeatureSchema GetFeatureSchema()
-    [Method] System.String GetFileName()
-    [Method] System.String GetProviderName()
-    [Method] System.String GetSpatialContextDescription()
-    [Method] System.String GetSpatialContextName()
-    [Method] Double GetXYTolerance()
-    [Method] Double GetZTolerance()
-    [Method] Void set_CoordinateSystemWkt(System.String)
-    [Method] Void set_FeatureSchema(OSGeo.MapGuide.MgFeatureSchema)
-    [Method] Void set_FileName(System.String)
-    [Method] Void set_ProviderName(System.String)
-    [Method] Void set_SpatialContextDescription(System.String)
-    [Method] Void set_SpatialContextName(System.String)
-    [Method] Void set_XYTolerance(Double)
-    [Method] Void set_ZTolerance(Double)
-    [Method] Void SetCoordinateSystemWkt(System.String)
-    [Method] Void SetFeatureSchema(OSGeo.MapGuide.MgFeatureSchema)
-    [Method] Void SetFileName(System.String)
-    [Method] Void SetProviderName(System.String)
-    [Method] Void SetSpatialContextDescription(System.String)
-    [Method] Void SetSpatialContextName(System.String)
-    [Method] Void SetXYTolerance(Double)
-    [Method] Void SetZTolerance(Double)
-}
-type OSGeo.MapGuide.MgGeoJsonWriter : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor()
-    [Method] System.String FeatureToGeoJson(OSGeo.MapGuide.MgFeatureReader, OSGeo.MapGuide.MgTransform)
-    [Method] System.String FeatureToGeoJson(OSGeo.MapGuide.MgReader, OSGeo.MapGuide.MgTransform, System.String, System.String)
-    [Method] Int32 GetPrecision()
-    [Method] Boolean IsPrecisionEnabled()
-    [Method] Void SetPrecision(Int32)
-    [Method] Void SetPrecisionEnabled(Boolean)
-}
-type OSGeo.MapGuide.MgGeometricPropertyDefinition : OSGeo.MapGuide.MgPropertyDefinition
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(System.String)
-    [Method] Int32 get_GeometryTypes()
-    [Method] Boolean get_HasElevation()
-    [Method] Boolean get_HasMeasure()
-    [Method] Boolean get_ReadOnly()
-    [Method] System.String get_SpatialContextAssociation()
-    [Method] OSGeo.MapGuide.MgGeometryTypeInfo get_SpecificGeometryTypes()
-    [Method] Int32 GetGeometryTypes()
-    [Method] Boolean GetHasElevation()
-    [Method] Boolean GetHasMeasure()
-    [Method] Boolean GetReadOnly()
-    [Method] System.String GetSpatialContextAssociation()
-    [Method] OSGeo.MapGuide.MgGeometryTypeInfo GetSpecificGeometryTypes()
-    [Method] Void set_GeometryTypes(Int32)
-    [Method] Void set_HasElevation(Boolean)
-    [Method] Void set_HasMeasure(Boolean)
-    [Method] Void set_ReadOnly(Boolean)
-    [Method] Void set_SpatialContextAssociation(System.String)
-    [Method] Void set_SpecificGeometryTypes(OSGeo.MapGuide.MgGeometryTypeInfo)
-    [Method] Void SetGeometryTypes(Int32)
-    [Method] Void SetHasElevation(Boolean)
-    [Method] Void SetHasMeasure(Boolean)
-    [Method] Void SetReadOnly(Boolean)
-    [Method] Void SetSpatialContextAssociation(System.String)
-    [Method] Void SetSpecificGeometryTypes(OSGeo.MapGuide.MgGeometryTypeInfo)
-}
-type OSGeo.MapGuide.MgGeometryProperty : OSGeo.MapGuide.MgNullableProperty
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(System.String, OSGeo.MapGuide.MgByteReader)
-    [Method] Int16 get_PropertyType()
-    [Method] OSGeo.MapGuide.MgByteReader get_Value()
-    [Method] Int16 GetPropertyType()
-    [Method] OSGeo.MapGuide.MgByteReader GetValue()
-    [Method] Void set_Value(OSGeo.MapGuide.MgByteReader)
-    [Method] Void SetValue(OSGeo.MapGuide.MgByteReader)
-}
-type OSGeo.MapGuide.MgGeometryTypeInfo : OSGeo.MapGuide.MgSerializable
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor()
-    [Method] Int32 GetCount()
-    [Method] Int32 GetType(Int32)
-    [Method] Void SetTypes(OSGeo.MapGuide.MgIntCollection)
-}
-type OSGeo.MapGuide.MgGwsFeatureReader : OSGeo.MapGuide.MgFeatureReader
-    implements System.IDisposable
-{
-}
-type OSGeo.MapGuide.MgInsertFeatures : OSGeo.MapGuide.MgFeatureCommand
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(System.String, OSGeo.MapGuide.MgPropertyCollection)
-    [Constructor] Void .ctor(System.String, OSGeo.MapGuide.MgBatchPropertyCollection)
-    [Method] Int32 get_CommandType()
-    [Method] System.String get_FeatureClassName()
-    [Method] OSGeo.MapGuide.MgPropertyCollection get_PropertyValues()
-    [Method] Int32 GetCommandType()
-    [Method] System.String GetFeatureClassName()
-    [Method] OSGeo.MapGuide.MgPropertyCollection GetPropertyValues()
-}
-type OSGeo.MapGuide.MgInt16Property : OSGeo.MapGuide.MgNullableProperty
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(System.String, Int16)
-    [Method] Int16 get_PropertyType()
-    [Method] Int16 get_Value()
-    [Method] Int16 GetPropertyType()
-    [Method] Int16 GetValue()
-    [Method] Void set_Value(Int16)
-    [Method] Void SetValue(Int16)
-}
-type OSGeo.MapGuide.MgInt32Property : OSGeo.MapGuide.MgNullableProperty
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(System.String, Int32)
-    [Method] Int16 get_PropertyType()
-    [Method] Int32 get_Value()
-    [Method] Int16 GetPropertyType()
-    [Method] Int32 GetValue()
-    [Method] Void set_Value(Int32)
-    [Method] Void SetValue(Int32)
-}
-type OSGeo.MapGuide.MgInt64Property : OSGeo.MapGuide.MgNullableProperty
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(System.String, Int64)
-    [Method] Int16 get_PropertyType()
-    [Method] Int64 get_Value()
-    [Method] Int16 GetPropertyType()
-    [Method] Int64 GetValue()
-    [Method] Void set_Value(Int64)
-    [Method] Void SetValue(Int64)
-}
-[System.Reflection.DefaultMemberAttribute]
-type OSGeo.MapGuide.MgIntCollection : OSGeo.MapGuide.MgCollection
-    implements System.IDisposable
-    implements System.Collections.Generic.IList`1[[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]
-    implements System.Collections.Generic.ICollection`1[[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]
-    implements System.Collections.Generic.IEnumerable`1[[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]
-    implements System.Collections.IEnumerable
-{
-    [Constructor] Void .ctor()
-    [Method] Void Add(Int32)
-    [Method] Void Clear()
-    [Method] Boolean Contains(Int32)
-    [Method] Void CopyTo(Int32[], Int32)
-    [Method] Int32 get_Count()
-    [Method] Boolean get_IsReadOnly()
-    [Method] Int32 get_Item(Int32)
-    [Method] Int32 GetCount()
-    [Method] System.Collections.Generic.IEnumerator`1[System.Int32] GetEnumerator()
-    [Method] Int32 GetItem(Int32)
-    [Method] Int32 IndexOf(Int32)
-    [Method] Void Insert(Int32, Int32)
-    [Method] Boolean Remove(Int32)
-    [Method] Void RemoveAt(Int32)
-    [Method] Void set_Item(Int32, Int32)
-    [Method] Void SetItem(Int32, Int32)
-    [Method] OSGeo.MapGuide.MgByteReader ToXml()
-}
-type OSGeo.MapGuide.MgLayerBase : OSGeo.MapGuide.MgNamedSerializable
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(OSGeo.MapGuide.MgResourceIdentifier, OSGeo.MapGuide.MgResourceService)
-    [Method] OSGeo.MapGuide.MgTransaction BeginTransaction()
-    [Method] Int32 DeleteFeatures(System.String, OSGeo.MapGuide.MgTransaction)
-    [Method] Void ForceRefresh()
-    [Method] Boolean get_DisplayInLegend()
-    [Method] Boolean get_ExpandInLegend()
-    [Method] System.String get_FeatureClassName()
-    [Method] System.String get_FeatureGeometryName()
-    [Method] System.String get_FeatureSourceId()
-    [Method] System.String get_Filter()
-    [Method] OSGeo.MapGuide.MgLayerGroup get_Group()
-    [Method] OSGeo.MapGuide.MgResourceIdentifier get_LayerDefinition()
-    [Method] Int32 get_LayerType()
-    [Method] System.String get_LegendLabel()
-    [Method] System.String get_Name()
-    [Method] Boolean get_Selectable()
-    [Method] Boolean get_Visible()
-    [Method] OSGeo.MapGuide.MgClassDefinition GetClassDefinition()
-    [Method] Boolean GetDisplayInLegend()
-    [Method] Boolean GetExpandInLegend()
-    [Method] System.String GetFeatureClassName()
-    [Method] System.String GetFeatureGeometryName()
-    [Method] System.String GetFeatureSourceId()
-    [Method] System.String GetFilter()
-    [Method] OSGeo.MapGuide.MgLayerGroup GetGroup()
-    [Method] OSGeo.MapGuide.MgResourceIdentifier GetLayerDefinition()
-    [Method] Int32 GetLayerType()
-    [Method] System.String GetLegendLabel()
-    [Method] System.String GetName()
-    [Method] System.String GetObjectId()
-    [Method] Boolean GetSelectable()
-    [Method] OSGeo.MapGuide.MgSpatialContextReader GetSpatialContexts(Boolean)
-    [Method] Boolean GetVisible()
-    [Method] OSGeo.MapGuide.MgFeatureReader InsertFeatures(OSGeo.MapGuide.MgBatchPropertyCollection, OSGeo.MapGuide.MgTransaction)
-    [Method] OSGeo.MapGuide.MgFeatureReader InsertFeatures(OSGeo.MapGuide.MgPropertyCollection, OSGeo.MapGuide.MgTransaction)
-    [Method] Boolean IsVisible()
-    [Method] Boolean NeedsRefresh()
-    [Method] OSGeo.MapGuide.MgDataReader SelectAggregate(OSGeo.MapGuide.MgFeatureAggregateOptions)
-    [Method] OSGeo.MapGuide.MgFeatureReader SelectFeatures(OSGeo.MapGuide.MgFeatureQueryOptions)
-    [Method] OSGeo.MapGuide.MgFeatureReader SelectFeatures(OSGeo.MapGuide.MgFeatureQueryOptions, System.String)
-    [Method] Void set_DisplayInLegend(Boolean)
-    [Method] Void set_Group(OSGeo.MapGuide.MgLayerGroup)
-    [Method] Void set_LegendLabel(System.String)
-    [Method] Void set_Name(System.String)
-    [Method] Void set_Selectable(Boolean)
-    [Method] Void set_Visible(Boolean)
-    [Method] Void SetDisplayInLegend(Boolean)
-    [Method] Void SetGroup(OSGeo.MapGuide.MgLayerGroup)
-    [Method] Void SetLayerDefinition(OSGeo.MapGuide.MgResourceIdentifier, OSGeo.MapGuide.MgResourceService)
-    [Method] Void SetLegendLabel(System.String)
-    [Method] Void SetName(System.String)
-    [Method] Void SetSelectable(Boolean)
-    [Method] Void SetVisible(Boolean)
-    [Method] OSGeo.MapGuide.MgPropertyCollection UpdateFeatures(OSGeo.MapGuide.MgFeatureCommandCollection, OSGeo.MapGuide.MgTransaction)
-    [Method] OSGeo.MapGuide.MgPropertyCollection UpdateFeatures(OSGeo.MapGuide.MgFeatureCommandCollection)
-    [Method] Int32 UpdateMatchingFeatures(OSGeo.MapGuide.MgPropertyCollection, System.String, OSGeo.MapGuide.MgTransaction)
-}
-[System.Reflection.DefaultMemberAttribute]
-type OSGeo.MapGuide.MgLayerCollection : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-    implements System.Collections.Generic.IList`1[[OSGeo.MapGuide.MgLayerBase, OSGeo.MapGuide.PlatformBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.ICollection`1[[OSGeo.MapGuide.MgLayerBase, OSGeo.MapGuide.PlatformBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.IEnumerable`1[[OSGeo.MapGuide.MgLayerBase, OSGeo.MapGuide.PlatformBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.IEnumerable
-{
-    [Method] Void Add(OSGeo.MapGuide.MgLayerBase)
-    [Method] Void Clear()
-    [Method] Boolean Contains(OSGeo.MapGuide.MgLayerBase)
-    [Method] Boolean Contains(System.String)
-    [Method] Void CopyTo(OSGeo.MapGuide.MgLayerBase[], Int32)
-    [Method] Int32 get_Count()
-    [Method] Boolean get_IsReadOnly()
-    [Method] OSGeo.MapGuide.MgLayerBase get_Item(Int32)
-    [Method] Int32 GetCount()
-    [Method] System.Collections.Generic.IEnumerator`1[OSGeo.MapGuide.MgLayerBase] GetEnumerator()
-    [Method] OSGeo.MapGuide.MgLayerBase GetItem(Int32)
-    [Method] OSGeo.MapGuide.MgLayerBase GetItem(System.String)
-    [Method] Int32 IndexOf(System.String)
-    [Method] Int32 IndexOf(OSGeo.MapGuide.MgLayerBase)
-    [Method] Void Insert(Int32, OSGeo.MapGuide.MgLayerBase)
-    [Method] Boolean Remove(OSGeo.MapGuide.MgLayerBase)
-    [Method] Void RemoveAt(Int32)
-    [Method] Void set_Item(Int32, OSGeo.MapGuide.MgLayerBase)
-    [Method] Void SetItem(Int32, OSGeo.MapGuide.MgLayerBase)
-}
-type OSGeo.MapGuide.MgLayerGroup : OSGeo.MapGuide.MgNamedSerializable
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(System.String)
-    [Method] Boolean get_DisplayInLegend()
-    [Method] Boolean get_ExpandInLegend()
-    [Method] OSGeo.MapGuide.MgLayerGroup get_Group()
-    [Method] Int32 get_LayerGroupType()
-    [Method] System.String get_LegendLabel()
-    [Method] System.String get_Name()
-    [Method] Boolean get_Visible()
-    [Method] Boolean GetDisplayInLegend()
-    [Method] Boolean GetExpandInLegend()
-    [Method] OSGeo.MapGuide.MgLayerGroup GetGroup()
-    [Method] Int32 GetLayerGroupType()
-    [Method] System.String GetLegendLabel()
-    [Method] System.String GetName()
-    [Method] System.String GetObjectId()
-    [Method] Boolean GetVisible()
-    [Method] Boolean IsVisible()
-    [Method] Void set_DisplayInLegend(Boolean)
-    [Method] Void set_Group(OSGeo.MapGuide.MgLayerGroup)
-    [Method] Void set_LegendLabel(System.String)
-    [Method] Void set_Visible(Boolean)
-    [Method] Void SetDisplayInLegend(Boolean)
-    [Method] Void SetExpandInLegend(Boolean)
-    [Method] Void SetGroup(OSGeo.MapGuide.MgLayerGroup)
-    [Method] Void SetLegendLabel(System.String)
-    [Method] Void SetVisible(Boolean)
-}
-[System.Reflection.DefaultMemberAttribute]
-type OSGeo.MapGuide.MgLayerGroupCollection : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-    implements System.Collections.Generic.IList`1[[OSGeo.MapGuide.MgLayerGroup, OSGeo.MapGuide.PlatformBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.ICollection`1[[OSGeo.MapGuide.MgLayerGroup, OSGeo.MapGuide.PlatformBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.IEnumerable`1[[OSGeo.MapGuide.MgLayerGroup, OSGeo.MapGuide.PlatformBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.IEnumerable
-{
-    [Method] Void Add(OSGeo.MapGuide.MgLayerGroup)
-    [Method] Void Clear()
-    [Method] Boolean Contains(OSGeo.MapGuide.MgLayerGroup)
-    [Method] Boolean Contains(System.String)
-    [Method] Void CopyTo(OSGeo.MapGuide.MgLayerGroup[], Int32)
-    [Method] Int32 get_Count()
-    [Method] Boolean get_IsReadOnly()
-    [Method] OSGeo.MapGuide.MgLayerGroup get_Item(Int32)
-    [Method] Int32 GetCount()
-    [Method] System.Collections.Generic.IEnumerator`1[OSGeo.MapGuide.MgLayerGroup] GetEnumerator()
-    [Method] OSGeo.MapGuide.MgLayerGroup GetItem(Int32)
-    [Method] OSGeo.MapGuide.MgLayerGroup GetItem(System.String)
-    [Method] Int32 IndexOf(System.String)
-    [Method] Int32 IndexOf(OSGeo.MapGuide.MgLayerGroup)
-    [Method] Void Insert(Int32, OSGeo.MapGuide.MgLayerGroup)
-    [Method] Boolean Remove(OSGeo.MapGuide.MgLayerGroup)
-    [Method] Void RemoveAt(Int32)
-    [Method] Void set_Item(Int32, OSGeo.MapGuide.MgLayerGroup)
-    [Method] Void SetItem(Int32, OSGeo.MapGuide.MgLayerGroup)
-}
-type OSGeo.MapGuide.MgLongTransactionReader : OSGeo.MapGuide.MgSerializable
-    implements System.IDisposable
-{
-    [Method] Void Close()
-    [Method] OSGeo.MapGuide.MgLongTransactionReader get_Children()
-    [Method] OSGeo.MapGuide.MgDateTime get_CreationDate()
-    [Method] System.String get_Description()
-    [Method] System.String get_Name()
-    [Method] System.String get_Owner()
-    [Method] OSGeo.MapGuide.MgLongTransactionReader get_Parents()
-    [Method] OSGeo.MapGuide.MgLongTransactionReader GetChildren()
-    [Method] OSGeo.MapGuide.MgDateTime GetCreationDate()
-    [Method] System.String GetDescription()
-    [Method] System.String GetName()
-    [Method] System.String GetOwner()
-    [Method] OSGeo.MapGuide.MgLongTransactionReader GetParents()
-    [Method] Boolean IsActive()
-    [Method] Boolean IsFrozen()
-    [Method] Boolean ReadNext()
-    [Method] OSGeo.MapGuide.MgByteReader ToXml()
-}
-type OSGeo.MapGuide.MgMapBase : OSGeo.MapGuide.MgResource
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor()
-    [Method] Void Create(System.String, OSGeo.MapGuide.MgEnvelope, System.String)
-    [Method] Void Create(OSGeo.MapGuide.MgResourceService, OSGeo.MapGuide.MgResourceIdentifier, System.String)
-    [Method] OSGeo.MapGuide.MgEnvelope get_DataExtent()
-    [Method] Int32 get_DisplayDpi()
-    [Method] Int32 get_DisplayHeight()
-    [Method] Int32 get_DisplayWidth()
-    [Method] Int32 get_FiniteDisplayScaleCount()
-    [Method] OSGeo.MapGuide.MgResourceIdentifier get_MapDefinition()
-    [Method] OSGeo.MapGuide.MgEnvelope get_MapExtent()
-    [Method] System.String get_MapSRS()
-    [Method] System.String get_Name()
-    [Method] System.String get_SessionId()
-    [Method] OSGeo.MapGuide.MgPoint get_ViewCenter()
-    [Method] Double get_ViewScale()
-    [Method] System.String GetBackgroundColor()
-    [Method] OSGeo.MapGuide.MgEnvelope GetDataExtent()
-    [Method] Int32 GetDisplayDpi()
-    [Method] Int32 GetDisplayHeight()
-    [Method] Int32 GetDisplayWidth()
-    [Method] Double GetFiniteDisplayScaleAt(Int32)
-    [Method] Int32 GetFiniteDisplayScaleCount()
-    [Method] OSGeo.MapGuide.MgLayerGroupCollection GetLayerGroups()
-    [Method] OSGeo.MapGuide.MgLayerCollection GetLayers()
-    [Method] OSGeo.MapGuide.MgResourceIdentifier GetMapDefinition()
-    [Method] OSGeo.MapGuide.MgEnvelope GetMapExtent()
-    [Method] System.String GetMapSRS()
-    [Method] System.String GetName()
-    [Method] System.String GetObjectId()
-    [Method] System.String GetSessionId()
-    [Method] OSGeo.MapGuide.MgPoint GetViewCenter()
-    [Method] Double GetViewScale()
-    [Method] Void Open(OSGeo.MapGuide.MgResourceService, System.String)
-    [Method] Void set_DisplayDpi(Int32)
-    [Method] Void SetDisplayDpi(Int32)
-}
-[System.Reflection.DefaultMemberAttribute]
-type OSGeo.MapGuide.MgMapCollection : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-    implements System.Collections.Generic.IList`1[[OSGeo.MapGuide.MgMapBase, OSGeo.MapGuide.PlatformBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.ICollection`1[[OSGeo.MapGuide.MgMapBase, OSGeo.MapGuide.PlatformBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.IEnumerable`1[[OSGeo.MapGuide.MgMapBase, OSGeo.MapGuide.PlatformBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.IEnumerable
-{
-    [Constructor] Void .ctor()
-    [Method] Void Add(OSGeo.MapGuide.MgMapBase)
-    [Method] Void Clear()
-    [Method] Boolean Contains(OSGeo.MapGuide.MgMapBase)
-    [Method] Boolean Contains(System.String)
-    [Method] Void CopyTo(OSGeo.MapGuide.MgMapBase[], Int32)
-    [Method] Int32 get_Count()
-    [Method] Boolean get_IsReadOnly()
-    [Method] OSGeo.MapGuide.MgMapBase get_Item(Int32)
-    [Method] Int32 GetCount()
-    [Method] System.Collections.Generic.IEnumerator`1[OSGeo.MapGuide.MgMapBase] GetEnumerator()
-    [Method] OSGeo.MapGuide.MgMapBase GetItem(Int32)
-    [Method] OSGeo.MapGuide.MgMapBase GetItem(System.String)
-    [Method] Int32 IndexOf(System.String)
-    [Method] Int32 IndexOf(OSGeo.MapGuide.MgMapBase)
-    [Method] Void Insert(Int32, OSGeo.MapGuide.MgMapBase)
-    [Method] Boolean Remove(OSGeo.MapGuide.MgMapBase)
-    [Method] Void RemoveAt(Int32)
-    [Method] Void set_Item(Int32, OSGeo.MapGuide.MgMapBase)
-    [Method] Void SetItem(Int32, OSGeo.MapGuide.MgMapBase)
-}
-type OSGeo.MapGuide.MgObjectPropertyDefinition : OSGeo.MapGuide.MgPropertyDefinition
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(System.String)
-    [Method] OSGeo.MapGuide.MgClassDefinition get_ClassDefinition()
-    [Method] OSGeo.MapGuide.MgDataPropertyDefinition get_IdentityProperty()
-    [Method] Int32 get_ObjectType()
-    [Method] Int32 get_OrderType()
-    [Method] OSGeo.MapGuide.MgClassDefinition GetClassDefinition()
-    [Method] OSGeo.MapGuide.MgDataPropertyDefinition GetIdentityProperty()
-    [Method] Int32 GetObjectType()
-    [Method] Int32 GetOrderType()
-    [Method] Void set_ClassDefinition(OSGeo.MapGuide.MgClassDefinition)
-    [Method] Void set_IdentityProperty(OSGeo.MapGuide.MgDataPropertyDefinition)
-    [Method] Void set_ObjectType(Int32)
-    [Method] Void set_OrderType(Int32)
-    [Method] Void SetClassDefinition(OSGeo.MapGuide.MgClassDefinition)
-    [Method] Void SetIdentityProperty(OSGeo.MapGuide.MgDataPropertyDefinition)
-    [Method] Void SetObjectType(Int32)
-    [Method] Void SetOrderType(Int32)
-}
-type OSGeo.MapGuide.MgParameter : OSGeo.MapGuide.MgNamedSerializable
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(OSGeo.MapGuide.MgNullableProperty)
-    [Constructor] Void .ctor(OSGeo.MapGuide.MgNullableProperty, Int32)
-    [Method] System.String get_Name()
-    [Method] Int32 GetDirection()
-    [Method] System.String GetName()
-    [Method] OSGeo.MapGuide.MgNullableProperty GetProperty()
-    [Method] Void set_Name(System.String)
-    [Method] Void SetDirection(Int32)
-    [Method] Void SetName(System.String)
-    [Method] Void SetProperty(OSGeo.MapGuide.MgNullableProperty)
-}
-type OSGeo.MapGuide.MgParameterCollection : OSGeo.MapGuide.MgCollection
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor()
-    [Method] Void Add(OSGeo.MapGuide.MgParameter)
-    [Method] Void Clear()
-    [Method] Boolean Contains(OSGeo.MapGuide.MgParameter)
-    [Method] Int32 GetCount()
-    [Method] OSGeo.MapGuide.MgParameter GetItem(Int32)
-    [Method] Int32 IndexOf(OSGeo.MapGuide.MgParameter)
-    [Method] Void Insert(Int32, OSGeo.MapGuide.MgParameter)
-    [Method] Boolean Remove(OSGeo.MapGuide.MgParameter)
-    [Method] Void RemoveAt(Int32)
-    [Method] Void SetItem(Int32, OSGeo.MapGuide.MgParameter)
-    [Method] OSGeo.MapGuide.MgByteReader ToXml()
-}
-[System.Reflection.DefaultMemberAttribute]
-type OSGeo.MapGuide.MgPropertyDefinitionCollection : OSGeo.MapGuide.MgCollection
-    implements System.IDisposable
-    implements System.Collections.Generic.IList`1[[OSGeo.MapGuide.MgPropertyDefinition, OSGeo.MapGuide.Foundation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.ICollection`1[[OSGeo.MapGuide.MgPropertyDefinition, OSGeo.MapGuide.Foundation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.IEnumerable`1[[OSGeo.MapGuide.MgPropertyDefinition, OSGeo.MapGuide.Foundation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.IEnumerable
-{
-    [Constructor] Void .ctor()
-    [Method] Void Add(OSGeo.MapGuide.MgPropertyDefinition)
-    [Method] Void Clear()
-    [Method] Boolean Contains(System.String)
-    [Method] Boolean Contains(OSGeo.MapGuide.MgPropertyDefinition)
-    [Method] Void CopyTo(OSGeo.MapGuide.MgPropertyDefinition[], Int32)
-    [Method] Int32 get_Count()
-    [Method] Boolean get_IsReadOnly()
-    [Method] OSGeo.MapGuide.MgPropertyDefinition get_Item(Int32)
-    [Method] Int32 GetCount()
-    [Method] System.Collections.Generic.IEnumerator`1[OSGeo.MapGuide.MgPropertyDefinition] GetEnumerator()
-    [Method] OSGeo.MapGuide.MgPropertyDefinition GetItem(Int32)
-    [Method] OSGeo.MapGuide.MgPropertyDefinition GetItem(System.String)
-    [Method] Int32 IndexOf(OSGeo.MapGuide.MgPropertyDefinition)
-    [Method] Int32 IndexOf(System.String)
-    [Method] Void Insert(Int32, OSGeo.MapGuide.MgPropertyDefinition)
-    [Method] Boolean Remove(OSGeo.MapGuide.MgPropertyDefinition)
-    [Method] Void RemoveAt(Int32)
-    [Method] Void set_Item(Int32, OSGeo.MapGuide.MgPropertyDefinition)
-    [Method] Void SetItem(Int32, OSGeo.MapGuide.MgPropertyDefinition)
-    [Method] OSGeo.MapGuide.MgByteReader ToXml()
-}
-type OSGeo.MapGuide.MgRaster : OSGeo.MapGuide.MgSerializable
-    implements System.IDisposable
-{
-    [Method] Int32 get_BitsPerPixel()
-    [Method] OSGeo.MapGuide.MgEnvelope get_Bounds()
-    [Method] Int32 get_DataModelType()
-    [Method] Int32 get_ImageXSize()
-    [Method] Int32 get_ImageYSize()
-    [Method] Int32 GetBitsPerPixel()
-    [Method] OSGeo.MapGuide.MgEnvelope GetBounds()
-    [Method] Int32 GetCurrentBand()
-    [Method] Int32 GetDataModelType()
-    [Method] Int16 GetDataType()
-    [Method] Int32 GetImageXSize()
-    [Method] Int32 GetImageYSize()
-    [Method] Int64 GetNullValue()
-    [Method] Int32 GetNullValueType()
-    [Method] Int32 GetNumberOfBands()
-    [Method] OSGeo.MapGuide.MgByteReader GetStream()
-    [Method] System.String GetVerticalUnits()
-    [Method] Boolean IsNull()
-    [Method] Void set_ImageXSize(Int32)
-    [Method] Void set_ImageYSize(Int32)
-    [Method] Void SetImageXSize(Int32)
-    [Method] Void SetImageYSize(Int32)
-    [Method] Void SetNull()
-}
-type OSGeo.MapGuide.MgRasterProperty : OSGeo.MapGuide.MgNullableProperty
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(System.String, OSGeo.MapGuide.MgRaster)
-    [Method] Int16 get_PropertyType()
-    [Method] OSGeo.MapGuide.MgRaster get_Value()
-    [Method] Int16 GetPropertyType()
-    [Method] OSGeo.MapGuide.MgRaster GetValue()
-    [Method] Void set_Value(OSGeo.MapGuide.MgRaster)
-    [Method] Void SetValue(OSGeo.MapGuide.MgRaster)
-}
-type OSGeo.MapGuide.MgRasterPropertyDefinition : OSGeo.MapGuide.MgPropertyDefinition
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(System.String)
-    [Method] Int32 get_DefaultImageXSize()
-    [Method] Int32 get_DefaultImageYSize()
-    [Method] Boolean get_Nullable()
-    [Method] Boolean get_ReadOnly()
-    [Method] System.String get_SpatialContextAssociation()
-    [Method] Int32 GetDefaultImageXSize()
-    [Method] Int32 GetDefaultImageYSize()
-    [Method] Boolean GetNullable()
-    [Method] Boolean GetReadOnly()
-    [Method] System.String GetSpatialContextAssociation()
-    [Method] Void set_DefaultImageXSize(Int32)
-    [Method] Void set_DefaultImageYSize(Int32)
-    [Method] Void set_Nullable(Boolean)
-    [Method] Void set_ReadOnly(Boolean)
-    [Method] Void set_SpatialContextAssociation(System.String)
-    [Method] Void SetDefaultImageXSize(Int32)
-    [Method] Void SetDefaultImageYSize(Int32)
-    [Method] Void SetNullable(Boolean)
-    [Method] Void SetReadOnly(Boolean)
-    [Method] Void SetSpatialContextAssociation(System.String)
-}
-type OSGeo.MapGuide.MgReader : OSGeo.MapGuide.MgSerializable
-    implements System.IDisposable
-{
-    [Method] Void Close()
-    [Method] OSGeo.MapGuide.MgByteReader GetBLOB(System.String)
-    [Method] OSGeo.MapGuide.MgByteReader GetBLOB(Int32)
-    [Method] Boolean GetBoolean(Int32)
-    [Method] Boolean GetBoolean(System.String)
-    [Method] Byte GetByte(System.String)
-    [Method] Byte GetByte(Int32)
-    [Method] OSGeo.MapGuide.MgByteReader GetCLOB(Int32)
-    [Method] OSGeo.MapGuide.MgByteReader GetCLOB(System.String)
-    [Method] OSGeo.MapGuide.MgDateTime GetDateTime(Int32)
-    [Method] OSGeo.MapGuide.MgDateTime GetDateTime(System.String)
-    [Method] Double GetDouble(Int32)
-    [Method] Double GetDouble(System.String)
-    [Method] OSGeo.MapGuide.MgByteReader GetGeometry(Int32)
-    [Method] OSGeo.MapGuide.MgByteReader GetGeometry(System.String)
-    [Method] Int16 GetInt16(Int32)
-    [Method] Int16 GetInt16(System.String)
-    [Method] Int32 GetInt32(System.String)
-    [Method] Int32 GetInt32(Int32)
-    [Method] Int64 GetInt64(Int32)
-    [Method] Int64 GetInt64(System.String)
-    [Method] Int32 GetPropertyCount()
-    [Method] Int32 GetPropertyIndex(System.String)
-    [Method] System.String GetPropertyName(Int32)
-    [Method] Int32 GetPropertyType(Int32)
-    [Method] Int32 GetPropertyType(System.String)
-    [Method] OSGeo.MapGuide.MgRaster GetRaster(Int32)
-    [Method] OSGeo.MapGuide.MgRaster GetRaster(System.String)
-    [Method] Int32 GetReaderType()
-    [Method] Single GetSingle(System.String)
-    [Method] Single GetSingle(Int32)
-    [Method] System.String GetString(Int32)
-    [Method] System.String GetString(System.String)
-    [Method] Boolean IsNull(System.String)
-    [Method] Boolean IsNull(Int32)
-    [Method] Boolean ReadNext()
-    [Method] OSGeo.MapGuide.MgByteReader ToXml()
-}
-type OSGeo.MapGuide.MgReadOnlyLayerCollection : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-    implements System.Collections.Generic.IReadOnlyList`1[[OSGeo.MapGuide.MgLayerBase, OSGeo.MapGuide.PlatformBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.IReadOnlyCollection`1[[OSGeo.MapGuide.MgLayerBase, OSGeo.MapGuide.PlatformBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.IEnumerable`1[[OSGeo.MapGuide.MgLayerBase, OSGeo.MapGuide.PlatformBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.IEnumerable
-{
-    [Method] Boolean Contains(OSGeo.MapGuide.MgLayerBase)
-    [Method] Int32 get_Count()
-    [Method] Int32 GetCount()
-    [Method] OSGeo.MapGuide.MgLayerBase GetItem(Int32)
-    [Method] Int32 IndexOf(OSGeo.MapGuide.MgLayerBase)
-}
-type OSGeo.MapGuide.MgResource : OSGeo.MapGuide.MgNamedSerializable
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgResourceIdentifier GetResourceId()
-    [Method] Void Open(OSGeo.MapGuide.MgResourceService, OSGeo.MapGuide.MgResourceIdentifier)
-    [Method] Void Save(OSGeo.MapGuide.MgResourceService)
-    [Method] Void Save(OSGeo.MapGuide.MgResourceService, OSGeo.MapGuide.MgResourceIdentifier)
-}
-type OSGeo.MapGuide.MgResourceIdentifier : OSGeo.MapGuide.MgSerializable
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(System.String)
-    [Method] System.String get_Name()
-    [Method] System.String get_Path()
-    [Method] System.String get_RepositoryName()
-    [Method] System.String get_RepositoryType()
-    [Method] System.String get_ResourceType()
-    [Method] System.String GetName()
-    [Method] System.String GetPath()
-    [Method] System.String GetRepositoryName()
-    [Method] System.String GetRepositoryType()
-    [Method] System.String GetResourceType()
-    [Method] Void set_Name(System.String)
-    [Method] Void set_Path(System.String)
-    [Method] Void set_RepositoryName(System.String)
-    [Method] Void set_RepositoryType(System.String)
-    [Method] Void set_ResourceType(System.String)
-    [Method] Void SetName(System.String)
-    [Method] Void SetPath(System.String)
-    [Method] Void SetRepositoryName(System.String)
-    [Method] Void SetRepositoryType(System.String)
-    [Method] Void SetResourceType(System.String)
-    [Method] System.String ToString()
-    [Method] Void Validate()
-}
-type OSGeo.MapGuide.MgResourceService : OSGeo.MapGuide.MgService
-    implements System.IDisposable
-{
-    [Method] Void ApplyResourcePackage(OSGeo.MapGuide.MgByteReader)
-    [Method] Void ChangeResourceOwner(OSGeo.MapGuide.MgResourceIdentifier, System.String, Boolean)
-    [Method] Void CopyResource(OSGeo.MapGuide.MgResourceIdentifier, OSGeo.MapGuide.MgResourceIdentifier, Boolean)
-    [Method] Void DeleteResource(OSGeo.MapGuide.MgResourceIdentifier)
-    [Method] Void DeleteResourceData(OSGeo.MapGuide.MgResourceIdentifier, System.String)
-    [Method] OSGeo.MapGuide.MgByteReader EnumerateReferences(OSGeo.MapGuide.MgResourceIdentifier)
-    [Method] OSGeo.MapGuide.MgByteReader EnumerateResourceData(OSGeo.MapGuide.MgResourceIdentifier)
-    [Method] System.String EnumerateResourceDocuments(OSGeo.MapGuide.MgStringCollection, System.String, Int32)
-    [Method] OSGeo.MapGuide.MgByteReader EnumerateResources(OSGeo.MapGuide.MgResourceIdentifier, Int32, System.String, Boolean)
-    [Method] OSGeo.MapGuide.MgByteReader EnumerateResources(OSGeo.MapGuide.MgResourceIdentifier, Int32, System.String)
-    [Method] OSGeo.MapGuide.MgByteReader EnumerateUnmanagedData(System.String, Boolean, System.String, System.String)
-    [Method] OSGeo.MapGuide.MgByteReader GetRepositoryContent(OSGeo.MapGuide.MgResourceIdentifier)
-    [Method] OSGeo.MapGuide.MgByteReader GetRepositoryHeader(OSGeo.MapGuide.MgResourceIdentifier)
-    [Method] OSGeo.MapGuide.MgByteReader GetResourceContent(OSGeo.MapGuide.MgResourceIdentifier)
-    [Method] OSGeo.MapGuide.MgStringCollection GetResourceContents(OSGeo.MapGuide.MgStringCollection, OSGeo.MapGuide.MgStringCollection)
-    [Method] OSGeo.MapGuide.MgByteReader GetResourceData(OSGeo.MapGuide.MgResourceIdentifier, System.String)
-    [Method] OSGeo.MapGuide.MgByteReader GetResourceHeader(OSGeo.MapGuide.MgResourceIdentifier)
-    [Method] OSGeo.MapGuide.MgByteReader GetResourceMetadata(OSGeo.MapGuide.MgResourceIdentifier)
-    [Method] OSGeo.MapGuide.MgDateTime GetResourceModifiedDate(OSGeo.MapGuide.MgResourceIdentifier)
-    [Method] Void InheritPermissionsFrom(OSGeo.MapGuide.MgResourceIdentifier)
-    [Method] Void MoveResource(OSGeo.MapGuide.MgResourceIdentifier, OSGeo.MapGuide.MgResourceIdentifier, Boolean, Boolean)
-    [Method] Void MoveResource(OSGeo.MapGuide.MgResourceIdentifier, OSGeo.MapGuide.MgResourceIdentifier, Boolean)
-    [Method] Void RenameResourceData(OSGeo.MapGuide.MgResourceIdentifier, System.String, System.String, Boolean)
-    [Method] Boolean ResourceExists(OSGeo.MapGuide.MgResourceIdentifier)
-    [Method] Void SetResource(OSGeo.MapGuide.MgResourceIdentifier, OSGeo.MapGuide.MgByteReader, OSGeo.MapGuide.MgByteReader)
-    [Method] Void SetResourceData(OSGeo.MapGuide.MgResourceIdentifier, System.String, System.String, OSGeo.MapGuide.MgByteReader)
-    [Method] Void SetResourceMetadata(OSGeo.MapGuide.MgResourceIdentifier, OSGeo.MapGuide.MgByteReader)
-    [Method] Void UpdateRepository(OSGeo.MapGuide.MgResourceIdentifier, OSGeo.MapGuide.MgByteReader, OSGeo.MapGuide.MgByteReader)
-}
-type OSGeo.MapGuide.MgSelectionBase : OSGeo.MapGuide.MgResource
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(OSGeo.MapGuide.MgMapBase)
-    [Constructor] Void .ctor(OSGeo.MapGuide.MgMapBase, System.String)
-    [Method] Void Add(System.String, System.String, System.String)
-    [Method] Void AddFeatureIdDouble(OSGeo.MapGuide.MgLayerBase, System.String, Double)
-    [Method] Void AddFeatureIdInt16(OSGeo.MapGuide.MgLayerBase, System.String, Int16)
-    [Method] Void AddFeatureIdInt32(OSGeo.MapGuide.MgLayerBase, System.String, Int32)
-    [Method] Void AddFeatureIdInt64(OSGeo.MapGuide.MgLayerBase, System.String, Int64)
-    [Method] Void AddFeatureIds(OSGeo.MapGuide.MgLayerBase, System.String, OSGeo.MapGuide.MgPropertyCollection)
-    [Method] Void AddFeatureIdString(OSGeo.MapGuide.MgLayerBase, System.String, System.String)
-    [Method] Void AddFeatures(OSGeo.MapGuide.MgLayerBase, OSGeo.MapGuide.MgFeatureReader, Int32)
-    [Method] Boolean Contains(OSGeo.MapGuide.MgLayerBase, System.String)
-    [Method] Void FromXml(System.String)
-    [Method] System.String GenerateFilter(OSGeo.MapGuide.MgLayerBase, System.String)
-    [Method] OSGeo.MapGuide.MgStringCollection GenerateFilters(OSGeo.MapGuide.MgLayerBase, System.String, Int32)
-    [Method] System.String GetClass(System.String)
-    [Method] OSGeo.MapGuide.MgStringCollection GetClasses(System.String)
-    [Method] OSGeo.MapGuide.MgEnvelope GetExtents(OSGeo.MapGuide.MgFeatureService)
-    [Method] OSGeo.MapGuide.MgReadOnlyLayerCollection GetLayers()
-    [Method] System.String GetResourceName(System.String, System.String)
-    [Method] OSGeo.MapGuide.MgFeatureReader GetSelectedFeatures(OSGeo.MapGuide.MgLayerBase, System.String, OSGeo.MapGuide.MgStringCollection)
-    [Method] OSGeo.MapGuide.MgFeatureReader GetSelectedFeatures(OSGeo.MapGuide.MgLayerBase, System.String, Boolean)
-    [Method] Int32 GetSelectedFeaturesCount(OSGeo.MapGuide.MgLayerBase, System.String)
-    [Method] Void Open(OSGeo.MapGuide.MgResourceService, System.String)
-    [Method] Void Save(OSGeo.MapGuide.MgResourceService, System.String)
-    [Method] Void SetMap(OSGeo.MapGuide.MgMapBase)
-    [Method] System.String ToXml()
-}
-type OSGeo.MapGuide.MgService : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgWarnings GetWarningsObject()
-    [Method] Boolean HasWarnings()
-}
-type OSGeo.MapGuide.MgSingleProperty : OSGeo.MapGuide.MgNullableProperty
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(System.String, Single)
-    [Method] Int16 get_PropertyType()
-    [Method] Single get_Value()
-    [Method] Int16 GetPropertyType()
-    [Method] Single GetValue()
-    [Method] Void set_Value(Single)
-    [Method] Void SetValue(Single)
-}
-type OSGeo.MapGuide.MgSpatialContextReader : OSGeo.MapGuide.MgSerializable
-    implements System.IDisposable
-{
-    [Method] Void Close()
-    [Method] System.String get_CoordinateSystem()
-    [Method] System.String get_CoordinateSystemWkt()
-    [Method] System.String get_Description()
-    [Method] OSGeo.MapGuide.MgByteReader get_Extent()
-    [Method] Int32 get_ExtentType()
-    [Method] System.String get_Name()
-    [Method] Double get_XYTolerance()
-    [Method] Double get_ZTolerance()
-    [Method] System.String GetCoordinateSystem()
-    [Method] System.String GetCoordinateSystemWkt()
-    [Method] System.String GetDescription()
-    [Method] OSGeo.MapGuide.MgByteReader GetExtent()
-    [Method] Int32 GetExtentType()
-    [Method] System.String GetName()
-    [Method] Double GetXYTolerance()
-    [Method] Double GetZTolerance()
-    [System.ObsoleteAttribute]
-    [Method] Boolean IsActive()
-    [Method] Boolean ReadNext()
-    [Method] Void Reset()
-    [Method] OSGeo.MapGuide.MgByteReader ToXml()
-}
-type OSGeo.MapGuide.MgSqlDataReader : OSGeo.MapGuide.MgReader
-    implements System.IDisposable
-{
-}
-[System.Reflection.DefaultMemberAttribute]
-type OSGeo.MapGuide.MgStringPropertyCollection : OSGeo.MapGuide.MgCollection
-    implements System.IDisposable
-    implements System.Collections.Generic.IList`1[[OSGeo.MapGuide.MgStringProperty, OSGeo.MapGuide.Foundation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.ICollection`1[[OSGeo.MapGuide.MgStringProperty, OSGeo.MapGuide.Foundation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.IEnumerable`1[[OSGeo.MapGuide.MgStringProperty, OSGeo.MapGuide.Foundation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.IEnumerable
-{
-    [Constructor] Void .ctor()
-    [Method] Void Add(OSGeo.MapGuide.MgStringProperty)
-    [Method] Void Add(System.String, System.String)
-    [Method] Void Clear()
-    [Method] Boolean Contains(OSGeo.MapGuide.MgStringProperty)
-    [Method] Boolean Contains(System.String)
-    [Method] Void CopyTo(OSGeo.MapGuide.MgStringProperty[], Int32)
-    [Method] Int32 get_Count()
-    [Method] Boolean get_IsReadOnly()
-    [Method] OSGeo.MapGuide.MgStringProperty get_Item(Int32)
-    [Method] Int32 GetCount()
-    [Method] System.Collections.Generic.IEnumerator`1[OSGeo.MapGuide.MgStringProperty] GetEnumerator()
-    [Method] OSGeo.MapGuide.MgStringProperty GetItem(Int32)
-    [Method] System.String GetName(Int32)
-    [Method] System.String GetValue(System.String)
-    [Method] System.String GetValue(Int32)
-    [Method] Int32 IndexOf(OSGeo.MapGuide.MgStringProperty)
-    [Method] Int32 IndexOf(System.String)
-    [Method] Void Insert(Int32, OSGeo.MapGuide.MgStringProperty)
-    [Method] Void Insert(Int32, System.String, System.String)
-    [Method] Boolean Remove(System.String)
-    [Method] Boolean Remove(OSGeo.MapGuide.MgStringProperty)
-    [Method] Void RemoveAt(Int32)
-    [Method] Void set_Item(Int32, OSGeo.MapGuide.MgStringProperty)
-    [Method] Void SetItem(Int32, OSGeo.MapGuide.MgStringProperty)
-    [Method] Void SetValue(System.String, System.String)
-    [Method] OSGeo.MapGuide.MgByteReader ToXml()
-}
-type OSGeo.MapGuide.MgTransaction : OSGeo.MapGuide.MgSerializable
-    implements System.IDisposable
-{
-    [Method] System.String AddSavePoint(System.String)
-    [Method] Void Commit()
-    [Method] OSGeo.MapGuide.MgResourceIdentifier GetFeatureSource()
-    [Method] Void ReleaseSavePoint(System.String)
-    [Method] Void Rollback()
-    [Method] Void Rollback(System.String)
-}
-type OSGeo.MapGuide.MgUpdateFeatures : OSGeo.MapGuide.MgFeatureCommand
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(System.String, OSGeo.MapGuide.MgPropertyCollection, System.String)
-    [Method] Int32 get_CommandType()
-    [Method] System.String get_FeatureClassName()
-    [Method] System.String get_FilterText()
-    [Method] OSGeo.MapGuide.MgPropertyCollection get_PropertyValues()
-    [Method] Int32 GetCommandType()
-    [Method] System.String GetFeatureClassName()
-    [Method] System.String GetFilterText()
-    [Method] OSGeo.MapGuide.MgPropertyCollection GetPropertyValues()
-}
-type OSGeo.MapGuide.MgWarnings : OSGeo.MapGuide.MgSerializable
-    implements System.IDisposable
-{
-    [Method] Int32 get_Count()
-    [Method] Int32 GetCount()
-    [Method] OSGeo.MapGuide.MgStringCollection GetMessages()
-}
-Assembly: OSGeo.MapGuide.MapGuideCommon, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null
-type OSGeo.MapGuide.MgImageFormats : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] System.String Gif
-    [Field] System.String Jpeg
-    [Field] System.String Meta
-    [Field] System.String Png
-    [Field] System.String Png8
-    [Field] System.String Raw
-    [Field] System.String Tiff
-}
-type OSGeo.MapGuide.MgPageUnitsType : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] System.String Inches
-    [Field] System.String Millimeters
-}
-type OSGeo.MapGuide.MgCoordinateSpace : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] System.String Display
-    [Field] System.String Map
-    [Field] System.String None
-}
-type OSGeo.MapGuide.MgMapPlotInstruction : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 UseMapCenterAndScale
-    [Field] Int32 UseOverriddenCenterAndScale
-    [Field] Int32 UseOverriddenExtent
-}
-type OSGeo.MapGuide.MgLogFileType : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] System.String Access
-    [Field] System.String Admin
-    [Field] System.String Authentication
-    [Field] System.String Error
-    [Field] System.String Session
-    [Field] System.String Trace
-}
-type OSGeo.MapGuide.MgServerInformationProperties : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] System.String AdminOperationsQueueCount
-    [Field] System.String ApiVersion
-    [Field] System.String AvailablePhysicalMemory
-    [Field] System.String AvailableVirtualMemory
-    [Field] System.String AverageOperationTime
-    [Field] System.String CacheDroppedEntries
-    [Field] System.String CacheSize
-    [Field] System.String ClientOperationsQueueCount
-    [Field] System.String CpuUtilization
-    [Field] System.String DisplayName
-    [Field] System.String MachineIp
-    [Field] System.String OperatingSystemVersion
-    [Field] System.String ServerVersion
-    [Field] System.String SiteOperationsQueueCount
-    [Field] System.String Status
-    [Field] System.String TotalActiveConnections
-    [Field] System.String TotalConnections
-    [Field] System.String TotalOperationTime
-    [Field] System.String TotalPhysicalMemory
-    [Field] System.String TotalProcessedOperations
-    [Field] System.String TotalReceivedOperations
-    [Field] System.String TotalVirtualMemory
-    [Field] System.String Uptime
-    [Field] System.String VirtualMemory
-    [Field] System.String WorkingSet
-}
-type OSGeo.MapGuide.MgUnitType : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] System.String Metric
-    [Field] System.String USEnglish
-}
-type OSGeo.MapGuide.MgConfigProperties : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] System.String AccessLogPropertiesSection
-    [Field] System.String AccessLogPropertyEnabled
-    [Field] System.String AccessLogPropertyFilename
-    [Field] System.String AccessLogPropertyParameters
-    [Field] System.String AdministrativeConnectionPropertiesSection
-    [Field] System.String AdministrativeConnectionPropertyEmail
-    [Field] System.String AdministrativeConnectionPropertyMaxConnections
-    [Field] System.String AdministrativeConnectionPropertyPort
-    [Field] System.String AdministrativeConnectionPropertyQueueSize
-    [Field] System.String AdministrativeConnectionPropertyThreadPoolSize
-    [Field] System.String AdminLogPropertiesSection
-    [Field] System.String AdminLogPropertyEnabled
-    [Field] System.String AdminLogPropertyFilename
-    [Field] System.String AdminLogPropertyParameters
-    [Field] System.String AgentAnonymousDenyGetResourceContent
-    [Field] System.String AgentAnonymousDenyGetResourceData
-    [Field] System.String AgentAnonymousDenyGetResourceHeader
-    [Field] System.String AgentDebugPause
-    [Field] System.String AgentDisableAuthoring
-    [Field] System.String AgentDisableWfs
-    [Field] System.String AgentDisableWms
-    [Field] System.String AgentErrorLogEnabled
-    [Field] System.String AgentErrorLogFilename
-    [Field] System.String AgentGlobalGetWfsFeaturesLimit
-    [Field] System.String AgentGlobalGetWmsFeatureInfoLimit
-    [Field] System.String AgentGlobalMaxFeatureQueryLimit
-    [Field] System.String AgentGlobalMaxMapFeatureQueryLimit
-    [Field] System.String AgentPropertiesSection
-    [Field] System.String AgentRequestLogEnabled
-    [Field] System.String AgentRequestLogFilename
-    [Field] System.String AuthenticationLogPropertiesSection
-    [Field] System.String AuthenticationLogPropertyEnabled
-    [Field] System.String AuthenticationLogPropertyFilename
-    [Field] System.String AuthenticationLogPropertyParameters
-    [Field] System.String CITEWfsEnabled
-    [Field] System.String CITEWmsEnabled
-    [Field] System.String ClientConnectionPropertiesSection
-    [Field] System.String ClientConnectionPropertyMaxConnections
-    [Field] System.String ClientConnectionPropertyPort
-    [Field] System.String ClientConnectionPropertyQueueSize
-    [Field] System.String ClientConnectionPropertyThreadPoolSize
-    [Field] System.String ContainerInfoFolder
-    [Field] System.String DBEnvironmentPropertiesSection
-    [Field] System.String DBMaxLockersParameters
-    [Field] System.String DBMaxTransactionsParamters
-    [Field] System.String DBPageSizeParameters
-    [Field] System.String DBTimeoutParameters
-    [Field] System.String DBXMLPageSizeParameters
-    [Field] Boolean DefaultAccessLogPropertyEnabled
-    [Field] System.String DefaultAccessLogPropertyFilename
-    [Field] System.String DefaultAccessLogPropertyParameters
-    [Field] System.String DefaultAdministrativeConnectionPropertyEmail
-    [Field] Int32 DefaultAdministrativeConnectionPropertyMaxConnections
-    [Field] Int32 DefaultAdministrativeConnectionPropertyPort
-    [Field] Int32 DefaultAdministrativeConnectionPropertyQueueSize
-    [Field] Int32 DefaultAdministrativeConnectionPropertyThreadPoolSize
-    [Field] Boolean DefaultAdminLogPropertyEnabled
-    [Field] System.String DefaultAdminLogPropertyFilename
-    [Field] System.String DefaultAdminLogPropertyParameters
-    [Field] System.String DefaultAgentAnonymousDenyGetResourceContent
-    [Field] System.String DefaultAgentAnonymousDenyGetResourceData
-    [Field] System.String DefaultAgentAnonymousDenyGetResourceHeader
-    [Field] Int32 DefaultAgentDebugPause
-    [Field] Boolean DefaultAgentErrorLogEnabled
-    [Field] System.String DefaultAgentErrorLogFilename
-    [Field] Int32 DefaultAgentGlobalGetWfsFeaturesLimit
-    [Field] Int32 DefaultAgentGlobalGetWmsFeatureInfoLimit
-    [Field] Int32 DefaultAgentGlobalMaxFeatureQueryLimit
-    [Field] Int32 DefaultAgentGlobalMaxMapFeatureQueryLimit
-    [Field] Boolean DefaultAgentRequestLogEnabled
-    [Field] System.String DefaultAgentRequestLogFilename
-    [Field] Boolean DefaultAuthenticationLogPropertyEnabled
-    [Field] System.String DefaultAuthenticationLogPropertyFilename
-    [Field] System.String DefaultAuthenticationLogPropertyParameters
-    [Field] Boolean DefaultCITEWfsEnabled
-    [Field] Boolean DefaultCITEWmsEnabled
-    [Field] Int32 DefaultClientConnectionPropertyMaxConnections
-    [Field] Int32 DefaultClientConnectionPropertyPort
-    [Field] Int32 DefaultClientConnectionPropertyQueueSize
-    [Field] Int32 DefaultClientConnectionPropertyThreadPoolSize
-    [Field] System.String DefaultConfigurationFilename
-    [Field] Int32 DefaultDBMaxLockersParameters
-    [Field] Int32 DefaultDBMaxTransactionsParamters
-    [Field] Int32 DefaultDBPageSizeParameters
-    [Field] Double DefaultDBTimeoutParameters
-    [Field] Int32 DefaultDBXMLPageSizeParameters
-    [Field] Boolean DefaultErrorLogPropertyEnabled
-    [Field] System.String DefaultErrorLogPropertyFilename
-    [Field] System.String DefaultErrorLogPropertyParameters
-    [Field] Int32 DefaultFeatureServicePropertyCacheSize
-    [Field] Int32 DefaultFeatureServicePropertyCacheTimeLimit
-    [Field] Int32 DefaultFeatureServicePropertyCacheTimerInterval
-    [Field] Int32 DefaultFeatureServicePropertyDataCacheSize
-    [Field] Boolean DefaultFeatureServicePropertyDataConnectionPoolEnabled
-    [Field] System.String DefaultFeatureServicePropertyDataConnectionPoolExcludedProviders
-    [Field] Int32 DefaultFeatureServicePropertyDataConnectionPoolSize
-    [Field] System.String DefaultFeatureServicePropertyDataConnectionPoolSizeCustom
-    [Field] Int32 DefaultFeatureServicePropertyDataConnectionTimeout
-    [Field] Int32 DefaultFeatureServicePropertyDataConnectionTimerInterval
-    [Field] System.String DefaultFeatureServicePropertyDataConnectionUseLimit
-    [Field] Int32 DefaultFeatureServicePropertyDataTransactionTimeout
-    [Field] Int32 DefaultFeatureServicePropertyDataTransactionTimerInterval
-    [Field] System.String DefaultFeatureServicePropertyFDOConnectionTimeoutCustom
-    [Field] Int32 DefaultFeatureServicePropertyJoinQueryBatchSize
-    [Field] Boolean DefaultFeatureServicePropertyUseFdoJoinOptimization
-    [Field] Int32 DefaultGeneralPropertyConnectionTimeout
-    [Field] Int32 DefaultGeneralPropertyConnectionTimerInterval
-    [Field] System.String DefaultGeneralPropertyDefaultMessageLocale
-    [Field] System.String DefaultGeneralPropertyDisplayName
-    [Field] System.String DefaultGeneralPropertyFdoPath
-    [Field] System.String DefaultGeneralPropertyLicenseServerPath
-    [Field] System.String DefaultGeneralPropertyLinuxFontDirectories
-    [Field] Boolean DefaultGeneralPropertyLinuxMemDebug
-    [Field] System.String DefaultGeneralPropertyLocale
-    [Field] System.String DefaultGeneralPropertyLogsDelimiter
-    [Field] System.String DefaultGeneralPropertyLogsDetail
-    [Field] System.String DefaultGeneralPropertyLogsPath
-    [Field] System.String DefaultGeneralPropertyMachineIp
-    [Field] Int32 DefaultGeneralPropertyMaxLogFileSize
-    [Field] Boolean DefaultGeneralPropertyMaxLogFileSizeEnabled
-    [Field] System.String DefaultGeneralPropertyMentorDictionaryPath
-    [Field] System.String DefaultGeneralPropertyMentorUserDictionaryPath
-    [Field] System.String DefaultGeneralPropertyPreCacheMaps
-    [Field] System.String DefaultGeneralPropertyResourcesPath
-    [Field] System.String DefaultGeneralPropertySerialNumber
-    [Field] Int32 DefaultGeneralPropertyServiceRegistrationTimerInterval
-    [Field] Int32 DefaultGeneralPropertyTcpIpMtu
-    [Field] System.String DefaultGeneralPropertyTempPath
-    [Field] System.String DefaultGeneralPropertyWfsDocumentPath
-    [Field] System.String DefaultGeneralPropertyWmsDocumentPath
-    [Field] Boolean DefaultHostPropertyDrawingService
-    [Field] Boolean DefaultHostPropertyFeatureService
-    [Field] Boolean DefaultHostPropertyKmlService
-    [Field] Boolean DefaultHostPropertyMappingService
-    [Field] Boolean DefaultHostPropertyProfilingService
-    [Field] Boolean DefaultHostPropertyRenderingService
-    [Field] Boolean DefaultHostPropertyResourceService
-    [Field] Boolean DefaultHostPropertySiteService
-    [Field] Boolean DefaultHostPropertyTileService
-    [Field] Int32 DefaultLibraryCacheSizeParameters
-    [Field] Int32 DefaultLibraryLogBufferSizeParameters
-    [Field] System.String DefaultMappingServicePropertyLegendFont
-    [Field] Boolean DefaultPerformanceLogPropertyEnabled
-    [Field] System.String DefaultPerformanceLogPropertyFilename
-    [Field] Int32 DefaultPerformanceLogPropertyInterval
-    [Field] System.String DefaultPerformanceLogPropertyParameters
-    [Field] Boolean DefaultRenderingServicePropertiesGlobalRasterStylizationLockEnabled
-    [Field] Boolean DefaultRenderingServicePropertyClampPoints
-    [Field] Boolean DefaultRenderingServicePropertyGeneralizeData
-    [Field] Int32 DefaultRenderingServicePropertyMaxRasterImageHeight
-    [Field] Int32 DefaultRenderingServicePropertyMaxRasterImageWidth
-    [Field] Int32 DefaultRenderingServicePropertyMaxRenderImageHeight
-    [Field] Int32 DefaultRenderingServicePropertyMaxRenderImageWidth
-    [Field] Int32 DefaultRenderingServicePropertyMinRasterGridSize
-    [Field] Int32 DefaultRenderingServicePropertyMinRasterGridSizeForPlot
-    [Field] Int32 DefaultRenderingServicePropertyRasterGridSize
-    [Field] Int32 DefaultRenderingServicePropertyRasterGridSizeForPlot
-    [Field] Double DefaultRenderingServicePropertyRasterGridSizeOverrideRatio
-    [Field] Double DefaultRenderingServicePropertyRasterGridSizeOverrideRatioForPlot
-    [Field] Int32 DefaultRenderingServicePropertyRenderSelectionBatchSize
-    [Field] Double DefaultRenderingServicePropertyTileExtentOffset
-    [Field] System.String DefaultResourceServicePropertyLibraryRepositoryPath
-    [Field] System.String DefaultResourceServicePropertyLibraryResourceDataFilePath
-    [Field] System.String DefaultResourceServicePropertyPackagesPath
-    [Field] Int32 DefaultResourceServicePropertyRepositoryCheckpointsTimerInterval
-    [Field] Int32 DefaultResourceServicePropertyResourceChangeTimerInterval
-    [Field] System.String DefaultResourceServicePropertyResourceDataFileTrashFolderName
-    [Field] Int32 DefaultResourceServicePropertyResourcePermissionCacheSize
-    [Field] System.String DefaultResourceServicePropertyResourceSchemaFilePath
-    [Field] System.String DefaultResourceServicePropertySessionRepositoryPath
-    [Field] System.String DefaultResourceServicePropertySessionResourceDataFilePath
-    [Field] System.String DefaultResourceServicePropertySiteRepositoryPath
-    [Field] Int32 DefaultSessionCacheSizeParamters
-    [Field] Int32 DefaultSessionDBPageSizeParameters
-    [Field] Double DefaultSessionDBXMLPageSizeParameters
-    [Field] Int32 DefaultSessionLogBufferSizeParameters
-    [Field] Boolean DefaultSessionLogPropertyEnabled
-    [Field] System.String DefaultSessionLogPropertyFilename
-    [Field] System.String DefaultSessionLogPropertyParameters
-    [Field] System.String DefaultSiteConnectionPropertyIpAddress
-    [Field] Int32 DefaultSiteConnectionPropertyMaxConnections
-    [Field] Int32 DefaultSiteConnectionPropertyPort
-    [Field] Int32 DefaultSiteConnectionPropertyQueueSize
-    [Field] Int32 DefaultSiteConnectionPropertyThreadPoolSize
-    [Field] Int32 DefaultSiteServicePropertySessionTimeout
-    [Field] Int32 DefaultSiteServicePropertySessionTimerInterval
-    [Field] System.String DefaultTileServicePropertyImageFormat
-    [Field] Boolean DefaultTileServicePropertyRenderOnly
-    [Field] System.String DefaultTileServicePropertyTileCachePath
-    [Field] Int32 DefaultTileServicePropertyTileColumnsPerFolder
-    [Field] Int32 DefaultTileServicePropertyTileRowsPerFolder
-    [Field] Int32 DefaultTileServicePropertyTileSizeX
-    [Field] Int32 DefaultTileServicePropertyTileSizeY
-    [Field] Boolean DefaultTraceLogPropertyEnabled
-    [Field] System.String DefaultTraceLogPropertyFilename
-    [Field] System.String DefaultTraceLogPropertyParameters
-    [Field] System.String DrawingServicePropertiesSection
-    [Field] System.String ErrorLogPropertiesSection
-    [Field] System.String ErrorLogPropertyEnabled
-    [Field] System.String ErrorLogPropertyFilename
-    [Field] System.String ErrorLogPropertyParameters
-    [Field] System.String FeatureServicePropertiesSection
-    [Field] System.String FeatureServicePropertyCacheSize
-    [Field] System.String FeatureServicePropertyCacheTimeLimit
-    [Field] System.String FeatureServicePropertyCacheTimerInterval
-    [Field] System.String FeatureServicePropertyDataCacheSize
-    [Field] System.String FeatureServicePropertyDataConnectionPoolEnabled
-    [Field] System.String FeatureServicePropertyDataConnectionPoolExcludedProviders
-    [Field] System.String FeatureServicePropertyDataConnectionPoolSize
-    [Field] System.String FeatureServicePropertyDataConnectionPoolSizeCustom
-    [Field] System.String FeatureServicePropertyDataConnectionTimeout
-    [Field] System.String FeatureServicePropertyDataConnectionTimerInterval
-    [Field] System.String FeatureServicePropertyDataConnectionUseLimit
-    [Field] System.String FeatureServicePropertyDataTransactionTimeout
-    [Field] System.String FeatureServicePropertyDataTransactionTimerInterval
-    [Field] System.String FeatureServicePropertyFDOConnectionTimeoutCustom
-    [Field] System.String FeatureServicePropertyJoinQueryBatchSize
-    [Field] System.String FeatureServicePropertyUseFdoJoinOptimization
-    [Field] System.String FontAliasMappingSection
-    [Field] System.String GeneralPropertiesSection
-    [Field] System.String GeneralPropertyConnectionTimeout
-    [Field] System.String GeneralPropertyConnectionTimerInterval
-    [Field] System.String GeneralPropertyDefaultMessageLocale
-    [Field] System.String GeneralPropertyDisplayName
-    [Field] System.String GeneralPropertyFdoPath
-    [Field] System.String GeneralPropertyLicenseServerPath
-    [Field] System.String GeneralPropertyLinuxFontDirectories
-    [Field] System.String GeneralPropertyLinuxMemDebug
-    [Field] System.String GeneralPropertyLocale
-    [Field] System.String GeneralPropertyLogsDelimiter
-    [Field] System.String GeneralPropertyLogsDetail
-    [Field] System.String GeneralPropertyLogsPath
-    [Field] System.String GeneralPropertyMachineIp
-    [Field] System.String GeneralPropertyMaxLogFileSize
-    [Field] System.String GeneralPropertyMaxLogFileSizeEnabled
-    [Field] System.String GeneralPropertyMentorDictionaryPath
-    [Field] System.String GeneralPropertyMentorUserDictionaryPath
-    [Field] System.String GeneralPropertyPreCacheMaps
-    [Field] System.String GeneralPropertyResourcesPath
-    [Field] System.String GeneralPropertySerialNumber
-    [Field] System.String GeneralPropertyServiceRegistrationTimerInterval
-    [Field] System.String GeneralPropertyTcpIpMtu
-    [Field] System.String GeneralPropertyTempPath
-    [Field] System.String GeneralPropertyWfsDocumentPath
-    [Field] System.String GeneralPropertyWmsDocumentPath
-    [Field] System.String HostPropertiesSection
-    [Field] System.String HostPropertyDrawingService
-    [Field] System.String HostPropertyFeatureService
-    [Field] System.String HostPropertyKmlService
-    [Field] System.String HostPropertyMappingService
-    [Field] System.String HostPropertyProfilingService
-    [Field] System.String HostPropertyRenderingService
-    [Field] System.String HostPropertyResourceService
-    [Field] System.String HostPropertySiteService
-    [Field] System.String HostPropertyTileService
-    [Field] System.String LibraryCacheSizeParameters
-    [Field] System.String LibraryLogBufferSizeParameters
-    [Field] System.String MappingServicePropertiesSection
-    [Field] System.String MappingServicePropertyLegendFont
-    [Field] System.String OgcPropertiesSection
-    [Field] System.String PerformanceLogPropertiesSection
-    [Field] System.String PerformanceLogPropertyEnabled
-    [Field] System.String PerformanceLogPropertyFilename
-    [Field] System.String PerformanceLogPropertyInterval
-    [Field] System.String PerformanceLogPropertyParameters
-    [Field] System.String RenderingServicePropertiesGlobalRasterStylizationLockEnabled
-    [Field] System.String RenderingServicePropertiesSection
-    [Field] System.String RenderingServicePropertyClampPoints
-    [Field] System.String RenderingServicePropertyGeneralizeData
-    [Field] System.String RenderingServicePropertyMaxRasterImageHeight
-    [Field] System.String RenderingServicePropertyMaxRasterImageWidth
-    [Field] System.String RenderingServicePropertyMaxRenderImageHeight
-    [Field] System.String RenderingServicePropertyMaxRenderImageWidth
-    [Field] System.String RenderingServicePropertyMinRasterGridSize
-    [Field] System.String RenderingServicePropertyMinRasterGridSizeForPlot
-    [Field] System.String RenderingServicePropertyRasterGridSize
-    [Field] System.String RenderingServicePropertyRasterGridSizeForPlot
-    [Field] System.String RenderingServicePropertyRasterGridSizeOverrideRatio
-    [Field] System.String RenderingServicePropertyRasterGridSizeOverrideRatioForPlot
-    [Field] System.String RenderingServicePropertyRenderSelectionBatchSize
-    [Field] System.String RenderingServicePropertyTileExtentOffset
-    [Field] System.String ResourceServicePropertiesSection
-    [Field] System.String ResourceServicePropertyLibraryRepositoryPath
-    [Field] System.String ResourceServicePropertyLibraryResourceDataFilePath
-    [Field] System.String ResourceServicePropertyPackagesPath
-    [Field] System.String ResourceServicePropertyRepositoryCheckpointsTimerInterval
-    [Field] System.String ResourceServicePropertyResourceChangeTimerInterval
-    [Field] System.String ResourceServicePropertyResourceDataFileTrashFolderName
-    [Field] System.String ResourceServicePropertyResourcePermissionCacheSize
-    [Field] System.String ResourceServicePropertyResourceSchemaFilePath
-    [Field] System.String ResourceServicePropertySessionRepositoryPath
-    [Field] System.String ResourceServicePropertySessionResourceDataFilePath
-    [Field] System.String ResourceServicePropertySiteRepositoryPath
-    [Field] System.String ServerConfigurationFilename
-    [Field] System.String SessionCacheSizeParamters
-    [Field] System.String SessionDBPageSizeParameters
-    [Field] System.String SessionDBXMLPageSizeParameters
-    [Field] System.String SessionLogBufferSizeParameters
-    [Field] System.String SessionLogPropertiesSection
-    [Field] System.String SessionLogPropertyEnabled
-    [Field] System.String SessionLogPropertyFilename
-    [Field] System.String SessionLogPropertyParameters
-    [Field] System.String SiteConnectionPropertiesSection
-    [Field] System.String SiteConnectionPropertyIpAddress
-    [Field] System.String SiteConnectionPropertyMaxConnections
-    [Field] System.String SiteConnectionPropertyPort
-    [Field] System.String SiteConnectionPropertyQueueSize
-    [Field] System.String SiteConnectionPropertyThreadPoolSize
-    [Field] System.String SiteServicePropertiesSection
-    [Field] System.String SiteServicePropertySessionTimeout
-    [Field] System.String SiteServicePropertySessionTimerInterval
-    [Field] System.String TemplateRootFolder
-    [Field] System.String TileServicePropertiesSection
-    [Field] System.String TileServicePropertyImageFormat
-    [Field] System.String TileServicePropertyRenderOnly
-    [Field] System.String TileServicePropertyTileCachePath
-    [Field] System.String TileServicePropertyTileColumnsPerFolder
-    [Field] System.String TileServicePropertyTileRowsPerFolder
-    [Field] System.String TileServicePropertyTileSizeX
-    [Field] System.String TileServicePropertyTileSizeY
-    [Field] System.String TraceLogPropertiesSection
-    [Field] System.String TraceLogPropertyEnabled
-    [Field] System.String TraceLogPropertyFilename
-    [Field] System.String TraceLogPropertyParameters
-    [Field] System.String UnmanagedDataMappingsSection
-    [Field] System.String WebApplicationPropertiesSection
-    [Field] System.String WfsPassword
-    [Field] System.String WidgetInfoFolder
-    [Field] System.String WmsPassword
-}
-type OSGeo.MapGuide.MgLocalizer : System.Object
-{
-    [Constructor] Void .ctor()
-    [Method] System.String GetString(System.String, System.String)
-    [Method] System.String Localize(System.String, System.String, Int32)
-    [Method] Void SetLocalizedFilesPath(System.String)
-}
-type OSGeo.MapGuide.MgDrawingService : OSGeo.MapGuide.MgService
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgByteReader DescribeDrawing(OSGeo.MapGuide.MgResourceIdentifier)
-    [Method] OSGeo.MapGuide.MgStringCollection EnumerateLayers(OSGeo.MapGuide.MgResourceIdentifier, System.String)
-    [Method] OSGeo.MapGuide.MgByteReader EnumerateSectionResources(OSGeo.MapGuide.MgResourceIdentifier, System.String)
-    [Method] OSGeo.MapGuide.MgByteReader EnumerateSections(OSGeo.MapGuide.MgResourceIdentifier)
-    [Method] System.String GetCoordinateSpace(OSGeo.MapGuide.MgResourceIdentifier)
-    [Method] OSGeo.MapGuide.MgByteReader GetDrawing(OSGeo.MapGuide.MgResourceIdentifier)
-    [Method] OSGeo.MapGuide.MgByteReader GetLayer(OSGeo.MapGuide.MgResourceIdentifier, System.String, System.String)
-    [Method] OSGeo.MapGuide.MgByteReader GetSection(OSGeo.MapGuide.MgResourceIdentifier, System.String)
-    [Method] OSGeo.MapGuide.MgByteReader GetSectionResource(OSGeo.MapGuide.MgResourceIdentifier, System.String)
-}
-type OSGeo.MapGuide.MgDwfVersion : OSGeo.MapGuide.MgSerializable
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(System.String, System.String)
-    [Method] System.String GetFileVersion()
-    [Method] System.String GetSchemaVersion()
-    [Method] Void SetFileVersion(System.String)
-    [Method] Void SetSchemaVersion(System.String)
-}
-type OSGeo.MapGuide.MgFeatureInformation : OSGeo.MapGuide.MgSerializable
-    implements System.IDisposable
-{
-    [Method] System.String GetHyperlink()
-    [Method] OSGeo.MapGuide.MgPropertyCollection GetProperties()
-    [Method] OSGeo.MapGuide.MgSelection GetSelection()
-    [Method] System.String GetTooltip()
-    [Method] OSGeo.MapGuide.MgByteReader ToXml()
-}
-type OSGeo.MapGuide.MgKmlService : OSGeo.MapGuide.MgService
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgByteReader GetFeaturesKml(OSGeo.MapGuide.MgLayer, OSGeo.MapGuide.MgEnvelope, Int32, Int32, Double, Int32, System.String)
-    [Method] OSGeo.MapGuide.MgByteReader GetFeaturesKml(OSGeo.MapGuide.MgLayer, OSGeo.MapGuide.MgEnvelope, Int32, Int32, Double, Int32, System.String, System.String)
-    [Method] OSGeo.MapGuide.MgByteReader GetLayerKml(OSGeo.MapGuide.MgLayer, OSGeo.MapGuide.MgEnvelope, Int32, Int32, Double, Int32, System.String, System.String)
-    [Method] OSGeo.MapGuide.MgByteReader GetMapKml(OSGeo.MapGuide.MgMap, Double, System.String, System.String)
-}
-type OSGeo.MapGuide.MgLayer : OSGeo.MapGuide.MgLayerBase
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(OSGeo.MapGuide.MgResourceIdentifier, OSGeo.MapGuide.MgResourceService)
-    [Method] OSGeo.MapGuide.MgTransaction BeginTransaction()
-    [Method] Int32 DeleteFeatures(System.String, OSGeo.MapGuide.MgTransaction)
-    [Method] OSGeo.MapGuide.MgByteReader GenerateLegendImage(Int32, Int32, System.String, Int32, Int32)
-    [Method] OSGeo.MapGuide.MgByteReader GenerateLegendImage(Double, Int32, Int32, System.String, Int32, Int32)
-    [Method] OSGeo.MapGuide.MgClassDefinition GetClassDefinition()
-    [Method] Int32 GetCompositeThemeCategoryCount(Double, Int32)
-    [Method] Int32 GetCompositeThemeCategoryCount(Int32)
-    [Method] OSGeo.MapGuide.MgIntCollection GetGeometryTypeStyles()
-    [Method] OSGeo.MapGuide.MgIntCollection GetGeometryTypeStyles(Double)
-    [Method] OSGeo.MapGuide.MgSpatialContextReader GetSpatialContexts(Boolean)
-    [Method] Int32 GetThemeCategoryCount(Int32)
-    [Method] Int32 GetThemeCategoryCount(Double, Int32)
-    [Method] OSGeo.MapGuide.MgFeatureReader InsertFeatures(OSGeo.MapGuide.MgBatchPropertyCollection, OSGeo.MapGuide.MgTransaction)
-    [Method] OSGeo.MapGuide.MgFeatureReader InsertFeatures(OSGeo.MapGuide.MgPropertyCollection, OSGeo.MapGuide.MgTransaction)
-    [Method] OSGeo.MapGuide.MgDataReader SelectAggregate(OSGeo.MapGuide.MgFeatureAggregateOptions)
-    [Method] OSGeo.MapGuide.MgFeatureReader SelectFeatures(OSGeo.MapGuide.MgFeatureQueryOptions, System.String)
-    [Method] OSGeo.MapGuide.MgFeatureReader SelectFeatures(OSGeo.MapGuide.MgFeatureQueryOptions)
-    [Method] OSGeo.MapGuide.MgPropertyCollection UpdateFeatures(OSGeo.MapGuide.MgFeatureCommandCollection)
-    [Method] OSGeo.MapGuide.MgPropertyCollection UpdateFeatures(OSGeo.MapGuide.MgFeatureCommandCollection, OSGeo.MapGuide.MgTransaction)
-    [Method] Int32 UpdateMatchingFeatures(OSGeo.MapGuide.MgPropertyCollection, System.String, OSGeo.MapGuide.MgTransaction)
-}
-type OSGeo.MapGuide.MgLayout : OSGeo.MapGuide.MgSerializable
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(OSGeo.MapGuide.MgResourceIdentifier, System.String, System.String)
-    [Method] OSGeo.MapGuide.MgResourceIdentifier GetLayout()
-    [Method] System.String GetTitle()
-    [Method] System.String GetUnitType()
-    [Method] Void SetLayout(OSGeo.MapGuide.MgResourceIdentifier)
-    [Method] Void SetTitle(System.String)
-    [Method] Void SetUnitType(System.String)
-}
-type OSGeo.MapGuide.MgMap : OSGeo.MapGuide.MgMapBase
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(OSGeo.MapGuide.MgSiteConnection)
-    [Method] Void Create(OSGeo.MapGuide.MgResourceIdentifier, System.String)
-    [Method] Void Create(System.String, OSGeo.MapGuide.MgEnvelope, System.String)
-    [Method] Void Create(OSGeo.MapGuide.MgResourceIdentifier, System.String, Int32, Int32, Double, Double, Double, Int32)
-    [Method] System.String GetTileFormat()
-    [Method] Int32 GetTilePixelRatio()
-    [Method] OSGeo.MapGuide.MgResourceIdentifier GetTileSetDefinition()
-    [Method] System.String GetTileSetProvider()
-    [Method] Int32 GetWatermarkUsage()
-    [Method] Void Open(System.String)
-    [Method] Void Save()
-    [Method] Void Save(OSGeo.MapGuide.MgResourceService, OSGeo.MapGuide.MgResourceIdentifier)
-}
-type OSGeo.MapGuide.MgMappingService : OSGeo.MapGuide.MgService
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgByteReader CreateRuntimeMap(OSGeo.MapGuide.MgResourceIdentifier, System.String, Int32, Int32)
-    [Method] OSGeo.MapGuide.MgByteReader CreateRuntimeMap(OSGeo.MapGuide.MgResourceIdentifier, System.String, System.String, System.String, Int32, Int32, Int32, Int32)
-    [Method] OSGeo.MapGuide.MgByteReader DescribeRuntimeMap(OSGeo.MapGuide.MgMap, Int32, Int32)
-    [Method] OSGeo.MapGuide.MgByteReader DescribeRuntimeMap(OSGeo.MapGuide.MgMap, System.String, Int32, Int32, Int32, Int32)
-    [Method] OSGeo.MapGuide.MgByteReader GenerateLegendImage(OSGeo.MapGuide.MgResourceIdentifier, Double, Int32, Int32, System.String, Int32, Int32)
-    [Method] OSGeo.MapGuide.MgByteReader GenerateMultiPlot(OSGeo.MapGuide.MgMapPlotCollection, OSGeo.MapGuide.MgDwfVersion)
-    [Method] OSGeo.MapGuide.MgByteReader GeneratePlot(OSGeo.MapGuide.MgMap, OSGeo.MapGuide.MgPlotSpecification, OSGeo.MapGuide.MgLayout, OSGeo.MapGuide.MgDwfVersion)
-    [Method] OSGeo.MapGuide.MgByteReader GeneratePlot(OSGeo.MapGuide.MgMap, OSGeo.MapGuide.MgCoordinate, Double, OSGeo.MapGuide.MgPlotSpecification, OSGeo.MapGuide.MgLayout, OSGeo.MapGuide.MgDwfVersion)
-    [Method] OSGeo.MapGuide.MgByteReader GeneratePlot(OSGeo.MapGuide.MgMap, OSGeo.MapGuide.MgEnvelope, Boolean, OSGeo.MapGuide.MgPlotSpecification, OSGeo.MapGuide.MgLayout, OSGeo.MapGuide.MgDwfVersion)
-    [Method] OSGeo.MapGuide.MgByteReader QueryFeatures(OSGeo.MapGuide.MgMap, System.String, System.String)
-    [Method] OSGeo.MapGuide.MgByteReader QueryFeatures(OSGeo.MapGuide.MgMap, OSGeo.MapGuide.MgStringCollection, Int32, Int32, Int32, System.String)
-}
-type OSGeo.MapGuide.MgMapPlot : OSGeo.MapGuide.MgNamedSerializable
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(OSGeo.MapGuide.MgMap, OSGeo.MapGuide.MgCoordinate, Double, OSGeo.MapGuide.MgPlotSpecification, OSGeo.MapGuide.MgLayout)
-    [Constructor] Void .ctor(OSGeo.MapGuide.MgMap, OSGeo.MapGuide.MgPlotSpecification, OSGeo.MapGuide.MgLayout)
-    [Constructor] Void .ctor(OSGeo.MapGuide.MgMap, OSGeo.MapGuide.MgEnvelope, Boolean, OSGeo.MapGuide.MgPlotSpecification, OSGeo.MapGuide.MgLayout)
-    [Method] OSGeo.MapGuide.MgCoordinate GetCenter()
-    [Method] Boolean GetExpandToFit()
-    [Method] OSGeo.MapGuide.MgEnvelope GetExtent()
-    [Method] OSGeo.MapGuide.MgLayout GetLayout()
-    [Method] OSGeo.MapGuide.MgMap GetMap()
-    [Method] Int32 GetMapPlotInstruction()
-    [Method] OSGeo.MapGuide.MgPlotSpecification GetPlotSpecification()
-    [Method] Double GetScale()
-    [Method] Void SetCenterAndScale(OSGeo.MapGuide.MgCoordinate, Double)
-    [Method] Void SetExtent(OSGeo.MapGuide.MgEnvelope, Boolean)
-    [Method] Void SetLayout(OSGeo.MapGuide.MgLayout)
-    [Method] Void SetMap(OSGeo.MapGuide.MgMap)
-    [Method] Void SetMapPlotInstruction(Int32)
-    [Method] Void SetPlotSpecification(OSGeo.MapGuide.MgPlotSpecification)
-}
-[System.Reflection.DefaultMemberAttribute]
-type OSGeo.MapGuide.MgMapPlotCollection : OSGeo.MapGuide.MgSerializable
-    implements System.IDisposable
-    implements System.Collections.Generic.IList`1[[OSGeo.MapGuide.MgMapPlot, OSGeo.MapGuide.MapGuideCommon, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.ICollection`1[[OSGeo.MapGuide.MgMapPlot, OSGeo.MapGuide.MapGuideCommon, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.Generic.IEnumerable`1[[OSGeo.MapGuide.MgMapPlot, OSGeo.MapGuide.MapGuideCommon, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]
-    implements System.Collections.IEnumerable
-{
-    [Constructor] Void .ctor()
-    [Method] Void Add(OSGeo.MapGuide.MgMapPlot)
-    [Method] Void Clear()
-    [Method] Boolean Contains(OSGeo.MapGuide.MgMapPlot)
-    [Method] Boolean Contains(System.String)
-    [Method] Void CopyTo(OSGeo.MapGuide.MgMapPlot[], Int32)
-    [Method] Int32 get_Count()
-    [Method] Boolean get_IsReadOnly()
-    [Method] OSGeo.MapGuide.MgMapPlot get_Item(Int32)
-    [Method] Int32 GetCount()
-    [Method] System.Collections.Generic.IEnumerator`1[OSGeo.MapGuide.MgMapPlot] GetEnumerator()
-    [Method] OSGeo.MapGuide.MgMapPlot GetItem(Int32)
-    [Method] OSGeo.MapGuide.MgMapPlot GetItem(System.String)
-    [Method] Int32 IndexOf(System.String)
-    [Method] Int32 IndexOf(OSGeo.MapGuide.MgMapPlot)
-    [Method] Void Insert(Int32, OSGeo.MapGuide.MgMapPlot)
-    [Method] Boolean Remove(OSGeo.MapGuide.MgMapPlot)
-    [Method] Void RemoveAt(Int32)
-    [Method] Void set_Item(Int32, OSGeo.MapGuide.MgMapPlot)
-    [Method] Void SetItem(Int32, OSGeo.MapGuide.MgMapPlot)
-}
-type OSGeo.MapGuide.MgMetatile : OSGeo.MapGuide.MgSerializable
-    implements System.IDisposable
-{
-    [Method] Int32 GetHeight()
-    [Method] OSGeo.MapGuide.MgByteReader GetImage()
-    [Method] Int32 GetMetaTilingFactor()
-    [Method] Int32 GetRequestedHeight()
-    [Method] Int32 GetRequestedWidth()
-    [Method] System.String GetTileImageFormat()
-    [Method] Int32 GetWidth()
-}
-type OSGeo.MapGuide.MgPackageStatusInformation : OSGeo.MapGuide.MgSerializable
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor()
-    [Method] System.String GetApiName()
-    [Method] Double GetAverageOperationTime()
-    [Method] OSGeo.MapGuide.MgDateTime GetEndTime()
-    [Method] System.String GetErrorMessage()
-    [Method] Int32 GetOperationsFailed()
-    [Method] Int32 GetOperationsReceived()
-    [Method] OSGeo.MapGuide.MgDateTime GetPackageDate()
-    [Method] System.String GetPackageDescription()
-    [Method] System.String GetPackageName()
-    [Method] Int64 GetPackageSize()
-    [Method] System.String GetServerAddress()
-    [Method] System.String GetServerName()
-    [Method] System.String GetStackTrace()
-    [Method] OSGeo.MapGuide.MgDateTime GetStartTime()
-    [Method] System.String GetStatusCode()
-    [Method] System.String GetStatusMessage()
-    [Method] System.String GetUserName()
-    [Method] Void SetApiName(System.String)
-    [Method] Void SetEndTime(OSGeo.MapGuide.MgDateTime)
-    [Method] Void SetErrorMessage(System.String)
-    [Method] Void SetOperationsFailed(Int32)
-    [Method] Void SetOperationsReceived(Int32)
-    [Method] Void SetPackageDate(OSGeo.MapGuide.MgDateTime)
-    [Method] Void SetPackageDescription(System.String)
-    [Method] Void SetPackageName(System.String)
-    [Method] Void SetPackageSize(Int64)
-    [Method] Void SetServerAddress(System.String)
-    [Method] Void SetServerName(System.String)
-    [Method] Void SetStackTrace(System.String)
-    [Method] Void SetStartTime(OSGeo.MapGuide.MgDateTime)
-    [Method] Void SetStatusCode(System.String)
-    [Method] Void SetUserName(System.String)
-}
-type OSGeo.MapGuide.MgPlotSpecification : OSGeo.MapGuide.MgSerializable
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(Single, Single, System.String, Single)
-    [Constructor] Void .ctor(Single, Single, System.String, Single, Single)
-    [Constructor] Void .ctor(Single, Single, System.String, Single, Single, Single)
-    [Constructor] Void .ctor(Single, Single, System.String, Single, Single, Single, Single)
-    [Constructor] Void .ctor(Single, Single, System.String)
-    [Method] Single GetMarginBottom()
-    [Method] Single GetMarginLeft()
-    [Method] Single GetMarginRight()
-    [Method] Single GetMarginTop()
-    [Method] System.String GetPageSizeUnits()
-    [Method] Single GetPaperHeight()
-    [Method] Single GetPaperWidth()
-    [Method] Void SetMargins(Single, Single, Single, Single)
-    [Method] Void SetPageSizeUnits(System.String)
-    [Method] Void SetPaperHeight(Single)
-    [Method] Void SetPaperWidth(Single)
-}
-type OSGeo.MapGuide.MgProfilingService : OSGeo.MapGuide.MgService
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgByteReader ProfileRenderDynamicOverlay(OSGeo.MapGuide.MgMap, OSGeo.MapGuide.MgSelection, OSGeo.MapGuide.MgRenderingOptions)
-    [Method] OSGeo.MapGuide.MgByteReader ProfileRenderMap(OSGeo.MapGuide.MgMap, OSGeo.MapGuide.MgSelection, OSGeo.MapGuide.MgCoordinate, Double, Int32, Int32, OSGeo.MapGuide.MgColor, System.String, Boolean)
-}
-type OSGeo.MapGuide.MgRenderingOptions : OSGeo.MapGuide.MgSerializable
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(System.String, Int32, OSGeo.MapGuide.MgColor)
-    [Method] Int32 GetBehavior()
-    [Method] System.String GetImageFormat()
-    [Method] OSGeo.MapGuide.MgColor GetSelectionColor()
-    [Field] Int32 KeepSelection
-    [Field] Int32 RenderBaseLayers
-    [Field] Int32 RenderLayers
-    [Field] Int32 RenderSelection
-}
-type OSGeo.MapGuide.MgRenderingService : OSGeo.MapGuide.MgService
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgBatchPropertyCollection QueryFeatureProperties(OSGeo.MapGuide.MgMap, OSGeo.MapGuide.MgStringCollection, OSGeo.MapGuide.MgGeometry, Int32, System.String, Int32, Int32)
-    [Method] OSGeo.MapGuide.MgBatchPropertyCollection QueryFeatureProperties(OSGeo.MapGuide.MgMap, OSGeo.MapGuide.MgStringCollection, OSGeo.MapGuide.MgGeometry, Int32, Int32)
-    [Method] OSGeo.MapGuide.MgFeatureInformation QueryFeatures(OSGeo.MapGuide.MgMap, OSGeo.MapGuide.MgStringCollection, OSGeo.MapGuide.MgGeometry, Int32, System.String, Int32, Int32)
-    [Method] OSGeo.MapGuide.MgFeatureInformation QueryFeatures(OSGeo.MapGuide.MgMap, OSGeo.MapGuide.MgStringCollection, OSGeo.MapGuide.MgGeometry, Int32, Int32)
-    [Method] OSGeo.MapGuide.MgByteReader RenderDynamicOverlay(OSGeo.MapGuide.MgMap, OSGeo.MapGuide.MgSelection, System.String)
-    [Method] OSGeo.MapGuide.MgByteReader RenderDynamicOverlay(OSGeo.MapGuide.MgMap, OSGeo.MapGuide.MgSelection, System.String, Boolean)
-    [Method] OSGeo.MapGuide.MgByteReader RenderDynamicOverlay(OSGeo.MapGuide.MgMap, OSGeo.MapGuide.MgSelection, OSGeo.MapGuide.MgRenderingOptions)
-    [Method] OSGeo.MapGuide.MgByteReader RenderMap(OSGeo.MapGuide.MgMap, OSGeo.MapGuide.MgSelection, OSGeo.MapGuide.MgCoordinate, Double, Int32, Int32, OSGeo.MapGuide.MgColor, System.String, Boolean, OSGeo.MapGuide.MgColor)
-    [Method] OSGeo.MapGuide.MgByteReader RenderMap(OSGeo.MapGuide.MgMap, OSGeo.MapGuide.MgSelection, OSGeo.MapGuide.MgCoordinate, Double, Int32, Int32, OSGeo.MapGuide.MgColor, System.String, Boolean)
-    [Method] OSGeo.MapGuide.MgByteReader RenderMap(OSGeo.MapGuide.MgMap, OSGeo.MapGuide.MgSelection, OSGeo.MapGuide.MgCoordinate, Double, Int32, Int32, OSGeo.MapGuide.MgColor, System.String)
-    [Method] OSGeo.MapGuide.MgByteReader RenderMap(OSGeo.MapGuide.MgMap, OSGeo.MapGuide.MgSelection, OSGeo.MapGuide.MgEnvelope, Int32, Int32, OSGeo.MapGuide.MgColor, System.String, Boolean)
-    [Method] OSGeo.MapGuide.MgByteReader RenderMap(OSGeo.MapGuide.MgMap, OSGeo.MapGuide.MgSelection, OSGeo.MapGuide.MgEnvelope, Int32, Int32, OSGeo.MapGuide.MgColor, System.String)
-    [Method] OSGeo.MapGuide.MgByteReader RenderMap(OSGeo.MapGuide.MgMap, OSGeo.MapGuide.MgSelection, System.String, Boolean, Boolean, OSGeo.MapGuide.MgColor)
-    [Method] OSGeo.MapGuide.MgByteReader RenderMap(OSGeo.MapGuide.MgMap, OSGeo.MapGuide.MgSelection, System.String, Boolean, Boolean)
-    [Method] OSGeo.MapGuide.MgByteReader RenderMap(OSGeo.MapGuide.MgMap, OSGeo.MapGuide.MgSelection, System.String)
-    [Method] OSGeo.MapGuide.MgByteReader RenderMap(OSGeo.MapGuide.MgMap, OSGeo.MapGuide.MgSelection, System.String, Boolean)
-    [Method] OSGeo.MapGuide.MgByteReader RenderMapLegend(OSGeo.MapGuide.MgMap, Int32, Int32, OSGeo.MapGuide.MgColor, System.String)
-    [Method] OSGeo.MapGuide.MgMetatile RenderMetatile(OSGeo.MapGuide.MgMap, System.String, Int32, Int32, Int32, Int32, Int32, System.String, Double, Int32)
-    [Method] OSGeo.MapGuide.MgMetatile RenderMetatileXYZ(OSGeo.MapGuide.MgMap, System.String, Int32, Int32, Int32, Int32, System.String, Double, Int32, Int32)
-    [Method] OSGeo.MapGuide.MgByteReader RenderTile(OSGeo.MapGuide.MgMap, System.String, Int32, Int32, Int32, Int32, Int32, System.String, Double)
-    [Method] OSGeo.MapGuide.MgByteReader RenderTile(OSGeo.MapGuide.MgMap, System.String, Int32, Int32, Int32, Int32, Int32, System.String)
-    [System.ObsoleteAttribute]
-    [Method] OSGeo.MapGuide.MgByteReader RenderTile(OSGeo.MapGuide.MgMap, System.String, Int32, Int32)
-    [Method] OSGeo.MapGuide.MgByteReader RenderTileFromMetaTile(OSGeo.MapGuide.MgMap, OSGeo.MapGuide.MgMetatile, Int32, Int32)
-    [Method] OSGeo.MapGuide.MgByteReader RenderTileUTFGrid(OSGeo.MapGuide.MgMap, System.String, Int32, Int32, Int32, Int32)
-    [Method] OSGeo.MapGuide.MgByteReader RenderTileXYZ(OSGeo.MapGuide.MgMap, System.String, Int32, Int32, Int32, Int32, System.String, Double, Int32)
-    [Method] OSGeo.MapGuide.MgByteReader RenderTileXYZ(OSGeo.MapGuide.MgMap, System.String, Int32, Int32, Int32, Int32, System.String)
-    [Method] OSGeo.MapGuide.MgByteReader RenderTileXYZ(OSGeo.MapGuide.MgMap, System.String, Int32, Int32, Int32)
-}
-type OSGeo.MapGuide.MgSelection : OSGeo.MapGuide.MgSelectionBase
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(OSGeo.MapGuide.MgMap)
-    [Constructor] Void .ctor(OSGeo.MapGuide.MgMap, System.String)
-    [Constructor] Void .ctor()
-    [Method] OSGeo.MapGuide.MgFeatureReader GetSelectedFeatures(OSGeo.MapGuide.MgLayerBase, System.String, Boolean)
-    [Method] OSGeo.MapGuide.MgFeatureReader GetSelectedFeatures(OSGeo.MapGuide.MgLayerBase, System.String, OSGeo.MapGuide.MgStringCollection)
-    [Method] Void Open(OSGeo.MapGuide.MgResourceService, System.String)
-    [Method] Void Save(OSGeo.MapGuide.MgResourceService, System.String)
-}
-type OSGeo.MapGuide.MgServerAdmin : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor()
-    [Method] Void BringOnline()
-    [Method] Boolean ClearLog(System.String)
-    [Method] Void Close()
-    [Method] Void DeleteLog(System.String)
-    [Method] Void DeletePackage(System.String)
-    [Method] Void EnableMaximumLogSize(Boolean)
-    [Method] OSGeo.MapGuide.MgPropertyCollection EnumerateLogs()
-    [Method] OSGeo.MapGuide.MgStringCollection EnumeratePackages()
-    [Method] OSGeo.MapGuide.MgPropertyCollection GetConfigurationProperties(System.String)
-    [Method] OSGeo.MapGuide.MgByteReader GetDocument(System.String)
-    [Method] OSGeo.MapGuide.MgPropertyCollection GetInformationProperties()
-    [Method] OSGeo.MapGuide.MgByteReader GetLog(System.String)
-    [Method] OSGeo.MapGuide.MgByteReader GetLog(System.String, Int32)
-    [Method] OSGeo.MapGuide.MgByteReader GetLog(System.String, OSGeo.MapGuide.MgDateTime, OSGeo.MapGuide.MgDateTime)
-    [Method] OSGeo.MapGuide.MgByteReader GetLogFile(System.String)
-    [Method] OSGeo.MapGuide.MgByteReader GetPackageLog(System.String)
-    [Method] OSGeo.MapGuide.MgPackageStatusInformation GetPackageStatus(System.String)
-    [Method] OSGeo.MapGuide.MgPropertyCollection GetSiteStatus()
-    [Method] System.String GetSiteVersion()
-    [Method] OSGeo.MapGuide.MgWarnings GetWarningsObject()
-    [Method] Boolean HasWarning()
-    [Method] Boolean IsMaximumLogSizeEnabled()
-    [Method] Boolean IsOnline()
-    [Method] Void LoadPackage(System.String)
-    [Method] Void MakePackage(OSGeo.MapGuide.MgResourceIdentifier, System.String, System.String)
-    [Method] Void Open(OSGeo.MapGuide.MgUserInformation)
-    [Method] Void Open(System.String, OSGeo.MapGuide.MgUserInformation)
-    [Method] Void RemoveConfigurationProperties(System.String, OSGeo.MapGuide.MgPropertyCollection)
-    [Method] Void RenameLog(System.String, System.String)
-    [Method] Void SetConfigurationProperties(System.String, OSGeo.MapGuide.MgPropertyCollection)
-    [Method] Void SetDocument(System.String, OSGeo.MapGuide.MgByteReader)
-    [Method] Void SetLogDelimiter(System.String)
-    [Method] Void SetMaximumLogSize(Int32)
-    [Method] Void TakeOffline()
-}
-type OSGeo.MapGuide.MgSite : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor()
-    [Method] Void AddGroup(System.String, System.String)
-    [Method] Void AddServer(System.String, System.String, System.String)
-    [Method] Void AddUser(System.String, System.String, System.String, System.String)
-    [Method] Void Close()
-    [Method] System.String CreateSession()
-    [Method] Void DeleteGroups(OSGeo.MapGuide.MgStringCollection)
-    [Method] Void DeleteUsers(OSGeo.MapGuide.MgStringCollection)
-    [Method] Void DestroySession(System.String)
-    [Method] OSGeo.MapGuide.MgByteReader EnumerateGroups(System.String)
-    [Method] OSGeo.MapGuide.MgByteReader EnumerateGroups()
-    [Method] OSGeo.MapGuide.MgByteReader EnumerateGroups(System.String, System.String)
-    [Method] OSGeo.MapGuide.MgStringCollection EnumerateRoles(System.String)
-    [Method] OSGeo.MapGuide.MgStringCollection EnumerateRoles(System.String, System.String)
-    [Method] OSGeo.MapGuide.MgByteReader EnumerateServers()
-    [Method] OSGeo.MapGuide.MgByteReader EnumerateUsers(System.String, System.String, Boolean)
-    [Method] OSGeo.MapGuide.MgByteReader EnumerateUsers(System.String)
-    [Method] System.String GetCurrentSession()
-    [Method] System.String GetCurrentSiteAddress()
-    [Method] Int32 GetSessionTimeout()
-    [Method] Int32 GetSiteServerCount()
-    [Method] OSGeo.MapGuide.MgSiteInfo GetSiteServerInfo(Int32)
-    [Method] System.String GetUserForSession()
-    [Method] OSGeo.MapGuide.MgWarnings GetWarning()
-    [Method] Void GrantGroupMembershipsToUsers(OSGeo.MapGuide.MgStringCollection, OSGeo.MapGuide.MgStringCollection)
-    [Method] Void GrantRoleMembershipsToGroups(OSGeo.MapGuide.MgStringCollection, OSGeo.MapGuide.MgStringCollection)
-    [Method] Void GrantRoleMembershipsToUsers(OSGeo.MapGuide.MgStringCollection, OSGeo.MapGuide.MgStringCollection)
-    [Method] Boolean HasWarning()
-    [Method] Void Open(OSGeo.MapGuide.MgUserInformation, OSGeo.MapGuide.MgSiteInfo)
-    [Method] Void Open(OSGeo.MapGuide.MgUserInformation)
-    [Method] Void RemoveServer(System.String)
-    [Method] Void RevokeGroupMembershipsFromUsers(OSGeo.MapGuide.MgStringCollection, OSGeo.MapGuide.MgStringCollection)
-    [Method] Void RevokeRoleMembershipsFromGroups(OSGeo.MapGuide.MgStringCollection, OSGeo.MapGuide.MgStringCollection)
-    [Method] Void RevokeRoleMembershipsFromUsers(OSGeo.MapGuide.MgStringCollection, OSGeo.MapGuide.MgStringCollection)
-    [Method] Void UpdateGroup(System.String, System.String, System.String)
-    [Method] Void UpdateServer(System.String, System.String, System.String, System.String)
-    [Method] Void UpdateUser(System.String, System.String, System.String, System.String, System.String)
-}
-type OSGeo.MapGuide.MgSiteConnection : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor()
-    [Constructor] Void .ctor(System.String)
-    [Method] OSGeo.MapGuide.MgService CreateService(Int32)
-    [Method] OSGeo.MapGuide.MgSite GetSite()
-    [Method] Void Open(OSGeo.MapGuide.MgUserInformation)
-}
-type OSGeo.MapGuide.MgSiteInfo : OSGeo.MapGuide.MgSerializable
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor()
-    [Constructor] Void .ctor(System.String, Int32, Int32, Int32)
-    [Method] Int32 GetPort(MgPortType)
-    [Method] MgSiteStatus GetStatus()
-    [Method] System.String GetTarget()
-    [Method] Void SetStatus(MgSiteStatus)
-}
-type OSGeo.MapGuide.MgTileService : OSGeo.MapGuide.MgService
-    implements System.IDisposable
-{
-    [Method] Void ClearCache(OSGeo.MapGuide.MgMap)
-    [Method] Void ClearCache(OSGeo.MapGuide.MgResourceIdentifier)
-    [Method] Int32 GetDefaultTileSizeX()
-    [Method] Int32 GetDefaultTileSizeX(OSGeo.MapGuide.MgResourceIdentifier)
-    [Method] Int32 GetDefaultTileSizeY()
-    [Method] Int32 GetDefaultTileSizeY(OSGeo.MapGuide.MgResourceIdentifier)
-    [Method] OSGeo.MapGuide.MgByteReader GetTile(OSGeo.MapGuide.MgMap, System.String, Int32, Int32)
-    [Method] OSGeo.MapGuide.MgByteReader GetTile(OSGeo.MapGuide.MgResourceIdentifier, System.String, Int32, Int32, Int32)
-    [Method] OSGeo.MapGuide.MgByteReader GetTileProviders()
-}
-type OSGeo.MapGuide.MgUserInformation : OSGeo.MapGuide.MgSerializable
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(System.String)
-    [Constructor] Void .ctor()
-    [Constructor] Void .ctor(System.String, System.String)
-    [Method] System.String GetClientAgent()
-    [Method] System.String GetClientIp()
-    [Method] System.String GetLocale()
-    [Method] OSGeo.MapGuide.MgByteReader GetReader()
-    [Method] Void SetClientAgent(System.String)
-    [Method] Void SetClientIp(System.String)
-    [Method] Void SetLocale(System.String)
-    [Method] Void SetMgSessionId(System.String)
-    [Method] Void SetMgUsernamePassword(System.String, System.String)
-}
-type OSGeo.MapGuide.MgMap+WatermarkUsageType : System.Enum
-    implements System.IComparable
-    implements System.ISpanFormattable
-    implements System.IFormattable
-    implements System.IConvertible
-{
-    [Field] Int32 value__
-    [Field] WatermarkUsageType Viewer
-    [Field] WatermarkUsageType WMS
-}
-type OSGeo.MapGuide.MgSiteInfo+MgSiteStatus : System.Enum
-    implements System.IComparable
-    implements System.ISpanFormattable
-    implements System.IFormattable
-    implements System.IConvertible
-{
-    [Field] MgSiteStatus Ok
-    [Field] MgSiteStatus TimedOut
-    [Field] MgSiteStatus UnableToConnect
-    [Field] MgSiteStatus Uninitialized
-    [Field] Int32 value__
-}
-type OSGeo.MapGuide.MgSiteInfo+MgPortType : System.Enum
-    implements System.IComparable
-    implements System.ISpanFormattable
-    implements System.IFormattable
-    implements System.IConvertible
-{
-    [Field] MgPortType Admin
-    [Field] MgPortType Client
-    [Field] MgPortType Site
-    [Field] Int32 value__
-}
-Assembly: OSGeo.MapGuide.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null
-type OSGeo.MapGuide.MgWebActions : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 About
-    [Field] Int32 Buffer
-    [Field] Int32 Copy
-    [Field] Int32 FitWindow
-    [Field] Int32 GetPrintablePage
-    [Field] Int32 Help
-    [Field] Int32 InvokeScript
-    [Field] Int32 InvokeUrl
-    [Field] Int32 MapTip
-    [Field] Int32 Measure
-    [Field] Int32 Pan
-    [Field] Int32 PanDown
-    [Field] Int32 PanLeft
-    [Field] Int32 PanRight
-    [Field] Int32 PanUp
-    [Field] Int32 PrintMap
-    [Field] Int32 Refresh
-    [Field] Int32 Search
-    [Field] Int32 Select
-    [Field] Int32 SelectClear
-    [Field] Int32 SelectPolygon
-    [Field] Int32 SelectRadius
-    [Field] Int32 SelectWithin
-    [Field] Int32 ViewNext
-    [Field] Int32 ViewOptions
-    [Field] Int32 ViewPrevious
-    [Field] Int32 ViewRestore
-    [Field] Int32 Zoom
-    [Field] Int32 ZoomIn
-    [Field] Int32 ZoomOut
-    [Field] Int32 ZoomRectangle
-    [Field] Int32 ZoomSelection
-}
-type OSGeo.MapGuide.MgWebTargetType : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 NewWindow
-    [Field] Int32 SpecifiedFrame
-    [Field] Int32 TaskPane
-}
-type OSGeo.MapGuide.MgWebTargetViewerType : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 Ajax
-    [Field] Int32 All
-    [Field] Int32 Dwf
-}
-type OSGeo.MapGuide.MgWebTaskButtonType : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 Back
-    [Field] Int32 Forward
-    [Field] Int32 Home
-    [Field] Int32 Tasks
-}
-type OSGeo.MapGuide.MgWebWidgetType : System.Object
-{
-    [Constructor] Void .ctor()
-    [Field] Int32 Command
-    [Field] Int32 Flyout
-    [Field] Int32 Separator
-    [Field] Int32 TaskButton
-}
-type OSGeo.MapGuide.MapGuideApi : System.Object
-{
-    [Constructor] Void .ctor()
-    [Method] Void MgInitializeWebTier(System.String)
-}
-type OSGeo.MapGuide.MgHttpHeader : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor()
-    [Method] Boolean AddHeader(System.String, System.String)
-    [Method] Int32 GetDateHeader(System.String)
-    [Method] OSGeo.MapGuide.MgStringCollection GetHeaderNames()
-    [Method] OSGeo.MapGuide.MgStringCollection GetHeaders(System.String)
-    [Method] System.String GetHeaderValue(System.String)
-    [Method] Int32 GetIntHeader(System.String)
-    [Method] Boolean RemoveHeader(System.String)
-    [Method] Boolean SetHeaderValue(System.String, System.String)
-}
-type OSGeo.MapGuide.MgHttpPrimitiveValue : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(Boolean)
-    [Constructor] Void .ctor(Int32)
-    [Constructor] Void .ctor(System.String)
-    [Method] Boolean GetBoolValue()
-    [Method] Int32 GetIntegerValue()
-    [Method] System.String GetStringValue()
-    [Method] Int32 GetType()
-    [Method] System.String ToString()
-}
-type OSGeo.MapGuide.MgHttpRequest : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(System.String)
-    [Method] OSGeo.MapGuide.MgHttpResponse Execute()
-    [Method] System.String GetAgentUri()
-    [Method] OSGeo.MapGuide.MgHttpHeader GetHeader()
-    [Method] OSGeo.MapGuide.MgHttpRequestMetadata GetRequestMetadata()
-    [Method] OSGeo.MapGuide.MgHttpRequestParam GetRequestParam()
-}
-type OSGeo.MapGuide.MgHttpRequestMetadata : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor()
-    [Method] Boolean AddProperty(System.String, System.String)
-    [Method] OSGeo.MapGuide.MgStringCollection GetPropertyNames()
-    [Method] System.String GetPropertyValue(System.String)
-    [Method] Boolean RemoveProperty(System.String)
-    [Method] Boolean SetPropertyValue(System.String, System.String)
-}
-type OSGeo.MapGuide.MgHttpRequestParam : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor()
-    [Method] Boolean AddParameter(System.String, System.String)
-    [Method] Boolean ContainsParameter(System.String)
-    [Method] OSGeo.MapGuide.MgStringCollection GetParameterNames()
-    [Method] System.String GetParameterType(System.String)
-    [Method] System.String GetParameterValue(System.String)
-    [Method] Boolean RemoveParameter(System.String)
-    [Method] Boolean SetParameterType(System.String, System.String)
-    [Method] Boolean SetParameterValue(System.String, System.String)
-}
-type OSGeo.MapGuide.MgHttpResponse : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor()
-    [Method] OSGeo.MapGuide.MgHttpHeader GetHeader()
-    [Method] OSGeo.MapGuide.MgHttpResult GetResult()
-}
-type OSGeo.MapGuide.MgHttpResult : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Method] System.String GetDetailedErrorMessage()
-    [Method] System.String GetErrorMessage()
-    [Method] System.String GetHttpStatusMessage()
-    [Method] System.String GetResultContentType()
-    [Method] OSGeo.MapGuide.MgDisposable GetResultObject()
-    [Method] Int32 GetStatusCode()
-    [Method] Void SetDetailedErrorMessage(System.String)
-    [Method] Void SetErrorMessage(System.String)
-    [Method] Void SetHttpStatusMessage(System.String)
-    [Method] Void SetResultObject(OSGeo.MapGuide.MgDisposable, System.String)
-    [Method] Void SetStatusCode(Int32)
-}
-type OSGeo.MapGuide.MgWebBufferCommand : OSGeo.MapGuide.MgWebUiTargetCommand
-    implements System.IDisposable
-{
-}
-type OSGeo.MapGuide.MgWebCommand : OSGeo.MapGuide.MgNamedSerializable
-    implements System.IDisposable
-{
-    [Method] Int32 GetAction()
-    [Method] System.String GetDescription()
-    [Method] System.String GetDisabledIconUrl()
-    [Method] System.String GetIconUrl()
-    [Method] System.String GetLabel()
-    [Method] System.String GetName()
-    [Method] Int32 GetTargetViewerType()
-    [Method] System.String GetTooltip()
-    [Method] Boolean IsUsed()
-}
-type OSGeo.MapGuide.MgWebCommandCollection : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Method] Boolean Contains(System.String)
-    [Method] Boolean Contains(OSGeo.MapGuide.MgWebCommand)
-    [Method] Int32 GetCount()
-    [Method] OSGeo.MapGuide.MgWebCommand GetItem(Int32)
-    [Method] OSGeo.MapGuide.MgWebCommand GetItem(System.String)
-    [Method] Int32 IndexOf(System.String)
-    [Method] Int32 IndexOf(OSGeo.MapGuide.MgWebCommand)
-}
-type OSGeo.MapGuide.MgWebCommandWidget : OSGeo.MapGuide.MgWebWidget
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgWebCommand GetCommand()
-}
-type OSGeo.MapGuide.MgWebContextMenu : OSGeo.MapGuide.MgWebWidgetCollection
-    implements System.IDisposable
-{
-    [Method] Boolean IsVisible()
-}
-type OSGeo.MapGuide.MgWebFlyoutWidget : OSGeo.MapGuide.MgWebWidget
-    implements System.IDisposable
-{
-    [Method] System.String GetDescription()
-    [Method] System.String GetDisabledIconUrl()
-    [Method] System.String GetIconUrl()
-    [Method] System.String GetLabel()
-    [Method] OSGeo.MapGuide.MgWebWidgetCollection GetSubItems()
-    [Method] System.String GetTooltip()
-}
-type OSGeo.MapGuide.MgWebGetPrintablePageCommand : OSGeo.MapGuide.MgWebUiTargetCommand
-    implements System.IDisposable
-{
-}
-type OSGeo.MapGuide.MgWebHelpCommand : OSGeo.MapGuide.MgWebUiTargetCommand
-    implements System.IDisposable
-{
-    [Method] System.String GetUrl()
-}
-type OSGeo.MapGuide.MgWebInformationPane : OSGeo.MapGuide.MgWebUiSizablePane
-    implements System.IDisposable
-{
-    [Method] Boolean IsLegendBandVisible()
-    [Method] Boolean IsPropertiesBandVisible()
-}
-type OSGeo.MapGuide.MgWebInvokeScriptCommand : OSGeo.MapGuide.MgWebUiTargetCommand
-    implements System.IDisposable
-{
-    [Method] System.String GetScriptCode()
-}
-type OSGeo.MapGuide.MgWebInvokeUrlCommand : OSGeo.MapGuide.MgWebUiTargetCommand
-    implements System.IDisposable
-{
-    [Method] Boolean DisabledIfSelectionEmpty()
-    [Method] Int32 GetLayerCount()
-    [Method] System.String GetLayerNameAt(Int32)
-    [Method] Int32 GetParameterCount()
-    [Method] System.String GetParameterNameAt(Int32)
-    [Method] System.String GetParameterValueAt(Int32)
-    [Method] System.String GetUrl()
-}
-type OSGeo.MapGuide.MgWebLayout : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Constructor] Void .ctor(OSGeo.MapGuide.MgResourceService, OSGeo.MapGuide.MgResourceIdentifier)
-    [Method] System.String GetAjaxPreviewUrl()
-    [Method] OSGeo.MapGuide.MgPoint GetCenter()
-    [Method] OSGeo.MapGuide.MgWebCommandCollection GetCommands()
-    [Method] OSGeo.MapGuide.MgWebContextMenu GetContextMenu()
-    [Method] System.String GetDwfPreviewUrl()
-    [Method] Boolean GetEnablePingServer()
-    [Method] Int32 GetHyperlinkTarget()
-    [Method] System.String GetHyperlinkTargetFrame()
-    [Method] OSGeo.MapGuide.MgWebInformationPane GetInformationPane()
-    [Method] System.String GetMapDefinition()
-    [Method] System.String GetMapImageFormat()
-    [Method] Int32 GetPointSelectionBuffer()
-    [Method] Double GetScale()
-    [Method] System.String GetSelectionColor()
-    [Method] System.String GetSelectionImageFormat()
-    [Method] System.String GetStartupScript()
-    [Method] OSGeo.MapGuide.MgWebUiPane GetStatusBar()
-    [Method] OSGeo.MapGuide.MgWebTaskPane GetTaskPane()
-    [Method] System.String GetTitle()
-    [Method] OSGeo.MapGuide.MgWebToolBar GetToolBar()
-    [Method] Boolean IsZoomControlVisible()
-    [Method] OSGeo.MapGuide.MgByteReader ProcessGettingStartedPage(OSGeo.MapGuide.MgByteReader, Boolean)
-}
-type OSGeo.MapGuide.MgWebMeasureCommand : OSGeo.MapGuide.MgWebUiTargetCommand
-    implements System.IDisposable
-{
-}
-type OSGeo.MapGuide.MgWebPrintCommand : OSGeo.MapGuide.MgWebCommand
-    implements System.IDisposable
-{
-    [Method] System.String GetPrintLayoutAt(Int32)
-    [Method] Int32 GetPrintLayoutCount()
-}
-type OSGeo.MapGuide.MgWebSearchCommand : OSGeo.MapGuide.MgWebUiTargetCommand
-    implements System.IDisposable
-{
-    [Method] System.String GetColumnDisplayNameAt(Int32)
-    [Method] System.String GetColumnPropertyNameAt(Int32)
-    [Method] System.String GetFilter()
-    [Method] System.String GetLayer()
-    [Method] Int32 GetMatchLimit()
-    [Method] System.String GetPrompt()
-    [Method] Int32 GetResultColumnCount()
-}
-type OSGeo.MapGuide.MgWebSelectWithinCommand : OSGeo.MapGuide.MgWebUiTargetCommand
-    implements System.IDisposable
-{
-}
-type OSGeo.MapGuide.MgWebSeparatorWidget : OSGeo.MapGuide.MgWebWidget
-    implements System.IDisposable
-{
-}
-type OSGeo.MapGuide.MgWebTaskBar : OSGeo.MapGuide.MgWebUiPane
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgWebWidgetCollection GetTaskButtons()
-    [Method] OSGeo.MapGuide.MgWebWidgetCollection GetTaskList()
-}
-type OSGeo.MapGuide.MgWebTaskBarWidget : OSGeo.MapGuide.MgWebWidget
-    implements System.IDisposable
-{
-    [Method] System.String GetDescription()
-    [Method] System.String GetDisabledIconUrl()
-    [Method] System.String GetIconUrl()
-    [Method] System.String GetName()
-    [Method] System.String GetTooltip()
-}
-type OSGeo.MapGuide.MgWebTaskPane : OSGeo.MapGuide.MgWebUiSizablePane
-    implements System.IDisposable
-{
-    [Method] System.String GetInitialTaskUrl()
-    [Method] OSGeo.MapGuide.MgWebTaskBar GetTaskBar()
-}
-type OSGeo.MapGuide.MgWebToolBar : OSGeo.MapGuide.MgWebUiPane
-    implements System.IDisposable
-{
-    [Method] OSGeo.MapGuide.MgWebWidgetCollection GetWidgets()
-}
-type OSGeo.MapGuide.MgWebUiPane : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Method] Boolean IsVisible()
-}
-type OSGeo.MapGuide.MgWebUiSizablePane : OSGeo.MapGuide.MgWebUiPane
-    implements System.IDisposable
-{
-    [Method] Int32 GetWidth()
-}
-type OSGeo.MapGuide.MgWebUiTargetCommand : OSGeo.MapGuide.MgWebCommand
-    implements System.IDisposable
-{
-    [Method] Int32 GetTarget()
-    [Method] System.String GetTargetName()
-}
-type OSGeo.MapGuide.MgWebViewOptionsCommand : OSGeo.MapGuide.MgWebUiTargetCommand
-    implements System.IDisposable
-{
-}
-type OSGeo.MapGuide.MgWebWidget : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Method] Int32 GetType()
-}
-type OSGeo.MapGuide.MgWebWidgetCollection : OSGeo.MapGuide.MgGuardDisposable
-    implements System.IDisposable
-{
-    [Method] Boolean Contains(OSGeo.MapGuide.MgWebWidget)
-    [Method] Int32 GetCount()
-    [Method] OSGeo.MapGuide.MgWebWidget GetWidget(Int32)
-    [Method] Int32 IndexOf(OSGeo.MapGuide.MgWebWidget)
-}
+ÿþA s s e m b l y :   O S G e o . M a p G u i d e . F o u n d a t i o n ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l  + 
+ t y p e   O S G e o . M a p G u i d e . M g F e a t u r e P r o p e r t y T y p e   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   A s s o c i a t i o n P r o p e r t y  + 
+         [ F i e l d ]   I n t 3 2   D a t a P r o p e r t y  + 
+         [ F i e l d ]   I n t 3 2   G e o m e t r i c P r o p e r t y  + 
+         [ F i e l d ]   I n t 3 2   O b j e c t P r o p e r t y  + 
+         [ F i e l d ]   I n t 3 2   R a s t e r P r o p e r t y  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g M i m e T y p e   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A g f  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   B i n a r y  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D w f  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   G i f  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   H t m l  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   J p e g  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   J s o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   K m l  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   K m z  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M e t a  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   P n g  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   T e x t  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   T i f f  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   X m l  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g P r o p e r t y T y p e   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   B l o b  + 
+         [ F i e l d ]   I n t 3 2   B o o l e a n  + 
+         [ F i e l d ]   I n t 3 2   B y t e  + 
+         [ F i e l d ]   I n t 3 2   C l o b  + 
+         [ F i e l d ]   I n t 3 2   D a t e T i m e  + 
+         [ F i e l d ]   I n t 3 2   D e c i m a l  + 
+         [ F i e l d ]   I n t 3 2   D o u b l e  + 
+         [ F i e l d ]   I n t 3 2   F e a t u r e  + 
+         [ F i e l d ]   I n t 3 2   G e o m e t r y  + 
+         [ F i e l d ]   I n t 3 2   I n t 1 6  + 
+         [ F i e l d ]   I n t 3 2   I n t 3 2  + 
+         [ F i e l d ]   I n t 3 2   I n t 6 4  + 
+         [ F i e l d ]   I n t 3 2   N u l l  + 
+         [ F i e l d ]   I n t 3 2   R a s t e r  + 
+         [ F i e l d ]   I n t 3 2   S i n g l e  + 
+         [ F i e l d ]   I n t 3 2   S t r i n g  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g E x c e p t i o n C o d e s   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g A l l P r o v i d e r C o n n e c t i o n s U s e d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g A r g u m e n t O u t O f R a n g e E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g A r r a y T y p e M i s m a t c h E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g A u t h e n t i c a t i o n F a i l e d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g C l a s s N o t F o u n d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g C o n f i g u r a t i o n E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g C o n f i g u r a t i o n L o a d F a i l e d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g C o n f i g u r a t i o n S a v e F a i l e d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g C o n n e c t i o n F a i l e d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g C o n n e c t i o n N o t O p e n E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g C o o r d i n a t e S y s t e m C o m p u t a t i o n F a i l e d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g C o o r d i n a t e S y s t e m C o n v e r s i o n F a i l e d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g C o o r d i n a t e S y s t e m I n i t i a l i z a t i o n F a i l e d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g C o o r d i n a t e S y s t e m L o a d F a i l e d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g C o o r d i n a t e S y s t e m M e a s u r e F a i l e d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g C o o r d i n a t e S y s t e m T r a n s f o r m F a i l e d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g D a t e T i m e E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g D b E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g D b X m l E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g D e c r y p t i o n E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g D i r e c t o r y N o t F o u n d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g D i v i d e B y Z e r o E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g D o m a i n E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g D u p l i c a t e D i r e c t o r y E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g D u p l i c a t e F i l e E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g D u p l i c a t e G r o u p E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g D u p l i c a t e N a m e E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g D u p l i c a t e O b j e c t E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g D u p l i c a t e P a r a m e t e r E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g D u p l i c a t e R e p o s i t o r y E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g D u p l i c a t e R e s o u r c e D a t a E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g D u p l i c a t e R e s o u r c e E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g D u p l i c a t e R o l e E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g D u p l i c a t e S e r v e r E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g D u p l i c a t e S e s s i o n E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g D u p l i c a t e U s e r E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g D w f E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g D w f S e c t i o n N o t F o u n d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g D w f S e c t i o n R e s o u r c e N o t F o u n d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g E m p t y F e a t u r e S e t E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g E n c r y p t i o n E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g E n d O f S t r e a m E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g E v a l u a t i o n E x p i r e d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g F d o E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g F e a t u r e S e r v i c e E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g F i l e I o E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g F i l e N o t F o u n d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g G e o m e t r y E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g G r i d D e n s i t y E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g G r o u p N o t F o u n d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g I n d e x O u t O f R a n g e E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g I n v a l i d A r g u m e n t E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g I n v a l i d C a s t E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g I n v a l i d C o o r d i n a t e S y s t e m E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g I n v a l i d C o o r d i n a t e S y s t e m T y p e E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g I n v a l i d C o o r d i n a t e S y s t e m U n i t s E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g I n v a l i d D w f P a c k a g e E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g I n v a l i d D w f S e c t i o n E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g I n v a l i d F e a t u r e S o u r c e E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g I n v a l i d I p A d d r e s s E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g I n v a l i d L a y e r D e f i n i t i o n E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g I n v a l i d L i c e n s e E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g I n v a l i d L o g E n t r y E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g I n v a l i d M a p D e f i n i t i o n E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g I n v a l i d M i m e T y p e E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g I n v a l i d O p e r a t i o n E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g I n v a l i d O p e r a t i o n V e r s i o n E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g I n v a l i d P a s s w o r d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g I n v a l i d P r i n t L a y o u t F o n t S i z e U n i t s E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g I n v a l i d P r i n t L a y o u t P o s i t i o n U n i t s E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g I n v a l i d P r i n t L a y o u t S i z e U n i t s E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g I n v a l i d P r o p e r t y T y p e E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g I n v a l i d R e p o s i t o r y N a m e E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g I n v a l i d R e p o s i t o r y T y p e E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g I n v a l i d R e s o u r c e D a t a N a m e E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g I n v a l i d R e s o u r c e D a t a T y p e E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g I n v a l i d R e s o u r c e N a m e E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g I n v a l i d R e s o u r c e P a t h E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g I n v a l i d R e s o u r c e P r e P r o c e s s i n g T y p e E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g I n v a l i d R e s o u r c e T y p e E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g I n v a l i d S e r i a l N u m b e r E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g I n v a l i d S e r v e r N a m e E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g I n v a l i d S t r e a m H e a d e r E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g I n v a l i d W a t e r m a r k D e f i n i t i o n E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g I o E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g L a y e r N o t F o u n d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g L e n g t h E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g L i c e n s e E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g L i c e n s e E x p i r e d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g L o g i c E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g L o g O p e n F a i l e d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g N o t F i n i t e N u m b e r E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g N o t I m p l e m e n t e d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g N u l l A r g u m e n t E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g N u l l P r o p e r t y V a l u e E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g N u l l R e f e r e n c e E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g O b j e c t N o t F o u n d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g O p e r a t i o n P r o c e s s i n g E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g O u t O f M e m o r y E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g O u t O f R a n g e E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g O v e r f l o w E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g P a r a m e t e r N o t F o u n d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g P a t h T o o L o n g E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g P e r m i s s i o n D e n i e d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g P l a t f o r m N o t S u p p o r t e d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g P o r t N o t A v a i l a b l e E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g P r i n t T o S c a l e M o d e N o t S e l e c t e d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g R a s t e r T r a n s f o r m a t i o n N o t S u p p o r t e d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g R e p o s i t o r y C r e a t i o n F a i l e d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g R e p o s i t o r y N o t F o u n d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g R e p o s i t o r y N o t O p e n E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g R e p o s i t o r y O p e n F a i l e d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g R e s o u r c e B u s y E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g R e s o u r c e D a t a N o t F o u n d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g R e s o u r c e N o t F o u n d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g R e s o u r c e s E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g R e s o u r c e s L o a d F a i l e d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g R e s o u r c e T a g N o t F o u n d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g R o l e N o t F o u n d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g R u n t i m e E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g S e r v e r N o t F o u n d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g S e r v e r N o t O n l i n e E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g S e r v i c e N o t A v a i l a b l e E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g S e r v i c e N o t S u p p o r t e d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g S e s s i o n E x p i r e d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g S e s s i o n N o t F o u n d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g S t r e a m I o E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g S t y l i z e L a y e r F a i l e d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g T e m p o r a r y F i l e N o t A v a i l a b l e E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g U n a u t h o r i z e d A c c e s s E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g U n c l a s s i f i e d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g U n d e r f l o w E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g U n k n o w n T i l e P r o v i d e r E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g U n s u p p o r t e d P r o v i d e r T h r e a d M o d e l E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g U n s u p p o r t e d T i l e P r o v i d e r E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g U r i F o r m a t E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g U s e r N o t F o u n d E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g X m l E x c e p t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M g X m l P a r s e r E x c e p t i o n  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M a n a g e d E x c e p t i o n   :   S y s t e m . E x c e p t i o n  + 
+         i m p l e m e n t s   S y s t e m . R u n t i m e . S e r i a l i z a t i o n . I S e r i a l i z a b l e  + 
+         i m p l e m e n t s   S y s t e m . R u n t i m e . I n t e r o p S e r v i c e s . _ E x c e p t i o n  + 
+ {  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ M e s s a g e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ S t a c k T r a c e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   T o S t r i n g ( )  + 
+ }  + 
+ [ S y s t e m . R e f l e c t i o n . D e f a u l t M e m b e r A t t r i b u t e ]  + 
+ t y p e   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n   :   O S G e o . M a p G u i d e . M g C o l l e c t i o n  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I L i s t ` 1 [ [ S y s t e m . S t r i n g ,   m s c o r l i b ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = b 7 7 a 5 c 5 6 1 9 3 4 e 0 8 9 ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I C o l l e c t i o n ` 1 [ [ S y s t e m . S t r i n g ,   m s c o r l i b ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = b 7 7 a 5 c 5 6 1 9 3 4 e 0 8 9 ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a b l e ` 1 [ [ S y s t e m . S t r i n g ,   m s c o r l i b ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = b 7 7 a 5 c 5 6 1 9 3 4 e 0 8 9 ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . I E n u m e r a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a b l e ` 1 [ S y s t e m . S t r i n g ] )  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   V o i d   A d d ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   C l e a r ( )  + 
+         [ M e t h o d ]   B o o l e a n   C o n t a i n s ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   C o p y T o ( S y s t e m . S t r i n g [ ] ,   I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ C o u n t ( )  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ I s R e a d O n l y ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a t o r ` 1 [ S y s t e m . S t r i n g ]   G e t E n u m e r a t o r ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   I n d e x O f ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   I n s e r t ( I n t 3 2 ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   B o o l e a n   R e m o v e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   R e m o v e A t ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   s e t _ I t e m ( I n t 3 2 ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t I t e m ( I n t 3 2 ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   T o X m l ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . R e a d O n l y R e w i n d a b l e S t r e a m   :   S y s t e m . I O . S t r e a m  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ C a n R e a d ( )  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ C a n R e w i n d ( )  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ C a n S e e k ( )  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ C a n W r i t e ( )  + 
+         [ M e t h o d ]   I n t 6 4   g e t _ P o s i t i o n ( )  + 
+         [ M e t h o d ]   V o i d   R e w i n d ( )  + 
+         [ M e t h o d ]   I n t 6 4   S e e k ( I n t 6 4 ,   S y s t e m . I O . S e e k O r i g i n )  + 
+         [ M e t h o d ]   V o i d   s e t _ P o s i t i o n ( I n t 6 4 )  + 
+         [ M e t h o d ]   V o i d   S e t L e n g t h ( I n t 6 4 )  + 
+         [ M e t h o d ]   V o i d   W r i t e ( B y t e [ ] ,   I n t 3 2 ,   I n t 3 2 )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . G e t B y t e R e a d e r M e t h o d   :   S y s t e m . M u l t i c a s t D e l e g a t e  + 
+         i m p l e m e n t s   S y s t e m . I C l o n e a b l e  + 
+         i m p l e m e n t s   S y s t e m . R u n t i m e . S e r i a l i z a t i o n . I S e r i a l i z a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . O b j e c t ,   I n t P t r )  + 
+         [ M e t h o d ]   S y s t e m . I A s y n c R e s u l t   B e g i n I n v o k e ( S y s t e m . A s y n c C a l l b a c k ,   S y s t e m . O b j e c t )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   E n d I n v o k e ( S y s t e m . I A s y n c R e s u l t )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   I n v o k e ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g R e a d O n l y S t r e a m   :   O S G e o . M a p G u i d e . R e a d O n l y R e w i n d a b l e S t r e a m  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( O S G e o . M a p G u i d e . M g B y t e R e a d e r )  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( O S G e o . M a p G u i d e . G e t B y t e R e a d e r M e t h o d )  + 
+         [ M e t h o d ]   V o i d   F l u s h ( )  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ C a n R e w i n d ( )  + 
+         [ M e t h o d ]   I n t 6 4   g e t _ L e n g t h ( )  + 
+         [ M e t h o d ]   I n t 3 2   R e a d ( B y t e [ ] ,   I n t 3 2 ,   I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   R e w i n d ( )  + 
+ }  + 
+ [ S y s t e m . R e f l e c t i o n . D e f a u l t M e m b e r A t t r i b u t e ]  + 
+ t y p e   O S G e o . M a p G u i d e . M g B a t c h P r o p e r t y C o l l e c t i o n   :   O S G e o . M a p G u i d e . M g C o l l e c t i o n  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I L i s t ` 1 [ [ O S G e o . M a p G u i d e . M g P r o p e r t y C o l l e c t i o n ,   O S G e o . M a p G u i d e . F o u n d a t i o n ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I C o l l e c t i o n ` 1 [ [ O S G e o . M a p G u i d e . M g P r o p e r t y C o l l e c t i o n ,   O S G e o . M a p G u i d e . F o u n d a t i o n ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a b l e ` 1 [ [ O S G e o . M a p G u i d e . M g P r o p e r t y C o l l e c t i o n ,   O S G e o . M a p G u i d e . F o u n d a t i o n ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . I E n u m e r a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   V o i d   A d d ( O S G e o . M a p G u i d e . M g P r o p e r t y C o l l e c t i o n )  + 
+         [ M e t h o d ]   V o i d   C l e a r ( )  + 
+         [ M e t h o d ]   B o o l e a n   C o n t a i n s ( O S G e o . M a p G u i d e . M g P r o p e r t y D e f i n i t i o n )  + 
+         [ M e t h o d ]   V o i d   C o p y T o ( O S G e o . M a p G u i d e . M g P r o p e r t y C o l l e c t i o n [ ] ,   I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ C o u n t ( )  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ I s R e a d O n l y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P r o p e r t y C o l l e c t i o n   g e t _ I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a t o r ` 1 [ O S G e o . M a p G u i d e . M g P r o p e r t y C o l l e c t i o n ]   G e t E n u m e r a t o r ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P r o p e r t y C o l l e c t i o n   G e t I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   I n d e x O f ( O S G e o . M a p G u i d e . M g P r o p e r t y D e f i n i t i o n )  + 
+         [ M e t h o d ]   V o i d   I n s e r t ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g P r o p e r t y C o l l e c t i o n )  + 
+         [ M e t h o d ]   B o o l e a n   R e m o v e ( O S G e o . M a p G u i d e . M g P r o p e r t y C o l l e c t i o n )  + 
+         [ M e t h o d ]   V o i d   R e m o v e A t ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   s e t _ I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g P r o p e r t y C o l l e c t i o n )  + 
+         [ M e t h o d ]   V o i d   S e t I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g P r o p e r t y C o l l e c t i o n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   T o X m l ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g B y t e R e a d e r   :   O S G e o . M a p G u i d e . M g S e r i a l i z a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . S t r i n g ,   S y s t e m . S t r i n g ,   B o o l e a n )  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( B y t e [ ] ,   I n t 3 2 ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ M i m e T y p e ( )  + 
+         [ M e t h o d ]   S y s t e m . R u n t i m e . I n t e r o p S e r v i c e s . H a n d l e R e f   g e t C P t r ( O S G e o . M a p G u i d e . M g B y t e R e a d e r )  + 
+         [ M e t h o d ]   I n t 6 4   G e t L e n g t h ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t M i m e T y p e ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s R e w i n d a b l e ( )  + 
+         [ M e t h o d ]   I n t 3 2   R e a d ( B y t e [ ] ,   I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   R e w i n d ( )  + 
+         [ M e t h o d ]   S y s t e m . R u n t i m e . I n t e r o p S e r v i c e s . H a n d l e R e f   s w i g R e l e a s e ( O S G e o . M a p G u i d e . M g B y t e R e a d e r )  + 
+         [ M e t h o d ]   V o i d   T o F i l e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   T o S t r i n g ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g B y t e S i n k   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( O S G e o . M a p G u i d e . M g B y t e R e a d e r )  + 
+         [ M e t h o d ]   V o i d   T o F i l e ( S y s t e m . S t r i n g )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g B y t e S o u r c e   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( B y t e [ ] ,   I n t 3 2 )  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ M i m e T y p e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t M i m e T y p e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t R e a d e r ( )  + 
+         [ M e t h o d ]   V o i d   s e t _ M i m e T y p e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t M i m e T y p e ( S y s t e m . S t r i n g )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o l l e c t i o n   :   O S G e o . M a p G u i d e . M g S e r i a l i z a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   V o i d   C l e a r ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   S y s t e m . R u n t i m e . I n t e r o p S e r v i c e s . H a n d l e R e f   g e t C P t r ( O S G e o . M a p G u i d e . M g C o l l e c t i o n )  + 
+         [ M e t h o d ]   V o i d   R e m o v e A t ( I n t 3 2 )  + 
+         [ M e t h o d ]   S y s t e m . R u n t i m e . I n t e r o p S e r v i c e s . H a n d l e R e f   s w i g R e l e a s e ( O S G e o . M a p G u i d e . M g C o l l e c t i o n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   T o X m l ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g D a t e T i m e   :   O S G e o . M a p G u i d e . M g S e r i a l i z a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( I n t 1 6 ,   I n t 1 6 ,   I n t 1 6 )  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( I n t 1 6 ,   I n t 1 6 ,   I n t 1 6 ,   I n t 3 2 )  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( I n t 1 6 ,   I n t 1 6 ,   I n t 1 6 ,   I n t 1 6 ,   I n t 1 6 ,   I n t 1 6 ,   I n t 3 2 )  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   I n t 1 6   g e t _ D a y ( )  + 
+         [ M e t h o d ]   I n t 1 6   g e t _ H o u r ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ M i c r o s e c o n d ( )  + 
+         [ M e t h o d ]   I n t 1 6   g e t _ M i n u t e ( )  + 
+         [ M e t h o d ]   I n t 1 6   g e t _ M o n t h ( )  + 
+         [ M e t h o d ]   I n t 1 6   g e t _ S e c o n d ( )  + 
+         [ M e t h o d ]   I n t 1 6   g e t _ Y e a r ( )  + 
+         [ M e t h o d ]   I n t 1 6   G e t D a y ( )  + 
+         [ M e t h o d ]   I n t 1 6   G e t H o u r ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t M i c r o s e c o n d ( )  + 
+         [ M e t h o d ]   I n t 1 6   G e t M i n u t e ( )  + 
+         [ M e t h o d ]   I n t 1 6   G e t M o n t h ( )  + 
+         [ M e t h o d ]   I n t 1 6   G e t S e c o n d ( )  + 
+         [ M e t h o d ]   I n t 1 6   G e t Y e a r ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s D a t e ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s D a t e T i m e ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s T i m e ( )  + 
+         [ M e t h o d ]   V o i d   s e t _ D a y ( I n t 1 6 )  + 
+         [ M e t h o d ]   V o i d   s e t _ H o u r ( I n t 1 6 )  + 
+         [ M e t h o d ]   V o i d   s e t _ M i c r o s e c o n d ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   s e t _ M i n u t e ( I n t 1 6 )  + 
+         [ M e t h o d ]   V o i d   s e t _ M o n t h ( I n t 1 6 )  + 
+         [ M e t h o d ]   V o i d   s e t _ S e c o n d ( I n t 1 6 )  + 
+         [ M e t h o d ]   V o i d   s e t _ Y e a r ( I n t 1 6 )  + 
+         [ M e t h o d ]   V o i d   S e t D a y ( I n t 1 6 )  + 
+         [ M e t h o d ]   V o i d   S e t H o u r ( I n t 1 6 )  + 
+         [ M e t h o d ]   V o i d   S e t M i c r o s e c o n d ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   S e t M i n u t e ( I n t 1 6 )  + 
+         [ M e t h o d ]   V o i d   S e t M o n t h ( I n t 1 6 )  + 
+         [ M e t h o d ]   V o i d   S e t S e c o n d ( I n t 1 6 )  + 
+         [ M e t h o d ]   V o i d   S e t Y e a r ( I n t 1 6 )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   T o S t r i n g ( )  + 
+         [ M e t h o d ]   V o i d   V a l i d a t e ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g D i s p o s a b l e   :   O S G e o . M a p G u i d e . M g O b j e c t  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   S y s t e m . R u n t i m e . I n t e r o p S e r v i c e s . H a n d l e R e f   g e t C P t r ( O S G e o . M a p G u i d e . M g D i s p o s a b l e )  + 
+         [ M e t h o d ]   S y s t e m . R u n t i m e . I n t e r o p S e r v i c e s . H a n d l e R e f   s w i g R e l e a s e ( O S G e o . M a p G u i d e . M g D i s p o s a b l e )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g D i s p o s a b l e C o l l e c t i o n   :   O S G e o . M a p G u i d e . M g C o l l e c t i o n  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   V o i d   A d d ( O S G e o . M a p G u i d e . M g D i s p o s a b l e )  + 
+         [ M e t h o d ]   V o i d   C l e a r ( )  + 
+         [ M e t h o d ]   B o o l e a n   C o n t a i n s ( O S G e o . M a p G u i d e . M g D i s p o s a b l e )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g D i s p o s a b l e   G e t I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   I n d e x O f ( O S G e o . M a p G u i d e . M g D i s p o s a b l e )  + 
+         [ M e t h o d ]   V o i d   I n s e r t ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g D i s p o s a b l e )  + 
+         [ M e t h o d ]   B o o l e a n   R e m o v e ( O S G e o . M a p G u i d e . M g D i s p o s a b l e )  + 
+         [ M e t h o d ]   V o i d   R e m o v e A t ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   S e t I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g D i s p o s a b l e )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   T o X m l ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g E x c e p t i o n   :   O S G e o . M a p G u i d e . M a n a g e d E x c e p t i o n  + 
+         i m p l e m e n t s   S y s t e m . R u n t i m e . S e r i a l i z a t i o n . I S e r i a l i z a b l e  + 
+         i m p l e m e n t s   S y s t e m . R u n t i m e . I n t e r o p S e r v i c e s . _ E x c e p t i o n  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   V o i d   A d d S t a c k T r a c e I n f o ( S y s t e m . S t r i n g ,   S y s t e m . S t r i n g ,   I n t 3 2 ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   A d d S t a c k T r a c e I n f o ( S y s t e m . S t r i n g ,   I n t 3 2 ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   D i s p o s e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t D e t a i l s ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t D e t a i l s ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t E x c e p t i o n C o d e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t E x c e p t i o n M e s s a g e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t E x c e p t i o n M e s s a g e ( )  + 
+         [ M e t h o d ]   I n t 6 4   G e t N a t i v e E r r o r C o d e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t S t a c k T r a c e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t S t a c k T r a c e ( S y s t e m . S t r i n g )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e   :   O S G e o . M a p G u i d e . M g D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   S y s t e m . R u n t i m e . I n t e r o p S e r v i c e s . H a n d l e R e f   g e t C P t r ( O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e )  + 
+         [ M e t h o d ]   S y s t e m . R u n t i m e . I n t e r o p S e r v i c e s . H a n d l e R e f   s w i g R e l e a s e ( O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g N a m e d S e r i a l i z a b l e   :   O S G e o . M a p G u i d e . M g S e r i a l i z a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   S y s t e m . R u n t i m e . I n t e r o p S e r v i c e s . H a n d l e R e f   g e t C P t r ( O S G e o . M a p G u i d e . M g N a m e d S e r i a l i z a b l e )  + 
+         [ M e t h o d ]   S y s t e m . R u n t i m e . I n t e r o p S e r v i c e s . H a n d l e R e f   s w i g R e l e a s e ( O S G e o . M a p G u i d e . M g N a m e d S e r i a l i z a b l e )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g N u l l a b l e P r o p e r t y   :   O S G e o . M a p G u i d e . M g P r o p e r t y  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   S y s t e m . R u n t i m e . I n t e r o p S e r v i c e s . H a n d l e R e f   g e t C P t r ( O S G e o . M a p G u i d e . M g N u l l a b l e P r o p e r t y )  + 
+         [ M e t h o d ]   B o o l e a n   I s N u l l ( )  + 
+         [ M e t h o d ]   V o i d   S e t N u l l ( B o o l e a n )  + 
+         [ M e t h o d ]   S y s t e m . R u n t i m e . I n t e r o p S e r v i c e s . H a n d l e R e f   s w i g R e l e a s e ( O S G e o . M a p G u i d e . M g N u l l a b l e P r o p e r t y )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g O b j e c t   :   S y s t e m . O b j e c t  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   V o i d   D i s p o s e ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g P r o p e r t y   :   O S G e o . M a p G u i d e . M g N a m e d S e r i a l i z a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ N a m e ( )  + 
+         [ M e t h o d ]   I n t 1 6   g e t _ P r o p e r t y T y p e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t N a m e ( )  + 
+         [ M e t h o d ]   I n t 1 6   G e t P r o p e r t y T y p e ( )  + 
+         [ M e t h o d ]   V o i d   s e t _ N a m e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t N a m e ( S y s t e m . S t r i n g )  + 
+ }  + 
+ [ S y s t e m . R e f l e c t i o n . D e f a u l t M e m b e r A t t r i b u t e ]  + 
+ t y p e   O S G e o . M a p G u i d e . M g P r o p e r t y C o l l e c t i o n   :   O S G e o . M a p G u i d e . M g C o l l e c t i o n  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I L i s t ` 1 [ [ O S G e o . M a p G u i d e . M g P r o p e r t y ,   O S G e o . M a p G u i d e . F o u n d a t i o n ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I C o l l e c t i o n ` 1 [ [ O S G e o . M a p G u i d e . M g P r o p e r t y ,   O S G e o . M a p G u i d e . F o u n d a t i o n ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a b l e ` 1 [ [ O S G e o . M a p G u i d e . M g P r o p e r t y ,   O S G e o . M a p G u i d e . F o u n d a t i o n ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . I E n u m e r a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   V o i d   A d d ( O S G e o . M a p G u i d e . M g P r o p e r t y )  + 
+         [ M e t h o d ]   V o i d   C l e a r ( )  + 
+         [ M e t h o d ]   B o o l e a n   C o n t a i n s ( O S G e o . M a p G u i d e . M g P r o p e r t y )  + 
+         [ M e t h o d ]   B o o l e a n   C o n t a i n s ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   C o p y T o ( O S G e o . M a p G u i d e . M g P r o p e r t y [ ] ,   I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ C o u n t ( )  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ I s R e a d O n l y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P r o p e r t y   g e t _ I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a t o r ` 1 [ O S G e o . M a p G u i d e . M g P r o p e r t y ]   G e t E n u m e r a t o r ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P r o p e r t y   G e t I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P r o p e r t y   G e t I t e m ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   I n t 3 2   I n d e x O f ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   I n t 3 2   I n d e x O f ( O S G e o . M a p G u i d e . M g P r o p e r t y )  + 
+         [ M e t h o d ]   V o i d   I n s e r t ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g P r o p e r t y )  + 
+         [ M e t h o d ]   B o o l e a n   R e m o v e ( O S G e o . M a p G u i d e . M g P r o p e r t y )  + 
+         [ M e t h o d ]   V o i d   R e m o v e A t ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   s e t _ I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g P r o p e r t y )  + 
+         [ M e t h o d ]   V o i d   S e t I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g P r o p e r t y )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   T o X m l ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g P r o p e r t y D e f i n i t i o n   :   O S G e o . M a p G u i d e . M g P r o p e r t y  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . S t r i n g ,   I n t 1 6 )  + 
+         [ M e t h o d ]   V o i d   D e l e t e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ D e s c r i p t i o n ( )  + 
+         [ M e t h o d ]   I n t 1 6   g e t _ P r o p e r t y T y p e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ Q u a l i f i e d N a m e ( )  + 
+         [ M e t h o d ]   S y s t e m . R u n t i m e . I n t e r o p S e r v i c e s . H a n d l e R e f   g e t C P t r ( O S G e o . M a p G u i d e . M g P r o p e r t y D e f i n i t i o n )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t D e s c r i p t i o n ( )  + 
+         [ M e t h o d ]   I n t 1 6   G e t P r o p e r t y T y p e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t Q u a l i f i e d N a m e ( )  + 
+         [ M e t h o d ]   V o i d   s e t _ D e s c r i p t i o n ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   s e t _ Q u a l i f i e d N a m e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t D e s c r i p t i o n ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t Q u a l i f i e d N a m e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   S y s t e m . R u n t i m e . I n t e r o p S e r v i c e s . H a n d l e R e f   s w i g R e l e a s e ( O S G e o . M a p G u i d e . M g P r o p e r t y D e f i n i t i o n )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g S e r i a l i z a b l e   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   S y s t e m . R u n t i m e . I n t e r o p S e r v i c e s . H a n d l e R e f   g e t C P t r ( O S G e o . M a p G u i d e . M g S e r i a l i z a b l e )  + 
+         [ M e t h o d ]   S y s t e m . R u n t i m e . I n t e r o p S e r v i c e s . H a n d l e R e f   s w i g R e l e a s e ( O S G e o . M a p G u i d e . M g S e r i a l i z a b l e )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g S t r i n g P r o p e r t y   :   O S G e o . M a p G u i d e . M g N u l l a b l e P r o p e r t y  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   I n t 1 6   g e t _ P r o p e r t y T y p e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ V a l u e ( )  + 
+         [ M e t h o d ]   I n t 1 6   G e t P r o p e r t y T y p e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t V a l u e ( )  + 
+         [ M e t h o d ]   V o i d   S e t V a l u e ( S y s t e m . S t r i n g )  + 
+ }  + 
+ A s s e m b l y :   O S G e o . M a p G u i d e . G e o m e t r y ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e D i m e n s i o n   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   M  + 
+         [ F i e l d ]   I n t 3 2   X Y  + 
+         [ F i e l d ]   I n t 3 2   X Y Z  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g G e o m e t r y E n t i t y T y p e   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   G e o m e t r y  + 
+         [ F i e l d ]   I n t 3 2   G e o m e t r y C o m p o n e n t  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g G e o m e t r i c P a t h I n s t r u c t i o n T y p e   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   C l o s e  + 
+         [ F i e l d ]   I n t 3 2   L i n e T o  + 
+         [ F i e l d ]   I n t 3 2   M o v e T o  + 
+         [ F i e l d ]   I n t 3 2   Q u a d T o  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g G e o m e t r y C o m p o n e n t T y p e   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   A r c S e g m e n t  + 
+         [ F i e l d ]   I n t 3 2   C u r v e R i n g  + 
+         [ F i e l d ]   I n t 3 2   L i n e a r R i n g  + 
+         [ F i e l d ]   I n t 3 2   L i n e a r S e g m e n t  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g G e o m e t r y T y p e   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   C u r v e P o l y g o n  + 
+         [ F i e l d ]   I n t 3 2   C u r v e S t r i n g  + 
+         [ F i e l d ]   I n t 3 2   L i n e S t r i n g  + 
+         [ F i e l d ]   I n t 3 2   M u l t i C u r v e P o l y g o n  + 
+         [ F i e l d ]   I n t 3 2   M u l t i C u r v e S t r i n g  + 
+         [ F i e l d ]   I n t 3 2   M u l t i G e o m e t r y  + 
+         [ F i e l d ]   I n t 3 2   M u l t i L i n e S t r i n g  + 
+         [ F i e l d ]   I n t 3 2   M u l t i P o i n t  + 
+         [ F i e l d ]   I n t 3 2   M u l t i P o l y g o n  + 
+         [ F i e l d ]   I n t 3 2   P o i n t  + 
+         [ F i e l d ]   I n t 3 2   P o l y g o n  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g G e o m e t r y S i m p l i f i c a t i o n A l g o r i t h m T y p e   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   D o u g l a s P e u c k e r  + 
+         [ F i e l d ]   I n t 3 2   T o p o l o g y P r e s e r v i n g  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m C o d e F o r m a t   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   E p s g  + 
+         [ F i e l d ]   I n t 3 2   M e n t o r  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m E r r o r C o d e   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   A F F Z E R O  + 
+         [ F i e l d ]   I n t 3 2   A Z M  + 
+         [ F i e l d ]   I n t 3 2   A Z M T H  + 
+         [ F i e l d ]   I n t 3 2   C o n v e r s i o n F a i l e d  + 
+         [ F i e l d ]   I n t 3 2   C R T M M  + 
+         [ F i e l d ]   I n t 3 2   D E N R G N  + 
+         [ F i e l d ]   I n t 3 2   E L E V E L  + 
+         [ F i e l d ]   I n t 3 2   G E O M M  + 
+         [ F i e l d ]   I n t 3 2   H M I S P H R  + 
+         [ F i e l d ]   I n t 3 2   I n i t i a l i z a t i o n F a i l e d  + 
+         [ F i e l d ]   I n t 3 2   I n v a l i d A r g u m e n t  + 
+         [ F i e l d ]   I n t 3 2   I N V D T M  + 
+         [ F i e l d ]   I n t 3 2   I N V E L P  + 
+         [ F i e l d ]   I n t 3 2   I N V P R J  + 
+         [ F i e l d ]   I n t 3 2   I N V Q U A D  + 
+         [ F i e l d ]   I n t 3 2   L A T  + 
+         [ F i e l d ]   I n t 3 2   L A T E Q U  + 
+         [ F i e l d ]   I n t 3 2   L L R N G  + 
+         [ F i e l d ]   I n t 3 2   L N G  + 
+         [ F i e l d ]   I n t 3 2   L N G E Q U  + 
+         [ F i e l d ]   I n t 3 2   M A P S C L  + 
+         [ F i e l d ]   I n t 3 2   M A X 1 5  + 
+         [ F i e l d ]   I n t 3 2   M E R E Q U  + 
+         [ F i e l d ]   I n t 3 2   M R C A T  + 
+         [ F i e l d ]   I n t 3 2   M S C O E F  + 
+         [ F i e l d ]   I n t 3 2   N O R E F  + 
+         [ F i e l d ]   I n t 3 2   N O T N R T H  + 
+         [ F i e l d ]   I n t 3 2   N R D A T U M  + 
+         [ F i e l d ]   I n t 3 2   N R T H L A T  + 
+         [ F i e l d ]   I n t 3 2   N R T H P N T  + 
+         [ F i e l d ]   I n t 3 2   N u l l A r g u m e n t  + 
+         [ F i e l d ]   I n t 3 2   O B L Q P O L E  + 
+         [ F i e l d ]   I n t 3 2   O k  + 
+         [ F i e l d ]   I n t 3 2   O R G L A T  + 
+         [ F i e l d ]   I n t 3 2   O R G L N G  + 
+         [ F i e l d ]   I n t 3 2   O S T N 0 2  + 
+         [ F i e l d ]   I n t 3 2   O S T N 9 7  + 
+         [ F i e l d ]   I n t 3 2   O u t O f M e m o r y  + 
+         [ F i e l d ]   I n t 3 2   P L L 9 0  + 
+         [ F i e l d ]   I n t 3 2   P L L E D  + 
+         [ F i e l d ]   I n t 3 2   P L L E Q U  + 
+         [ F i e l d ]   I n t 3 2   P L L L R G  + 
+         [ F i e l d ]   I n t 3 2   P L L R E V  + 
+         [ F i e l d ]   I n t 3 2   P L L Z E R O  + 
+         [ F i e l d ]   I n t 3 2   P L R L A T  + 
+         [ F i e l d ]   I n t 3 2   P O L D D  + 
+         [ F i e l d ]   I n t 3 2   P O L D U P  + 
+         [ F i e l d ]   I n t 3 2   P O L L A T  + 
+         [ F i e l d ]   I n t 3 2   P O L L N G  + 
+         [ F i e l d ]   I n t 3 2   Q U A D  + 
+         [ F i e l d ]   I n t 3 2   R N G O R D  + 
+         [ F i e l d ]   I n t 3 2   S C L R E D  + 
+         [ F i e l d ]   I n t 3 2   S O T H L A T  + 
+         [ F i e l d ]   I n t 3 2   S T D L A T  + 
+         [ F i e l d ]   I n t 3 2   S T D L N G  + 
+         [ F i e l d ]   I n t 3 2   S T D P L L  + 
+         [ F i e l d ]   I n t 3 2   S T D S O U  + 
+         [ F i e l d ]   I n t 3 2   S T D W E S T  + 
+         [ F i e l d ]   I n t 3 2   T M K R G 0  + 
+         [ F i e l d ]   I n t 3 2   U N I T  + 
+         [ F i e l d ]   I n t 3 2   U S E P L R  + 
+         [ F i e l d ]   I n t 3 2   U S E S W  + 
+         [ F i e l d ]   I n t 3 2   U T M Z O N  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m a t i o n M e t h o d   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   A G D 6 6  + 
+         [ F i e l d ]   I n t 3 2   A G D 8 4  + 
+         [ F i e l d ]   I n t 3 2   A T S 7 7  + 
+         [ F i e l d ]   I n t 3 2   B u r s a  + 
+         [ F i e l d ]   I n t 3 2   C H E N Y X  + 
+         [ F i e l d ]   I n t 3 2   C S R S  + 
+         [ F i e l d ]   I n t 3 2   D H D N  + 
+         [ F i e l d ]   I n t 3 2   E D 5 0  + 
+         [ F i e l d ]   I n t 3 2   E T R F 8 9  + 
+         [ F i e l d ]   I n t 3 2   F o u r P a r a m e t e r  + 
+         [ F i e l d ]   I n t 3 2   G D A 9 4  + 
+         [ F i e l d ]   I n t 3 2   G e o c e n t r i c  + 
+         [ F i e l d ]   I n t 3 2   H P G N  + 
+         [ F i e l d ]   I n t 3 2   L c l g r f  + 
+         [ F i e l d ]   I n t 3 2   M o l o d e n s k y  + 
+         [ F i e l d ]   I n t 3 2   M R e g  + 
+         [ F i e l d ]   I n t 3 2   N A D 2 7  + 
+         [ F i e l d ]   I n t 3 2   N A D 8 3  + 
+         [ F i e l d ]   I n t 3 2   N o n e  + 
+         [ F i e l d ]   I n t 3 2   N Z G D 2 K  + 
+         [ F i e l d ]   I n t 3 2   N Z G D 4 9  + 
+         [ F i e l d ]   I n t 3 2   R G F 9 3  + 
+         [ F i e l d ]   I n t 3 2   S e v e n P a r a m e t e r  + 
+         [ F i e l d ]   I n t 3 2   S i x P a r a m e t e r  + 
+         [ F i e l d ]   I n t 3 2   T h r e e P a r a m e t e r  + 
+         [ F i e l d ]   I n t 3 2   T O K Y O  + 
+         [ F i e l d ]   I n t 3 2   W G S 7 2  + 
+         [ F i e l d ]   I n t 3 2   W G S 8 4  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G r i d O r i e n t a t i o n   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   B y t e   E a s t W e s t  + 
+         [ F i e l d ]   B y t e   N o n e  + 
+         [ F i e l d ]   B y t e   N o r t h S o u t h  + 
+         [ F i e l d ]   B y t e   U n k n o w n  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G r i d S p e c i a l i z a t i o n T y p e   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   G e n e r i c  + 
+         [ F i e l d ]   I n t 3 2   M G R S  + 
+         [ F i e l d ]   I n t 3 2   N o n e  + 
+         [ F i e l d ]   I n t 3 2   U n k n o w n  + 
+         [ F i e l d ]   I n t 3 2   U S N G  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m M g r s G r i d L e v e l   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   M g r s 1 0 0 K m  + 
+         [ F i e l d ]   I n t 3 2   M g r s 1 0 0 m  + 
+         [ F i e l d ]   I n t 3 2   M g r s 1 0 K m  + 
+         [ F i e l d ]   I n t 3 2   M g r s 1 0 m  + 
+         [ F i e l d ]   I n t 3 2   M g r s 1 K m  + 
+         [ F i e l d ]   I n t 3 2   M g r s 1 m  + 
+         [ F i e l d ]   I n t 3 2   M g r s N o n e  + 
+         [ F i e l d ]   I n t 3 2   M g r s U n k n o w n  + 
+         [ F i e l d ]   I n t 3 2   M g r s U p s  + 
+         [ F i e l d ]   I n t 3 2   M g r s U t m  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m M g r s L e t t e r i n g S c h e m e   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   B y t e   A l t e r n a t i v e  + 
+         [ F i e l d ]   B y t e   N o r m a l  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m M g r s G r i d S q u a r e P o s i t i o n   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   C e n t e r  + 
+         [ F i e l d ]   I n t 3 2   E a s t  + 
+         [ F i e l d ]   I n t 3 2   N o n e  + 
+         [ F i e l d ]   I n t 3 2   N o r t h  + 
+         [ F i e l d ]   I n t 3 2   N o r t h E a s t  + 
+         [ F i e l d ]   I n t 3 2   N o r t h W e s t  + 
+         [ F i e l d ]   I n t 3 2   S o u t h  + 
+         [ F i e l d ]   I n t 3 2   S o u t h E a s t  + 
+         [ F i e l d ]   I n t 3 2   S o u t h W e s t  + 
+         [ F i e l d ]   I n t 3 2   U n k n o w n  + 
+         [ F i e l d ]   I n t 3 2   W e s t  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m P r o j e c t i o n C o d e   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   A l b e r  + 
+         [ F i e l d ]   I n t 3 2   A z e d e  + 
+         [ F i e l d ]   I n t 3 2   A z m e a  + 
+         [ F i e l d ]   I n t 3 2   A z m e d  + 
+         [ F i e l d ]   I n t 3 2   B i p o l a r  + 
+         [ F i e l d ]   I n t 3 2   B o n n e  + 
+         [ F i e l d ]   I n t 3 2   C a s s i n i  + 
+         [ F i e l d ]   I n t 3 2   E c k e r t 4  + 
+         [ F i e l d ]   I n t 3 2   E c k e r t 6  + 
+         [ F i e l d ]   I n t 3 2   E d c n c  + 
+         [ F i e l d ]   I n t 3 2   E d c y l  + 
+         [ F i e l d ]   I n t 3 2   E d c y l E  + 
+         [ F i e l d ]   I n t 3 2   G a u s s K  + 
+         [ F i e l d ]   I n t 3 2   G n o m o n i c  + 
+         [ F i e l d ]   I n t 3 2   G o o d e  + 
+         [ F i e l d ]   I n t 3 2   H o m 1 u v  + 
+         [ F i e l d ]   I n t 3 2   H o m 1 x y  + 
+         [ F i e l d ]   I n t 3 2   H o m 2 u v  + 
+         [ F i e l d ]   I n t 3 2   H o m 2 x y  + 
+         [ F i e l d ]   I n t 3 2   K r o v a k  + 
+         [ F i e l d ]   I n t 3 2   K r v k 9 5  + 
+         [ F i e l d ]   I n t 3 2   L L  + 
+         [ F i e l d ]   I n t 3 2   L m 1 s p  + 
+         [ F i e l d ]   I n t 3 2   L m 2 s p  + 
+         [ F i e l d ]   I n t 3 2   L m b l g  + 
+         [ F i e l d ]   I n t 3 2   L m b r t a f  + 
+         [ F i e l d ]   I n t 3 2   L m M i c h  + 
+         [ F i e l d ]   I n t 3 2   L m t a n  + 
+         [ F i e l d ]   I n t 3 2   M i l l e r  + 
+         [ F i e l d ]   I n t 3 2   M n d o t l  + 
+         [ F i e l d ]   I n t 3 2   M n d o t t  + 
+         [ F i e l d ]   I n t 3 2   M o d p c  + 
+         [ F i e l d ]   I n t 3 2   M o l l w e i d  + 
+         [ F i e l d ]   I n t 3 2   M r c a t  + 
+         [ F i e l d ]   I n t 3 2   M r c a t K  + 
+         [ F i e l d ]   I n t 3 2   M s t e r o  + 
+         [ F i e l d ]   I n t 3 2   N e a c y l  + 
+         [ F i e l d ]   I n t 3 2   N e r t h  + 
+         [ F i e l d ]   I n t 3 2   N r t h s r t  + 
+         [ F i e l d ]   I n t 3 2   N z e a l a n d  + 
+         [ F i e l d ]   I n t 3 2   O b l q M  + 
+         [ F i e l d ]   I n t 3 2   O b q c y l  + 
+         [ F i e l d ]   I n t 3 2   O r t h o  + 
+         [ F i e l d ]   I n t 3 2   O s t n 0 2  + 
+         [ F i e l d ]   I n t 3 2   O s t n 9 7  + 
+         [ F i e l d ]   I n t 3 2   O s t r o  + 
+         [ F i e l d ]   I n t 3 2   P l a t e C a r r e e  + 
+         [ F i e l d ]   I n t 3 2   P l y c n  + 
+         [ F i e l d ]   I n t 3 2   P s t r o  + 
+         [ F i e l d ]   I n t 3 2   P s t r o s l  + 
+         [ F i e l d ]   I n t 3 2   P v M e r c a t o r  + 
+         [ F i e l d ]   I n t 3 2   R o b i n s o n  + 
+         [ F i e l d ]   I n t 3 2   R s k e w  + 
+         [ F i e l d ]   I n t 3 2   R s k e w c  + 
+         [ F i e l d ]   I n t 3 2   R s k e w o  + 
+         [ F i e l d ]   I n t 3 2   S i n u s  + 
+         [ F i e l d ]   I n t 3 2   S o t r m  + 
+         [ F i e l d ]   I n t 3 2   S s t r o  + 
+         [ F i e l d ]   I n t 3 2   S w i s s  + 
+         [ F i e l d ]   I n t 3 2   S y s 3 4  + 
+         [ F i e l d ]   I n t 3 2   S y s 3 4 _ 0 1  + 
+         [ F i e l d ]   I n t 3 2   S y s 3 4 _ 9 9  + 
+         [ F i e l d ]   I n t 3 2   T e a c y l  + 
+         [ F i e l d ]   I n t 3 2   T m  + 
+         [ F i e l d ]   I n t 3 2   T r m e r a f  + 
+         [ F i e l d ]   I n t 3 2   T r m r k r g  + 
+         [ F i e l d ]   I n t 3 2   T r m r s  + 
+         [ F i e l d ]   I n t 3 2   U n k n o w n  + 
+         [ F i e l d ]   I n t 3 2   U t m  + 
+         [ F i e l d ]   I n t 3 2   V d g r n t n  + 
+         [ F i e l d ]   I n t 3 2   W c c s l  + 
+         [ F i e l d ]   I n t 3 2   W c c s t  + 
+         [ F i e l d ]   I n t 3 2   W i n k l  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m P r o j e c t i o n F o r m a t T y p e   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   A n g d  + 
+         [ F i e l d ]   I n t 3 2   C o e f  + 
+         [ F i e l d ]   I n t 3 2   L a t  + 
+         [ F i e l d ]   I n t 3 2   L n g  + 
+         [ F i e l d ]   I n t 3 2   N o n e  + 
+         [ F i e l d ]   I n t 3 2   R o t  + 
+         [ F i e l d ]   I n t 3 2   S c l  + 
+         [ F i e l d ]   I n t 3 2   X x x  + 
+         [ F i e l d ]   I n t 3 2   Y y y  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m P r o j e c t i o n L o g i c a l T y p e   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   A f f i n e C o e f f i c i e n t  + 
+         [ F i e l d ]   I n t 3 2   A n g u l a r D i s t a n c e  + 
+         [ F i e l d ]   I n t 3 2   A z i m u t h  + 
+         [ F i e l d ]   I n t 3 2   C o m p l e x C o e f f i c i e n t  + 
+         [ F i e l d ]   I n t 3 2   E l e v a t i o n  + 
+         [ F i e l d ]   I n t 3 2   G e o i d H e i g h t  + 
+         [ F i e l d ]   I n t 3 2   H e m i s p h e r e S e l e c t i o n  + 
+         [ F i e l d ]   I n t 3 2   L a t i t u d e  + 
+         [ F i e l d ]   I n t 3 2   L o n g i t u d e  + 
+         [ F i e l d ]   I n t 3 2   N o n e  + 
+         [ F i e l d ]   I n t 3 2   S c a l e  + 
+         [ F i e l d ]   I n t 3 2   U T M Z o n e N u m b e r  + 
+         [ F i e l d ]   I n t 3 2   X Y C o o r d i n a t e  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m P r o j e c t i o n P a r a m e t e r T y p e   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   A d p 1 p 2  + 
+         [ F i e l d ]   I n t 3 2   A d s p 1  + 
+         [ F i e l d ]   I n t 3 2   A d s p 2  + 
+         [ F i e l d ]   I n t 3 2   A e l e v  + 
+         [ F i e l d ]   I n t 3 2   A f a 0  + 
+         [ F i e l d ]   I n t 3 2   A f a 1  + 
+         [ F i e l d ]   I n t 3 2   A f a 2  + 
+         [ F i e l d ]   I n t 3 2   A f b 0  + 
+         [ F i e l d ]   I n t 3 2   A f b 1  + 
+         [ F i e l d ]   I n t 3 2   A f b 2  + 
+         [ F i e l d ]   I n t 3 2   C m p l x a n  + 
+         [ F i e l d ]   I n t 3 2   C m p l x b n  + 
+         [ F i e l d ]   I n t 3 2   C n t m e r  + 
+         [ F i e l d ]   I n t 3 2   D e n r g n  + 
+         [ F i e l d ]   I n t 3 2   E a s t l l  + 
+         [ F i e l d ]   I n t 3 2   E l l i p s o i d S c a l e  + 
+         [ F i e l d ]   I n t 3 2   E s t d m e r  + 
+         [ F i e l d ]   I n t 3 2   G c a z m  + 
+         [ F i e l d ]   I n t 3 2   G c p 1 l a t  + 
+         [ F i e l d ]   I n t 3 2   G c p 1 l n g  + 
+         [ F i e l d ]   I n t 3 2   G c p 2 l a t  + 
+         [ F i e l d ]   I n t 3 2   G c p 2 l n g  + 
+         [ F i e l d ]   I n t 3 2   G c p l a t  + 
+         [ F i e l d ]   I n t 3 2   G c p l n g  + 
+         [ F i e l d ]   I n t 3 2   G h g t  + 
+         [ F i e l d ]   I n t 3 2   H s n s  + 
+         [ F i e l d ]   I n t 3 2   N o t U s e d  + 
+         [ F i e l d ]   I n t 3 2   N p a r a l l  + 
+         [ F i e l d ]   I n t 3 2   N r m l p l l  + 
+         [ F i e l d ]   I n t 3 2   N r t h r o t  + 
+         [ F i e l d ]   I n t 3 2   N r t h s c l  + 
+         [ F i e l d ]   I n t 3 2   N s t d p l l  + 
+         [ F i e l d ]   I n t 3 2   O s t d p l l  + 
+         [ F i e l d ]   I n t 3 2   P 1 l a t  + 
+         [ F i e l d ]   I n t 3 2   P 1 l n g  + 
+         [ F i e l d ]   I n t 3 2   P 2 l a t  + 
+         [ F i e l d ]   I n t 3 2   P 2 l n g  + 
+         [ F i e l d ]   I n t 3 2   P o l e l a t  + 
+         [ F i e l d ]   I n t 3 2   P o l e l n g  + 
+         [ F i e l d ]   I n t 3 2   S c l r o t o r g x  + 
+         [ F i e l d ]   I n t 3 2   S c l r o t o r g y  + 
+         [ F i e l d ]   I n t 3 2   S k w a z m  + 
+         [ F i e l d ]   I n t 3 2   S p a r a l l  + 
+         [ F i e l d ]   I n t 3 2   S s t d p l l  + 
+         [ F i e l d ]   I n t 3 2   S t d c i r  + 
+         [ F i e l d ]   I n t 3 2   S t d p l l  + 
+         [ F i e l d ]   I n t 3 2   U t m z n  + 
+         [ F i e l d ]   I n t 3 2   W e s t l l  + 
+         [ F i e l d ]   I n t 3 2   Y a x i s a z  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m T y p e   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   A r b i t r a r y  + 
+         [ F i e l d ]   I n t 3 2   G e o g r a p h i c  + 
+         [ F i e l d ]   I n t 3 2   P r o j e c t e d  + 
+         [ F i e l d ]   I n t 3 2   U n k n o w n  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m U n i t C o d e   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   B e n o i t C h a i n  + 
+         [ F i e l d ]   I n t 3 2   B e n o i t L i n k  + 
+         [ F i e l d ]   I n t 3 2   B r C h a i n T r u n c  + 
+         [ F i e l d ]   I n t 3 2   B r e a l e y  + 
+         [ F i e l d ]   I n t 3 2   B r F o o t T r u n c  + 
+         [ F i e l d ]   I n t 3 2   B r L i n k T r u n c  + 
+         [ F i e l d ]   I n t 3 2   C a G r i d  + 
+         [ F i e l d ]   I n t 3 2   C a p e F o o t  + 
+         [ F i e l d ]   I n t 3 2   C e n t i m e t e r  + 
+         [ F i e l d ]   I n t 3 2   C e n t i s e c  + 
+         [ F i e l d ]   I n t 3 2   C l a r k e C h a i n  + 
+         [ F i e l d ]   I n t 3 2   C l a r k e F o o t  + 
+         [ F i e l d ]   I n t 3 2   C l a r k e L i n k  + 
+         [ F i e l d ]   I n t 3 2   D e c a m e t e r  + 
+         [ F i e l d ]   I n t 3 2   D e c i m e t e r  + 
+         [ F i e l d ]   I n t 3 2   D e c i s e c  + 
+         [ F i e l d ]   I n t 3 2   D e g r e e  + 
+         [ F i e l d ]   I n t 3 2   D e k a m e t e r  + 
+         [ F i e l d ]   I n t 3 2   F o o t  + 
+         [ F i e l d ]   I n t 3 2   F u r l o n g  + 
+         [ F i e l d ]   I n t 3 2   G e r m a n M e t e r  + 
+         [ F i e l d ]   I n t 3 2   G o l d C o a s t F o o t  + 
+         [ F i e l d ]   I n t 3 2   G r a d  + 
+         [ F i e l d ]   I n t 3 2   G r a d e  + 
+         [ F i e l d ]   I n t 3 2   G u n t e r C h a i n  + 
+         [ F i e l d ]   I n t 3 2   G u n t e r L i n k  + 
+         [ F i e l d ]   I n t 3 2   H e c t o m e t e r  + 
+         [ F i e l d ]   I n t 3 2   I F o o t  + 
+         [ F i e l d ]   I n t 3 2   I I n c h  + 
+         [ F i e l d ]   I n t 3 2   I M i l e  + 
+         [ F i e l d ]   I n t 3 2   I n c h  + 
+         [ F i e l d ]   I n t 3 2   I n d i a n F o o t  + 
+         [ F i e l d ]   I n t 3 2   I n d i a n F t 3 7  + 
+         [ F i e l d ]   I n t 3 2   I n d i a n F t 6 2  + 
+         [ F i e l d ]   I n t 3 2   I n d i a n F t 7 5  + 
+         [ F i e l d ]   I n t 3 2   I n d i a n Y a r d  + 
+         [ F i e l d ]   I n t 3 2   I n d i a n Y d 3 7  + 
+         [ F i e l d ]   I n t 3 2   I n t e r n a t i o n a l C h a i n  + 
+         [ F i e l d ]   I n t 3 2   I n t e r n a t i o n a l L i n k  + 
+         [ F i e l d ]   I n t 3 2   I Y a r d  + 
+         [ F i e l d ]   I n t 3 2   K i l o m e t e r  + 
+         [ F i e l d ]   I n t 3 2   K n o t  + 
+         [ F i e l d ]   I n t 3 2   L a t 6 6  + 
+         [ F i e l d ]   I n t 3 2   L a t 8 3  + 
+         [ F i e l d ]   I n t 3 2   M a p I n f o  + 
+         [ F i e l d ]   I n t 3 2   M e t e r  + 
+         [ F i e l d ]   I n t 3 2   M i c r o I n c h  + 
+         [ F i e l d ]   I n t 3 2   M i l  + 
+         [ F i e l d ]   I n t 3 2   M i l e  + 
+         [ F i e l d ]   I n t 3 2   M i l l i m e t e r  + 
+         [ F i e l d ]   I n t 3 2   M i l l i s e c  + 
+         [ F i e l d ]   I n t 3 2   M i n u t e  + 
+         [ F i e l d ]   I n t 3 2   N a u t M  + 
+         [ F i e l d ]   I n t 3 2   P e r c h  + 
+         [ F i e l d ]   I n t 3 2   P o l e  + 
+         [ F i e l d ]   I n t 3 2   R a d i a n  + 
+         [ F i e l d ]   I n t 3 2   R o d  + 
+         [ F i e l d ]   I n t 3 2   R o o d  + 
+         [ F i e l d ]   I n t 3 2   S e a r s C h a i n  + 
+         [ F i e l d ]   I n t 3 2   S e a r s F o o t  + 
+         [ F i e l d ]   I n t 3 2   S e a r s L i n k  + 
+         [ F i e l d ]   I n t 3 2   S e a r s Y a r d  + 
+         [ F i e l d ]   I n t 3 2   S e c o n d  + 
+         [ F i e l d ]   I n t 3 2   U n k n o w n  + 
+         [ F i e l d ]   I n t 3 2   Y a r d  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m U n i t T y p e   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   A n g u l a r  + 
+         [ F i e l d ]   I n t 3 2   L i n e a r  + 
+         [ F i e l d ]   I n t 3 2   U n k n o w n  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m W k t F l a v o r   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   E p s g  + 
+         [ F i e l d ]   I n t 3 2   E s r i  + 
+         [ F i e l d ]   I n t 3 2   G e o t i f f  + 
+         [ F i e l d ]   I n t 3 2   G e o t o o l s  + 
+         [ F i e l d ]   I n t 3 2   O g c  + 
+         [ F i e l d ]   I n t 3 2   O r a c l e  + 
+         [ F i e l d ]   I n t 3 2   U n k n o w n  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m D e f T y p e   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   A n a l y t i c a l  + 
+         [ F i e l d ]   I n t 3 2   I n t e r p o l a t i o n  + 
+         [ F i e l d ]   I n t 3 2   M u l t i p l e R e g r e s s i o n  + 
+         [ F i e l d ]   I n t 3 2   N o n e  + 
+         [ F i e l d ]   I n t 3 2   S t a n d a l o n e  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c D i r e c t i o n   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   G e o d e t i c D i r e c t i o n E r r o r  + 
+         [ F i e l d ]   I n t 3 2   G e o d e t i c D i r e c t i o n F o r w a r d  + 
+         [ F i e l d ]   I n t 3 2   G e o d e t i c D i r e c t i o n I n v e r s e  + 
+         [ F i e l d ]   I n t 3 2   G e o d e t i c D i r e c t i o n N o n e  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c A n a l y t i c a l T r a n s f o r m a t i o n M e t h o d   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   A b r i d g e d M o l o d e n s k y  + 
+         [ F i e l d ]   I n t 3 2   B u r s a  + 
+         [ F i e l d ]   I n t 3 2   F o u r P a r a m e t e r  + 
+         [ F i e l d ]   I n t 3 2   F r a m e  + 
+         [ F i e l d ]   I n t 3 2   G e o c e n t r i c  + 
+         [ F i e l d ]   I n t 3 2   M o l o d e n s k y  + 
+         [ F i e l d ]   I n t 3 2   M o l o d e n s k y B a d e k a s  + 
+         [ F i e l d ]   I n t 3 2   N o n e  + 
+         [ F i e l d ]   I n t 3 2   S e v e n P a r a m e t e r  + 
+         [ F i e l d ]   I n t 3 2   S i x P a r a m e t e r  + 
+         [ F i e l d ]   I n t 3 2   T h r e e P a r a m e t e r  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c M u l t i p l e R e g r e s s i o n T r a n s f o r m a t i o n M e t h o d   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   G e n e r a l P o l y n o m i a l E p s g  + 
+         [ F i e l d ]   I n t 3 2   M u l t i p l e R e g r e s s i o n  + 
+         [ F i e l d ]   I n t 3 2   N o n e  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c S t a n d a l o n e T r a n s f o r m a t i o n M e t h o d   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   N o n e  + 
+         [ F i e l d ]   I n t 3 2   N u l l X  + 
+         [ F i e l d ]   I n t 3 2   W g s 7 2  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m G r i d F i l e F o r m a t   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   A T S 7 7  + 
+         [ F i e l d ]   I n t 3 2   G E O C O N  + 
+         [ F i e l d ]   I n t 3 2   N A D C O N  + 
+         [ F i e l d ]   I n t 3 2   N o n e  + 
+         [ F i e l d ]   I n t 3 2   N T v 1  + 
+         [ F i e l d ]   I n t 3 2   N T v 2  + 
+         [ F i e l d ]   I n t 3 2   O S T 0 2  + 
+         [ F i e l d ]   I n t 3 2   O S T 1 5  + 
+         [ F i e l d ]   I n t 3 2   O S T 9 7  + 
+         [ F i e l d ]   I n t 3 2   P A R  + 
+         [ F i e l d ]   I n t 3 2   R G F  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g A g f R e a d e r W r i t e r   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r y   R e a d ( O S G e o . M a p G u i d e . M g B y t e R e a d e r ,   O S G e o . M a p G u i d e . M g T r a n s f o r m )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r y   R e a d ( O S G e o . M a p G u i d e . M g B y t e R e a d e r )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   W r i t e ( O S G e o . M a p G u i d e . M g G e o m e t r y )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   W r i t e ( O S G e o . M a p G u i d e . M g G e o m e t r y ,   O S G e o . M a p G u i d e . M g T r a n s f o r m )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g A g g r e g a t e G e o m e t r y   :   O S G e o . M a p G u i d e . M g G e o m e t r y  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ C o u n t ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g A r c S e g m e n t   :   O S G e o . M a p G u i d e . M g C u r v e S e g m e n t  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r i c E n t i t y   C o p y ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ C o m p o n e n t T y p e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   g e t _ C o n t r o l C o o r d i n a t e ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ D i m e n s i o n ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   g e t _ E n d C o o r d i n a t e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   g e t _ S t a r t C o o r d i n a t e ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o m p o n e n t T y p e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   G e t C o n t r o l C o o r d i n a t e ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t D i m e n s i o n ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   G e t E n d C o o r d i n a t e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   G e t S t a r t C o o r d i n a t e ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s C l o s e d ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s E m p t y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r i c E n t i t y   T r a n s f o r m ( O S G e o . M a p G u i d e . M g T r a n s f o r m )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e   :   O S G e o . M a p G u i d e . M g S e r i a l i z a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ D i m e n s i o n ( )  + 
+         [ M e t h o d ]   D o u b l e   g e t _ M ( )  + 
+         [ M e t h o d ]   D o u b l e   g e t _ N o M ( )  + 
+         [ M e t h o d ]   D o u b l e   g e t _ N o Z ( )  + 
+         [ M e t h o d ]   D o u b l e   g e t _ X ( )  + 
+         [ M e t h o d ]   D o u b l e   g e t _ Y ( )  + 
+         [ M e t h o d ]   D o u b l e   g e t _ Z ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t D i m e n s i o n ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t M ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t X ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t Y ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t Z ( )  + 
+ }  + 
+ [ S y s t e m . R e f l e c t i o n . D e f a u l t M e m b e r A t t r i b u t e ]  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e C o l l e c t i o n   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I L i s t ` 1 [ [ O S G e o . M a p G u i d e . M g C o o r d i n a t e ,   O S G e o . M a p G u i d e . G e o m e t r y ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I C o l l e c t i o n ` 1 [ [ O S G e o . M a p G u i d e . M g C o o r d i n a t e ,   O S G e o . M a p G u i d e . G e o m e t r y ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a b l e ` 1 [ [ O S G e o . M a p G u i d e . M g C o o r d i n a t e ,   O S G e o . M a p G u i d e . G e o m e t r y ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . I E n u m e r a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   V o i d   A d d ( O S G e o . M a p G u i d e . M g C o o r d i n a t e )  + 
+         [ M e t h o d ]   V o i d   C l e a r ( )  + 
+         [ M e t h o d ]   B o o l e a n   C o n t a i n s ( O S G e o . M a p G u i d e . M g C o o r d i n a t e )  + 
+         [ M e t h o d ]   V o i d   C o p y T o ( O S G e o . M a p G u i d e . M g C o o r d i n a t e [ ] ,   I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ C o u n t ( )  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ I s R e a d O n l y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   g e t _ I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a t o r ` 1 [ O S G e o . M a p G u i d e . M g C o o r d i n a t e ]   G e t E n u m e r a t o r ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   G e t I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   I n d e x O f ( O S G e o . M a p G u i d e . M g C o o r d i n a t e )  + 
+         [ M e t h o d ]   V o i d   I n s e r t ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g C o o r d i n a t e )  + 
+         [ M e t h o d ]   B o o l e a n   R e m o v e ( O S G e o . M a p G u i d e . M g C o o r d i n a t e )  + 
+         [ M e t h o d ]   V o i d   R e m o v e A t ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   s e t _ I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g C o o r d i n a t e )  + 
+         [ M e t h o d ]   V o i d   S e t I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g C o o r d i n a t e )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e I t e r a t o r   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   G e t C u r r e n t ( )  + 
+         [ M e t h o d ]   B o o l e a n   M o v e N e x t ( )  + 
+         [ M e t h o d ]   V o i d   R e s e t ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   V o i d   C a n c e l L o n L a t B o u n d s ( )  + 
+         [ M e t h o d ]   V o i d   C a n c e l X Y B o u n d s ( )  + 
+         [ M e t h o d ]   V o i d   C o n v e r t C o o r d i n a t e F r o m L o n L a t ( O S G e o . M a p G u i d e . M g C o o r d i n a t e )  + 
+         [ M e t h o d ]   D o u b l e   C o n v e r t C o o r d i n a t e S y s t e m U n i t s T o M e t e r s ( D o u b l e )  + 
+         [ M e t h o d ]   V o i d   C o n v e r t C o o r d i n a t e T o L o n L a t ( O S G e o . M a p G u i d e . M g C o o r d i n a t e )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   C o n v e r t F r o m L o n L a t ( O S G e o . M a p G u i d e . M g C o o r d i n a t e )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   C o n v e r t F r o m L o n L a t ( D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   C o n v e r t F r o m L o n L a t ( D o u b l e ,   D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   D o u b l e   C o n v e r t M e t e r s T o C o o r d i n a t e S y s t e m U n i t s ( D o u b l e )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   C o n v e r t T o L o n L a t ( D o u b l e ,   D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   C o n v e r t T o L o n L a t ( O S G e o . M a p G u i d e . M g C o o r d i n a t e )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   C o n v e r t T o L o n L a t ( D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m   C r e a t e C l o n e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ C s C o d e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ D a t u m ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ D a t u m D e s c r i p t i o n ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ D e s c r i p t i o n ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ E l l i p s o i d ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ E l l i p s o i d D e s c r i p t i o n ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ E p s g C o d e ( )  + 
+         [ M e t h o d ]   I n t 1 6   g e t _ E p s g Q u a d r a n t ( )  + 
+         [ M e t h o d ]   D o u b l e   g e t _ M a x X ( )  + 
+         [ M e t h o d ]   D o u b l e   g e t _ M a x Y ( )  + 
+         [ M e t h o d ]   D o u b l e   g e t _ M i n X ( )  + 
+         [ M e t h o d ]   D o u b l e   g e t _ M i n Y ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ P r o j e c t i o n ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ P r o j e c t i o n D e s c r i p t i o n ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ S r i d C o d e ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ T y p e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ U n i t s ( )  + 
+         [ M e t h o d ]   D o u b l e   g e t _ U n i t S c a l e ( )  + 
+         [ M e t h o d ]   I n t 1 6   G e t A g e ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t A z i m u t h ( O S G e o . M a p G u i d e . M g C o o r d i n a t e ,   O S G e o . M a p G u i d e . M g C o o r d i n a t e )  + 
+         [ M e t h o d ]   D o u b l e   G e t A z i m u t h ( D o u b l e ,   D o u b l e ,   D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m C a t a l o g   G e t C a t a l o g ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n   G e t C a t e g o r i e s ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t C o n v e r g e n c e ( D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   G e t C o o r d i n a t e ( O S G e o . M a p G u i d e . M g C o o r d i n a t e ,   D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   G e t C o o r d i n a t e ( D o u b l e ,   D o u b l e ,   D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t C o u n t r y O r S t a t e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t C s C o d e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t D a t u m ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m D a t u m   G e t D a t u m D e f i n i t i o n ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t D a t u m D e s c r i p t i o n ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t D e s c r i p t i o n ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t E l l i p s o i d ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m E l l i p s o i d   G e t E l l i p s o i d D e f i n i t i o n ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t E l l i p s o i d D e s c r i p t i o n ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t E p s g C o d e ( )  + 
+         [ M e t h o d ]   I n t 1 6   G e t E p s g Q u a d r a n t ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m E n u m I n t e g e r 3 2   G e t E r r o r s ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t G r o u p ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t L a t M a x ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t L a t M i n ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t L o c a t i o n ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t L o n M a x ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t L o n M i n ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t M a p S c a l e ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t M a x X ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t M a x Y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m M e a s u r e   G e t M e a s u r e ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t M i n X ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t M i n Y ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t O f f s e t X ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t O f f s e t Y ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t O r i g i n L a t i t u d e ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t O r i g i n L o n g i t u d e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t P r o j e c t i o n ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t P r o j e c t i o n C o d e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t P r o j e c t i o n D e s c r i p t i o n ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t P r o j e c t i o n P a r a m e t e r ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t P r o j e c t i o n P a r a m e t e r C o u n t ( )  + 
+         [ M e t h o d ]   I n t 1 6   G e t Q u a d r a n t ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t S c a l e ( D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   D o u b l e   G e t S c a l e H ( D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   D o u b l e   G e t S c a l e K ( D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   D o u b l e   G e t S c a l e R e d u c t i o n ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t S o u r c e ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t S r i d C o d e ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t T y p e ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t U n i t C o d e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t U n i t s ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t U n i t S c a l e ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t Z e r o X ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t Z e r o Y ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s E n c r y p t e d ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s G e o d e t i c ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s L e g a l C o u n t r y O r S t a t e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   B o o l e a n   I s L e g a l C s C o d e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   B o o l e a n   I s L e g a l D e s c r i p t i o n ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   B o o l e a n   I s L e g a l G r o u p ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   B o o l e a n   I s L e g a l L o c a t i o n ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   B o o l e a n   I s L e g a l S o u r c e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   B o o l e a n   I s P r o t e c t e d ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s S a m e A s ( O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e )  + 
+         [ M e t h o d ]   B o o l e a n   I s U s a b l e ( O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m C a t a l o g )  + 
+         [ M e t h o d ]   B o o l e a n   I s V a l i d ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s V a l i d L o n L a t ( D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   B o o l e a n   I s V a l i d X Y ( D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   D o u b l e   M e a s u r e E u c l i d e a n D i s t a n c e ( O S G e o . M a p G u i d e . M g C o o r d i n a t e ,   O S G e o . M a p G u i d e . M g C o o r d i n a t e )  + 
+         [ M e t h o d ]   D o u b l e   M e a s u r e E u c l i d e a n D i s t a n c e ( D o u b l e ,   D o u b l e ,   D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   D o u b l e   M e a s u r e G r e a t C i r c l e D i s t a n c e ( D o u b l e ,   D o u b l e ,   D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   D o u b l e   M e a s u r e G r e a t C i r c l e D i s t a n c e ( O S G e o . M a p G u i d e . M g C o o r d i n a t e ,   O S G e o . M a p G u i d e . M g C o o r d i n a t e )  + 
+         [ M e t h o d ]   V o i d   S e t C o u n t r y O r S t a t e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t C s C o d e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t D a t u m D e f i n i t i o n ( O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m D a t u m )  + 
+         [ M e t h o d ]   V o i d   S e t D e s c r i p t i o n ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t E l l i p s o i d D e f i n i t i o n ( O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m E l l i p s o i d )  + 
+         [ M e t h o d ]   V o i d   S e t E n c r y p t M o d e ( B o o l e a n )  + 
+         [ M e t h o d ]   V o i d   S e t G r o u p ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t L o c a t i o n ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t L o n L a t B o u n d s ( D o u b l e ,   D o u b l e ,   D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t M a p S c a l e ( D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t O f f s e t s ( D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t O r i g i n L a t i t u d e ( D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t O r i g i n L o n g i t u d e ( D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t P r o j e c t i o n C o d e ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   S e t P r o j e c t i o n P a r a m e t e r ( I n t 3 2 ,   D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t P r o t e c t M o d e ( B o o l e a n )  + 
+         [ M e t h o d ]   V o i d   S e t Q u a d r a n t ( I n t 1 6 )  + 
+         [ M e t h o d ]   V o i d   S e t S c a l e R e d u c t i o n ( D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t S o u r c e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t U n i t C o d e ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   S e t X Y B o u n d s ( D o u b l e ,   D o u b l e ,   D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t Z e r o e s ( D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   T o S t r i n g ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m C a t a l o g   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   B o o l e a n   A r e D i c t i o n a r y F i l e s W r i t a b l e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m C a t e g o r y D i c t i o n a r y   G e t C a t e g o r y D i c t i o n a r y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m D i c t i o n a r y   G e t C o o r d i n a t e S y s t e m D i c t i o n a r y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m D a t u m D i c t i o n a r y   G e t D a t u m D i c t i o n a r y ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t D e f a u l t D i c t i o n a r y D i r ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t D e f a u l t U s e r D i c t i o n a r y D i r ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t D i c t i o n a r y D i r ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m D i c t i o n a r y U t i l i t y   G e t D i c t i o n a r y U t i l i t y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m E l l i p s o i d D i c t i o n a r y   G e t E l l i p s o i d D i c t i o n a r y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m F o r m a t C o n v e r t e r   G e t F o r m a t C o n v e r t e r ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c P a t h D i c t i o n a r y   G e t G e o d e t i c P a t h D i c t i o n a r y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g D i s p o s a b l e C o l l e c t i o n   G e t G e o d e t i c T r a n s f o r m a t i o n s ( O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m D a t u m ,   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m D a t u m )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m D e f D i c t i o n a r y   G e t G e o d e t i c T r a n s f o r m D e f D i c t i o n a r y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m M a t h C o m p a r a t o r   G e t M a t h C o m p a r a t o r ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m P r o j e c t i o n I n f o r m a t i o n   G e t P r o j e c t i o n I n f o r m a t i o n ( )  + 
+         [ M e t h o d ]   I n t 1 6   G e t P r o t e c t i o n M o d e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m U n i t I n f o r m a t i o n   G e t U n i t I n f o r m a t i o n ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t U s e r D i c t i o n a r y D i r ( )  + 
+         [ M e t h o d ]   V o i d   S e t D e f a u l t D i c t i o n a r y D i r A n d F i l e N a m e s ( )  + 
+         [ M e t h o d ]   V o i d   S e t D i c t i o n a r y D i r ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t P r o t e c t i o n M o d e ( I n t 1 6 )  + 
+         [ M e t h o d ]   V o i d   S e t U s e r D i c t i o n a r y D i r ( S y s t e m . S t r i n g )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m C a t e g o r y   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   V o i d   A d d C o o r d i n a t e S y s t e m ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   C l e a r ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m C a t e g o r y   C r e a t e C l o n e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m C a t a l o g   G e t C a t a l o g ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n   G e t C o o r d i n a t e S y s t e m s ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m E n u m   G e t E n u m ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t N a m e ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t S i z e ( )  + 
+         [ M e t h o d ]   B o o l e a n   H a s C o o r d i n a t e S y s t e m ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   B o o l e a n   I s L e g a l N a m e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   B o o l e a n   I s S a m e A s ( O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e )  + 
+         [ M e t h o d ]   B o o l e a n   I s U s a b l e ( O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m C a t a l o g )  + 
+         [ M e t h o d ]   B o o l e a n   I s V a l i d ( )  + 
+         [ M e t h o d ]   V o i d   R e m o v e C o o r d i n a t e S y s t e m ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t N a m e ( S y s t e m . S t r i n g )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m C a t e g o r y D i c t i o n a r y   :   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m D i c t i o n a r y B a s e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m C a t e g o r y   G e t C a t e g o r y ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m C a t e g o r y   N e w C a t e g o r y ( )  + 
+         [ M e t h o d ]   V o i d   R e n a m e ( S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m D a t u m   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m D a t u m   C r e a t e C l o n e ( )  + 
+         [ M e t h o d ]   I n t 1 6   G e t A g e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m C a t a l o g   G e t C a t a l o g ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t C o u n t r y O r S t a t e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t D e s c r i p t i o n ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t D t C o d e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t E l l i p s o i d ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m E l l i p s o i d   G e t E l l i p s o i d D e f i n i t i o n ( )  + 
+         [ M e t h o d ]   I n t 1 6   G e t E p s g C o d e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g D i s p o s a b l e C o l l e c t i o n   G e t G e o d e t i c T r a n s f o r m a t i o n s ( O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m D a t u m )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t G r o u p ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t L o c a t i o n ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t S o u r c e ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s E n c r y p t e d ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s L e g a l C o u n t r y O r S t a t e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   B o o l e a n   I s L e g a l D e s c r i p t i o n ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   B o o l e a n   I s L e g a l D t C o d e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   B o o l e a n   I s L e g a l G r o u p ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   B o o l e a n   I s L e g a l L o c a t i o n ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   B o o l e a n   I s L e g a l S o u r c e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   B o o l e a n   I s P r o t e c t e d ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s S a m e A s ( O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e )  + 
+         [ M e t h o d ]   B o o l e a n   I s U s a b l e ( O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m C a t a l o g )  + 
+         [ M e t h o d ]   B o o l e a n   I s V a l i d ( )  + 
+         [ M e t h o d ]   V o i d   S e t C o u n t r y O r S t a t e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t D e s c r i p t i o n ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t D t C o d e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t E l l i p s o i d ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t E l l i p s o i d D e f i n i t i o n ( O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m E l l i p s o i d )  + 
+         [ M e t h o d ]   V o i d   S e t E n c r y p t M o d e ( B o o l e a n )  + 
+         [ M e t h o d ]   V o i d   S e t E p s g C o d e ( I n t 1 6 )  + 
+         [ M e t h o d ]   V o i d   S e t G r o u p ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t L o c a t i o n ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t P r o t e c t M o d e ( B o o l e a n )  + 
+         [ M e t h o d ]   V o i d   S e t S o u r c e ( S y s t e m . S t r i n g )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m D a t u m D i c t i o n a r y   :   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m D i c t i o n a r y B a s e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m D a t u m   G e t D a t u m ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m D a t u m   N e w D a t u m ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m D i c t i o n a r y   :   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m D i c t i o n a r y B a s e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m   G e t C o o r d i n a t e S y s t e m ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m   N e w C o o r d i n a t e S y s t e m ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m D i c t i o n a r y B a s e   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   V o i d   A d d ( O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e   G e t ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m C a t a l o g   G e t C a t a l o g ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t D e f a u l t F i l e N a m e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m E n u m   G e t E n u m ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t F i l e N a m e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t P a t h ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t S i z e ( )  + 
+         [ M e t h o d ]   B o o l e a n   H a s ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   M o d i f y ( O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e )  + 
+         [ M e t h o d ]   V o i d   R e m o v e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t F i l e N a m e ( S y s t e m . S t r i n g )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m D i c t i o n a r y U t i l i t y   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   V o i d   C r e a t e C a t e g o r y D i c t i o n a r y ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   C r e a t e C o o r d s y s D i c t i o n a r y ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   C r e a t e D a t u m D i c t i o n a r y ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   C r e a t e E l l i p s o i d D i c t i o n a r y ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m C a t a l o g   G e t C a t a l o g ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m E l l i p s o i d   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m E l l i p s o i d   C r e a t e C l o n e ( )  + 
+         [ M e t h o d ]   D o u b l e   E c c e n t r i c i t y T o F l a t t e n i n g R a t i o ( D o u b l e )  + 
+         [ M e t h o d ]   D o u b l e   E q u a t o r i a l R a d i u s F r o m P o l a r R a d i u s F l a t t e n i n g R a t i o ( D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   D o u b l e   F l a t t e n i n g R a t i o F r o m R a d i i ( D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   D o u b l e   F l a t t e n i n g R a t i o T o E c c e n t r i c i t y ( D o u b l e )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ D e s c r i p t i o n ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ E l C o d e ( )  + 
+         [ M e t h o d ]   I n t 1 6   G e t A g e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m C a t a l o g   G e t C a t a l o g ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t D e s c r i p t i o n ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t E c c e n t r i c i t y ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t E l C o d e ( )  + 
+         [ M e t h o d ]   I n t 1 6   G e t E p s g C o d e ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t E q u a t o r i a l R a d i u s ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t F l a t t e n i n g R a t i o ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t F l a t t e n i n g R a t i o M a x ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t F l a t t e n i n g R a t i o M i n ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t G r e a t C i r c l e A z i m u t h ( D o u b l e ,   D o u b l e ,   D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   D o u b l e   G e t G r e a t C i r c l e D i s t a n c e ( D o u b l e ,   D o u b l e ,   D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t G r o u p ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t P o l a r R a d i u s ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t R a d i u s M a x ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t R a d i u s M i n ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t S o u r c e ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s E n c r y p t e d ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s L e g a l D e s c r i p t i o n ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   B o o l e a n   I s L e g a l E l C o d e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   B o o l e a n   I s L e g a l F l a t t e n i n g R a t i o ( D o u b l e )  + 
+         [ M e t h o d ]   B o o l e a n   I s L e g a l G r o u p ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   B o o l e a n   I s L e g a l R a d i u s ( D o u b l e )  + 
+         [ M e t h o d ]   B o o l e a n   I s L e g a l S o u r c e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   B o o l e a n   I s P r o t e c t e d ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s S a m e A s ( O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e )  + 
+         [ M e t h o d ]   B o o l e a n   I s U s a b l e ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s V a l i d ( )  + 
+         [ M e t h o d ]   D o u b l e   P o l a r R a d i u s F r o m E q u a t o r i a l R a d i u s F l a t t e n i n g R a t i o ( D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t D e s c r i p t i o n ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t E l C o d e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t E n c r y p t M o d e ( B o o l e a n )  + 
+         [ M e t h o d ]   V o i d   S e t E p s g C o d e ( I n t 1 6 )  + 
+         [ M e t h o d ]   V o i d   S e t G r o u p ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t P r o t e c t M o d e ( B o o l e a n )  + 
+         [ M e t h o d ]   V o i d   S e t R a d i i ( D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t S o u r c e ( S y s t e m . S t r i n g )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m E l l i p s o i d D i c t i o n a r y   :   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m D i c t i o n a r y B a s e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m E l l i p s o i d   G e t E l l i p s o i d ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m E l l i p s o i d   N e w E l l i p s o i d ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m E n u m   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   V o i d   A d d F i l t e r ( O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m F i l t e r )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m E n u m   C r e a t e C l o n e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g D i s p o s a b l e C o l l e c t i o n   N e x t ( I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n   N e x t D e s c r i p t i o n ( I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n   N e x t N a m e ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   R e s e t ( )  + 
+         [ M e t h o d ]   V o i d   S k i p ( I n t 3 2 )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m E n u m I n t e g e r 3 2   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   V o i d   A d d F i l t e r ( O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m F i l t e r I n t e g e r 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m E n u m I n t e g e r 3 2   C r e a t e C l o n e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n   N e x t ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   R e s e t ( )  + 
+         [ M e t h o d ]   V o i d   S k i p ( I n t 3 2 )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m F a c t o r y   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   C o n v e r t C o o r d i n a t e S y s t e m C o d e T o W k t ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   C o n v e r t E p s g C o d e T o W k t ( I n t 3 2 )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   C o n v e r t W k t T o C o o r d i n a t e S y s t e m C o d e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   I n t 3 2   C o n v e r t W k t T o E p s g C o d e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m   C r e a t e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m   C r e a t e F r o m C o d e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n   E n u m e r a t e C a t e g o r i e s ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B a t c h P r o p e r t y C o l l e c t i o n   E n u m e r a t e C o o r d i n a t e S y s t e m s ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G r i d B a s e   G e n e r i c G r i d ( O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m ,   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m ,   B o o l e a n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G r i d B a s e   G e n e r i c G r i d ( S y s t e m . S t r i n g ,   S y s t e m . S t r i n g ,   B o o l e a n )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t B a s e L i b r a r y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m C a t a l o g   G e t C a t a l o g ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m M g r s   G e t M g r s ( D o u b l e ,   D o u b l e ,   I n t 1 6 ,   B o o l e a n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m M g r s   G e t M g r s D a t u m ( S y s t e m . S t r i n g ,   I n t 1 6 ,   B o o l e a n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m M g r s   G e t M g r s E l l i p s o i d ( S y s t e m . S t r i n g ,   I n t 1 6 ,   B o o l e a n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m T r a n s f o r m   G e t T r a n s f o r m ( O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m ,   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G r i d B o u n d a r y   G r i d B o u n d a r y ( O S G e o . M a p G u i d e . M g P o l y g o n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G r i d B o u n d a r y   G r i d B o u n d a r y ( O S G e o . M a p G u i d e . M g C o o r d i n a t e ,   O S G e o . M a p G u i d e . M g C o o r d i n a t e )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G r i d S p e c i f i c a t i o n   G r i d S p e c i f i c a t i o n ( I n t 3 2 ,   I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G r i d S p e c i f i c a t i o n   G r i d S p e c i f i c a t i o n ( D o u b l e ,   D o u b l e ,   I n t 3 2 ,   D o u b l e )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G r i d S p e c i f i c a t i o n   G r i d S p e c i f i c a t i o n ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s V a l i d ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G r i d B a s e   M g r s G r i d ( O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m ,   B o o l e a n ,   I n t 1 6 ,   B o o l e a n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G r i d B a s e   M g r s G r i d ( S y s t e m . S t r i n g ,   B o o l e a n ,   I n t 1 6 ,   B o o l e a n )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m F i l t e r   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   B o o l e a n   I s F i l t e r e d O u t ( O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m F i l t e r I n t e g e r 3 2   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   B o o l e a n   I s F i l t e r e d O u t ( I n t 3 2 )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m F o r m a t C o n v e r t e r   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   C o d e T o C o d e ( I n t 3 2 ,   S y s t e m . S t r i n g ,   I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m   C o d e T o D e f i n i t i o n ( I n t 3 2 ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   C o d e T o W k t ( I n t 3 2 ,   S y s t e m . S t r i n g ,   I n t 3 2 )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   D e f i n i t i o n T o C o d e ( O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m ,   I n t 3 2 )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   D e f i n i t i o n T o W k t ( O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m ,   I n t 3 2 )  + 
+         [ M e t h o d ]   B o o l e a n   I s C o d e I n D i c t i o n a r y ( I n t 3 2 ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   W k t T o C o d e ( I n t 3 2 ,   S y s t e m . S t r i n g ,   I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m   W k t T o D e f i n i t i o n ( I n t 3 2 ,   S y s t e m . S t r i n g )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c A n a l y t i c a l T r a n s f o r m D e f P a r a m s   :   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m D e f P a r a m s  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   D o u b l e   G e t D e l t a X ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t D e l t a Y ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t D e l t a Z ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t R o t a t e X ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t R o t a t e Y ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t R o t a t e Z ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t S c a l e ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t T r a n s f o r m a t i o n M e t h o d ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t T r a n s l a t e X ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t T r a n s l a t e Y ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t T r a n s l a t e Z ( )  + 
+         [ M e t h o d ]   V o i d   S e t D e l t a X ( D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t D e l t a Y ( D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t D e l t a Z ( D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t R o t a t e X ( D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t R o t a t e Y ( D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t R o t a t e Z ( D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t S c a l e ( D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t T r a n s f o r m a t i o n M e t h o d ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   S e t T r a n s l a t e X ( D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t T r a n s l a t e Y ( D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t T r a n s l a t e Z ( D o u b l e )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c I n t e r p o l a t i o n T r a n s f o r m D e f P a r a m s   :   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m D e f P a r a m s  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t F a l l b a c k ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g D i s p o s a b l e C o l l e c t i o n   G e t G r i d F i l e s ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m G r i d F i l e   N e w G r i d F i l e ( )  + 
+         [ M e t h o d ]   V o i d   S e t F a l l b a c k ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t G r i d F i l e s ( O S G e o . M a p G u i d e . M g D i s p o s a b l e C o l l e c t i o n )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c M u l t i p l e R e g r e s s i o n T r a n s f o r m D e f P a r a m s   :   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m D e f P a r a m s  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   D o u b l e   G e t C o e f f i c i e n t H e i g h t ( I n t 3 2 )  + 
+         [ M e t h o d ]   D o u b l e   G e t C o e f f i c i e n t L a m b d a ( I n t 3 2 )  + 
+         [ M e t h o d ]   D o u b l e   G e t C o e f f i c i e n t P h i ( I n t 3 2 )  + 
+         [ M e t h o d ]   D o u b l e   G e t D e l t a H e i g h t ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t D e l t a L a m b d a ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t D e l t a P h i ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t L a m b d a O f f s e t ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t N o r m a l i z a t i o n S c a l e ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t P h i O f f s e t ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t T e s t L a m b d a ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t T e s t P h i ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t T r a n s f o r m a t i o n M e t h o d ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t V a l i d a t i o n ( )  + 
+         [ M e t h o d ]   V o i d   S e t C o e f f i c i e n t H e i g h t ( I n t 3 2 ,   D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t C o e f f i c i e n t L a m b d a ( I n t 3 2 ,   D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t C o e f f i c i e n t P h i ( I n t 3 2 ,   D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t D e l t a H e i g h t ( D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t D e l t a L a m b d a ( D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t D e l t a P h i ( D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t L a m b d a O f f s e t ( D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t N o r m a l i z a t i o n S c a l e ( D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t P h i O f f s e t ( D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t T e s t L a m b d a ( D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t T e s t P h i ( D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t T r a n s f o r m a t i o n M e t h o d ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   S e t V a l i d a t i o n ( D o u b l e )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c P a t h   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c P a t h   C r e a t e C l o n e ( )  + 
+         [ M e t h o d ]   D o u b l e   g e t _ A c c u r a c y ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ D e s c r i p t i o n ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ G r o u p ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ S o u r c e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ S o u r c e D a t u m ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ T a r g e t D a t u m ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t A c c u r a c y ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t D e s c r i p t i o n ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t E p s g C o d e ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t E p s g V a r i a n t ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t G r o u p ( )  + 
+         [ M e t h o d ]   B o o l e a n   G e t I s R e v e r s i b l e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g D i s p o s a b l e C o l l e c t i o n   G e t P a t h E l e m e n t s ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t P a t h N a m e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t S o u r c e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t S o u r c e D a t u m ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t T a r g e t D a t u m ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s P r o t e c t e d ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s V a l i d ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c P a t h E l e m e n t   N e w P a t h E l e m e n t ( )  + 
+         [ M e t h o d ]   V o i d   S e t A c c u r a c y ( D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t D e s c r i p t i o n ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t E p s g C o d e ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   S e t E p s g V a r i a n t ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   S e t G r o u p ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t I s R e v e r s i b l e ( B o o l e a n )  + 
+         [ M e t h o d ]   V o i d   S e t P a t h E l e m e n t s ( O S G e o . M a p G u i d e . M g D i s p o s a b l e C o l l e c t i o n )  + 
+         [ M e t h o d ]   V o i d   S e t P a t h N a m e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t S o u r c e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t S o u r c e D a t u m ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t T a r g e t D a t u m ( S y s t e m . S t r i n g )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c P a t h D i c t i o n a r y   :   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m D i c t i o n a r y B a s e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c P a t h   G e t G e o d e t i c P a t h ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c P a t h   N e w G e o d e t i c P a t h ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c P a t h E l e m e n t   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   B o o l e a n   G e t I s I n v e r s e d ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t T r a n s f o r m N a m e ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s P r o t e c t e d ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s V a l i d ( )  + 
+         [ M e t h o d ]   V o i d   S e t I s I n v e r s e d ( B o o l e a n )  + 
+         [ M e t h o d ]   V o i d   S e t T r a n s f o r m N a m e ( S y s t e m . S t r i n g )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c S t a n d a l o n e T r a n s f o r m D e f P a r a m s   :   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m D e f P a r a m s  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ T r a n s f o r m a t i o n M e t h o d ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t T r a n s f o r m a t i o n M e t h o d ( )  + 
+         [ M e t h o d ]   V o i d   s e t _ T r a n s f o r m a t i o n M e t h o d ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   S e t T r a n s f o r m a t i o n M e t h o d ( I n t 3 2 )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m a t i o n   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   D o u b l e   G e t B u r s a W o l f e T r a n s f o r m B w S c a l e ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t B u r s a W o l f e T r a n s f o r m R o t a t i o n X ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t B u r s a W o l f e T r a n s f o r m R o t a t i o n Y ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t B u r s a W o l f e T r a n s f o r m R o t a t i o n Z ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t B w S c a l e M a x ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t B w S c a l e M i n ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t G e o d e t i c T r a n s f o r m a t i o n M e t h o d ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t M a x O f f s e t ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t M a x R o t a t i o n ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t O f f s e t X ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t O f f s e t Y ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t O f f s e t Z ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m D a t u m   G e t S o u r c e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m D a t u m   G e t T a r g e t ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s L e g a l B w S c a l e ( D o u b l e )  + 
+         [ M e t h o d ]   B o o l e a n   I s L e g a l O f f s e t ( D o u b l e )  + 
+         [ M e t h o d ]   B o o l e a n   I s L e g a l R o t a t i o n ( D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t B u r s a W o l f e T r a n s f o r m ( D o u b l e ,   D o u b l e ,   D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t G e o d e t i c T r a n s f o r m a t i o n M e t h o d ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   S e t O f f s e t ( D o u b l e ,   D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t S o u r c e A n d T a r g e t ( O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m D a t u m ,   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m D a t u m )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   S h i f t ( D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S h i f t ( O S G e o . M a p G u i d e . M g C o o r d i n a t e )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   S h i f t ( D o u b l e ,   D o u b l e ,   D o u b l e )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m D e f   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m D e f   C r e a t e C l o n e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m a t i o n   C r e a t e T r a n s f o r m a t i o n ( B o o l e a n )  + 
+         [ M e t h o d ]   D o u b l e   G e t A c c u r a c y ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t C o n v e r g e n c e V a l u e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t D e s c r i p t i o n ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t E p s g C o d e ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t E p s g V a r i a t i o n ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t E r r o r V a l u e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t G r o u p ( )  + 
+         [ M e t h o d ]   B o o l e a n   G e t I n v e r s e S u p p o r t e d ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t M a x I t e r a t i o n s ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m D e f P a r a m s   G e t P a r a m e t e r s ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t R a n g e M a x L a t i t u d e ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t R a n g e M a x L o n g i t u d e ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t R a n g e M i n L a t i t u d e ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t R a n g e M i n L o n g i t u d e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t S o u r c e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t S o u r c e D a t u m ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t T a r g e t D a t u m ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t T r a n s f o r m D e f T y p e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t T r a n s f o r m N a m e ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s P r o t e c t e d ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s V a l i d ( )  + 
+         [ M e t h o d ]   V o i d   S e t A c c u r a c y ( D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t C o n v e r g e n c e V a l u e ( D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t D e s c r i p t i o n ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t E p s g C o d e ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   S e t E p s g V a r i a t i o n ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   S e t E r r o r V a l u e ( D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t G r o u p ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t I n v e r s e S u p p o r t e d ( B o o l e a n )  + 
+         [ M e t h o d ]   V o i d   S e t M a x I t e r a t i o n s ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   S e t P a r a m e t e r s ( O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m D e f P a r a m s )  + 
+         [ M e t h o d ]   V o i d   S e t R a n g e M a x L a t i t u d e ( D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t R a n g e M a x L o n g i t u d e ( D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t R a n g e M i n L a t i t u d e ( D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t R a n g e M i n L o n g i t u d e ( D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t S o u r c e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t S o u r c e D a t u m ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t T a r g e t D a t u m ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t T r a n s f o r m N a m e ( S y s t e m . S t r i n g )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m D e f D i c t i o n a r y   :   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m D i c t i o n a r y B a s e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m D e f   G e t G e o d e t i c T r a n s f o r m a t i o n D e f ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m D e f   N e w G e o d e t i c T r a n s f o r m a t i o n D e f ( I n t 3 2 )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m D e f P a r a m s   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   B o o l e a n   I s P r o t e c t e d ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s V a l i d ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m G r i d F i l e   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   I n t 3 2   G e t F i l e F o r m a t ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t F i l e N a m e ( )  + 
+         [ M e t h o d ]   B o o l e a n   G e t I s I n v e r s e D i r e c t i o n ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s P r o t e c t e d ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s V a l i d ( )  + 
+         [ M e t h o d ]   V o i d   S e t F i l e F o r m a t ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   S e t F i l e N a m e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t I s I n v e r s e D i r e c t i o n ( B o o l e a n )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G r i d B a s e   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   I n t 3 2   A p p r o x G r i d L i n e M e m o r y U s a g e ( O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G r i d S p e c i f i c a t i o n )  + 
+         [ M e t h o d ]   I n t 3 2   A p p r o x G r i d R e g i o n M e m o r y U s a g e ( O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G r i d S p e c i f i c a t i o n )  + 
+         [ M e t h o d ]   I n t 3 2   A p p r o x G r i d T i c k M e m o r y U s a g e ( O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G r i d S p e c i f i c a t i o n )  + 
+         [ M e t h o d ]   B o o l e a n   A r e E x c e p t i o n s O n ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G r i d B o u n d a r y   G e t B o u n d a r y ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t C o n v e r g e n c e A n g l e ( O S G e o . M a p G u i d e . M g C o o r d i n a t e )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G r i d L i n e C o l l e c t i o n   G e t G r i d L i n e s ( O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G r i d S p e c i f i c a t i o n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G r i d R e g i o n C o l l e c t i o n   G e t G r i d R e g i o n s ( O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G r i d S p e c i f i c a t i o n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G r i d T i c k C o l l e c t i o n   G e t G r i d T i c k s ( O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G r i d S p e c i f i c a t i o n )  + 
+         [ M e t h o d ]   I n t 3 2   G e t L a s t E r r o r ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t P r o j e c t i v e G r i d S c a l e ( O S G e o . M a p G u i d e . M g C o o r d i n a t e )  + 
+         [ M e t h o d ]   I n t 3 2   G e t S p e c i a l i z a t i o n T y p e ( )  + 
+         [ M e t h o d ]   V o i d   R e s e t L a s t E r r o r ( )  + 
+         [ M e t h o d ]   V o i d   S e t B o u n d a r y ( O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G r i d B o u n d a r y )  + 
+         [ M e t h o d ]   V o i d   S e t E x c e p t i o n s O n ( B o o l e a n )  + 
+         [ M e t h o d ]   I n t 3 2   S e t G r i d L i n e E x c e p t i o n L e v e l ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   S e t G r i d R e g i o n E x c e p t i o n L e v e l ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   S e t G r i d T i c k E x c e p t i o n L e v e l ( I n t 3 2 )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G r i d B o u n d a r y   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P o l y g o n   G e t B o u n d a r y ( )  + 
+         [ M e t h o d ]   V o i d   S e t B o u n d a r y E x t e n t s ( O S G e o . M a p G u i d e . M g P o l y g o n )  + 
+         [ M e t h o d ]   V o i d   S e t B o u n d a r y E x t e n t s ( O S G e o . M a p G u i d e . M g C o o r d i n a t e ,   O S G e o . M a p G u i d e . M g C o o r d i n a t e )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G r i d L i n e   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t G r i d O r i e n t a t i o n ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t R e a l V a l u e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g L i n e S t r i n g   G e t S e g m e n t ( I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g L i n e S t r i n g C o l l e c t i o n   G e t S e g m e n t C o l l e c t i o n ( )  + 
+         [ M e t h o d ]   V o i d   S e t S e g m e n t C o l l e c t i o n ( O S G e o . M a p G u i d e . M g L i n e S t r i n g C o l l e c t i o n )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G r i d L i n e C o l l e c t i o n   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   V o i d   C l e a r ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G r i d L i n e   G e t I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   I n d e x O f ( I n t 3 2 ,   D o u b l e )  + 
+         [ M e t h o d ]   V o i d   R e m o v e A t ( I n t 3 2 )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G r i d R e g i o n   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g L i n e S t r i n g C o l l e c t i o n   G e t E a s t L i n e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t L a b e l ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g L i n e S t r i n g C o l l e c t i o n   G e t N o r t h L i n e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P o l y g o n   G e t R e g i o n B o u n d a r y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   G e t R e g i o n C e n t e r ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g L i n e S t r i n g C o l l e c t i o n   G e t S o u t h L i n e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g L i n e S t r i n g C o l l e c t i o n   G e t W e s t L i n e ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G r i d R e g i o n C o l l e c t i o n   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   V o i d   C l e a r ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G r i d R e g i o n   G e t I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   R e m o v e A t ( I n t 3 2 )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G r i d S p e c i f i c a t i o n   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   D o u b l e   G e t C u r v e P r e c i s i o n ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t E a s t i n g B a s e ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t E a s t i n g I n c r e m e n t ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t N o r t h i n g B a s e ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t N o r t h i n g I n c r e m e n t ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t T i c k E a s t i n g I n c r e m e n t ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t T i c k N o r t h i n g I n c r e m e n t ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t U n i t C o d e ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t U n i t T y p e ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s C o n s i s t e n t ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s S a m e A s ( O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G r i d S p e c i f i c a t i o n )  + 
+         [ M e t h o d ]   V o i d   S e t C u r v e P r e c i s i o n ( D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t G r i d B a s e ( D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t G r i d I n c r e m e n t ( D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t M a x C u r v e P o i n t s ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   S e t T i c k I n c r e m e n t s ( D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t U n i t s ( I n t 3 2 ,   I n t 3 2 )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G r i d T i c k   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   G e t D i r e c t i o n V e c t o r ( )  + 
+         [ M e t h o d ]   B o o l e a n   G e t I s O n G r i d L i n e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   G e t P o s i t i o n ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t T i c k O r i e n t a t i o n ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t V a l u e ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G r i d T i c k C o l l e c t i o n   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   V o i d   C l e a r ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G r i d T i c k   G e t I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   R e m o v e A t ( I n t 3 2 )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m M a t h C o m p a r a t o r   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   B o o l e a n   G e t C o m p a r e I n t e r n a l D a t u m O l d P a r a m e t e r s ( )  + 
+         [ M e t h o d ]   B o o l e a n   S a m e ( O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e ,   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e )  + 
+         [ M e t h o d ]   B o o l e a n   S a m e C o o r d i n a t e S y s t e m ( O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m ,   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m )  + 
+         [ M e t h o d ]   B o o l e a n   S a m e D a t u m ( O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m D a t u m ,   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m D a t u m )  + 
+         [ M e t h o d ]   B o o l e a n   S a m e E l l i p s o i d ( O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m E l l i p s o i d ,   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m E l l i p s o i d )  + 
+         [ M e t h o d ]   V o i d   S e t C o m p a r e I n t e r n a l D a t u m O l d P a r a m e t e r s ( B o o l e a n )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m M e a s u r e   :   O S G e o . M a p G u i d e . M g M e a s u r e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g E n v e l o p e   g e t _ E n v e l o p e ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t A z i m u t h ( D o u b l e ,   D o u b l e ,   D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   D o u b l e   G e t A z i m u t h ( O S G e o . M a p G u i d e . M g C o o r d i n a t e ,   O S G e o . M a p G u i d e . M g C o o r d i n a t e )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   G e t C o o r d i n a t e ( D o u b l e ,   D o u b l e ,   D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   G e t C o o r d i n a t e ( O S G e o . M a p G u i d e . M g C o o r d i n a t e ,   D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   D o u b l e   G e t D i s t a n c e ( O S G e o . M a p G u i d e . M g C o o r d i n a t e ,   O S G e o . M a p G u i d e . M g C o o r d i n a t e )  + 
+         [ M e t h o d ]   D o u b l e   G e t D i s t a n c e ( D o u b l e ,   D o u b l e ,   D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g E n v e l o p e   G e t E n v e l o p e ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m M g r s   :   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G r i d B a s e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   C o n v e r t F r o m L o n L a t ( D o u b l e ,   D o u b l e ,   I n t 3 2 )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   C o n v e r t F r o m L o n L a t ( O S G e o . M a p G u i d e . M g C o o r d i n a t e ,   I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   C o n v e r t T o L o n L a t ( S y s t e m . S t r i n g ,   I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   C o n v e r t T o L o n L a t ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   I n t 1 6   G e t L e t t e r i n g S c h e m e ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m P r o j e c t i o n I n f o r m a t i o n   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m E n u m I n t e g e r 3 2   G e t E n u m P r o j e c t i o n s ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t P a r a m e t e r C o u n t ( I n t 3 2 )  + 
+         [ M e t h o d ]   D o u b l e   G e t P a r a m e t e r D e f a u l t ( I n t 3 2 ,   I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t P a r a m e t e r F o r m a t T y p e ( I n t 3 2 ,   I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t P a r a m e t e r L o g i c a l T y p e ( I n t 3 2 ,   I n t 3 2 )  + 
+         [ M e t h o d ]   D o u b l e   G e t P a r a m e t e r M a x ( I n t 3 2 ,   I n t 3 2 )  + 
+         [ M e t h o d ]   D o u b l e   G e t P a r a m e t e r M i n ( I n t 3 2 ,   I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t P a r a m e t e r T y p e ( I n t 3 2 ,   I n t 3 2 )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t T a g S t r i n g ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t U n i t T y p e ( I n t 3 2 )  + 
+         [ M e t h o d ]   B o o l e a n   I s U s i n g O f f s e t ( I n t 3 2 )  + 
+         [ M e t h o d ]   B o o l e a n   I s U s i n g O r i g i n L a t i t u d e ( I n t 3 2 )  + 
+         [ M e t h o d ]   B o o l e a n   I s U s i n g O r i g i n L o n g i t u d e ( I n t 3 2 )  + 
+         [ M e t h o d ]   B o o l e a n   I s U s i n g P a r a m e t e r ( I n t 3 2 ,   I n t 3 2 )  + 
+         [ M e t h o d ]   B o o l e a n   I s U s i n g Q u a d r a n t ( I n t 3 2 )  + 
+         [ M e t h o d ]   B o o l e a n   I s U s i n g S c a l e R e d u c t i o n ( I n t 3 2 )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m T r a n s f o r m   :   O S G e o . M a p G u i d e . M g T r a n s f o r m  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ F i e l d ]   I n t 3 2   D a t u m S h i f t E r r o r  + 
+         [ F i e l d ]   I n t 3 2   D a t u m S h i f t F a l l b a c k  + 
+         [ M e t h o d ]   I n t 3 2   G e t d a t u m W a r n i n g C o u n t ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c P a t h   G e t E x p l i c i t G e o d e t i c P a t h ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m D e f   G e t G e o d e t i c T r a n s f o r m a t i o n ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t G e o d e t i c T r a n s f o r m a t i o n C o u n t ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t G e o d e t i c T r a n s f o r m a t i o n D i r e c t i o n ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t L a s t T r a n s f o r m S t a t u s ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m   G e t S o u r c e ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t S o u r c e W a r n i n g C o u n t ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m   G e t T a r g e t ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t T a r g e t W a r n i n g C o u n t ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g L i n e S t r i n g   G r i d L i n e ( O S G e o . M a p G u i d e . M g C o o r d i n a t e ,   O S G e o . M a p G u i d e . M g C o o r d i n a t e ,   D o u b l e ,   I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   I g n o r e D a t u m S h i f t W a r n i n g ( B o o l e a n )  + 
+         [ M e t h o d ]   V o i d   I g n o r e O u t s i d e D o m a i n W a r n i n g ( B o o l e a n )  + 
+         [ M e t h o d ]   B o o l e a n   I s I g n o r e D a t u m S h i f t W a r n i n g ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s I g n o r e O u t s i d e D o m a i n W a r n i n g ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s V a l i d S o u r c e P o i n t ( D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   B o o l e a n   I s V a l i d S o u r c e P o i n t ( D o u b l e ,   D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   B o o l e a n   I s V a l i d T a r g e t P o i n t ( D o u b l e ,   D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   B o o l e a n   I s V a l i d T a r g e t P o i n t ( D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   V o i d   R e s e t L a s t T r a n s f o r m S t a t u s ( )  + 
+         [ M e t h o d ]   V o i d   S e t S o u r c e A n d T a r g e t ( O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m ,   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m )  + 
+         [ F i e l d ]   I n t 3 2   S o u r c e C r s E r r o r  + 
+         [ F i e l d ]   I n t 3 2   T a r g e t C r s E r r o r  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   T r a n s f o r m ( D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   T r a n s f o r m ( O S G e o . M a p G u i d e . M g C o o r d i n a t e )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   T r a n s f o r m ( D o u b l e ,   D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g E n v e l o p e   T r a n s f o r m ( O S G e o . M a p G u i d e . M g E n v e l o p e )  + 
+         [ M e t h o d ]   V o i d   T r a n s f o r m C o o r d i n a t e ( O S G e o . M a p G u i d e . M g C o o r d i n a t e )  + 
+         [ F i e l d ]   I n t 3 2   T r a n s f o r m D a t u m S h i f t W a r n i n g  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   T r a n s f o r m M ( D o u b l e ,   D o u b l e ,   D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   T r a n s f o r m M ( D o u b l e ,   D o u b l e ,   D o u b l e )  + 
+         [ F i e l d ]   I n t 3 2   T r a n s f o r m O k  + 
+         [ F i e l d ]   I n t 3 2   T r a n s f o r m O u t s i d e D o m a i n W a r n i n g  + 
+         [ F i e l d ]   I n t 3 2   T r a n s f o r m T o t a l F a i l u r e  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m U n i t I n f o r m a t i o n   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t A b b r e v i a t i o n ( I n t 3 2 )  + 
+         [ M e t h o d ]   D o u b l e   G e t A n g u l a r U n i t S c a l e ( I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m E n u m I n t e g e r 3 2   G e t E n u m A n g u l a r U n i t s ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e S y s t e m E n u m I n t e g e r 3 2   G e t E n u m L i n e a r U n i t s ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t L i n e a r U n i t S c a l e ( I n t 3 2 )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t T a g S t r i n g ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t U n i t T y p e ( I n t 3 2 )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e X Y   :   O S G e o . M a p G u i d e . M g C o o r d i n a t e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ D i m e n s i o n ( )  + 
+         [ M e t h o d ]   D o u b l e   g e t _ M ( )  + 
+         [ M e t h o d ]   D o u b l e   g e t _ X ( )  + 
+         [ M e t h o d ]   D o u b l e   g e t _ Y ( )  + 
+         [ M e t h o d ]   D o u b l e   g e t _ Z ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t D i m e n s i o n ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t M ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t X ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t Y ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t Z ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e X Y M   :   O S G e o . M a p G u i d e . M g C o o r d i n a t e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ D i m e n s i o n ( )  + 
+         [ M e t h o d ]   D o u b l e   g e t _ M ( )  + 
+         [ M e t h o d ]   D o u b l e   g e t _ X ( )  + 
+         [ M e t h o d ]   D o u b l e   g e t _ Y ( )  + 
+         [ M e t h o d ]   D o u b l e   g e t _ Z ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t D i m e n s i o n ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t M ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t X ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t Y ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t Z ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e X Y Z   :   O S G e o . M a p G u i d e . M g C o o r d i n a t e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ D i m e n s i o n ( )  + 
+         [ M e t h o d ]   D o u b l e   g e t _ M ( )  + 
+         [ M e t h o d ]   D o u b l e   g e t _ X ( )  + 
+         [ M e t h o d ]   D o u b l e   g e t _ Y ( )  + 
+         [ M e t h o d ]   D o u b l e   g e t _ Z ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t D i m e n s i o n ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t M ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t X ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t Y ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t Z ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e X Y Z M   :   O S G e o . M a p G u i d e . M g C o o r d i n a t e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ D i m e n s i o n ( )  + 
+         [ M e t h o d ]   D o u b l e   g e t _ M ( )  + 
+         [ M e t h o d ]   D o u b l e   g e t _ X ( )  + 
+         [ M e t h o d ]   D o u b l e   g e t _ Y ( )  + 
+         [ M e t h o d ]   D o u b l e   g e t _ Z ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t D i m e n s i o n ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t M ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t X ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t Y ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t Z ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C u r v e   :   O S G e o . M a p G u i d e . M g G e o m e t r y  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   g e t _ E n d C o o r d i n a t e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   g e t _ S t a r t C o o r d i n a t e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   G e t E n d C o o r d i n a t e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   G e t S t a r t C o o r d i n a t e ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C u r v e P o l y g o n   :   O S G e o . M a p G u i d e . M g R e g i o n  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r i c E n t i t y   C o p y ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ D i m e n s i o n ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C u r v e R i n g   g e t _ E x t e r i o r R i n g ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ G e o m e t r y T y p e ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ I n t e r i o r R i n g C o u n t ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t D i m e n s i o n ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C u r v e R i n g   G e t E x t e r i o r R i n g ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t G e o m e t r y T y p e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C u r v e R i n g   G e t I n t e r i o r R i n g ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t I n t e r i o r R i n g C o u n t ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s C l o s e d ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s E m p t y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r i c E n t i t y   T r a n s f o r m ( O S G e o . M a p G u i d e . M g T r a n s f o r m )  + 
+ }  + 
+ [ S y s t e m . R e f l e c t i o n . D e f a u l t M e m b e r A t t r i b u t e ]  + 
+ t y p e   O S G e o . M a p G u i d e . M g C u r v e P o l y g o n C o l l e c t i o n   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I L i s t ` 1 [ [ O S G e o . M a p G u i d e . M g C u r v e P o l y g o n ,   O S G e o . M a p G u i d e . G e o m e t r y ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I C o l l e c t i o n ` 1 [ [ O S G e o . M a p G u i d e . M g C u r v e P o l y g o n ,   O S G e o . M a p G u i d e . G e o m e t r y ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a b l e ` 1 [ [ O S G e o . M a p G u i d e . M g C u r v e P o l y g o n ,   O S G e o . M a p G u i d e . G e o m e t r y ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . I E n u m e r a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   V o i d   A d d ( O S G e o . M a p G u i d e . M g C u r v e P o l y g o n )  + 
+         [ M e t h o d ]   V o i d   C l e a r ( )  + 
+         [ M e t h o d ]   B o o l e a n   C o n t a i n s ( O S G e o . M a p G u i d e . M g C u r v e P o l y g o n )  + 
+         [ M e t h o d ]   V o i d   C o p y T o ( O S G e o . M a p G u i d e . M g C u r v e P o l y g o n [ ] ,   I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ C o u n t ( )  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ I s R e a d O n l y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C u r v e P o l y g o n   g e t _ I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a t o r ` 1 [ O S G e o . M a p G u i d e . M g C u r v e P o l y g o n ]   G e t E n u m e r a t o r ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C u r v e P o l y g o n   G e t I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   I n d e x O f ( O S G e o . M a p G u i d e . M g C u r v e P o l y g o n )  + 
+         [ M e t h o d ]   V o i d   I n s e r t ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g C u r v e P o l y g o n )  + 
+         [ M e t h o d ]   B o o l e a n   R e m o v e ( O S G e o . M a p G u i d e . M g C u r v e P o l y g o n )  + 
+         [ M e t h o d ]   V o i d   R e m o v e A t ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   s e t _ I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g C u r v e P o l y g o n )  + 
+         [ M e t h o d ]   V o i d   S e t I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g C u r v e P o l y g o n )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C u r v e R i n g   :   O S G e o . M a p G u i d e . M g R i n g  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r i c E n t i t y   C o p y ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ C o m p o n e n t T y p e ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ C o u n t ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ D i m e n s i o n ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o m p o n e n t T y p e ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t D i m e n s i o n ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C u r v e S e g m e n t   G e t S e g m e n t ( I n t 3 2 )  + 
+         [ M e t h o d ]   B o o l e a n   I s C l o s e d ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s E m p t y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r i c E n t i t y   T r a n s f o r m ( O S G e o . M a p G u i d e . M g T r a n s f o r m )  + 
+ }  + 
+ [ S y s t e m . R e f l e c t i o n . D e f a u l t M e m b e r A t t r i b u t e ]  + 
+ t y p e   O S G e o . M a p G u i d e . M g C u r v e R i n g C o l l e c t i o n   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I L i s t ` 1 [ [ O S G e o . M a p G u i d e . M g C u r v e R i n g ,   O S G e o . M a p G u i d e . G e o m e t r y ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I C o l l e c t i o n ` 1 [ [ O S G e o . M a p G u i d e . M g C u r v e R i n g ,   O S G e o . M a p G u i d e . G e o m e t r y ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a b l e ` 1 [ [ O S G e o . M a p G u i d e . M g C u r v e R i n g ,   O S G e o . M a p G u i d e . G e o m e t r y ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . I E n u m e r a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   V o i d   A d d ( O S G e o . M a p G u i d e . M g C u r v e R i n g )  + 
+         [ M e t h o d ]   V o i d   C l e a r ( )  + 
+         [ M e t h o d ]   B o o l e a n   C o n t a i n s ( O S G e o . M a p G u i d e . M g C u r v e R i n g )  + 
+         [ M e t h o d ]   V o i d   C o p y T o ( O S G e o . M a p G u i d e . M g C u r v e R i n g [ ] ,   I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ C o u n t ( )  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ I s R e a d O n l y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C u r v e R i n g   g e t _ I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a t o r ` 1 [ O S G e o . M a p G u i d e . M g C u r v e R i n g ]   G e t E n u m e r a t o r ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C u r v e R i n g   G e t I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   I n d e x O f ( O S G e o . M a p G u i d e . M g C u r v e R i n g )  + 
+         [ M e t h o d ]   V o i d   I n s e r t ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g C u r v e R i n g )  + 
+         [ M e t h o d ]   B o o l e a n   R e m o v e ( O S G e o . M a p G u i d e . M g C u r v e R i n g )  + 
+         [ M e t h o d ]   V o i d   R e m o v e A t ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   s e t _ I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g C u r v e R i n g )  + 
+         [ M e t h o d ]   V o i d   S e t I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g C u r v e R i n g )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C u r v e S e g m e n t   :   O S G e o . M a p G u i d e . M g G e o m e t r y C o m p o n e n t  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   g e t _ E n d C o o r d i n a t e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   g e t _ S t a r t C o o r d i n a t e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   G e t E n d C o o r d i n a t e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   G e t S t a r t C o o r d i n a t e ( )  + 
+ }  + 
+ [ S y s t e m . R e f l e c t i o n . D e f a u l t M e m b e r A t t r i b u t e ]  + 
+ t y p e   O S G e o . M a p G u i d e . M g C u r v e S e g m e n t C o l l e c t i o n   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I L i s t ` 1 [ [ O S G e o . M a p G u i d e . M g C u r v e S e g m e n t ,   O S G e o . M a p G u i d e . G e o m e t r y ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I C o l l e c t i o n ` 1 [ [ O S G e o . M a p G u i d e . M g C u r v e S e g m e n t ,   O S G e o . M a p G u i d e . G e o m e t r y ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a b l e ` 1 [ [ O S G e o . M a p G u i d e . M g C u r v e S e g m e n t ,   O S G e o . M a p G u i d e . G e o m e t r y ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . I E n u m e r a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   V o i d   A d d ( O S G e o . M a p G u i d e . M g C u r v e S e g m e n t )  + 
+         [ M e t h o d ]   V o i d   C l e a r ( )  + 
+         [ M e t h o d ]   B o o l e a n   C o n t a i n s ( O S G e o . M a p G u i d e . M g C u r v e S e g m e n t )  + 
+         [ M e t h o d ]   V o i d   C o p y T o ( O S G e o . M a p G u i d e . M g C u r v e S e g m e n t [ ] ,   I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ C o u n t ( )  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ I s R e a d O n l y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C u r v e S e g m e n t   g e t _ I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a t o r ` 1 [ O S G e o . M a p G u i d e . M g C u r v e S e g m e n t ]   G e t E n u m e r a t o r ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C u r v e S e g m e n t   G e t I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   I n d e x O f ( O S G e o . M a p G u i d e . M g C u r v e S e g m e n t )  + 
+         [ M e t h o d ]   V o i d   I n s e r t ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g C u r v e S e g m e n t )  + 
+         [ M e t h o d ]   B o o l e a n   R e m o v e ( O S G e o . M a p G u i d e . M g C u r v e S e g m e n t )  + 
+         [ M e t h o d ]   V o i d   R e m o v e A t ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   s e t _ I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g C u r v e S e g m e n t )  + 
+         [ M e t h o d ]   V o i d   S e t I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g C u r v e S e g m e n t )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C u r v e S t r i n g   :   O S G e o . M a p G u i d e . M g C u r v e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r i c E n t i t y   C o p y ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ C o u n t ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ D i m e n s i o n ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   g e t _ E n d C o o r d i n a t e ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ G e o m e t r y T y p e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   g e t _ S t a r t C o o r d i n a t e ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t D i m e n s i o n ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   G e t E n d C o o r d i n a t e ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t G e o m e t r y T y p e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C u r v e S e g m e n t   G e t S e g m e n t ( I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   G e t S t a r t C o o r d i n a t e ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s C l o s e d ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s E m p t y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r i c E n t i t y   T r a n s f o r m ( O S G e o . M a p G u i d e . M g T r a n s f o r m )  + 
+ }  + 
+ [ S y s t e m . R e f l e c t i o n . D e f a u l t M e m b e r A t t r i b u t e ]  + 
+ t y p e   O S G e o . M a p G u i d e . M g C u r v e S t r i n g C o l l e c t i o n   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I L i s t ` 1 [ [ O S G e o . M a p G u i d e . M g C u r v e S t r i n g ,   O S G e o . M a p G u i d e . G e o m e t r y ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I C o l l e c t i o n ` 1 [ [ O S G e o . M a p G u i d e . M g C u r v e S t r i n g ,   O S G e o . M a p G u i d e . G e o m e t r y ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a b l e ` 1 [ [ O S G e o . M a p G u i d e . M g C u r v e S t r i n g ,   O S G e o . M a p G u i d e . G e o m e t r y ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . I E n u m e r a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   V o i d   A d d ( O S G e o . M a p G u i d e . M g C u r v e S t r i n g )  + 
+         [ M e t h o d ]   V o i d   C l e a r ( )  + 
+         [ M e t h o d ]   B o o l e a n   C o n t a i n s ( O S G e o . M a p G u i d e . M g C u r v e S t r i n g )  + 
+         [ M e t h o d ]   V o i d   C o p y T o ( O S G e o . M a p G u i d e . M g C u r v e S t r i n g [ ] ,   I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ C o u n t ( )  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ I s R e a d O n l y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C u r v e S t r i n g   g e t _ I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a t o r ` 1 [ O S G e o . M a p G u i d e . M g C u r v e S t r i n g ]   G e t E n u m e r a t o r ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C u r v e S t r i n g   G e t I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   I n d e x O f ( O S G e o . M a p G u i d e . M g C u r v e S t r i n g )  + 
+         [ M e t h o d ]   V o i d   I n s e r t ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g C u r v e S t r i n g )  + 
+         [ M e t h o d ]   B o o l e a n   R e m o v e ( O S G e o . M a p G u i d e . M g C u r v e S t r i n g )  + 
+         [ M e t h o d ]   V o i d   R e m o v e A t ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   s e t _ I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g C u r v e S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g C u r v e S t r i n g )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g E n v e l o p e   :   O S G e o . M a p G u i d e . M g S e r i a l i z a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( O S G e o . M a p G u i d e . M g C o o r d i n a t e )  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( O S G e o . M a p G u i d e . M g C o o r d i n a t e ,   O S G e o . M a p G u i d e . M g C o o r d i n a t e )  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( D o u b l e ,   D o u b l e ,   D o u b l e ,   D o u b l e )  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( O S G e o . M a p G u i d e . M g E n v e l o p e )  + 
+         [ M e t h o d ]   B o o l e a n   C o n t a i n s ( O S G e o . M a p G u i d e . M g C o o r d i n a t e )  + 
+         [ M e t h o d ]   B o o l e a n   C o n t a i n s ( O S G e o . M a p G u i d e . M g E n v e l o p e )  + 
+         [ M e t h o d ]   V o i d   E x p a n d T o I n c l u d e ( O S G e o . M a p G u i d e . M g E n v e l o p e )  + 
+         [ M e t h o d ]   V o i d   E x p a n d T o I n c l u d e ( O S G e o . M a p G u i d e . M g C o o r d i n a t e )  + 
+         [ M e t h o d ]   D o u b l e   g e t _ D e p t h ( )  + 
+         [ M e t h o d ]   D o u b l e   g e t _ H e i g h t ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   g e t _ L o w e r L e f t C o o r d i n a t e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   g e t _ U p p e r R i g h t C o o r d i n a t e ( )  + 
+         [ M e t h o d ]   D o u b l e   g e t _ W i d t h ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t D e p t h ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t H e i g h t ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   G e t L o w e r L e f t C o o r d i n a t e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   G e t U p p e r R i g h t C o o r d i n a t e ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t W i d t h ( )  + 
+         [ M e t h o d ]   B o o l e a n   I n t e r s e c t s ( O S G e o . M a p G u i d e . M g E n v e l o p e )  + 
+         [ M e t h o d ]   B o o l e a n   I s N u l l ( )  + 
+         [ M e t h o d ]   V o i d   M a k e N u l l ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g E n v e l o p e   T r a n s f o r m ( O S G e o . M a p G u i d e . M g T r a n s f o r m )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g G e o m e t r i c E n t i t y   :   O S G e o . M a p G u i d e . M g S e r i a l i z a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r i c E n t i t y   C o p y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g E n v e l o p e   E n v e l o p e ( )  + 
+         [ M e t h o d ]   D o u b l e   g e t _ A r e a ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P o i n t   g e t _ C e n t r o i d ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ D i m e n s i o n ( )  + 
+         [ M e t h o d ]   D o u b l e   g e t _ L e n g t h ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t A r e a ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P o i n t   G e t C e n t r o i d ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t D i m e n s i o n ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t L e n g t h ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s C l o s e d ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s E m p t y ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s S i m p l e ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s V a l i d ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r i c E n t i t y   T r a n s f o r m ( O S G e o . M a p G u i d e . M g T r a n s f o r m )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g G e o m e t r y   :   O S G e o . M a p G u i d e . M g G e o m e t r i c E n t i t y  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r y   B o u n d a r y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r y   B u f f e r ( D o u b l e ,   O S G e o . M a p G u i d e . M g M e a s u r e )  + 
+         [ M e t h o d ]   B o o l e a n   C o n t a i n s ( O S G e o . M a p G u i d e . M g G e o m e t r y )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r y   C o n v e x H u l l ( )  + 
+         [ M e t h o d ]   B o o l e a n   C r o s s e s ( O S G e o . M a p G u i d e . M g G e o m e t r y )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r y   D i f f e r e n c e ( O S G e o . M a p G u i d e . M g G e o m e t r y )  + 
+         [ M e t h o d ]   B o o l e a n   D i s j o i n t ( O S G e o . M a p G u i d e . M g G e o m e t r y )  + 
+         [ M e t h o d ]   D o u b l e   D i s t a n c e ( O S G e o . M a p G u i d e . M g G e o m e t r y ,   O S G e o . M a p G u i d e . M g M e a s u r e )  + 
+         [ M e t h o d ]   B o o l e a n   E q u a l s ( O S G e o . M a p G u i d e . M g G e o m e t r y )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ G e o m e t r y T y p e ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t G e o m e t r y T y p e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r y   I n t e r s e c t i o n ( O S G e o . M a p G u i d e . M g G e o m e t r y )  + 
+         [ M e t h o d ]   B o o l e a n   I n t e r s e c t s ( O S G e o . M a p G u i d e . M g G e o m e t r y )  + 
+         [ M e t h o d ]   B o o l e a n   O v e r l a p s ( O S G e o . M a p G u i d e . M g G e o m e t r y )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P r e p a r e d G e o m e t r y   P r e p a r e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r y   S y m e t r i c D i f f e r e n c e ( O S G e o . M a p G u i d e . M g G e o m e t r y )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r y   T e s s e l l a t e ( )  + 
+         [ M e t h o d ]   B o o l e a n   T o u c h e s ( O S G e o . M a p G u i d e . M g G e o m e t r y )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r y   U n i o n ( O S G e o . M a p G u i d e . M g G e o m e t r y )  + 
+         [ M e t h o d ]   B o o l e a n   W i t h i n ( O S G e o . M a p G u i d e . M g G e o m e t r y )  + 
+ }  + 
+ [ S y s t e m . R e f l e c t i o n . D e f a u l t M e m b e r A t t r i b u t e ]  + 
+ t y p e   O S G e o . M a p G u i d e . M g G e o m e t r y C o l l e c t i o n   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I L i s t ` 1 [ [ O S G e o . M a p G u i d e . M g G e o m e t r y ,   O S G e o . M a p G u i d e . G e o m e t r y ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I C o l l e c t i o n ` 1 [ [ O S G e o . M a p G u i d e . M g G e o m e t r y ,   O S G e o . M a p G u i d e . G e o m e t r y ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a b l e ` 1 [ [ O S G e o . M a p G u i d e . M g G e o m e t r y ,   O S G e o . M a p G u i d e . G e o m e t r y ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . I E n u m e r a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   V o i d   A d d ( O S G e o . M a p G u i d e . M g G e o m e t r y )  + 
+         [ M e t h o d ]   V o i d   C l e a r ( )  + 
+         [ M e t h o d ]   B o o l e a n   C o n t a i n s ( O S G e o . M a p G u i d e . M g G e o m e t r y )  + 
+         [ M e t h o d ]   V o i d   C o p y T o ( O S G e o . M a p G u i d e . M g G e o m e t r y [ ] ,   I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ C o u n t ( )  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ I s R e a d O n l y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r y   g e t _ I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a t o r ` 1 [ O S G e o . M a p G u i d e . M g G e o m e t r y ]   G e t E n u m e r a t o r ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r y   G e t I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   I n d e x O f ( O S G e o . M a p G u i d e . M g G e o m e t r y )  + 
+         [ M e t h o d ]   V o i d   I n s e r t ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g G e o m e t r y )  + 
+         [ M e t h o d ]   B o o l e a n   R e m o v e ( O S G e o . M a p G u i d e . M g G e o m e t r y )  + 
+         [ M e t h o d ]   V o i d   R e m o v e A t ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   s e t _ I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g G e o m e t r y )  + 
+         [ M e t h o d ]   V o i d   S e t I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g G e o m e t r y )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g G e o m e t r y C o m p o n e n t   :   O S G e o . M a p G u i d e . M g G e o m e t r i c E n t i t y  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ C o m p o n e n t T y p e ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o m p o n e n t T y p e ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g G e o m e t r y F a c t o r y   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g A r c S e g m e n t   C r e a t e A r c S e g m e n t ( O S G e o . M a p G u i d e . M g C o o r d i n a t e ,   O S G e o . M a p G u i d e . M g C o o r d i n a t e ,   O S G e o . M a p G u i d e . M g C o o r d i n a t e )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   C r e a t e C o o r d i n a t e X Y ( D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   C r e a t e C o o r d i n a t e X Y M ( D o u b l e ,   D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   C r e a t e C o o r d i n a t e X Y Z ( D o u b l e ,   D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   C r e a t e C o o r d i n a t e X Y Z M ( D o u b l e ,   D o u b l e ,   D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C u r v e P o l y g o n   C r e a t e C u r v e P o l y g o n ( O S G e o . M a p G u i d e . M g C u r v e R i n g ,   O S G e o . M a p G u i d e . M g C u r v e R i n g C o l l e c t i o n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C u r v e R i n g   C r e a t e C u r v e R i n g ( O S G e o . M a p G u i d e . M g C u r v e S e g m e n t C o l l e c t i o n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C u r v e S t r i n g   C r e a t e C u r v e S t r i n g ( O S G e o . M a p G u i d e . M g C u r v e S e g m e n t C o l l e c t i o n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g L i n e a r R i n g   C r e a t e L i n e a r R i n g ( O S G e o . M a p G u i d e . M g C o o r d i n a t e C o l l e c t i o n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g L i n e a r S e g m e n t   C r e a t e L i n e a r S e g m e n t ( O S G e o . M a p G u i d e . M g C o o r d i n a t e C o l l e c t i o n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g L i n e S t r i n g   C r e a t e L i n e S t r i n g ( O S G e o . M a p G u i d e . M g C o o r d i n a t e C o l l e c t i o n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g M u l t i C u r v e P o l y g o n   C r e a t e M u l t i C u r v e P o l y g o n ( O S G e o . M a p G u i d e . M g C u r v e P o l y g o n C o l l e c t i o n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g M u l t i C u r v e S t r i n g   C r e a t e M u l t i C u r v e S t r i n g ( O S G e o . M a p G u i d e . M g C u r v e S t r i n g C o l l e c t i o n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g M u l t i G e o m e t r y   C r e a t e M u l t i G e o m e t r y ( O S G e o . M a p G u i d e . M g G e o m e t r y C o l l e c t i o n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g M u l t i L i n e S t r i n g   C r e a t e M u l t i L i n e S t r i n g ( O S G e o . M a p G u i d e . M g L i n e S t r i n g C o l l e c t i o n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g M u l t i P o i n t   C r e a t e M u l t i P o i n t ( O S G e o . M a p G u i d e . M g P o i n t C o l l e c t i o n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g M u l t i P o l y g o n   C r e a t e M u l t i P o l y g o n ( O S G e o . M a p G u i d e . M g P o l y g o n C o l l e c t i o n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P o i n t   C r e a t e P o i n t ( O S G e o . M a p G u i d e . M g C o o r d i n a t e )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P o l y g o n   C r e a t e P o l y g o n ( O S G e o . M a p G u i d e . M g L i n e a r R i n g ,   O S G e o . M a p G u i d e . M g L i n e a r R i n g C o l l e c t i o n )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g G e o m e t r y S i m p l i f i e r   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r y   S i m p l i f y ( O S G e o . M a p G u i d e . M g G e o m e t r y ,   D o u b l e ,   I n t 3 2 )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g L i n e a r R i n g   :   O S G e o . M a p G u i d e . M g R i n g  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r i c E n t i t y   C o p y ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ C o m p o n e n t T y p e ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ D i m e n s i o n ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o m p o n e n t T y p e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e I t e r a t o r   G e t C o o r d i n a t e s ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t D i m e n s i o n ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s C l o s e d ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s E m p t y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r i c E n t i t y   T r a n s f o r m ( O S G e o . M a p G u i d e . M g T r a n s f o r m )  + 
+ }  + 
+ [ S y s t e m . R e f l e c t i o n . D e f a u l t M e m b e r A t t r i b u t e ]  + 
+ t y p e   O S G e o . M a p G u i d e . M g L i n e a r R i n g C o l l e c t i o n   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I L i s t ` 1 [ [ O S G e o . M a p G u i d e . M g L i n e a r R i n g ,   O S G e o . M a p G u i d e . G e o m e t r y ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I C o l l e c t i o n ` 1 [ [ O S G e o . M a p G u i d e . M g L i n e a r R i n g ,   O S G e o . M a p G u i d e . G e o m e t r y ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a b l e ` 1 [ [ O S G e o . M a p G u i d e . M g L i n e a r R i n g ,   O S G e o . M a p G u i d e . G e o m e t r y ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . I E n u m e r a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   V o i d   A d d ( O S G e o . M a p G u i d e . M g L i n e a r R i n g )  + 
+         [ M e t h o d ]   V o i d   C l e a r ( )  + 
+         [ M e t h o d ]   B o o l e a n   C o n t a i n s ( O S G e o . M a p G u i d e . M g L i n e a r R i n g )  + 
+         [ M e t h o d ]   V o i d   C o p y T o ( O S G e o . M a p G u i d e . M g L i n e a r R i n g [ ] ,   I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ C o u n t ( )  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ I s R e a d O n l y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g L i n e a r R i n g   g e t _ I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a t o r ` 1 [ O S G e o . M a p G u i d e . M g L i n e a r R i n g ]   G e t E n u m e r a t o r ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g L i n e a r R i n g   G e t I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   I n d e x O f ( O S G e o . M a p G u i d e . M g L i n e a r R i n g )  + 
+         [ M e t h o d ]   V o i d   I n s e r t ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g L i n e a r R i n g )  + 
+         [ M e t h o d ]   B o o l e a n   R e m o v e ( O S G e o . M a p G u i d e . M g L i n e a r R i n g )  + 
+         [ M e t h o d ]   V o i d   R e m o v e A t ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   s e t _ I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g L i n e a r R i n g )  + 
+         [ M e t h o d ]   V o i d   S e t I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g L i n e a r R i n g )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g L i n e a r S e g m e n t   :   O S G e o . M a p G u i d e . M g C u r v e S e g m e n t  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r i c E n t i t y   C o p y ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ C o m p o n e n t T y p e ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ D i m e n s i o n ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   g e t _ E n d C o o r d i n a t e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   g e t _ S t a r t C o o r d i n a t e ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o m p o n e n t T y p e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e I t e r a t o r   G e t C o o r d i n a t e s ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t D i m e n s i o n ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   G e t E n d C o o r d i n a t e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   G e t S t a r t C o o r d i n a t e ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s C l o s e d ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s E m p t y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r i c E n t i t y   T r a n s f o r m ( O S G e o . M a p G u i d e . M g T r a n s f o r m )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g L i n e S t r i n g   :   O S G e o . M a p G u i d e . M g C u r v e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r i c E n t i t y   C o p y ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ D i m e n s i o n ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   g e t _ E n d C o o r d i n a t e ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ G e o m e t r y T y p e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   g e t _ S t a r t C o o r d i n a t e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e I t e r a t o r   G e t C o o r d i n a t e s ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t D i m e n s i o n ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   G e t E n d C o o r d i n a t e ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t G e o m e t r y T y p e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   G e t S t a r t C o o r d i n a t e ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s C l o s e d ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s E m p t y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r i c E n t i t y   T r a n s f o r m ( O S G e o . M a p G u i d e . M g T r a n s f o r m )  + 
+ }  + 
+ [ S y s t e m . R e f l e c t i o n . D e f a u l t M e m b e r A t t r i b u t e ]  + 
+ t y p e   O S G e o . M a p G u i d e . M g L i n e S t r i n g C o l l e c t i o n   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I L i s t ` 1 [ [ O S G e o . M a p G u i d e . M g L i n e S t r i n g ,   O S G e o . M a p G u i d e . G e o m e t r y ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I C o l l e c t i o n ` 1 [ [ O S G e o . M a p G u i d e . M g L i n e S t r i n g ,   O S G e o . M a p G u i d e . G e o m e t r y ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a b l e ` 1 [ [ O S G e o . M a p G u i d e . M g L i n e S t r i n g ,   O S G e o . M a p G u i d e . G e o m e t r y ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . I E n u m e r a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   V o i d   A d d ( O S G e o . M a p G u i d e . M g L i n e S t r i n g )  + 
+         [ M e t h o d ]   V o i d   C l e a r ( )  + 
+         [ M e t h o d ]   B o o l e a n   C o n t a i n s ( O S G e o . M a p G u i d e . M g L i n e S t r i n g )  + 
+         [ M e t h o d ]   V o i d   C o p y T o ( O S G e o . M a p G u i d e . M g L i n e S t r i n g [ ] ,   I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ C o u n t ( )  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ I s R e a d O n l y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g L i n e S t r i n g   g e t _ I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a t o r ` 1 [ O S G e o . M a p G u i d e . M g L i n e S t r i n g ]   G e t E n u m e r a t o r ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g L i n e S t r i n g   G e t I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   I n d e x O f ( O S G e o . M a p G u i d e . M g L i n e S t r i n g )  + 
+         [ M e t h o d ]   V o i d   I n s e r t ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g L i n e S t r i n g )  + 
+         [ M e t h o d ]   B o o l e a n   R e m o v e ( O S G e o . M a p G u i d e . M g L i n e S t r i n g )  + 
+         [ M e t h o d ]   V o i d   R e m o v e A t ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   s e t _ I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g L i n e S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g L i n e S t r i n g )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g M e a s u r e   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   D o u b l e   G e t A z i m u t h ( O S G e o . M a p G u i d e . M g C o o r d i n a t e ,   O S G e o . M a p G u i d e . M g C o o r d i n a t e )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   G e t C o o r d i n a t e ( O S G e o . M a p G u i d e . M g C o o r d i n a t e ,   D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   D o u b l e   G e t D i s t a n c e ( O S G e o . M a p G u i d e . M g C o o r d i n a t e ,   O S G e o . M a p G u i d e . M g C o o r d i n a t e )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g M u l t i C u r v e P o l y g o n   :   O S G e o . M a p G u i d e . M g A g g r e g a t e G e o m e t r y  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r i c E n t i t y   C o p y ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ C o u n t ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ D i m e n s i o n ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ G e o m e t r y T y p e ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C u r v e P o l y g o n   G e t C u r v e P o l y g o n ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t D i m e n s i o n ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t G e o m e t r y T y p e ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s C l o s e d ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s E m p t y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r i c E n t i t y   T r a n s f o r m ( O S G e o . M a p G u i d e . M g T r a n s f o r m )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g M u l t i C u r v e S t r i n g   :   O S G e o . M a p G u i d e . M g A g g r e g a t e G e o m e t r y  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r i c E n t i t y   C o p y ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ C o u n t ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ D i m e n s i o n ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ G e o m e t r y T y p e ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C u r v e S t r i n g   G e t C u r v e S t r i n g ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t D i m e n s i o n ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t G e o m e t r y T y p e ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s C l o s e d ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s E m p t y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r i c E n t i t y   T r a n s f o r m ( O S G e o . M a p G u i d e . M g T r a n s f o r m )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g M u l t i G e o m e t r y   :   O S G e o . M a p G u i d e . M g A g g r e g a t e G e o m e t r y  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r i c E n t i t y   C o p y ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ C o u n t ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ D i m e n s i o n ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ G e o m e t r y T y p e ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t D i m e n s i o n ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r y   G e t G e o m e t r y ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t G e o m e t r y T y p e ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s C l o s e d ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s E m p t y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r i c E n t i t y   T r a n s f o r m ( O S G e o . M a p G u i d e . M g T r a n s f o r m )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g M u l t i L i n e S t r i n g   :   O S G e o . M a p G u i d e . M g A g g r e g a t e G e o m e t r y  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r i c E n t i t y   C o p y ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ C o u n t ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ D i m e n s i o n ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ G e o m e t r y T y p e ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t D i m e n s i o n ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t G e o m e t r y T y p e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g L i n e S t r i n g   G e t L i n e S t r i n g ( I n t 3 2 )  + 
+         [ M e t h o d ]   B o o l e a n   I s C l o s e d ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s E m p t y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r i c E n t i t y   T r a n s f o r m ( O S G e o . M a p G u i d e . M g T r a n s f o r m )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g M u l t i P o i n t   :   O S G e o . M a p G u i d e . M g A g g r e g a t e G e o m e t r y  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r i c E n t i t y   C o p y ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ C o u n t ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ D i m e n s i o n ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ G e o m e t r y T y p e ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t D i m e n s i o n ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t G e o m e t r y T y p e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P o i n t   G e t P o i n t ( I n t 3 2 )  + 
+         [ M e t h o d ]   B o o l e a n   I s C l o s e d ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s E m p t y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r i c E n t i t y   T r a n s f o r m ( O S G e o . M a p G u i d e . M g T r a n s f o r m )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g M u l t i P o l y g o n   :   O S G e o . M a p G u i d e . M g A g g r e g a t e G e o m e t r y  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r i c E n t i t y   C o p y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e I t e r a t o r   g e t _ C o o r d i n a t e s ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ C o u n t ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ D i m e n s i o n ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ G e o m e t r y T y p e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e I t e r a t o r   G e t C o o r d i n a t e s ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t D i m e n s i o n ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t G e o m e t r y T y p e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P o l y g o n   G e t P o l y g o n ( I n t 3 2 )  + 
+         [ M e t h o d ]   B o o l e a n   I s C l o s e d ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s E m p t y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r i c E n t i t y   T r a n s f o r m ( O S G e o . M a p G u i d e . M g T r a n s f o r m )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g P o i n t   :   O S G e o . M a p G u i d e . M g G e o m e t r y  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r i c E n t i t y   C o p y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   g e t _ C o o r d i n a t e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e I t e r a t o r   g e t _ C o o r d i n a t e s ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ D i m e n s i o n ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ G e o m e t r y T y p e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   G e t C o o r d i n a t e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e I t e r a t o r   G e t C o o r d i n a t e s ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t D i m e n s i o n ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t G e o m e t r y T y p e ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s C l o s e d ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s E m p t y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r i c E n t i t y   T r a n s f o r m ( O S G e o . M a p G u i d e . M g T r a n s f o r m )  + 
+ }  + 
+ [ S y s t e m . R e f l e c t i o n . D e f a u l t M e m b e r A t t r i b u t e ]  + 
+ t y p e   O S G e o . M a p G u i d e . M g P o i n t C o l l e c t i o n   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I L i s t ` 1 [ [ O S G e o . M a p G u i d e . M g P o i n t ,   O S G e o . M a p G u i d e . G e o m e t r y ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I C o l l e c t i o n ` 1 [ [ O S G e o . M a p G u i d e . M g P o i n t ,   O S G e o . M a p G u i d e . G e o m e t r y ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a b l e ` 1 [ [ O S G e o . M a p G u i d e . M g P o i n t ,   O S G e o . M a p G u i d e . G e o m e t r y ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . I E n u m e r a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   V o i d   A d d ( O S G e o . M a p G u i d e . M g P o i n t )  + 
+         [ M e t h o d ]   V o i d   C l e a r ( )  + 
+         [ M e t h o d ]   B o o l e a n   C o n t a i n s ( O S G e o . M a p G u i d e . M g P o i n t )  + 
+         [ M e t h o d ]   V o i d   C o p y T o ( O S G e o . M a p G u i d e . M g P o i n t [ ] ,   I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ C o u n t ( )  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ I s R e a d O n l y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P o i n t   g e t _ I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a t o r ` 1 [ O S G e o . M a p G u i d e . M g P o i n t ]   G e t E n u m e r a t o r ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P o i n t   G e t I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   I n d e x O f ( O S G e o . M a p G u i d e . M g P o i n t )  + 
+         [ M e t h o d ]   V o i d   I n s e r t ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g P o i n t )  + 
+         [ M e t h o d ]   B o o l e a n   R e m o v e ( O S G e o . M a p G u i d e . M g P o i n t )  + 
+         [ M e t h o d ]   V o i d   R e m o v e A t ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   s e t _ I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g P o i n t )  + 
+         [ M e t h o d ]   V o i d   S e t I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g P o i n t )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g P o l y g o n   :   O S G e o . M a p G u i d e . M g R e g i o n  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r i c E n t i t y   C o p y ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ D i m e n s i o n ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g L i n e a r R i n g   g e t _ E x t e r i o r R i n g ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ G e o m e t r y T y p e ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ I n t e r i o r R i n g C o u n t ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e I t e r a t o r   G e t C o o r d i n a t e s ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t D i m e n s i o n ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g L i n e a r R i n g   G e t E x t e r i o r R i n g ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t G e o m e t r y T y p e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g L i n e a r R i n g   G e t I n t e r i o r R i n g ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t I n t e r i o r R i n g C o u n t ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s C l o s e d ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s E m p t y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r i c E n t i t y   T r a n s f o r m ( O S G e o . M a p G u i d e . M g T r a n s f o r m )  + 
+ }  + 
+ [ S y s t e m . R e f l e c t i o n . D e f a u l t M e m b e r A t t r i b u t e ]  + 
+ t y p e   O S G e o . M a p G u i d e . M g P o l y g o n C o l l e c t i o n   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I L i s t ` 1 [ [ O S G e o . M a p G u i d e . M g P o l y g o n ,   O S G e o . M a p G u i d e . G e o m e t r y ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I C o l l e c t i o n ` 1 [ [ O S G e o . M a p G u i d e . M g P o l y g o n ,   O S G e o . M a p G u i d e . G e o m e t r y ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a b l e ` 1 [ [ O S G e o . M a p G u i d e . M g P o l y g o n ,   O S G e o . M a p G u i d e . G e o m e t r y ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . I E n u m e r a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   V o i d   A d d ( O S G e o . M a p G u i d e . M g P o l y g o n )  + 
+         [ M e t h o d ]   V o i d   C l e a r ( )  + 
+         [ M e t h o d ]   B o o l e a n   C o n t a i n s ( O S G e o . M a p G u i d e . M g P o l y g o n )  + 
+         [ M e t h o d ]   V o i d   C o p y T o ( O S G e o . M a p G u i d e . M g P o l y g o n [ ] ,   I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ C o u n t ( )  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ I s R e a d O n l y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P o l y g o n   g e t _ I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a t o r ` 1 [ O S G e o . M a p G u i d e . M g P o l y g o n ]   G e t E n u m e r a t o r ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P o l y g o n   G e t I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   I n d e x O f ( O S G e o . M a p G u i d e . M g P o l y g o n )  + 
+         [ M e t h o d ]   V o i d   I n s e r t ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g P o l y g o n )  + 
+         [ M e t h o d ]   B o o l e a n   R e m o v e ( O S G e o . M a p G u i d e . M g P o l y g o n )  + 
+         [ M e t h o d ]   V o i d   R e m o v e A t ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   s e t _ I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g P o l y g o n )  + 
+         [ M e t h o d ]   V o i d   S e t I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g P o l y g o n )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g P r e p a r e d G e o m e t r y   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   B o o l e a n   C o n t a i n s ( O S G e o . M a p G u i d e . M g G e o m e t r y )  + 
+         [ M e t h o d ]   B o o l e a n   C r o s s e s ( O S G e o . M a p G u i d e . M g G e o m e t r y )  + 
+         [ M e t h o d ]   B o o l e a n   D i s j o i n t ( O S G e o . M a p G u i d e . M g G e o m e t r y )  + 
+         [ M e t h o d ]   B o o l e a n   I n t e r s e c t s ( O S G e o . M a p G u i d e . M g G e o m e t r y )  + 
+         [ M e t h o d ]   B o o l e a n   O v e r l a p s ( O S G e o . M a p G u i d e . M g G e o m e t r y )  + 
+         [ M e t h o d ]   B o o l e a n   T o u c h e s ( O S G e o . M a p G u i d e . M g G e o m e t r y )  + 
+         [ M e t h o d ]   B o o l e a n   W i t h i n ( O S G e o . M a p G u i d e . M g G e o m e t r y )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g R e g i o n   :   O S G e o . M a p G u i d e . M g G e o m e t r y  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e I t e r a t o r   g e t _ C o o r d i n a t e s ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P o i n t   g e t _ P o i n t I n R e g i o n ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e I t e r a t o r   G e t C o o r d i n a t e s ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P o i n t   G e t P o i n t I n R e g i o n ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g R i n g   :   O S G e o . M a p G u i d e . M g G e o m e t r y C o m p o n e n t  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e I t e r a t o r   g e t _ C o o r d i n a t e s ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P o i n t   g e t _ P o i n t I n R i n g ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e I t e r a t o r   G e t C o o r d i n a t e s ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P o i n t   G e t P o i n t I n R i n g ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g T r a n s f o r m   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   T r a n s f o r m ( D o u b l e ,   D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g E n v e l o p e   T r a n s f o r m ( O S G e o . M a p G u i d e . M g E n v e l o p e )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   T r a n s f o r m ( D o u b l e ,   D o u b l e )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   T r a n s f o r m ( O S G e o . M a p G u i d e . M g C o o r d i n a t e )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g W k t R e a d e r W r i t e r   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r y   R e a d ( S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g T r a n s f o r m )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r y   R e a d ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   W r i t e ( O S G e o . M a p G u i d e . M g G e o m e t r y )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   W r i t e ( O S G e o . M a p G u i d e . M g G e o m e t r y ,   O S G e o . M a p G u i d e . M g T r a n s f o r m )  + 
+ }  + 
+ A s s e m b l y :   O S G e o . M a p G u i d e . P l a t f o r m B a s e ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l  + 
+ t y p e   O S G e o . M a p G u i d e . M g L a y e r G r o u p T y p e   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   B a s e M a p  + 
+         [ F i e l d ]   I n t 3 2   B a s e M a p F r o m T i l e S e t  + 
+         [ F i e l d ]   I n t 3 2   N o r m a l  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g L a y e r T y p e   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   B a s e M a p  + 
+         [ F i e l d ]   I n t 3 2   D y n a m i c  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g S e r v i c e T y p e   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 1 6   D r a w i n g S e r v i c e  + 
+         [ F i e l d ]   I n t 1 6   F e a t u r e S e r v i c e  + 
+         [ F i e l d ]   I n t 1 6   K m l S e r v i c e  + 
+         [ F i e l d ]   I n t 1 6   M a p p i n g S e r v i c e  + 
+         [ F i e l d ]   I n t 1 6   P r o f i l i n g S e r v i c e  + 
+         [ F i e l d ]   I n t 1 6   R e n d e r i n g S e r v i c e  + 
+         [ F i e l d ]   I n t 1 6   R e s o u r c e S e r v i c e  + 
+         [ F i e l d ]   I n t 1 6   T i l e S e r v i c e  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g U s e r   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A d m i n i s t r a t o r  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A n o n y m o u s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A u t h o r  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   W f s U s e r  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   W m s U s e r  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g G r o u p   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   E v e r y o n e  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g R o l e   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A d m i n i s t r a t o r  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A u t h o r  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   V i e w e r  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g F e a t u r e C o m m a n d T y p e   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   D e l e t e F e a t u r e s  + 
+         [ F i e l d ]   I n t 3 2   I n s e r t F e a t u r e s  + 
+         [ F i e l d ]   I n t 3 2   L o c k F e a t u r e s  + 
+         [ F i e l d ]   I n t 3 2   U n l o c k F e a t u r e s  + 
+         [ F i e l d ]   I n t 3 2   U p d a t e F e a t u r e s  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g F e a t u r e G e o m e t r i c T y p e   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   C u r v e  + 
+         [ F i e l d ]   I n t 3 2   P o i n t  + 
+         [ F i e l d ]   I n t 3 2   S o l i d  + 
+         [ F i e l d ]   I n t 3 2   S u r f a c e  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g F e a t u r e S p a t i a l O p e r a t i o n s   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   C o n t a i n s  + 
+         [ F i e l d ]   I n t 3 2   C o v e r e d B y  + 
+         [ F i e l d ]   I n t 3 2   C r o s s e s  + 
+         [ F i e l d ]   I n t 3 2   D i s j o i n t  + 
+         [ F i e l d ]   I n t 3 2   E n v e l o p e I n t e r s e c t s  + 
+         [ F i e l d ]   I n t 3 2   E q u a l s  + 
+         [ F i e l d ]   I n t 3 2   I n s i d e  + 
+         [ F i e l d ]   I n t 3 2   I n t e r s e c t s  + 
+         [ F i e l d ]   I n t 3 2   O v e r l a p s  + 
+         [ F i e l d ]   I n t 3 2   T o u c h e s  + 
+         [ F i e l d ]   I n t 3 2   W i t h i n  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g O b j e c t P r o p e r t y T y p e   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   C o l l e c t i o n  + 
+         [ F i e l d ]   I n t 3 2   O r d e r e d C o l l e c t i o n  + 
+         [ F i e l d ]   I n t 3 2   V a l u e  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g O r d e r i n g O p t i o n   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   A s c e n d i n g  + 
+         [ F i e l d ]   I n t 3 2   D e s c e n d i n g  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g P a r a m e t e r D i r e c t i o n   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   I n p u t  + 
+         [ F i e l d ]   I n t 3 2   I n p u t O u t p u t  + 
+         [ F i e l d ]   I n t 3 2   O u t p u t  + 
+         [ F i e l d ]   I n t 3 2   R e t  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g R a s t e r D a t a M o d e l T y p e   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   B i t o n a l  + 
+         [ F i e l d ]   I n t 3 2   D a t a  + 
+         [ F i e l d ]   I n t 3 2   G r a y  + 
+         [ F i e l d ]   I n t 3 2   P a l e t t e  + 
+         [ F i e l d ]   I n t 3 2   R G B  + 
+         [ F i e l d ]   I n t 3 2   R G B A  + 
+         [ F i e l d ]   I n t 3 2   U n k n o w n  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g R e a d e r T y p e   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   D a t a R e a d e r  + 
+         [ F i e l d ]   I n t 3 2   F e a t u r e R e a d e r  + 
+         [ F i e l d ]   I n t 3 2   S q l D a t a R e a d e r  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g R e p o s i t o r y T y p e   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   L i b r a r y  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   S e s s i o n  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g R e s o u r c e T y p e   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A p p l i c a t i o n D e f i n i t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D r a w i n g S o u r c e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   F e a t u r e S o u r c e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   F o l d e r  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   L a y e r D e f i n i t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   L o a d P r o c e d u r e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M a p  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M a p D e f i n i t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   P r i n t L a y o u t  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   S e l e c t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   S y m b o l D e f i n i t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   S y m b o l L i b r a r y  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   T i l e S e t D e f i n i t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   W a t e r m a r k D e f i n i t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   W e b L a y o u t  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g R e s o u r c e T a g   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D a t a F i l e P a t h  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D a t a P a t h A l i a s B e g i n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D a t a P a t h A l i a s E n d  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   L o g i n P a s s w o r d  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   L o g i n U s e r n a m e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   P a s s w o r d  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   P r o x y P a s s w o r d  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   P r o x y P o r t  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   P r o x y S e r v e r  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   P r o x y U s e r n a m e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   T i l e C a c h e P a t h  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   U s e r n a m e  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g R e s o u r c e D a t a N a m e   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   P r o x y C r e d e n t i a l s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   P r o x y S e r v e r N a m e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   P r o x y S e r v e r P o r t  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   U s e r C r e d e n t i a l s  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g R e s o u r c e D a t a T y p e   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   F i l e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   S t r e a m  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   S t r i n g  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g R e s o u r c e P e r m i s s i o n   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   P e r m i s s i o n N o A c c e s s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   P e r m i s s i o n R e a d O n l y  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   P e r m i s s i o n R e a d W r i t e  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g R e s o u r c e H e a d e r P r o p e r t i e s   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   G e n e r a l  + 
+         [ F i e l d ]   I n t 3 2   M e t a d a t a  + 
+         [ F i e l d ]   I n t 3 2   S e c u r i t y  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g S p a t i a l C o n t e x t E x t e n t T y p e   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   s c D y n a m i c  + 
+         [ F i e l d ]   I n t 3 2   s c S t a t i c  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o l o r   :   O S G e o . M a p G u i d e . M g S e r i a l i z a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( I n t 1 6 ,   I n t 1 6 ,   I n t 1 6 )  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . S t r i n g )  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . D r a w i n g . C o l o r )  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( I n t 1 6 ,   I n t 1 6 ,   I n t 1 6 ,   I n t 1 6 )  + 
+         [ M e t h o d ]   I n t 1 6   g e t _ A l p h a ( )  + 
+         [ M e t h o d ]   I n t 1 6   g e t _ B l u e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ C o l o r ( )  + 
+         [ M e t h o d ]   I n t 1 6   g e t _ G r e e n ( )  + 
+         [ M e t h o d ]   I n t 1 6   g e t _ R e d ( )  + 
+         [ M e t h o d ]   I n t 1 6   G e t A l p h a ( )  + 
+         [ M e t h o d ]   I n t 1 6   G e t B l u e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t C o l o r ( )  + 
+         [ M e t h o d ]   I n t 1 6   G e t G r e e n ( )  + 
+         [ M e t h o d ]   I n t 1 6   G e t R e d ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g B l o b P r o p e r t y   :   O S G e o . M a p G u i d e . M g N u l l a b l e P r o p e r t y  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g B y t e R e a d e r )  + 
+         [ M e t h o d ]   I n t 1 6   g e t _ P r o p e r t y T y p e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   g e t _ V a l u e ( )  + 
+         [ M e t h o d ]   I n t 1 6   G e t P r o p e r t y T y p e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t V a l u e ( )  + 
+         [ M e t h o d ]   V o i d   s e t _ V a l u e ( O S G e o . M a p G u i d e . M g B y t e R e a d e r )  + 
+         [ M e t h o d ]   V o i d   S e t V a l u e ( O S G e o . M a p G u i d e . M g B y t e R e a d e r )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g B o o l e a n P r o p e r t y   :   O S G e o . M a p G u i d e . M g N u l l a b l e P r o p e r t y  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . S t r i n g ,   B o o l e a n )  + 
+         [ M e t h o d ]   I n t 1 6   g e t _ P r o p e r t y T y p e ( )  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ V a l u e ( )  + 
+         [ M e t h o d ]   I n t 1 6   G e t P r o p e r t y T y p e ( )  + 
+         [ M e t h o d ]   B o o l e a n   G e t V a l u e ( )  + 
+         [ M e t h o d ]   V o i d   s e t _ V a l u e ( B o o l e a n )  + 
+         [ M e t h o d ]   V o i d   S e t V a l u e ( B o o l e a n )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g B y t e P r o p e r t y   :   O S G e o . M a p G u i d e . M g N u l l a b l e P r o p e r t y  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . S t r i n g ,   B y t e )  + 
+         [ M e t h o d ]   I n t 1 6   g e t _ P r o p e r t y T y p e ( )  + 
+         [ M e t h o d ]   B y t e   g e t _ V a l u e ( )  + 
+         [ M e t h o d ]   I n t 1 6   G e t P r o p e r t y T y p e ( )  + 
+         [ M e t h o d ]   B y t e   G e t V a l u e ( )  + 
+         [ M e t h o d ]   V o i d   s e t _ V a l u e ( B y t e )  + 
+         [ M e t h o d ]   V o i d   S e t V a l u e ( B y t e )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C l a s s D e f i n i t i o n   :   O S G e o . M a p G u i d e . M g N a m e d S e r i a l i z a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   V o i d   D e l e t e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C l a s s D e f i n i t i o n   g e t _ B a s e C l a s s D e f i n i t i o n ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ D e f a u l t G e o m e t r y P r o p e r t y N a m e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ D e s c r i p t i o n ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ N a m e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C l a s s D e f i n i t i o n   G e t B a s e C l a s s D e f i n i t i o n ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t D e f a u l t G e o m e t r y P r o p e r t y N a m e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t D e s c r i p t i o n ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P r o p e r t y D e f i n i t i o n C o l l e c t i o n   G e t I d e n t i t y P r o p e r t i e s ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t N a m e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P r o p e r t y D e f i n i t i o n C o l l e c t i o n   G e t P r o p e r t i e s ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s A b s t r a c t ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s C o m p u t e d ( )  + 
+         [ M e t h o d ]   V o i d   s e t _ D e f a u l t G e o m e t r y P r o p e r t y N a m e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   s e t _ D e s c r i p t i o n ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   s e t _ N a m e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t D e f a u l t G e o m e t r y P r o p e r t y N a m e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t D e s c r i p t i o n ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t N a m e ( S y s t e m . S t r i n g )  + 
+ }  + 
+ [ S y s t e m . R e f l e c t i o n . D e f a u l t M e m b e r A t t r i b u t e ]  + 
+ t y p e   O S G e o . M a p G u i d e . M g C l a s s D e f i n i t i o n C o l l e c t i o n   :   O S G e o . M a p G u i d e . M g C o l l e c t i o n  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I L i s t ` 1 [ [ O S G e o . M a p G u i d e . M g C l a s s D e f i n i t i o n ,   O S G e o . M a p G u i d e . P l a t f o r m B a s e ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I C o l l e c t i o n ` 1 [ [ O S G e o . M a p G u i d e . M g C l a s s D e f i n i t i o n ,   O S G e o . M a p G u i d e . P l a t f o r m B a s e ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a b l e ` 1 [ [ O S G e o . M a p G u i d e . M g C l a s s D e f i n i t i o n ,   O S G e o . M a p G u i d e . P l a t f o r m B a s e ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . I E n u m e r a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   V o i d   A d d ( O S G e o . M a p G u i d e . M g C l a s s D e f i n i t i o n )  + 
+         [ M e t h o d ]   V o i d   C l e a r ( )  + 
+         [ M e t h o d ]   B o o l e a n   C o n t a i n s ( O S G e o . M a p G u i d e . M g C l a s s D e f i n i t i o n )  + 
+         [ M e t h o d ]   V o i d   C o p y T o ( O S G e o . M a p G u i d e . M g C l a s s D e f i n i t i o n [ ] ,   I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ C o u n t ( )  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ I s R e a d O n l y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C l a s s D e f i n i t i o n   g e t _ I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a t o r ` 1 [ O S G e o . M a p G u i d e . M g C l a s s D e f i n i t i o n ]   G e t E n u m e r a t o r ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C l a s s D e f i n i t i o n   G e t I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   I n d e x O f ( O S G e o . M a p G u i d e . M g C l a s s D e f i n i t i o n )  + 
+         [ M e t h o d ]   V o i d   I n s e r t ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g C l a s s D e f i n i t i o n )  + 
+         [ M e t h o d ]   B o o l e a n   R e m o v e ( O S G e o . M a p G u i d e . M g C l a s s D e f i n i t i o n )  + 
+         [ M e t h o d ]   V o i d   R e m o v e A t ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   s e t _ I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g C l a s s D e f i n i t i o n )  + 
+         [ M e t h o d ]   V o i d   S e t I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g C l a s s D e f i n i t i o n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   T o X m l ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C l o b P r o p e r t y   :   O S G e o . M a p G u i d e . M g N u l l a b l e P r o p e r t y  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g B y t e R e a d e r )  + 
+         [ M e t h o d ]   I n t 1 6   g e t _ P r o p e r t y T y p e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   g e t _ V a l u e ( )  + 
+         [ M e t h o d ]   I n t 1 6   G e t P r o p e r t y T y p e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t V a l u e ( )  + 
+         [ M e t h o d ]   V o i d   s e t _ V a l u e ( O S G e o . M a p G u i d e . M g B y t e R e a d e r )  + 
+         [ M e t h o d ]   V o i d   S e t V a l u e ( O S G e o . M a p G u i d e . M g B y t e R e a d e r )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g D a t a P r o p e r t y D e f i n i t i o n   :   O S G e o . M a p G u i d e . M g P r o p e r t y D e f i n i t i o n  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ D a t a T y p e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ D e f a u l t V a l u e ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ L e n g t h ( )  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ N u l l a b l e ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ P r e c i s i o n ( )  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ R e a d O n l y ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ S c a l e ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t D a t a T y p e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t D e f a u l t V a l u e ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t L e n g t h ( )  + 
+         [ M e t h o d ]   B o o l e a n   G e t N u l l a b l e ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t P r e c i s i o n ( )  + 
+         [ M e t h o d ]   B o o l e a n   G e t R e a d O n l y ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t S c a l e ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s A u t o G e n e r a t e d ( )  + 
+         [ M e t h o d ]   V o i d   s e t _ D a t a T y p e ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   s e t _ D e f a u l t V a l u e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   s e t _ L e n g t h ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   s e t _ N u l l a b l e ( B o o l e a n )  + 
+         [ M e t h o d ]   V o i d   s e t _ P r e c i s i o n ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   s e t _ R e a d O n l y ( B o o l e a n )  + 
+         [ M e t h o d ]   V o i d   s e t _ S c a l e ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   S e t A u t o G e n e r a t i o n ( B o o l e a n )  + 
+         [ M e t h o d ]   V o i d   S e t D a t a T y p e ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   S e t D e f a u l t V a l u e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t L e n g t h ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   S e t N u l l a b l e ( B o o l e a n )  + 
+         [ M e t h o d ]   V o i d   S e t P r e c i s i o n ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   S e t R e a d O n l y ( B o o l e a n )  + 
+         [ M e t h o d ]   V o i d   S e t S c a l e ( I n t 3 2 )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g D a t a R e a d e r   :   O S G e o . M a p G u i d e . M g R e a d e r  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g D a t e T i m e P r o p e r t y   :   O S G e o . M a p G u i d e . M g N u l l a b l e P r o p e r t y  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g D a t e T i m e )  + 
+         [ M e t h o d ]   I n t 1 6   g e t _ P r o p e r t y T y p e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g D a t e T i m e   g e t _ V a l u e ( )  + 
+         [ M e t h o d ]   I n t 1 6   G e t P r o p e r t y T y p e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g D a t e T i m e   G e t V a l u e ( )  + 
+         [ M e t h o d ]   V o i d   s e t _ V a l u e ( O S G e o . M a p G u i d e . M g D a t e T i m e )  + 
+         [ M e t h o d ]   V o i d   S e t V a l u e ( O S G e o . M a p G u i d e . M g D a t e T i m e )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g D e l e t e F e a t u r e s   :   O S G e o . M a p G u i d e . M g F e a t u r e C o m m a n d  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ C o m m a n d T y p e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ F e a t u r e C l a s s N a m e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ F i l t e r T e x t ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o m m a n d T y p e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t F e a t u r e C l a s s N a m e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t F i l t e r T e x t ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g D o u b l e P r o p e r t y   :   O S G e o . M a p G u i d e . M g N u l l a b l e P r o p e r t y  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . S t r i n g ,   D o u b l e )  + 
+         [ M e t h o d ]   I n t 1 6   g e t _ P r o p e r t y T y p e ( )  + 
+         [ M e t h o d ]   D o u b l e   g e t _ V a l u e ( )  + 
+         [ M e t h o d ]   I n t 1 6   G e t P r o p e r t y T y p e ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t V a l u e ( )  + 
+         [ M e t h o d ]   V o i d   s e t _ V a l u e ( D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t V a l u e ( D o u b l e )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g F e a t u r e A g g r e g a t e O p t i o n s   :   O S G e o . M a p G u i d e . M g F e a t u r e Q u e r y O p t i o n s  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   V o i d   S e l e c t D i s t i n c t ( B o o l e a n )  + 
+         [ M e t h o d ]   V o i d   S e t G r o u p i n g F i l t e r ( O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n ,   S y s t e m . S t r i n g )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g F e a t u r e C o m m a n d   :   O S G e o . M a p G u i d e . M g S e r i a l i z a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o m m a n d T y p e ( )  + 
+ }  + 
+ [ S y s t e m . R e f l e c t i o n . D e f a u l t M e m b e r A t t r i b u t e ]  + 
+ t y p e   O S G e o . M a p G u i d e . M g F e a t u r e C o m m a n d C o l l e c t i o n   :   O S G e o . M a p G u i d e . M g S e r i a l i z a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I L i s t ` 1 [ [ O S G e o . M a p G u i d e . M g F e a t u r e C o m m a n d ,   O S G e o . M a p G u i d e . P l a t f o r m B a s e ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I C o l l e c t i o n ` 1 [ [ O S G e o . M a p G u i d e . M g F e a t u r e C o m m a n d ,   O S G e o . M a p G u i d e . P l a t f o r m B a s e ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a b l e ` 1 [ [ O S G e o . M a p G u i d e . M g F e a t u r e C o m m a n d ,   O S G e o . M a p G u i d e . P l a t f o r m B a s e ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . I E n u m e r a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   V o i d   A d d ( O S G e o . M a p G u i d e . M g F e a t u r e C o m m a n d )  + 
+         [ M e t h o d ]   V o i d   C l e a r ( )  + 
+         [ M e t h o d ]   B o o l e a n   C o n t a i n s ( O S G e o . M a p G u i d e . M g F e a t u r e C o m m a n d )  + 
+         [ M e t h o d ]   V o i d   C o p y T o ( O S G e o . M a p G u i d e . M g F e a t u r e C o m m a n d [ ] ,   I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ C o u n t ( )  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ I s R e a d O n l y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g F e a t u r e C o m m a n d   g e t _ I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a t o r ` 1 [ O S G e o . M a p G u i d e . M g F e a t u r e C o m m a n d ]   G e t E n u m e r a t o r ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g F e a t u r e C o m m a n d   G e t I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   I n d e x O f ( O S G e o . M a p G u i d e . M g F e a t u r e C o m m a n d )  + 
+         [ M e t h o d ]   V o i d   I n s e r t ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g F e a t u r e C o m m a n d )  + 
+         [ M e t h o d ]   B o o l e a n   R e m o v e ( O S G e o . M a p G u i d e . M g F e a t u r e C o m m a n d )  + 
+         [ M e t h o d ]   V o i d   R e m o v e A t ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   s e t _ I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g F e a t u r e C o m m a n d )  + 
+         [ M e t h o d ]   V o i d   S e t I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g F e a t u r e C o m m a n d )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g F e a t u r e P r o p e r t y   :   O S G e o . M a p G u i d e . M g N u l l a b l e P r o p e r t y  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g F e a t u r e R e a d e r )  + 
+         [ M e t h o d ]   I n t 1 6   g e t _ P r o p e r t y T y p e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g F e a t u r e R e a d e r   g e t _ V a l u e ( )  + 
+         [ M e t h o d ]   I n t 1 6   G e t P r o p e r t y T y p e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g F e a t u r e R e a d e r   G e t V a l u e ( )  + 
+         [ M e t h o d ]   V o i d   s e t _ V a l u e ( O S G e o . M a p G u i d e . M g F e a t u r e R e a d e r )  + 
+         [ M e t h o d ]   V o i d   S e t V a l u e ( O S G e o . M a p G u i d e . M g F e a t u r e R e a d e r )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g F e a t u r e Q u e r y O p t i o n s   :   O S G e o . M a p G u i d e . M g S e r i a l i z a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   I n t 3 2   A d d C o m p u t e d P r o p e r t y ( S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   I n t 3 2   A d d F e a t u r e P r o p e r t y ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   R e m o v e C o m p u t e d P r o p e r t y ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   R e m o v e F e a t u r e P r o p e r t y ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t B i n a r y O p e r a t o r ( B o o l e a n )  + 
+         [ M e t h o d ]   V o i d   S e t F e t c h S i z e ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   S e t F i l t e r ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t O r d e r i n g F i l t e r ( O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n ,   I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   S e t S p a t i a l F i l t e r ( S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g G e o m e t r y ,   I n t 3 2 )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g F e a t u r e R e a d e r   :   O S G e o . M a p G u i d e . M g R e a d e r  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C l a s s D e f i n i t i o n   G e t C l a s s D e f i n i t i o n ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g F e a t u r e R e a d e r   G e t F e a t u r e O b j e c t ( I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g F e a t u r e R e a d e r   G e t F e a t u r e O b j e c t ( S y s t e m . S t r i n g )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g F e a t u r e S c h e m a   :   O S G e o . M a p G u i d e . M g N a m e d S e r i a l i z a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   D e l e t e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ D e s c r i p t i o n ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ N a m e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C l a s s D e f i n i t i o n C o l l e c t i o n   G e t C l a s s e s ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t D e s c r i p t i o n ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t N a m e ( )  + 
+         [ M e t h o d ]   V o i d   s e t _ D e s c r i p t i o n ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   s e t _ N a m e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t D e s c r i p t i o n ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t N a m e ( S y s t e m . S t r i n g )  + 
+ }  + 
+ [ S y s t e m . R e f l e c t i o n . D e f a u l t M e m b e r A t t r i b u t e ]  + 
+ t y p e   O S G e o . M a p G u i d e . M g F e a t u r e S c h e m a C o l l e c t i o n   :   O S G e o . M a p G u i d e . M g C o l l e c t i o n  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I L i s t ` 1 [ [ O S G e o . M a p G u i d e . M g F e a t u r e S c h e m a ,   O S G e o . M a p G u i d e . P l a t f o r m B a s e ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I C o l l e c t i o n ` 1 [ [ O S G e o . M a p G u i d e . M g F e a t u r e S c h e m a ,   O S G e o . M a p G u i d e . P l a t f o r m B a s e ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a b l e ` 1 [ [ O S G e o . M a p G u i d e . M g F e a t u r e S c h e m a ,   O S G e o . M a p G u i d e . P l a t f o r m B a s e ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . I E n u m e r a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   V o i d   A d d ( O S G e o . M a p G u i d e . M g F e a t u r e S c h e m a )  + 
+         [ M e t h o d ]   V o i d   C l e a r ( )  + 
+         [ M e t h o d ]   B o o l e a n   C o n t a i n s ( O S G e o . M a p G u i d e . M g F e a t u r e S c h e m a )  + 
+         [ M e t h o d ]   V o i d   C o p y T o ( O S G e o . M a p G u i d e . M g F e a t u r e S c h e m a [ ] ,   I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ C o u n t ( )  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ I s R e a d O n l y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g F e a t u r e S c h e m a   g e t _ I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a t o r ` 1 [ O S G e o . M a p G u i d e . M g F e a t u r e S c h e m a ]   G e t E n u m e r a t o r ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g F e a t u r e S c h e m a   G e t I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   I n d e x O f ( O S G e o . M a p G u i d e . M g F e a t u r e S c h e m a )  + 
+         [ M e t h o d ]   V o i d   I n s e r t ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g F e a t u r e S c h e m a )  + 
+         [ M e t h o d ]   B o o l e a n   R e m o v e ( O S G e o . M a p G u i d e . M g F e a t u r e S c h e m a )  + 
+         [ M e t h o d ]   V o i d   R e m o v e A t ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   s e t _ I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g F e a t u r e S c h e m a )  + 
+         [ M e t h o d ]   V o i d   S e t I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g F e a t u r e S c h e m a )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   T o X m l ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g F e a t u r e S e r v i c e   :   O S G e o . M a p G u i d e . M g S e r v i c e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   V o i d   A p p l y S c h e m a ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   O S G e o . M a p G u i d e . M g F e a t u r e S c h e m a )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g T r a n s a c t i o n   B e g i n T r a n s a c t i o n ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r )  + 
+         [ M e t h o d ]   V o i d   C r e a t e F e a t u r e S o u r c e ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   O S G e o . M a p G u i d e . M g F e a t u r e S o u r c e P a r a m s )  + 
+         [ M e t h o d ]   I n t 3 2   D e l e t e F e a t u r e s ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g ,   S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g T r a n s a c t i o n )  + 
+         [ M e t h o d ]   I n t 3 2   D e l e t e F e a t u r e s ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ S y s t e m . O b s o l e t e A t t r i b u t e ]  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g F e a t u r e S c h e m a C o l l e c t i o n   D e s c r i b e S c h e m a ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g F e a t u r e S c h e m a C o l l e c t i o n   D e s c r i b e S c h e m a ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n )  + 
+         [ S y s t e m . O b s o l e t e A t t r i b u t e ]  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   D e s c r i b e S c h e m a A s X m l ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   D e s c r i b e S c h e m a A s X m l ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   D e s c r i b e W f s F e a t u r e T y p e ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n ,   S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   D e s c r i b e W f s F e a t u r e T y p e ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   E n u m e r a t e D a t a S t o r e s ( S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   I n t 3 2   E x e c u t e S q l N o n Q u e r y ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   I n t 3 2   E x e c u t e S q l N o n Q u e r y ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g P a r a m e t e r C o l l e c t i o n ,   O S G e o . M a p G u i d e . M g T r a n s a c t i o n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g S q l D a t a R e a d e r   E x e c u t e S q l Q u e r y ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g S q l D a t a R e a d e r   E x e c u t e S q l Q u e r y ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g P a r a m e t e r C o l l e c t i o n ,   O S G e o . M a p G u i d e . M g T r a n s a c t i o n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t C a p a b i l i t i e s ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t C a p a b i l i t i e s ( S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C l a s s D e f i n i t i o n   G e t C l a s s D e f i n i t i o n ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n   G e t C l a s s e s ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n   G e t C o n n e c t i o n P r o p e r t y V a l u e s ( S y s t e m . S t r i n g ,   S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t F e a t u r e P r o v i d e r s ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g F e a t u r e R e a d e r   G e t L o c k e d F e a t u r e s ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g F e a t u r e Q u e r y O p t i o n s )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g L o n g T r a n s a c t i o n R e a d e r   G e t L o n g T r a n s a c t i o n s ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   B o o l e a n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t S c h e m a M a p p i n g ( S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n   G e t S c h e m a s ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g S p a t i a l C o n t e x t R e a d e r   G e t S p a t i a l C o n t e x t s ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   B o o l e a n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t W f s F e a t u r e ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n ,   S y s t e m . S t r i n g ,   S y s t e m . S t r i n g ,   I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t W f s F e a t u r e ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n ,   S y s t e m . S t r i n g ,   S y s t e m . S t r i n g ,   I n t 3 2 ,   S y s t e m . S t r i n g ,   S y s t e m . S t r i n g ,   S y s t e m . S t r i n g ,   S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g F e a t u r e R e a d e r   G e t W f s R e a d e r ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n ,   S y s t e m . S t r i n g ,   S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g F e a t u r e R e a d e r   I n s e r t F e a t u r e s ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g P r o p e r t y C o l l e c t i o n ,   O S G e o . M a p G u i d e . M g T r a n s a c t i o n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g F e a t u r e R e a d e r   I n s e r t F e a t u r e s ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g P r o p e r t y C o l l e c t i o n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g F e a t u r e R e a d e r   I n s e r t F e a t u r e s ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g B a t c h P r o p e r t y C o l l e c t i o n ,   O S G e o . M a p G u i d e . M g T r a n s a c t i o n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g F e a t u r e R e a d e r   I n s e r t F e a t u r e s ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g B a t c h P r o p e r t y C o l l e c t i o n )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   S c h e m a T o X m l ( O S G e o . M a p G u i d e . M g F e a t u r e S c h e m a C o l l e c t i o n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g D a t a R e a d e r   S e l e c t A g g r e g a t e ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g F e a t u r e A g g r e g a t e O p t i o n s )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g F e a t u r e R e a d e r   S e l e c t F e a t u r e s ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g F e a t u r e Q u e r y O p t i o n s ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g F e a t u r e R e a d e r   S e l e c t F e a t u r e s ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g F e a t u r e Q u e r y O p t i o n s )  + 
+         [ M e t h o d ]   B o o l e a n   S e t L o n g T r a n s a c t i o n ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   B o o l e a n   T e s t C o n n e c t i o n ( S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   B o o l e a n   T e s t C o n n e c t i o n ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P r o p e r t y C o l l e c t i o n   U p d a t e F e a t u r e s ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   O S G e o . M a p G u i d e . M g F e a t u r e C o m m a n d C o l l e c t i o n ,   O S G e o . M a p G u i d e . M g T r a n s a c t i o n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P r o p e r t y C o l l e c t i o n   U p d a t e F e a t u r e s ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   O S G e o . M a p G u i d e . M g F e a t u r e C o m m a n d C o l l e c t i o n ,   B o o l e a n )  + 
+         [ M e t h o d ]   I n t 3 2   U p d a t e M a t c h i n g F e a t u r e s ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g P r o p e r t y C o l l e c t i o n ,   S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g T r a n s a c t i o n )  + 
+         [ M e t h o d ]   I n t 3 2   U p d a t e M a t c h i n g F e a t u r e s ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g P r o p e r t y C o l l e c t i o n ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g F e a t u r e S c h e m a C o l l e c t i o n   X m l T o S c h e m a ( S y s t e m . S t r i n g )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g F e a t u r e S o u r c e P a r a m s   :   O S G e o . M a p G u i d e . M g S e r i a l i z a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g F i l e F e a t u r e S o u r c e P a r a m s   :   O S G e o . M a p G u i d e . M g F e a t u r e S o u r c e P a r a m s  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . S t r i n g ,   S y s t e m . S t r i n g ,   S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g F e a t u r e S c h e m a )  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . S t r i n g )  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ C o o r d i n a t e S y s t e m W k t ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g F e a t u r e S c h e m a   g e t _ F e a t u r e S c h e m a ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ F i l e N a m e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ P r o v i d e r N a m e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ S p a t i a l C o n t e x t D e s c r i p t i o n ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ S p a t i a l C o n t e x t N a m e ( )  + 
+         [ M e t h o d ]   D o u b l e   g e t _ X Y T o l e r a n c e ( )  + 
+         [ M e t h o d ]   D o u b l e   g e t _ Z T o l e r a n c e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t C o o r d i n a t e S y s t e m W k t ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g F e a t u r e S c h e m a   G e t F e a t u r e S c h e m a ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t F i l e N a m e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t P r o v i d e r N a m e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t S p a t i a l C o n t e x t D e s c r i p t i o n ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t S p a t i a l C o n t e x t N a m e ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t X Y T o l e r a n c e ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t Z T o l e r a n c e ( )  + 
+         [ M e t h o d ]   V o i d   s e t _ C o o r d i n a t e S y s t e m W k t ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   s e t _ F e a t u r e S c h e m a ( O S G e o . M a p G u i d e . M g F e a t u r e S c h e m a )  + 
+         [ M e t h o d ]   V o i d   s e t _ F i l e N a m e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   s e t _ P r o v i d e r N a m e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   s e t _ S p a t i a l C o n t e x t D e s c r i p t i o n ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   s e t _ S p a t i a l C o n t e x t N a m e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   s e t _ X Y T o l e r a n c e ( D o u b l e )  + 
+         [ M e t h o d ]   V o i d   s e t _ Z T o l e r a n c e ( D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t C o o r d i n a t e S y s t e m W k t ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t F e a t u r e S c h e m a ( O S G e o . M a p G u i d e . M g F e a t u r e S c h e m a )  + 
+         [ M e t h o d ]   V o i d   S e t F i l e N a m e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t P r o v i d e r N a m e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t S p a t i a l C o n t e x t D e s c r i p t i o n ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t S p a t i a l C o n t e x t N a m e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t X Y T o l e r a n c e ( D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t Z T o l e r a n c e ( D o u b l e )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g G e o J s o n W r i t e r   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   F e a t u r e T o G e o J s o n ( O S G e o . M a p G u i d e . M g R e a d e r ,   O S G e o . M a p G u i d e . M g T r a n s f o r m ,   S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   F e a t u r e T o G e o J s o n ( O S G e o . M a p G u i d e . M g F e a t u r e R e a d e r ,   O S G e o . M a p G u i d e . M g T r a n s f o r m )  + 
+         [ M e t h o d ]   I n t 3 2   G e t P r e c i s i o n ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s P r e c i s i o n E n a b l e d ( )  + 
+         [ M e t h o d ]   V o i d   S e t P r e c i s i o n ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   S e t P r e c i s i o n E n a b l e d ( B o o l e a n )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g G e o m e t r i c P r o p e r t y D e f i n i t i o n   :   O S G e o . M a p G u i d e . M g P r o p e r t y D e f i n i t i o n  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ G e o m e t r y T y p e s ( )  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ H a s E l e v a t i o n ( )  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ H a s M e a s u r e ( )  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ R e a d O n l y ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ S p a t i a l C o n t e x t A s s o c i a t i o n ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r y T y p e I n f o   g e t _ S p e c i f i c G e o m e t r y T y p e s ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t G e o m e t r y T y p e s ( )  + 
+         [ M e t h o d ]   B o o l e a n   G e t H a s E l e v a t i o n ( )  + 
+         [ M e t h o d ]   B o o l e a n   G e t H a s M e a s u r e ( )  + 
+         [ M e t h o d ]   B o o l e a n   G e t R e a d O n l y ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t S p a t i a l C o n t e x t A s s o c i a t i o n ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g G e o m e t r y T y p e I n f o   G e t S p e c i f i c G e o m e t r y T y p e s ( )  + 
+         [ M e t h o d ]   V o i d   s e t _ G e o m e t r y T y p e s ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   s e t _ H a s E l e v a t i o n ( B o o l e a n )  + 
+         [ M e t h o d ]   V o i d   s e t _ H a s M e a s u r e ( B o o l e a n )  + 
+         [ M e t h o d ]   V o i d   s e t _ R e a d O n l y ( B o o l e a n )  + 
+         [ M e t h o d ]   V o i d   s e t _ S p a t i a l C o n t e x t A s s o c i a t i o n ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   s e t _ S p e c i f i c G e o m e t r y T y p e s ( O S G e o . M a p G u i d e . M g G e o m e t r y T y p e I n f o )  + 
+         [ M e t h o d ]   V o i d   S e t G e o m e t r y T y p e s ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   S e t H a s E l e v a t i o n ( B o o l e a n )  + 
+         [ M e t h o d ]   V o i d   S e t H a s M e a s u r e ( B o o l e a n )  + 
+         [ M e t h o d ]   V o i d   S e t R e a d O n l y ( B o o l e a n )  + 
+         [ M e t h o d ]   V o i d   S e t S p a t i a l C o n t e x t A s s o c i a t i o n ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t S p e c i f i c G e o m e t r y T y p e s ( O S G e o . M a p G u i d e . M g G e o m e t r y T y p e I n f o )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g G e o m e t r y P r o p e r t y   :   O S G e o . M a p G u i d e . M g N u l l a b l e P r o p e r t y  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g B y t e R e a d e r )  + 
+         [ M e t h o d ]   I n t 1 6   g e t _ P r o p e r t y T y p e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   g e t _ V a l u e ( )  + 
+         [ M e t h o d ]   I n t 1 6   G e t P r o p e r t y T y p e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t V a l u e ( )  + 
+         [ M e t h o d ]   V o i d   s e t _ V a l u e ( O S G e o . M a p G u i d e . M g B y t e R e a d e r )  + 
+         [ M e t h o d ]   V o i d   S e t V a l u e ( O S G e o . M a p G u i d e . M g B y t e R e a d e r )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g G e o m e t r y T y p e I n f o   :   O S G e o . M a p G u i d e . M g S e r i a l i z a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t T y p e ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   S e t T y p e s ( O S G e o . M a p G u i d e . M g I n t C o l l e c t i o n )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g G w s F e a t u r e R e a d e r   :   O S G e o . M a p G u i d e . M g F e a t u r e R e a d e r  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g I n s e r t F e a t u r e s   :   O S G e o . M a p G u i d e . M g F e a t u r e C o m m a n d  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g P r o p e r t y C o l l e c t i o n )  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g B a t c h P r o p e r t y C o l l e c t i o n )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ C o m m a n d T y p e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ F e a t u r e C l a s s N a m e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P r o p e r t y C o l l e c t i o n   g e t _ P r o p e r t y V a l u e s ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o m m a n d T y p e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t F e a t u r e C l a s s N a m e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P r o p e r t y C o l l e c t i o n   G e t P r o p e r t y V a l u e s ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g I n t 1 6 P r o p e r t y   :   O S G e o . M a p G u i d e . M g N u l l a b l e P r o p e r t y  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . S t r i n g ,   I n t 1 6 )  + 
+         [ M e t h o d ]   I n t 1 6   g e t _ P r o p e r t y T y p e ( )  + 
+         [ M e t h o d ]   I n t 1 6   g e t _ V a l u e ( )  + 
+         [ M e t h o d ]   I n t 1 6   G e t P r o p e r t y T y p e ( )  + 
+         [ M e t h o d ]   I n t 1 6   G e t V a l u e ( )  + 
+         [ M e t h o d ]   V o i d   s e t _ V a l u e ( I n t 1 6 )  + 
+         [ M e t h o d ]   V o i d   S e t V a l u e ( I n t 1 6 )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g I n t 3 2 P r o p e r t y   :   O S G e o . M a p G u i d e . M g N u l l a b l e P r o p e r t y  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . S t r i n g ,   I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 1 6   g e t _ P r o p e r t y T y p e ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ V a l u e ( )  + 
+         [ M e t h o d ]   I n t 1 6   G e t P r o p e r t y T y p e ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t V a l u e ( )  + 
+         [ M e t h o d ]   V o i d   s e t _ V a l u e ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   S e t V a l u e ( I n t 3 2 )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g I n t 6 4 P r o p e r t y   :   O S G e o . M a p G u i d e . M g N u l l a b l e P r o p e r t y  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . S t r i n g ,   I n t 6 4 )  + 
+         [ M e t h o d ]   I n t 1 6   g e t _ P r o p e r t y T y p e ( )  + 
+         [ M e t h o d ]   I n t 6 4   g e t _ V a l u e ( )  + 
+         [ M e t h o d ]   I n t 1 6   G e t P r o p e r t y T y p e ( )  + 
+         [ M e t h o d ]   I n t 6 4   G e t V a l u e ( )  + 
+         [ M e t h o d ]   V o i d   s e t _ V a l u e ( I n t 6 4 )  + 
+         [ M e t h o d ]   V o i d   S e t V a l u e ( I n t 6 4 )  + 
+ }  + 
+ [ S y s t e m . R e f l e c t i o n . D e f a u l t M e m b e r A t t r i b u t e ]  + 
+ t y p e   O S G e o . M a p G u i d e . M g I n t C o l l e c t i o n   :   O S G e o . M a p G u i d e . M g C o l l e c t i o n  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I L i s t ` 1 [ [ S y s t e m . I n t 3 2 ,   m s c o r l i b ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = b 7 7 a 5 c 5 6 1 9 3 4 e 0 8 9 ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I C o l l e c t i o n ` 1 [ [ S y s t e m . I n t 3 2 ,   m s c o r l i b ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = b 7 7 a 5 c 5 6 1 9 3 4 e 0 8 9 ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a b l e ` 1 [ [ S y s t e m . I n t 3 2 ,   m s c o r l i b ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = b 7 7 a 5 c 5 6 1 9 3 4 e 0 8 9 ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . I E n u m e r a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   V o i d   A d d ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   C l e a r ( )  + 
+         [ M e t h o d ]   B o o l e a n   C o n t a i n s ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   C o p y T o ( I n t 3 2 [ ] ,   I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ C o u n t ( )  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ I s R e a d O n l y ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a t o r ` 1 [ S y s t e m . I n t 3 2 ]   G e t E n u m e r a t o r ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   I n d e x O f ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   I n s e r t ( I n t 3 2 ,   I n t 3 2 )  + 
+         [ M e t h o d ]   B o o l e a n   R e m o v e ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   R e m o v e A t ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   s e t _ I t e m ( I n t 3 2 ,   I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   S e t I t e m ( I n t 3 2 ,   I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   T o X m l ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g L a y e r B a s e   :   O S G e o . M a p G u i d e . M g N a m e d S e r i a l i z a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   O S G e o . M a p G u i d e . M g R e s o u r c e S e r v i c e )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g T r a n s a c t i o n   B e g i n T r a n s a c t i o n ( )  + 
+         [ M e t h o d ]   I n t 3 2   D e l e t e F e a t u r e s ( S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g T r a n s a c t i o n )  + 
+         [ M e t h o d ]   V o i d   F o r c e R e f r e s h ( )  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ D i s p l a y I n L e g e n d ( )  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ E x p a n d I n L e g e n d ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ F e a t u r e C l a s s N a m e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ F e a t u r e G e o m e t r y N a m e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ F e a t u r e S o u r c e I d ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ F i l t e r ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g L a y e r G r o u p   g e t _ G r o u p ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r   g e t _ L a y e r D e f i n i t i o n ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ L a y e r T y p e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ L e g e n d L a b e l ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ N a m e ( )  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ S e l e c t a b l e ( )  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ V i s i b l e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C l a s s D e f i n i t i o n   G e t C l a s s D e f i n i t i o n ( )  + 
+         [ M e t h o d ]   B o o l e a n   G e t D i s p l a y I n L e g e n d ( )  + 
+         [ M e t h o d ]   B o o l e a n   G e t E x p a n d I n L e g e n d ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t F e a t u r e C l a s s N a m e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t F e a t u r e G e o m e t r y N a m e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t F e a t u r e S o u r c e I d ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t F i l t e r ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g L a y e r G r o u p   G e t G r o u p ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r   G e t L a y e r D e f i n i t i o n ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t L a y e r T y p e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t L e g e n d L a b e l ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t N a m e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t O b j e c t I d ( )  + 
+         [ M e t h o d ]   B o o l e a n   G e t S e l e c t a b l e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g S p a t i a l C o n t e x t R e a d e r   G e t S p a t i a l C o n t e x t s ( B o o l e a n )  + 
+         [ M e t h o d ]   B o o l e a n   G e t V i s i b l e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g F e a t u r e R e a d e r   I n s e r t F e a t u r e s ( O S G e o . M a p G u i d e . M g P r o p e r t y C o l l e c t i o n ,   O S G e o . M a p G u i d e . M g T r a n s a c t i o n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g F e a t u r e R e a d e r   I n s e r t F e a t u r e s ( O S G e o . M a p G u i d e . M g B a t c h P r o p e r t y C o l l e c t i o n ,   O S G e o . M a p G u i d e . M g T r a n s a c t i o n )  + 
+         [ M e t h o d ]   B o o l e a n   I s V i s i b l e ( )  + 
+         [ M e t h o d ]   B o o l e a n   N e e d s R e f r e s h ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g D a t a R e a d e r   S e l e c t A g g r e g a t e ( O S G e o . M a p G u i d e . M g F e a t u r e A g g r e g a t e O p t i o n s )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g F e a t u r e R e a d e r   S e l e c t F e a t u r e s ( O S G e o . M a p G u i d e . M g F e a t u r e Q u e r y O p t i o n s ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g F e a t u r e R e a d e r   S e l e c t F e a t u r e s ( O S G e o . M a p G u i d e . M g F e a t u r e Q u e r y O p t i o n s )  + 
+         [ M e t h o d ]   V o i d   s e t _ D i s p l a y I n L e g e n d ( B o o l e a n )  + 
+         [ M e t h o d ]   V o i d   s e t _ G r o u p ( O S G e o . M a p G u i d e . M g L a y e r G r o u p )  + 
+         [ M e t h o d ]   V o i d   s e t _ L e g e n d L a b e l ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   s e t _ N a m e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   s e t _ S e l e c t a b l e ( B o o l e a n )  + 
+         [ M e t h o d ]   V o i d   s e t _ V i s i b l e ( B o o l e a n )  + 
+         [ M e t h o d ]   V o i d   S e t D i s p l a y I n L e g e n d ( B o o l e a n )  + 
+         [ M e t h o d ]   V o i d   S e t G r o u p ( O S G e o . M a p G u i d e . M g L a y e r G r o u p )  + 
+         [ M e t h o d ]   V o i d   S e t L a y e r D e f i n i t i o n ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   O S G e o . M a p G u i d e . M g R e s o u r c e S e r v i c e )  + 
+         [ M e t h o d ]   V o i d   S e t L e g e n d L a b e l ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t N a m e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t S e l e c t a b l e ( B o o l e a n )  + 
+         [ M e t h o d ]   V o i d   S e t V i s i b l e ( B o o l e a n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P r o p e r t y C o l l e c t i o n   U p d a t e F e a t u r e s ( O S G e o . M a p G u i d e . M g F e a t u r e C o m m a n d C o l l e c t i o n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P r o p e r t y C o l l e c t i o n   U p d a t e F e a t u r e s ( O S G e o . M a p G u i d e . M g F e a t u r e C o m m a n d C o l l e c t i o n ,   O S G e o . M a p G u i d e . M g T r a n s a c t i o n )  + 
+         [ M e t h o d ]   I n t 3 2   U p d a t e M a t c h i n g F e a t u r e s ( O S G e o . M a p G u i d e . M g P r o p e r t y C o l l e c t i o n ,   S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g T r a n s a c t i o n )  + 
+ }  + 
+ [ S y s t e m . R e f l e c t i o n . D e f a u l t M e m b e r A t t r i b u t e ]  + 
+ t y p e   O S G e o . M a p G u i d e . M g L a y e r C o l l e c t i o n   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I L i s t ` 1 [ [ O S G e o . M a p G u i d e . M g L a y e r B a s e ,   O S G e o . M a p G u i d e . P l a t f o r m B a s e ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I C o l l e c t i o n ` 1 [ [ O S G e o . M a p G u i d e . M g L a y e r B a s e ,   O S G e o . M a p G u i d e . P l a t f o r m B a s e ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a b l e ` 1 [ [ O S G e o . M a p G u i d e . M g L a y e r B a s e ,   O S G e o . M a p G u i d e . P l a t f o r m B a s e ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . I E n u m e r a b l e  + 
+ {  + 
+         [ M e t h o d ]   V o i d   A d d ( O S G e o . M a p G u i d e . M g L a y e r B a s e )  + 
+         [ M e t h o d ]   V o i d   C l e a r ( )  + 
+         [ M e t h o d ]   B o o l e a n   C o n t a i n s ( O S G e o . M a p G u i d e . M g L a y e r B a s e )  + 
+         [ M e t h o d ]   B o o l e a n   C o n t a i n s ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   C o p y T o ( O S G e o . M a p G u i d e . M g L a y e r B a s e [ ] ,   I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ C o u n t ( )  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ I s R e a d O n l y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g L a y e r B a s e   g e t _ I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a t o r ` 1 [ O S G e o . M a p G u i d e . M g L a y e r B a s e ]   G e t E n u m e r a t o r ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g L a y e r B a s e   G e t I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g L a y e r B a s e   G e t I t e m ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   I n t 3 2   I n d e x O f ( O S G e o . M a p G u i d e . M g L a y e r B a s e )  + 
+         [ M e t h o d ]   I n t 3 2   I n d e x O f ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   I n s e r t ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g L a y e r B a s e )  + 
+         [ M e t h o d ]   B o o l e a n   R e m o v e ( O S G e o . M a p G u i d e . M g L a y e r B a s e )  + 
+         [ M e t h o d ]   V o i d   R e m o v e A t ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   s e t _ I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g L a y e r B a s e )  + 
+         [ M e t h o d ]   V o i d   S e t I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g L a y e r B a s e )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g L a y e r G r o u p   :   O S G e o . M a p G u i d e . M g N a m e d S e r i a l i z a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ D i s p l a y I n L e g e n d ( )  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ E x p a n d I n L e g e n d ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g L a y e r G r o u p   g e t _ G r o u p ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ L a y e r G r o u p T y p e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ L e g e n d L a b e l ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ N a m e ( )  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ V i s i b l e ( )  + 
+         [ M e t h o d ]   B o o l e a n   G e t D i s p l a y I n L e g e n d ( )  + 
+         [ M e t h o d ]   B o o l e a n   G e t E x p a n d I n L e g e n d ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g L a y e r G r o u p   G e t G r o u p ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t L a y e r G r o u p T y p e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t L e g e n d L a b e l ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t N a m e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t O b j e c t I d ( )  + 
+         [ M e t h o d ]   B o o l e a n   G e t V i s i b l e ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s V i s i b l e ( )  + 
+         [ M e t h o d ]   V o i d   s e t _ D i s p l a y I n L e g e n d ( B o o l e a n )  + 
+         [ M e t h o d ]   V o i d   s e t _ G r o u p ( O S G e o . M a p G u i d e . M g L a y e r G r o u p )  + 
+         [ M e t h o d ]   V o i d   s e t _ L e g e n d L a b e l ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   s e t _ V i s i b l e ( B o o l e a n )  + 
+         [ M e t h o d ]   V o i d   S e t D i s p l a y I n L e g e n d ( B o o l e a n )  + 
+         [ M e t h o d ]   V o i d   S e t E x p a n d I n L e g e n d ( B o o l e a n )  + 
+         [ M e t h o d ]   V o i d   S e t G r o u p ( O S G e o . M a p G u i d e . M g L a y e r G r o u p )  + 
+         [ M e t h o d ]   V o i d   S e t L e g e n d L a b e l ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t V i s i b l e ( B o o l e a n )  + 
+ }  + 
+ [ S y s t e m . R e f l e c t i o n . D e f a u l t M e m b e r A t t r i b u t e ]  + 
+ t y p e   O S G e o . M a p G u i d e . M g L a y e r G r o u p C o l l e c t i o n   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I L i s t ` 1 [ [ O S G e o . M a p G u i d e . M g L a y e r G r o u p ,   O S G e o . M a p G u i d e . P l a t f o r m B a s e ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I C o l l e c t i o n ` 1 [ [ O S G e o . M a p G u i d e . M g L a y e r G r o u p ,   O S G e o . M a p G u i d e . P l a t f o r m B a s e ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a b l e ` 1 [ [ O S G e o . M a p G u i d e . M g L a y e r G r o u p ,   O S G e o . M a p G u i d e . P l a t f o r m B a s e ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . I E n u m e r a b l e  + 
+ {  + 
+         [ M e t h o d ]   V o i d   A d d ( O S G e o . M a p G u i d e . M g L a y e r G r o u p )  + 
+         [ M e t h o d ]   V o i d   C l e a r ( )  + 
+         [ M e t h o d ]   B o o l e a n   C o n t a i n s ( O S G e o . M a p G u i d e . M g L a y e r G r o u p )  + 
+         [ M e t h o d ]   B o o l e a n   C o n t a i n s ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   C o p y T o ( O S G e o . M a p G u i d e . M g L a y e r G r o u p [ ] ,   I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ C o u n t ( )  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ I s R e a d O n l y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g L a y e r G r o u p   g e t _ I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a t o r ` 1 [ O S G e o . M a p G u i d e . M g L a y e r G r o u p ]   G e t E n u m e r a t o r ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g L a y e r G r o u p   G e t I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g L a y e r G r o u p   G e t I t e m ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   I n t 3 2   I n d e x O f ( O S G e o . M a p G u i d e . M g L a y e r G r o u p )  + 
+         [ M e t h o d ]   I n t 3 2   I n d e x O f ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   I n s e r t ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g L a y e r G r o u p )  + 
+         [ M e t h o d ]   B o o l e a n   R e m o v e ( O S G e o . M a p G u i d e . M g L a y e r G r o u p )  + 
+         [ M e t h o d ]   V o i d   R e m o v e A t ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   s e t _ I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g L a y e r G r o u p )  + 
+         [ M e t h o d ]   V o i d   S e t I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g L a y e r G r o u p )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g L o n g T r a n s a c t i o n R e a d e r   :   O S G e o . M a p G u i d e . M g S e r i a l i z a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   V o i d   C l o s e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g L o n g T r a n s a c t i o n R e a d e r   g e t _ C h i l d r e n ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g D a t e T i m e   g e t _ C r e a t i o n D a t e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ D e s c r i p t i o n ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ N a m e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ O w n e r ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g L o n g T r a n s a c t i o n R e a d e r   g e t _ P a r e n t s ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g L o n g T r a n s a c t i o n R e a d e r   G e t C h i l d r e n ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g D a t e T i m e   G e t C r e a t i o n D a t e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t D e s c r i p t i o n ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t N a m e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t O w n e r ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g L o n g T r a n s a c t i o n R e a d e r   G e t P a r e n t s ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s A c t i v e ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s F r o z e n ( )  + 
+         [ M e t h o d ]   B o o l e a n   R e a d N e x t ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   T o X m l ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g M a p B a s e   :   O S G e o . M a p G u i d e . M g R e s o u r c e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   V o i d   C r e a t e ( O S G e o . M a p G u i d e . M g R e s o u r c e S e r v i c e ,   O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   C r e a t e ( S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g E n v e l o p e ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g E n v e l o p e   g e t _ D a t a E x t e n t ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ D i s p l a y D p i ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ D i s p l a y H e i g h t ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ D i s p l a y W i d t h ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ F i n i t e D i s p l a y S c a l e C o u n t ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r   g e t _ M a p D e f i n i t i o n ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g E n v e l o p e   g e t _ M a p E x t e n t ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ M a p S R S ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ N a m e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ S e s s i o n I d ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P o i n t   g e t _ V i e w C e n t e r ( )  + 
+         [ M e t h o d ]   D o u b l e   g e t _ V i e w S c a l e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t B a c k g r o u n d C o l o r ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g E n v e l o p e   G e t D a t a E x t e n t ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t D i s p l a y D p i ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t D i s p l a y H e i g h t ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t D i s p l a y W i d t h ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t F i n i t e D i s p l a y S c a l e A t ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t F i n i t e D i s p l a y S c a l e C o u n t ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g L a y e r G r o u p C o l l e c t i o n   G e t L a y e r G r o u p s ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g L a y e r C o l l e c t i o n   G e t L a y e r s ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r   G e t M a p D e f i n i t i o n ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g E n v e l o p e   G e t M a p E x t e n t ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t M a p S R S ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t N a m e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t O b j e c t I d ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t S e s s i o n I d ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P o i n t   G e t V i e w C e n t e r ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t V i e w S c a l e ( )  + 
+         [ M e t h o d ]   V o i d   O p e n ( O S G e o . M a p G u i d e . M g R e s o u r c e S e r v i c e ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   s e t _ D i s p l a y D p i ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   S e t D i s p l a y D p i ( I n t 3 2 )  + 
+ }  + 
+ [ S y s t e m . R e f l e c t i o n . D e f a u l t M e m b e r A t t r i b u t e ]  + 
+ t y p e   O S G e o . M a p G u i d e . M g M a p C o l l e c t i o n   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I L i s t ` 1 [ [ O S G e o . M a p G u i d e . M g M a p B a s e ,   O S G e o . M a p G u i d e . P l a t f o r m B a s e ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I C o l l e c t i o n ` 1 [ [ O S G e o . M a p G u i d e . M g M a p B a s e ,   O S G e o . M a p G u i d e . P l a t f o r m B a s e ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a b l e ` 1 [ [ O S G e o . M a p G u i d e . M g M a p B a s e ,   O S G e o . M a p G u i d e . P l a t f o r m B a s e ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . I E n u m e r a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   V o i d   A d d ( O S G e o . M a p G u i d e . M g M a p B a s e )  + 
+         [ M e t h o d ]   V o i d   C l e a r ( )  + 
+         [ M e t h o d ]   B o o l e a n   C o n t a i n s ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   B o o l e a n   C o n t a i n s ( O S G e o . M a p G u i d e . M g M a p B a s e )  + 
+         [ M e t h o d ]   V o i d   C o p y T o ( O S G e o . M a p G u i d e . M g M a p B a s e [ ] ,   I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ C o u n t ( )  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ I s R e a d O n l y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g M a p B a s e   g e t _ I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a t o r ` 1 [ O S G e o . M a p G u i d e . M g M a p B a s e ]   G e t E n u m e r a t o r ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g M a p B a s e   G e t I t e m ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g M a p B a s e   G e t I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   I n d e x O f ( O S G e o . M a p G u i d e . M g M a p B a s e )  + 
+         [ M e t h o d ]   I n t 3 2   I n d e x O f ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   I n s e r t ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g M a p B a s e )  + 
+         [ M e t h o d ]   B o o l e a n   R e m o v e ( O S G e o . M a p G u i d e . M g M a p B a s e )  + 
+         [ M e t h o d ]   V o i d   R e m o v e A t ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   s e t _ I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g M a p B a s e )  + 
+         [ M e t h o d ]   V o i d   S e t I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g M a p B a s e )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g O b j e c t P r o p e r t y D e f i n i t i o n   :   O S G e o . M a p G u i d e . M g P r o p e r t y D e f i n i t i o n  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C l a s s D e f i n i t i o n   g e t _ C l a s s D e f i n i t i o n ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g D a t a P r o p e r t y D e f i n i t i o n   g e t _ I d e n t i t y P r o p e r t y ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ O b j e c t T y p e ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ O r d e r T y p e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C l a s s D e f i n i t i o n   G e t C l a s s D e f i n i t i o n ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g D a t a P r o p e r t y D e f i n i t i o n   G e t I d e n t i t y P r o p e r t y ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t O b j e c t T y p e ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t O r d e r T y p e ( )  + 
+         [ M e t h o d ]   V o i d   s e t _ C l a s s D e f i n i t i o n ( O S G e o . M a p G u i d e . M g C l a s s D e f i n i t i o n )  + 
+         [ M e t h o d ]   V o i d   s e t _ I d e n t i t y P r o p e r t y ( O S G e o . M a p G u i d e . M g D a t a P r o p e r t y D e f i n i t i o n )  + 
+         [ M e t h o d ]   V o i d   s e t _ O b j e c t T y p e ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   s e t _ O r d e r T y p e ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   S e t C l a s s D e f i n i t i o n ( O S G e o . M a p G u i d e . M g C l a s s D e f i n i t i o n )  + 
+         [ M e t h o d ]   V o i d   S e t I d e n t i t y P r o p e r t y ( O S G e o . M a p G u i d e . M g D a t a P r o p e r t y D e f i n i t i o n )  + 
+         [ M e t h o d ]   V o i d   S e t O b j e c t T y p e ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   S e t O r d e r T y p e ( I n t 3 2 )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g P a r a m e t e r   :   O S G e o . M a p G u i d e . M g N a m e d S e r i a l i z a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( O S G e o . M a p G u i d e . M g N u l l a b l e P r o p e r t y )  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( O S G e o . M a p G u i d e . M g N u l l a b l e P r o p e r t y ,   I n t 3 2 )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ N a m e ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t D i r e c t i o n ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t N a m e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g N u l l a b l e P r o p e r t y   G e t P r o p e r t y ( )  + 
+         [ M e t h o d ]   V o i d   s e t _ N a m e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t D i r e c t i o n ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   S e t N a m e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t P r o p e r t y ( O S G e o . M a p G u i d e . M g N u l l a b l e P r o p e r t y )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g P a r a m e t e r C o l l e c t i o n   :   O S G e o . M a p G u i d e . M g C o l l e c t i o n  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   V o i d   A d d ( O S G e o . M a p G u i d e . M g P a r a m e t e r )  + 
+         [ M e t h o d ]   V o i d   C l e a r ( )  + 
+         [ M e t h o d ]   B o o l e a n   C o n t a i n s ( O S G e o . M a p G u i d e . M g P a r a m e t e r )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P a r a m e t e r   G e t I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   I n d e x O f ( O S G e o . M a p G u i d e . M g P a r a m e t e r )  + 
+         [ M e t h o d ]   V o i d   I n s e r t ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g P a r a m e t e r )  + 
+         [ M e t h o d ]   B o o l e a n   R e m o v e ( O S G e o . M a p G u i d e . M g P a r a m e t e r )  + 
+         [ M e t h o d ]   V o i d   R e m o v e A t ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   S e t I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g P a r a m e t e r )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   T o X m l ( )  + 
+ }  + 
+ [ S y s t e m . R e f l e c t i o n . D e f a u l t M e m b e r A t t r i b u t e ]  + 
+ t y p e   O S G e o . M a p G u i d e . M g P r o p e r t y D e f i n i t i o n C o l l e c t i o n   :   O S G e o . M a p G u i d e . M g C o l l e c t i o n  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I L i s t ` 1 [ [ O S G e o . M a p G u i d e . M g P r o p e r t y D e f i n i t i o n ,   O S G e o . M a p G u i d e . F o u n d a t i o n ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I C o l l e c t i o n ` 1 [ [ O S G e o . M a p G u i d e . M g P r o p e r t y D e f i n i t i o n ,   O S G e o . M a p G u i d e . F o u n d a t i o n ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a b l e ` 1 [ [ O S G e o . M a p G u i d e . M g P r o p e r t y D e f i n i t i o n ,   O S G e o . M a p G u i d e . F o u n d a t i o n ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . I E n u m e r a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   V o i d   A d d ( O S G e o . M a p G u i d e . M g P r o p e r t y D e f i n i t i o n )  + 
+         [ M e t h o d ]   V o i d   C l e a r ( )  + 
+         [ M e t h o d ]   B o o l e a n   C o n t a i n s ( O S G e o . M a p G u i d e . M g P r o p e r t y D e f i n i t i o n )  + 
+         [ M e t h o d ]   B o o l e a n   C o n t a i n s ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   C o p y T o ( O S G e o . M a p G u i d e . M g P r o p e r t y D e f i n i t i o n [ ] ,   I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ C o u n t ( )  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ I s R e a d O n l y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P r o p e r t y D e f i n i t i o n   g e t _ I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a t o r ` 1 [ O S G e o . M a p G u i d e . M g P r o p e r t y D e f i n i t i o n ]   G e t E n u m e r a t o r ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P r o p e r t y D e f i n i t i o n   G e t I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P r o p e r t y D e f i n i t i o n   G e t I t e m ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   I n t 3 2   I n d e x O f ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   I n t 3 2   I n d e x O f ( O S G e o . M a p G u i d e . M g P r o p e r t y D e f i n i t i o n )  + 
+         [ M e t h o d ]   V o i d   I n s e r t ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g P r o p e r t y D e f i n i t i o n )  + 
+         [ M e t h o d ]   B o o l e a n   R e m o v e ( O S G e o . M a p G u i d e . M g P r o p e r t y D e f i n i t i o n )  + 
+         [ M e t h o d ]   V o i d   R e m o v e A t ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   s e t _ I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g P r o p e r t y D e f i n i t i o n )  + 
+         [ M e t h o d ]   V o i d   S e t I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g P r o p e r t y D e f i n i t i o n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   T o X m l ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g R a s t e r   :   O S G e o . M a p G u i d e . M g S e r i a l i z a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ B i t s P e r P i x e l ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g E n v e l o p e   g e t _ B o u n d s ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ D a t a M o d e l T y p e ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ I m a g e X S i z e ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ I m a g e Y S i z e ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t B i t s P e r P i x e l ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g E n v e l o p e   G e t B o u n d s ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C u r r e n t B a n d ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t D a t a M o d e l T y p e ( )  + 
+         [ M e t h o d ]   I n t 1 6   G e t D a t a T y p e ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t I m a g e X S i z e ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t I m a g e Y S i z e ( )  + 
+         [ M e t h o d ]   I n t 6 4   G e t N u l l V a l u e ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t N u l l V a l u e T y p e ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t N u m b e r O f B a n d s ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t S t r e a m ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t V e r t i c a l U n i t s ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s N u l l ( )  + 
+         [ M e t h o d ]   V o i d   s e t _ I m a g e X S i z e ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   s e t _ I m a g e Y S i z e ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   S e t I m a g e X S i z e ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   S e t I m a g e Y S i z e ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   S e t N u l l ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g R a s t e r P r o p e r t y   :   O S G e o . M a p G u i d e . M g N u l l a b l e P r o p e r t y  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g R a s t e r )  + 
+         [ M e t h o d ]   I n t 1 6   g e t _ P r o p e r t y T y p e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g R a s t e r   g e t _ V a l u e ( )  + 
+         [ M e t h o d ]   I n t 1 6   G e t P r o p e r t y T y p e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g R a s t e r   G e t V a l u e ( )  + 
+         [ M e t h o d ]   V o i d   s e t _ V a l u e ( O S G e o . M a p G u i d e . M g R a s t e r )  + 
+         [ M e t h o d ]   V o i d   S e t V a l u e ( O S G e o . M a p G u i d e . M g R a s t e r )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g R a s t e r P r o p e r t y D e f i n i t i o n   :   O S G e o . M a p G u i d e . M g P r o p e r t y D e f i n i t i o n  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ D e f a u l t I m a g e X S i z e ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ D e f a u l t I m a g e Y S i z e ( )  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ N u l l a b l e ( )  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ R e a d O n l y ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ S p a t i a l C o n t e x t A s s o c i a t i o n ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t D e f a u l t I m a g e X S i z e ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t D e f a u l t I m a g e Y S i z e ( )  + 
+         [ M e t h o d ]   B o o l e a n   G e t N u l l a b l e ( )  + 
+         [ M e t h o d ]   B o o l e a n   G e t R e a d O n l y ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t S p a t i a l C o n t e x t A s s o c i a t i o n ( )  + 
+         [ M e t h o d ]   V o i d   s e t _ D e f a u l t I m a g e X S i z e ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   s e t _ D e f a u l t I m a g e Y S i z e ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   s e t _ N u l l a b l e ( B o o l e a n )  + 
+         [ M e t h o d ]   V o i d   s e t _ R e a d O n l y ( B o o l e a n )  + 
+         [ M e t h o d ]   V o i d   s e t _ S p a t i a l C o n t e x t A s s o c i a t i o n ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t D e f a u l t I m a g e X S i z e ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   S e t D e f a u l t I m a g e Y S i z e ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   S e t N u l l a b l e ( B o o l e a n )  + 
+         [ M e t h o d ]   V o i d   S e t R e a d O n l y ( B o o l e a n )  + 
+         [ M e t h o d ]   V o i d   S e t S p a t i a l C o n t e x t A s s o c i a t i o n ( S y s t e m . S t r i n g )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g R e a d e r   :   O S G e o . M a p G u i d e . M g S e r i a l i z a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   V o i d   C l o s e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t B L O B ( I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t B L O B ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   B o o l e a n   G e t B o o l e a n ( I n t 3 2 )  + 
+         [ M e t h o d ]   B o o l e a n   G e t B o o l e a n ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   B y t e   G e t B y t e ( I n t 3 2 )  + 
+         [ M e t h o d ]   B y t e   G e t B y t e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t C L O B ( I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t C L O B ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g D a t e T i m e   G e t D a t e T i m e ( I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g D a t e T i m e   G e t D a t e T i m e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   D o u b l e   G e t D o u b l e ( I n t 3 2 )  + 
+         [ M e t h o d ]   D o u b l e   G e t D o u b l e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t G e o m e t r y ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t G e o m e t r y ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 1 6   G e t I n t 1 6 ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   I n t 1 6   G e t I n t 1 6 ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t I n t 3 2 ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t I n t 3 2 ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   I n t 6 4   G e t I n t 6 4 ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 6 4   G e t I n t 6 4 ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   I n t 3 2   G e t P r o p e r t y C o u n t ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t P r o p e r t y I n d e x ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t P r o p e r t y N a m e ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t P r o p e r t y T y p e ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t P r o p e r t y T y p e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g R a s t e r   G e t R a s t e r ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g R a s t e r   G e t R a s t e r ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t R e a d e r T y p e ( )  + 
+         [ M e t h o d ]   S i n g l e   G e t S i n g l e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   S i n g l e   G e t S i n g l e ( I n t 3 2 )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t S t r i n g ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t S t r i n g ( I n t 3 2 )  + 
+         [ M e t h o d ]   B o o l e a n   I s N u l l ( I n t 3 2 )  + 
+         [ M e t h o d ]   B o o l e a n   I s N u l l ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   B o o l e a n   R e a d N e x t ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   T o X m l ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g R e a d O n l y L a y e r C o l l e c t i o n   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I R e a d O n l y L i s t ` 1 [ [ O S G e o . M a p G u i d e . M g L a y e r B a s e ,   O S G e o . M a p G u i d e . P l a t f o r m B a s e ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I R e a d O n l y C o l l e c t i o n ` 1 [ [ O S G e o . M a p G u i d e . M g L a y e r B a s e ,   O S G e o . M a p G u i d e . P l a t f o r m B a s e ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a b l e ` 1 [ [ O S G e o . M a p G u i d e . M g L a y e r B a s e ,   O S G e o . M a p G u i d e . P l a t f o r m B a s e ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . I E n u m e r a b l e  + 
+ {  + 
+         [ M e t h o d ]   B o o l e a n   C o n t a i n s ( O S G e o . M a p G u i d e . M g L a y e r B a s e )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ C o u n t ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g L a y e r B a s e   G e t I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   I n d e x O f ( O S G e o . M a p G u i d e . M g L a y e r B a s e )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g R e s o u r c e   :   O S G e o . M a p G u i d e . M g N a m e d S e r i a l i z a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r   G e t R e s o u r c e I d ( )  + 
+         [ M e t h o d ]   V o i d   O p e n ( O S G e o . M a p G u i d e . M g R e s o u r c e S e r v i c e ,   O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r )  + 
+         [ M e t h o d ]   V o i d   S a v e ( O S G e o . M a p G u i d e . M g R e s o u r c e S e r v i c e ,   O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r )  + 
+         [ M e t h o d ]   V o i d   S a v e ( O S G e o . M a p G u i d e . M g R e s o u r c e S e r v i c e )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r   :   O S G e o . M a p G u i d e . M g S e r i a l i z a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ N a m e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ P a t h ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ R e p o s i t o r y N a m e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ R e p o s i t o r y T y p e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ R e s o u r c e T y p e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t N a m e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t P a t h ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t R e p o s i t o r y N a m e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t R e p o s i t o r y T y p e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t R e s o u r c e T y p e ( )  + 
+         [ M e t h o d ]   V o i d   s e t _ N a m e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   s e t _ P a t h ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   s e t _ R e p o s i t o r y N a m e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   s e t _ R e p o s i t o r y T y p e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   s e t _ R e s o u r c e T y p e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t N a m e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t P a t h ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t R e p o s i t o r y N a m e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t R e p o s i t o r y T y p e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t R e s o u r c e T y p e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   T o S t r i n g ( )  + 
+         [ M e t h o d ]   V o i d   V a l i d a t e ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g R e s o u r c e S e r v i c e   :   O S G e o . M a p G u i d e . M g S e r v i c e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   V o i d   A p p l y R e s o u r c e P a c k a g e ( O S G e o . M a p G u i d e . M g B y t e R e a d e r )  + 
+         [ M e t h o d ]   V o i d   C h a n g e R e s o u r c e O w n e r ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g ,   B o o l e a n )  + 
+         [ M e t h o d ]   V o i d   C o p y R e s o u r c e ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   B o o l e a n )  + 
+         [ M e t h o d ]   V o i d   D e l e t e R e s o u r c e ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r )  + 
+         [ M e t h o d ]   V o i d   D e l e t e R e s o u r c e D a t a ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   E n u m e r a t e R e f e r e n c e s ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   E n u m e r a t e R e s o u r c e D a t a ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   E n u m e r a t e R e s o u r c e D o c u m e n t s ( O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n ,   S y s t e m . S t r i n g ,   I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   E n u m e r a t e R e s o u r c e s ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   I n t 3 2 ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   E n u m e r a t e R e s o u r c e s ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   I n t 3 2 ,   S y s t e m . S t r i n g ,   B o o l e a n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   E n u m e r a t e U n m a n a g e d D a t a ( S y s t e m . S t r i n g ,   B o o l e a n ,   S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t R e p o s i t o r y C o n t e n t ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t R e p o s i t o r y H e a d e r ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t R e s o u r c e C o n t e n t ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n   G e t R e s o u r c e C o n t e n t s ( O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n ,   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t R e s o u r c e D a t a ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t R e s o u r c e H e a d e r ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t R e s o u r c e M e t a d a t a ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g D a t e T i m e   G e t R e s o u r c e M o d i f i e d D a t e ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r )  + 
+         [ M e t h o d ]   V o i d   I n h e r i t P e r m i s s i o n s F r o m ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r )  + 
+         [ M e t h o d ]   V o i d   M o v e R e s o u r c e ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   B o o l e a n ,   B o o l e a n )  + 
+         [ M e t h o d ]   V o i d   M o v e R e s o u r c e ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   B o o l e a n )  + 
+         [ M e t h o d ]   V o i d   R e n a m e R e s o u r c e D a t a ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g ,   S y s t e m . S t r i n g ,   B o o l e a n )  + 
+         [ M e t h o d ]   B o o l e a n   R e s o u r c e E x i s t s ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r )  + 
+         [ M e t h o d ]   V o i d   S e t R e s o u r c e ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   O S G e o . M a p G u i d e . M g B y t e R e a d e r ,   O S G e o . M a p G u i d e . M g B y t e R e a d e r )  + 
+         [ M e t h o d ]   V o i d   S e t R e s o u r c e D a t a ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g ,   S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g B y t e R e a d e r )  + 
+         [ M e t h o d ]   V o i d   S e t R e s o u r c e M e t a d a t a ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   O S G e o . M a p G u i d e . M g B y t e R e a d e r )  + 
+         [ M e t h o d ]   V o i d   U p d a t e R e p o s i t o r y ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   O S G e o . M a p G u i d e . M g B y t e R e a d e r ,   O S G e o . M a p G u i d e . M g B y t e R e a d e r )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g S e l e c t i o n B a s e   :   O S G e o . M a p G u i d e . M g R e s o u r c e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( O S G e o . M a p G u i d e . M g M a p B a s e )  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( O S G e o . M a p G u i d e . M g M a p B a s e ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   A d d ( S y s t e m . S t r i n g ,   S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   A d d F e a t u r e I d D o u b l e ( O S G e o . M a p G u i d e . M g L a y e r B a s e ,   S y s t e m . S t r i n g ,   D o u b l e )  + 
+         [ M e t h o d ]   V o i d   A d d F e a t u r e I d I n t 1 6 ( O S G e o . M a p G u i d e . M g L a y e r B a s e ,   S y s t e m . S t r i n g ,   I n t 1 6 )  + 
+         [ M e t h o d ]   V o i d   A d d F e a t u r e I d I n t 3 2 ( O S G e o . M a p G u i d e . M g L a y e r B a s e ,   S y s t e m . S t r i n g ,   I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   A d d F e a t u r e I d I n t 6 4 ( O S G e o . M a p G u i d e . M g L a y e r B a s e ,   S y s t e m . S t r i n g ,   I n t 6 4 )  + 
+         [ M e t h o d ]   V o i d   A d d F e a t u r e I d s ( O S G e o . M a p G u i d e . M g L a y e r B a s e ,   S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g P r o p e r t y C o l l e c t i o n )  + 
+         [ M e t h o d ]   V o i d   A d d F e a t u r e I d S t r i n g ( O S G e o . M a p G u i d e . M g L a y e r B a s e ,   S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   A d d F e a t u r e s ( O S G e o . M a p G u i d e . M g L a y e r B a s e ,   O S G e o . M a p G u i d e . M g F e a t u r e R e a d e r ,   I n t 3 2 )  + 
+         [ M e t h o d ]   B o o l e a n   C o n t a i n s ( O S G e o . M a p G u i d e . M g L a y e r B a s e ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   F r o m X m l ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e n e r a t e F i l t e r ( O S G e o . M a p G u i d e . M g L a y e r B a s e ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n   G e n e r a t e F i l t e r s ( O S G e o . M a p G u i d e . M g L a y e r B a s e ,   S y s t e m . S t r i n g ,   I n t 3 2 )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t C l a s s ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n   G e t C l a s s e s ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g E n v e l o p e   G e t E x t e n t s ( O S G e o . M a p G u i d e . M g F e a t u r e S e r v i c e )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g R e a d O n l y L a y e r C o l l e c t i o n   G e t L a y e r s ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t R e s o u r c e N a m e ( S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g F e a t u r e R e a d e r   G e t S e l e c t e d F e a t u r e s ( O S G e o . M a p G u i d e . M g L a y e r B a s e ,   S y s t e m . S t r i n g ,   B o o l e a n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g F e a t u r e R e a d e r   G e t S e l e c t e d F e a t u r e s ( O S G e o . M a p G u i d e . M g L a y e r B a s e ,   S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n )  + 
+         [ M e t h o d ]   I n t 3 2   G e t S e l e c t e d F e a t u r e s C o u n t ( O S G e o . M a p G u i d e . M g L a y e r B a s e ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   O p e n ( O S G e o . M a p G u i d e . M g R e s o u r c e S e r v i c e ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S a v e ( O S G e o . M a p G u i d e . M g R e s o u r c e S e r v i c e ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t M a p ( O S G e o . M a p G u i d e . M g M a p B a s e )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   T o X m l ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g S e r v i c e   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g W a r n i n g s   G e t W a r n i n g s O b j e c t ( )  + 
+         [ M e t h o d ]   B o o l e a n   H a s W a r n i n g s ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g S i n g l e P r o p e r t y   :   O S G e o . M a p G u i d e . M g N u l l a b l e P r o p e r t y  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . S t r i n g ,   S i n g l e )  + 
+         [ M e t h o d ]   I n t 1 6   g e t _ P r o p e r t y T y p e ( )  + 
+         [ M e t h o d ]   S i n g l e   g e t _ V a l u e ( )  + 
+         [ M e t h o d ]   I n t 1 6   G e t P r o p e r t y T y p e ( )  + 
+         [ M e t h o d ]   S i n g l e   G e t V a l u e ( )  + 
+         [ M e t h o d ]   V o i d   s e t _ V a l u e ( S i n g l e )  + 
+         [ M e t h o d ]   V o i d   S e t V a l u e ( S i n g l e )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g S p a t i a l C o n t e x t R e a d e r   :   O S G e o . M a p G u i d e . M g S e r i a l i z a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   V o i d   C l o s e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ C o o r d i n a t e S y s t e m ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ C o o r d i n a t e S y s t e m W k t ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ D e s c r i p t i o n ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   g e t _ E x t e n t ( )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ E x t e n t T y p e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ N a m e ( )  + 
+         [ M e t h o d ]   D o u b l e   g e t _ X Y T o l e r a n c e ( )  + 
+         [ M e t h o d ]   D o u b l e   g e t _ Z T o l e r a n c e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t C o o r d i n a t e S y s t e m ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t C o o r d i n a t e S y s t e m W k t ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t D e s c r i p t i o n ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t E x t e n t ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t E x t e n t T y p e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t N a m e ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t X Y T o l e r a n c e ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t Z T o l e r a n c e ( )  + 
+         [ S y s t e m . O b s o l e t e A t t r i b u t e ]  + 
+         [ M e t h o d ]   B o o l e a n   I s A c t i v e ( )  + 
+         [ M e t h o d ]   B o o l e a n   R e a d N e x t ( )  + 
+         [ M e t h o d ]   V o i d   R e s e t ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   T o X m l ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g S q l D a t a R e a d e r   :   O S G e o . M a p G u i d e . M g R e a d e r  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+ }  + 
+ [ S y s t e m . R e f l e c t i o n . D e f a u l t M e m b e r A t t r i b u t e ]  + 
+ t y p e   O S G e o . M a p G u i d e . M g S t r i n g P r o p e r t y C o l l e c t i o n   :   O S G e o . M a p G u i d e . M g C o l l e c t i o n  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I L i s t ` 1 [ [ O S G e o . M a p G u i d e . M g S t r i n g P r o p e r t y ,   O S G e o . M a p G u i d e . F o u n d a t i o n ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I C o l l e c t i o n ` 1 [ [ O S G e o . M a p G u i d e . M g S t r i n g P r o p e r t y ,   O S G e o . M a p G u i d e . F o u n d a t i o n ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a b l e ` 1 [ [ O S G e o . M a p G u i d e . M g S t r i n g P r o p e r t y ,   O S G e o . M a p G u i d e . F o u n d a t i o n ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . I E n u m e r a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   V o i d   A d d ( S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   A d d ( O S G e o . M a p G u i d e . M g S t r i n g P r o p e r t y )  + 
+         [ M e t h o d ]   V o i d   C l e a r ( )  + 
+         [ M e t h o d ]   B o o l e a n   C o n t a i n s ( O S G e o . M a p G u i d e . M g S t r i n g P r o p e r t y )  + 
+         [ M e t h o d ]   B o o l e a n   C o n t a i n s ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   C o p y T o ( O S G e o . M a p G u i d e . M g S t r i n g P r o p e r t y [ ] ,   I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ C o u n t ( )  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ I s R e a d O n l y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g S t r i n g P r o p e r t y   g e t _ I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a t o r ` 1 [ O S G e o . M a p G u i d e . M g S t r i n g P r o p e r t y ]   G e t E n u m e r a t o r ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g S t r i n g P r o p e r t y   G e t I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t N a m e ( I n t 3 2 )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t V a l u e ( I n t 3 2 )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t V a l u e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   I n t 3 2   I n d e x O f ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   I n t 3 2   I n d e x O f ( O S G e o . M a p G u i d e . M g S t r i n g P r o p e r t y )  + 
+         [ M e t h o d ]   V o i d   I n s e r t ( I n t 3 2 ,   S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   I n s e r t ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g S t r i n g P r o p e r t y )  + 
+         [ M e t h o d ]   B o o l e a n   R e m o v e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   B o o l e a n   R e m o v e ( O S G e o . M a p G u i d e . M g S t r i n g P r o p e r t y )  + 
+         [ M e t h o d ]   V o i d   R e m o v e A t ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   s e t _ I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g S t r i n g P r o p e r t y )  + 
+         [ M e t h o d ]   V o i d   S e t I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g S t r i n g P r o p e r t y )  + 
+         [ M e t h o d ]   V o i d   S e t V a l u e ( S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   T o X m l ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g T r a n s a c t i o n   :   O S G e o . M a p G u i d e . M g S e r i a l i z a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   A d d S a v e P o i n t ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   C o m m i t ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r   G e t F e a t u r e S o u r c e ( )  + 
+         [ M e t h o d ]   V o i d   R e l e a s e S a v e P o i n t ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   R o l l b a c k ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   R o l l b a c k ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g U p d a t e F e a t u r e s   :   O S G e o . M a p G u i d e . M g F e a t u r e C o m m a n d  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g P r o p e r t y C o l l e c t i o n ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ C o m m a n d T y p e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ F e a t u r e C l a s s N a m e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   g e t _ F i l t e r T e x t ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P r o p e r t y C o l l e c t i o n   g e t _ P r o p e r t y V a l u e s ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o m m a n d T y p e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t F e a t u r e C l a s s N a m e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t F i l t e r T e x t ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P r o p e r t y C o l l e c t i o n   G e t P r o p e r t y V a l u e s ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g W a r n i n g s   :   O S G e o . M a p G u i d e . M g S e r i a l i z a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ C o u n t ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n   G e t M e s s a g e s ( )  + 
+ }  + 
+ A s s e m b l y :   O S G e o . M a p G u i d e . M a p G u i d e C o m m o n ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l  + 
+ t y p e   O S G e o . M a p G u i d e . M g I m a g e F o r m a t s   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   G i f  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   J p e g  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M e t a  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   P n g  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   P n g 8  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   R a w  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   T i f f  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g P a g e U n i t s T y p e   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   I n c h e s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M i l l i m e t e r s  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o o r d i n a t e S p a c e   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D i s p l a y  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M a p  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   N o n e  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g M a p P l o t I n s t r u c t i o n   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   U s e M a p C e n t e r A n d S c a l e  + 
+         [ F i e l d ]   I n t 3 2   U s e O v e r r i d d e n C e n t e r A n d S c a l e  + 
+         [ F i e l d ]   I n t 3 2   U s e O v e r r i d d e n E x t e n t  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g L o g F i l e T y p e   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A c c e s s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A d m i n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A u t h e n t i c a t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   E r r o r  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   S e s s i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   T r a c e  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g S e r v e r I n f o r m a t i o n P r o p e r t i e s   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A d m i n O p e r a t i o n s Q u e u e C o u n t  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A p i V e r s i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A v a i l a b l e P h y s i c a l M e m o r y  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A v a i l a b l e V i r t u a l M e m o r y  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A v e r a g e O p e r a t i o n T i m e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   C a c h e D r o p p e d E n t r i e s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   C a c h e S i z e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   C l i e n t O p e r a t i o n s Q u e u e C o u n t  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   C p u U t i l i z a t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D i s p l a y N a m e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M a c h i n e I p  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   O p e r a t i n g S y s t e m V e r s i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   S e r v e r V e r s i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   S i t e O p e r a t i o n s Q u e u e C o u n t  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   S t a t u s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   T o t a l A c t i v e C o n n e c t i o n s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   T o t a l C o n n e c t i o n s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   T o t a l O p e r a t i o n T i m e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   T o t a l P h y s i c a l M e m o r y  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   T o t a l P r o c e s s e d O p e r a t i o n s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   T o t a l R e c e i v e d O p e r a t i o n s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   T o t a l V i r t u a l M e m o r y  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   U p t i m e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   V i r t u a l M e m o r y  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   W o r k i n g S e t  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g U n i t T y p e   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M e t r i c  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   U S E n g l i s h  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g C o n f i g P r o p e r t i e s   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A c c e s s L o g P r o p e r t i e s S e c t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A c c e s s L o g P r o p e r t y E n a b l e d  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A c c e s s L o g P r o p e r t y F i l e n a m e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A c c e s s L o g P r o p e r t y P a r a m e t e r s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A d m i n i s t r a t i v e C o n n e c t i o n P r o p e r t i e s S e c t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A d m i n i s t r a t i v e C o n n e c t i o n P r o p e r t y E m a i l  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A d m i n i s t r a t i v e C o n n e c t i o n P r o p e r t y M a x C o n n e c t i o n s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A d m i n i s t r a t i v e C o n n e c t i o n P r o p e r t y P o r t  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A d m i n i s t r a t i v e C o n n e c t i o n P r o p e r t y Q u e u e S i z e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A d m i n i s t r a t i v e C o n n e c t i o n P r o p e r t y T h r e a d P o o l S i z e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A d m i n L o g P r o p e r t i e s S e c t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A d m i n L o g P r o p e r t y E n a b l e d  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A d m i n L o g P r o p e r t y F i l e n a m e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A d m i n L o g P r o p e r t y P a r a m e t e r s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A g e n t A n o n y m o u s D e n y G e t R e s o u r c e C o n t e n t  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A g e n t A n o n y m o u s D e n y G e t R e s o u r c e D a t a  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A g e n t A n o n y m o u s D e n y G e t R e s o u r c e H e a d e r  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A g e n t D e b u g P a u s e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A g e n t D i s a b l e A u t h o r i n g  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A g e n t D i s a b l e W f s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A g e n t D i s a b l e W m s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A g e n t E r r o r L o g E n a b l e d  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A g e n t E r r o r L o g F i l e n a m e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A g e n t G l o b a l G e t W f s F e a t u r e s L i m i t  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A g e n t G l o b a l G e t W m s F e a t u r e I n f o L i m i t  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A g e n t G l o b a l M a x F e a t u r e Q u e r y L i m i t  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A g e n t G l o b a l M a x M a p F e a t u r e Q u e r y L i m i t  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A g e n t P r o p e r t i e s S e c t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A g e n t R e q u e s t L o g E n a b l e d  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A g e n t R e q u e s t L o g F i l e n a m e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A u t h e n t i c a t i o n L o g P r o p e r t i e s S e c t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A u t h e n t i c a t i o n L o g P r o p e r t y E n a b l e d  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A u t h e n t i c a t i o n L o g P r o p e r t y F i l e n a m e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   A u t h e n t i c a t i o n L o g P r o p e r t y P a r a m e t e r s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   C I T E W f s E n a b l e d  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   C I T E W m s E n a b l e d  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   C l i e n t C o n n e c t i o n P r o p e r t i e s S e c t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   C l i e n t C o n n e c t i o n P r o p e r t y M a x C o n n e c t i o n s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   C l i e n t C o n n e c t i o n P r o p e r t y P o r t  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   C l i e n t C o n n e c t i o n P r o p e r t y Q u e u e S i z e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   C l i e n t C o n n e c t i o n P r o p e r t y T h r e a d P o o l S i z e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   C o n t a i n e r I n f o F o l d e r  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D B E n v i r o n m e n t P r o p e r t i e s S e c t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D B M a x L o c k e r s P a r a m e t e r s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D B M a x T r a n s a c t i o n s P a r a m t e r s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D B P a g e S i z e P a r a m e t e r s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D B T i m e o u t P a r a m e t e r s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D B X M L P a g e S i z e P a r a m e t e r s  + 
+         [ F i e l d ]   B o o l e a n   D e f a u l t A c c e s s L o g P r o p e r t y E n a b l e d  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t A c c e s s L o g P r o p e r t y F i l e n a m e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t A c c e s s L o g P r o p e r t y P a r a m e t e r s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t A d m i n i s t r a t i v e C o n n e c t i o n P r o p e r t y E m a i l  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t A d m i n i s t r a t i v e C o n n e c t i o n P r o p e r t y M a x C o n n e c t i o n s  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t A d m i n i s t r a t i v e C o n n e c t i o n P r o p e r t y P o r t  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t A d m i n i s t r a t i v e C o n n e c t i o n P r o p e r t y Q u e u e S i z e  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t A d m i n i s t r a t i v e C o n n e c t i o n P r o p e r t y T h r e a d P o o l S i z e  + 
+         [ F i e l d ]   B o o l e a n   D e f a u l t A d m i n L o g P r o p e r t y E n a b l e d  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t A d m i n L o g P r o p e r t y F i l e n a m e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t A d m i n L o g P r o p e r t y P a r a m e t e r s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t A g e n t A n o n y m o u s D e n y G e t R e s o u r c e C o n t e n t  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t A g e n t A n o n y m o u s D e n y G e t R e s o u r c e D a t a  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t A g e n t A n o n y m o u s D e n y G e t R e s o u r c e H e a d e r  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t A g e n t D e b u g P a u s e  + 
+         [ F i e l d ]   B o o l e a n   D e f a u l t A g e n t E r r o r L o g E n a b l e d  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t A g e n t E r r o r L o g F i l e n a m e  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t A g e n t G l o b a l G e t W f s F e a t u r e s L i m i t  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t A g e n t G l o b a l G e t W m s F e a t u r e I n f o L i m i t  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t A g e n t G l o b a l M a x F e a t u r e Q u e r y L i m i t  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t A g e n t G l o b a l M a x M a p F e a t u r e Q u e r y L i m i t  + 
+         [ F i e l d ]   B o o l e a n   D e f a u l t A g e n t R e q u e s t L o g E n a b l e d  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t A g e n t R e q u e s t L o g F i l e n a m e  + 
+         [ F i e l d ]   B o o l e a n   D e f a u l t A u t h e n t i c a t i o n L o g P r o p e r t y E n a b l e d  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t A u t h e n t i c a t i o n L o g P r o p e r t y F i l e n a m e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t A u t h e n t i c a t i o n L o g P r o p e r t y P a r a m e t e r s  + 
+         [ F i e l d ]   B o o l e a n   D e f a u l t C I T E W f s E n a b l e d  + 
+         [ F i e l d ]   B o o l e a n   D e f a u l t C I T E W m s E n a b l e d  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t C l i e n t C o n n e c t i o n P r o p e r t y M a x C o n n e c t i o n s  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t C l i e n t C o n n e c t i o n P r o p e r t y P o r t  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t C l i e n t C o n n e c t i o n P r o p e r t y Q u e u e S i z e  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t C l i e n t C o n n e c t i o n P r o p e r t y T h r e a d P o o l S i z e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t C o n f i g u r a t i o n F i l e n a m e  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t D B M a x L o c k e r s P a r a m e t e r s  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t D B M a x T r a n s a c t i o n s P a r a m t e r s  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t D B P a g e S i z e P a r a m e t e r s  + 
+         [ F i e l d ]   D o u b l e   D e f a u l t D B T i m e o u t P a r a m e t e r s  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t D B X M L P a g e S i z e P a r a m e t e r s  + 
+         [ F i e l d ]   B o o l e a n   D e f a u l t E r r o r L o g P r o p e r t y E n a b l e d  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t E r r o r L o g P r o p e r t y F i l e n a m e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t E r r o r L o g P r o p e r t y P a r a m e t e r s  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t F e a t u r e S e r v i c e P r o p e r t y C a c h e S i z e  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t F e a t u r e S e r v i c e P r o p e r t y C a c h e T i m e L i m i t  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t F e a t u r e S e r v i c e P r o p e r t y C a c h e T i m e r I n t e r v a l  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t F e a t u r e S e r v i c e P r o p e r t y D a t a C a c h e S i z e  + 
+         [ F i e l d ]   B o o l e a n   D e f a u l t F e a t u r e S e r v i c e P r o p e r t y D a t a C o n n e c t i o n P o o l E n a b l e d  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t F e a t u r e S e r v i c e P r o p e r t y D a t a C o n n e c t i o n P o o l E x c l u d e d P r o v i d e r s  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t F e a t u r e S e r v i c e P r o p e r t y D a t a C o n n e c t i o n P o o l S i z e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t F e a t u r e S e r v i c e P r o p e r t y D a t a C o n n e c t i o n P o o l S i z e C u s t o m  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t F e a t u r e S e r v i c e P r o p e r t y D a t a C o n n e c t i o n T i m e o u t  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t F e a t u r e S e r v i c e P r o p e r t y D a t a C o n n e c t i o n T i m e r I n t e r v a l  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t F e a t u r e S e r v i c e P r o p e r t y D a t a C o n n e c t i o n U s e L i m i t  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t F e a t u r e S e r v i c e P r o p e r t y D a t a T r a n s a c t i o n T i m e o u t  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t F e a t u r e S e r v i c e P r o p e r t y D a t a T r a n s a c t i o n T i m e r I n t e r v a l  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t F e a t u r e S e r v i c e P r o p e r t y F D O C o n n e c t i o n T i m e o u t C u s t o m  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t F e a t u r e S e r v i c e P r o p e r t y J o i n Q u e r y B a t c h S i z e  + 
+         [ F i e l d ]   B o o l e a n   D e f a u l t F e a t u r e S e r v i c e P r o p e r t y U s e F d o J o i n O p t i m i z a t i o n  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t G e n e r a l P r o p e r t y C o n n e c t i o n T i m e o u t  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t G e n e r a l P r o p e r t y C o n n e c t i o n T i m e r I n t e r v a l  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t G e n e r a l P r o p e r t y D e f a u l t M e s s a g e L o c a l e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t G e n e r a l P r o p e r t y D i s p l a y N a m e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t G e n e r a l P r o p e r t y F d o P a t h  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t G e n e r a l P r o p e r t y L i c e n s e S e r v e r P a t h  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t G e n e r a l P r o p e r t y L i n u x F o n t D i r e c t o r i e s  + 
+         [ F i e l d ]   B o o l e a n   D e f a u l t G e n e r a l P r o p e r t y L i n u x M e m D e b u g  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t G e n e r a l P r o p e r t y L o c a l e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t G e n e r a l P r o p e r t y L o g s D e l i m i t e r  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t G e n e r a l P r o p e r t y L o g s D e t a i l  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t G e n e r a l P r o p e r t y L o g s P a t h  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t G e n e r a l P r o p e r t y M a c h i n e I p  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t G e n e r a l P r o p e r t y M a x L o g F i l e S i z e  + 
+         [ F i e l d ]   B o o l e a n   D e f a u l t G e n e r a l P r o p e r t y M a x L o g F i l e S i z e E n a b l e d  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t G e n e r a l P r o p e r t y M e n t o r D i c t i o n a r y P a t h  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t G e n e r a l P r o p e r t y M e n t o r U s e r D i c t i o n a r y P a t h  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t G e n e r a l P r o p e r t y P r e C a c h e M a p s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t G e n e r a l P r o p e r t y R e s o u r c e s P a t h  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t G e n e r a l P r o p e r t y S e r i a l N u m b e r  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t G e n e r a l P r o p e r t y S e r v i c e R e g i s t r a t i o n T i m e r I n t e r v a l  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t G e n e r a l P r o p e r t y T c p I p M t u  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t G e n e r a l P r o p e r t y T e m p P a t h  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t G e n e r a l P r o p e r t y W f s D o c u m e n t P a t h  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t G e n e r a l P r o p e r t y W m s D o c u m e n t P a t h  + 
+         [ F i e l d ]   B o o l e a n   D e f a u l t H o s t P r o p e r t y D r a w i n g S e r v i c e  + 
+         [ F i e l d ]   B o o l e a n   D e f a u l t H o s t P r o p e r t y F e a t u r e S e r v i c e  + 
+         [ F i e l d ]   B o o l e a n   D e f a u l t H o s t P r o p e r t y K m l S e r v i c e  + 
+         [ F i e l d ]   B o o l e a n   D e f a u l t H o s t P r o p e r t y M a p p i n g S e r v i c e  + 
+         [ F i e l d ]   B o o l e a n   D e f a u l t H o s t P r o p e r t y P r o f i l i n g S e r v i c e  + 
+         [ F i e l d ]   B o o l e a n   D e f a u l t H o s t P r o p e r t y R e n d e r i n g S e r v i c e  + 
+         [ F i e l d ]   B o o l e a n   D e f a u l t H o s t P r o p e r t y R e s o u r c e S e r v i c e  + 
+         [ F i e l d ]   B o o l e a n   D e f a u l t H o s t P r o p e r t y S i t e S e r v i c e  + 
+         [ F i e l d ]   B o o l e a n   D e f a u l t H o s t P r o p e r t y T i l e S e r v i c e  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t L i b r a r y C a c h e S i z e P a r a m e t e r s  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t L i b r a r y L o g B u f f e r S i z e P a r a m e t e r s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t M a p p i n g S e r v i c e P r o p e r t y L e g e n d F o n t  + 
+         [ F i e l d ]   B o o l e a n   D e f a u l t P e r f o r m a n c e L o g P r o p e r t y E n a b l e d  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t P e r f o r m a n c e L o g P r o p e r t y F i l e n a m e  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t P e r f o r m a n c e L o g P r o p e r t y I n t e r v a l  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t P e r f o r m a n c e L o g P r o p e r t y P a r a m e t e r s  + 
+         [ F i e l d ]   B o o l e a n   D e f a u l t R e n d e r i n g S e r v i c e P r o p e r t i e s G l o b a l R a s t e r S t y l i z a t i o n L o c k E n a b l e d  + 
+         [ F i e l d ]   B o o l e a n   D e f a u l t R e n d e r i n g S e r v i c e P r o p e r t y C l a m p P o i n t s  + 
+         [ F i e l d ]   B o o l e a n   D e f a u l t R e n d e r i n g S e r v i c e P r o p e r t y G e n e r a l i z e D a t a  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t R e n d e r i n g S e r v i c e P r o p e r t y M a x R a s t e r I m a g e H e i g h t  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t R e n d e r i n g S e r v i c e P r o p e r t y M a x R a s t e r I m a g e W i d t h  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t R e n d e r i n g S e r v i c e P r o p e r t y M a x R e n d e r I m a g e H e i g h t  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t R e n d e r i n g S e r v i c e P r o p e r t y M a x R e n d e r I m a g e W i d t h  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t R e n d e r i n g S e r v i c e P r o p e r t y M i n R a s t e r G r i d S i z e  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t R e n d e r i n g S e r v i c e P r o p e r t y M i n R a s t e r G r i d S i z e F o r P l o t  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t R e n d e r i n g S e r v i c e P r o p e r t y R a s t e r G r i d S i z e  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t R e n d e r i n g S e r v i c e P r o p e r t y R a s t e r G r i d S i z e F o r P l o t  + 
+         [ F i e l d ]   D o u b l e   D e f a u l t R e n d e r i n g S e r v i c e P r o p e r t y R a s t e r G r i d S i z e O v e r r i d e R a t i o  + 
+         [ F i e l d ]   D o u b l e   D e f a u l t R e n d e r i n g S e r v i c e P r o p e r t y R a s t e r G r i d S i z e O v e r r i d e R a t i o F o r P l o t  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t R e n d e r i n g S e r v i c e P r o p e r t y R e n d e r S e l e c t i o n B a t c h S i z e  + 
+         [ F i e l d ]   D o u b l e   D e f a u l t R e n d e r i n g S e r v i c e P r o p e r t y T i l e E x t e n t O f f s e t  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t R e s o u r c e S e r v i c e P r o p e r t y L i b r a r y R e p o s i t o r y P a t h  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t R e s o u r c e S e r v i c e P r o p e r t y L i b r a r y R e s o u r c e D a t a F i l e P a t h  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t R e s o u r c e S e r v i c e P r o p e r t y P a c k a g e s P a t h  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t R e s o u r c e S e r v i c e P r o p e r t y R e p o s i t o r y C h e c k p o i n t s T i m e r I n t e r v a l  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t R e s o u r c e S e r v i c e P r o p e r t y R e s o u r c e C h a n g e T i m e r I n t e r v a l  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t R e s o u r c e S e r v i c e P r o p e r t y R e s o u r c e D a t a F i l e T r a s h F o l d e r N a m e  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t R e s o u r c e S e r v i c e P r o p e r t y R e s o u r c e P e r m i s s i o n C a c h e S i z e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t R e s o u r c e S e r v i c e P r o p e r t y R e s o u r c e S c h e m a F i l e P a t h  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t R e s o u r c e S e r v i c e P r o p e r t y S e s s i o n R e p o s i t o r y P a t h  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t R e s o u r c e S e r v i c e P r o p e r t y S e s s i o n R e s o u r c e D a t a F i l e P a t h  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t R e s o u r c e S e r v i c e P r o p e r t y S i t e R e p o s i t o r y P a t h  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t S e s s i o n C a c h e S i z e P a r a m t e r s  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t S e s s i o n D B P a g e S i z e P a r a m e t e r s  + 
+         [ F i e l d ]   D o u b l e   D e f a u l t S e s s i o n D B X M L P a g e S i z e P a r a m e t e r s  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t S e s s i o n L o g B u f f e r S i z e P a r a m e t e r s  + 
+         [ F i e l d ]   B o o l e a n   D e f a u l t S e s s i o n L o g P r o p e r t y E n a b l e d  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t S e s s i o n L o g P r o p e r t y F i l e n a m e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t S e s s i o n L o g P r o p e r t y P a r a m e t e r s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t S i t e C o n n e c t i o n P r o p e r t y I p A d d r e s s  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t S i t e C o n n e c t i o n P r o p e r t y M a x C o n n e c t i o n s  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t S i t e C o n n e c t i o n P r o p e r t y P o r t  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t S i t e C o n n e c t i o n P r o p e r t y Q u e u e S i z e  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t S i t e C o n n e c t i o n P r o p e r t y T h r e a d P o o l S i z e  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t S i t e S e r v i c e P r o p e r t y S e s s i o n T i m e o u t  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t S i t e S e r v i c e P r o p e r t y S e s s i o n T i m e r I n t e r v a l  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t T i l e S e r v i c e P r o p e r t y I m a g e F o r m a t  + 
+         [ F i e l d ]   B o o l e a n   D e f a u l t T i l e S e r v i c e P r o p e r t y R e n d e r O n l y  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t T i l e S e r v i c e P r o p e r t y T i l e C a c h e P a t h  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t T i l e S e r v i c e P r o p e r t y T i l e C o l u m n s P e r F o l d e r  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t T i l e S e r v i c e P r o p e r t y T i l e R o w s P e r F o l d e r  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t T i l e S e r v i c e P r o p e r t y T i l e S i z e X  + 
+         [ F i e l d ]   I n t 3 2   D e f a u l t T i l e S e r v i c e P r o p e r t y T i l e S i z e Y  + 
+         [ F i e l d ]   B o o l e a n   D e f a u l t T r a c e L o g P r o p e r t y E n a b l e d  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t T r a c e L o g P r o p e r t y F i l e n a m e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D e f a u l t T r a c e L o g P r o p e r t y P a r a m e t e r s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   D r a w i n g S e r v i c e P r o p e r t i e s S e c t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   E r r o r L o g P r o p e r t i e s S e c t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   E r r o r L o g P r o p e r t y E n a b l e d  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   E r r o r L o g P r o p e r t y F i l e n a m e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   E r r o r L o g P r o p e r t y P a r a m e t e r s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   F e a t u r e S e r v i c e P r o p e r t i e s S e c t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   F e a t u r e S e r v i c e P r o p e r t y C a c h e S i z e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   F e a t u r e S e r v i c e P r o p e r t y C a c h e T i m e L i m i t  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   F e a t u r e S e r v i c e P r o p e r t y C a c h e T i m e r I n t e r v a l  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   F e a t u r e S e r v i c e P r o p e r t y D a t a C a c h e S i z e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   F e a t u r e S e r v i c e P r o p e r t y D a t a C o n n e c t i o n P o o l E n a b l e d  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   F e a t u r e S e r v i c e P r o p e r t y D a t a C o n n e c t i o n P o o l E x c l u d e d P r o v i d e r s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   F e a t u r e S e r v i c e P r o p e r t y D a t a C o n n e c t i o n P o o l S i z e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   F e a t u r e S e r v i c e P r o p e r t y D a t a C o n n e c t i o n P o o l S i z e C u s t o m  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   F e a t u r e S e r v i c e P r o p e r t y D a t a C o n n e c t i o n T i m e o u t  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   F e a t u r e S e r v i c e P r o p e r t y D a t a C o n n e c t i o n T i m e r I n t e r v a l  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   F e a t u r e S e r v i c e P r o p e r t y D a t a C o n n e c t i o n U s e L i m i t  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   F e a t u r e S e r v i c e P r o p e r t y D a t a T r a n s a c t i o n T i m e o u t  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   F e a t u r e S e r v i c e P r o p e r t y D a t a T r a n s a c t i o n T i m e r I n t e r v a l  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   F e a t u r e S e r v i c e P r o p e r t y F D O C o n n e c t i o n T i m e o u t C u s t o m  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   F e a t u r e S e r v i c e P r o p e r t y J o i n Q u e r y B a t c h S i z e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   F e a t u r e S e r v i c e P r o p e r t y U s e F d o J o i n O p t i m i z a t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   F o n t A l i a s M a p p i n g S e c t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   G e n e r a l P r o p e r t i e s S e c t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   G e n e r a l P r o p e r t y C o n n e c t i o n T i m e o u t  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   G e n e r a l P r o p e r t y C o n n e c t i o n T i m e r I n t e r v a l  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   G e n e r a l P r o p e r t y D e f a u l t M e s s a g e L o c a l e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   G e n e r a l P r o p e r t y D i s p l a y N a m e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   G e n e r a l P r o p e r t y F d o P a t h  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   G e n e r a l P r o p e r t y L i c e n s e S e r v e r P a t h  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   G e n e r a l P r o p e r t y L i n u x F o n t D i r e c t o r i e s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   G e n e r a l P r o p e r t y L i n u x M e m D e b u g  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   G e n e r a l P r o p e r t y L o c a l e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   G e n e r a l P r o p e r t y L o g s D e l i m i t e r  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   G e n e r a l P r o p e r t y L o g s D e t a i l  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   G e n e r a l P r o p e r t y L o g s P a t h  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   G e n e r a l P r o p e r t y M a c h i n e I p  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   G e n e r a l P r o p e r t y M a x L o g F i l e S i z e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   G e n e r a l P r o p e r t y M a x L o g F i l e S i z e E n a b l e d  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   G e n e r a l P r o p e r t y M e n t o r D i c t i o n a r y P a t h  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   G e n e r a l P r o p e r t y M e n t o r U s e r D i c t i o n a r y P a t h  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   G e n e r a l P r o p e r t y P r e C a c h e M a p s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   G e n e r a l P r o p e r t y R e s o u r c e s P a t h  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   G e n e r a l P r o p e r t y S e r i a l N u m b e r  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   G e n e r a l P r o p e r t y S e r v i c e R e g i s t r a t i o n T i m e r I n t e r v a l  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   G e n e r a l P r o p e r t y T c p I p M t u  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   G e n e r a l P r o p e r t y T e m p P a t h  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   G e n e r a l P r o p e r t y W f s D o c u m e n t P a t h  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   G e n e r a l P r o p e r t y W m s D o c u m e n t P a t h  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   H o s t P r o p e r t i e s S e c t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   H o s t P r o p e r t y D r a w i n g S e r v i c e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   H o s t P r o p e r t y F e a t u r e S e r v i c e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   H o s t P r o p e r t y K m l S e r v i c e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   H o s t P r o p e r t y M a p p i n g S e r v i c e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   H o s t P r o p e r t y P r o f i l i n g S e r v i c e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   H o s t P r o p e r t y R e n d e r i n g S e r v i c e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   H o s t P r o p e r t y R e s o u r c e S e r v i c e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   H o s t P r o p e r t y S i t e S e r v i c e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   H o s t P r o p e r t y T i l e S e r v i c e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   L i b r a r y C a c h e S i z e P a r a m e t e r s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   L i b r a r y L o g B u f f e r S i z e P a r a m e t e r s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M a p p i n g S e r v i c e P r o p e r t i e s S e c t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   M a p p i n g S e r v i c e P r o p e r t y L e g e n d F o n t  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   O g c P r o p e r t i e s S e c t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   P e r f o r m a n c e L o g P r o p e r t i e s S e c t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   P e r f o r m a n c e L o g P r o p e r t y E n a b l e d  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   P e r f o r m a n c e L o g P r o p e r t y F i l e n a m e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   P e r f o r m a n c e L o g P r o p e r t y I n t e r v a l  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   P e r f o r m a n c e L o g P r o p e r t y P a r a m e t e r s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   R e n d e r i n g S e r v i c e P r o p e r t i e s G l o b a l R a s t e r S t y l i z a t i o n L o c k E n a b l e d  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   R e n d e r i n g S e r v i c e P r o p e r t i e s S e c t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   R e n d e r i n g S e r v i c e P r o p e r t y C l a m p P o i n t s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   R e n d e r i n g S e r v i c e P r o p e r t y G e n e r a l i z e D a t a  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   R e n d e r i n g S e r v i c e P r o p e r t y M a x R a s t e r I m a g e H e i g h t  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   R e n d e r i n g S e r v i c e P r o p e r t y M a x R a s t e r I m a g e W i d t h  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   R e n d e r i n g S e r v i c e P r o p e r t y M a x R e n d e r I m a g e H e i g h t  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   R e n d e r i n g S e r v i c e P r o p e r t y M a x R e n d e r I m a g e W i d t h  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   R e n d e r i n g S e r v i c e P r o p e r t y M i n R a s t e r G r i d S i z e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   R e n d e r i n g S e r v i c e P r o p e r t y M i n R a s t e r G r i d S i z e F o r P l o t  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   R e n d e r i n g S e r v i c e P r o p e r t y R a s t e r G r i d S i z e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   R e n d e r i n g S e r v i c e P r o p e r t y R a s t e r G r i d S i z e F o r P l o t  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   R e n d e r i n g S e r v i c e P r o p e r t y R a s t e r G r i d S i z e O v e r r i d e R a t i o  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   R e n d e r i n g S e r v i c e P r o p e r t y R a s t e r G r i d S i z e O v e r r i d e R a t i o F o r P l o t  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   R e n d e r i n g S e r v i c e P r o p e r t y R e n d e r S e l e c t i o n B a t c h S i z e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   R e n d e r i n g S e r v i c e P r o p e r t y T i l e E x t e n t O f f s e t  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   R e s o u r c e S e r v i c e P r o p e r t i e s S e c t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   R e s o u r c e S e r v i c e P r o p e r t y L i b r a r y R e p o s i t o r y P a t h  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   R e s o u r c e S e r v i c e P r o p e r t y L i b r a r y R e s o u r c e D a t a F i l e P a t h  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   R e s o u r c e S e r v i c e P r o p e r t y P a c k a g e s P a t h  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   R e s o u r c e S e r v i c e P r o p e r t y R e p o s i t o r y C h e c k p o i n t s T i m e r I n t e r v a l  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   R e s o u r c e S e r v i c e P r o p e r t y R e s o u r c e C h a n g e T i m e r I n t e r v a l  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   R e s o u r c e S e r v i c e P r o p e r t y R e s o u r c e D a t a F i l e T r a s h F o l d e r N a m e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   R e s o u r c e S e r v i c e P r o p e r t y R e s o u r c e P e r m i s s i o n C a c h e S i z e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   R e s o u r c e S e r v i c e P r o p e r t y R e s o u r c e S c h e m a F i l e P a t h  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   R e s o u r c e S e r v i c e P r o p e r t y S e s s i o n R e p o s i t o r y P a t h  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   R e s o u r c e S e r v i c e P r o p e r t y S e s s i o n R e s o u r c e D a t a F i l e P a t h  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   R e s o u r c e S e r v i c e P r o p e r t y S i t e R e p o s i t o r y P a t h  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   S e r v e r C o n f i g u r a t i o n F i l e n a m e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   S e s s i o n C a c h e S i z e P a r a m t e r s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   S e s s i o n D B P a g e S i z e P a r a m e t e r s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   S e s s i o n D B X M L P a g e S i z e P a r a m e t e r s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   S e s s i o n L o g B u f f e r S i z e P a r a m e t e r s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   S e s s i o n L o g P r o p e r t i e s S e c t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   S e s s i o n L o g P r o p e r t y E n a b l e d  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   S e s s i o n L o g P r o p e r t y F i l e n a m e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   S e s s i o n L o g P r o p e r t y P a r a m e t e r s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   S i t e C o n n e c t i o n P r o p e r t i e s S e c t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   S i t e C o n n e c t i o n P r o p e r t y I p A d d r e s s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   S i t e C o n n e c t i o n P r o p e r t y M a x C o n n e c t i o n s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   S i t e C o n n e c t i o n P r o p e r t y P o r t  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   S i t e C o n n e c t i o n P r o p e r t y Q u e u e S i z e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   S i t e C o n n e c t i o n P r o p e r t y T h r e a d P o o l S i z e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   S i t e S e r v i c e P r o p e r t i e s S e c t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   S i t e S e r v i c e P r o p e r t y S e s s i o n T i m e o u t  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   S i t e S e r v i c e P r o p e r t y S e s s i o n T i m e r I n t e r v a l  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   T e m p l a t e R o o t F o l d e r  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   T i l e S e r v i c e P r o p e r t i e s S e c t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   T i l e S e r v i c e P r o p e r t y I m a g e F o r m a t  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   T i l e S e r v i c e P r o p e r t y R e n d e r O n l y  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   T i l e S e r v i c e P r o p e r t y T i l e C a c h e P a t h  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   T i l e S e r v i c e P r o p e r t y T i l e C o l u m n s P e r F o l d e r  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   T i l e S e r v i c e P r o p e r t y T i l e R o w s P e r F o l d e r  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   T i l e S e r v i c e P r o p e r t y T i l e S i z e X  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   T i l e S e r v i c e P r o p e r t y T i l e S i z e Y  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   T r a c e L o g P r o p e r t i e s S e c t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   T r a c e L o g P r o p e r t y E n a b l e d  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   T r a c e L o g P r o p e r t y F i l e n a m e  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   T r a c e L o g P r o p e r t y P a r a m e t e r s  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   U n m a n a g e d D a t a M a p p i n g s S e c t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   W e b A p p l i c a t i o n P r o p e r t i e s S e c t i o n  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   W f s P a s s w o r d  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   W i d g e t I n f o F o l d e r  + 
+         [ F i e l d ]   S y s t e m . S t r i n g   W m s P a s s w o r d  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g L o c a l i z e r   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t S t r i n g ( S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   L o c a l i z e ( S y s t e m . S t r i n g ,   S y s t e m . S t r i n g ,   I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   S e t L o c a l i z e d F i l e s P a t h ( S y s t e m . S t r i n g )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g D r a w i n g S e r v i c e   :   O S G e o . M a p G u i d e . M g S e r v i c e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   D e s c r i b e D r a w i n g ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n   E n u m e r a t e L a y e r s ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   E n u m e r a t e S e c t i o n R e s o u r c e s ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   E n u m e r a t e S e c t i o n s ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t C o o r d i n a t e S p a c e ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t D r a w i n g ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t L a y e r ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t S e c t i o n ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t S e c t i o n R e s o u r c e ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g D w f V e r s i o n   :   O S G e o . M a p G u i d e . M g S e r i a l i z a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t F i l e V e r s i o n ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t S c h e m a V e r s i o n ( )  + 
+         [ M e t h o d ]   V o i d   S e t F i l e V e r s i o n ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t S c h e m a V e r s i o n ( S y s t e m . S t r i n g )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g F e a t u r e I n f o r m a t i o n   :   O S G e o . M a p G u i d e . M g S e r i a l i z a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t H y p e r l i n k ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P r o p e r t y C o l l e c t i o n   G e t P r o p e r t i e s ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g S e l e c t i o n   G e t S e l e c t i o n ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t T o o l t i p ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   T o X m l ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g K m l S e r v i c e   :   O S G e o . M a p G u i d e . M g S e r v i c e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t F e a t u r e s K m l ( O S G e o . M a p G u i d e . M g L a y e r ,   O S G e o . M a p G u i d e . M g E n v e l o p e ,   I n t 3 2 ,   I n t 3 2 ,   D o u b l e ,   I n t 3 2 ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t F e a t u r e s K m l ( O S G e o . M a p G u i d e . M g L a y e r ,   O S G e o . M a p G u i d e . M g E n v e l o p e ,   I n t 3 2 ,   I n t 3 2 ,   D o u b l e ,   I n t 3 2 ,   S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t L a y e r K m l ( O S G e o . M a p G u i d e . M g L a y e r ,   O S G e o . M a p G u i d e . M g E n v e l o p e ,   I n t 3 2 ,   I n t 3 2 ,   D o u b l e ,   I n t 3 2 ,   S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t M a p K m l ( O S G e o . M a p G u i d e . M g M a p ,   D o u b l e ,   S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g L a y e r   :   O S G e o . M a p G u i d e . M g L a y e r B a s e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   O S G e o . M a p G u i d e . M g R e s o u r c e S e r v i c e )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g T r a n s a c t i o n   B e g i n T r a n s a c t i o n ( )  + 
+         [ M e t h o d ]   I n t 3 2   D e l e t e F e a t u r e s ( S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g T r a n s a c t i o n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e n e r a t e L e g e n d I m a g e ( I n t 3 2 ,   I n t 3 2 ,   S y s t e m . S t r i n g ,   I n t 3 2 ,   I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e n e r a t e L e g e n d I m a g e ( D o u b l e ,   I n t 3 2 ,   I n t 3 2 ,   S y s t e m . S t r i n g ,   I n t 3 2 ,   I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C l a s s D e f i n i t i o n   G e t C l a s s D e f i n i t i o n ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o m p o s i t e T h e m e C a t e g o r y C o u n t ( D o u b l e ,   I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o m p o s i t e T h e m e C a t e g o r y C o u n t ( I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g I n t C o l l e c t i o n   G e t G e o m e t r y T y p e S t y l e s ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g I n t C o l l e c t i o n   G e t G e o m e t r y T y p e S t y l e s ( D o u b l e )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g S p a t i a l C o n t e x t R e a d e r   G e t S p a t i a l C o n t e x t s ( B o o l e a n )  + 
+         [ M e t h o d ]   I n t 3 2   G e t T h e m e C a t e g o r y C o u n t ( D o u b l e ,   I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t T h e m e C a t e g o r y C o u n t ( I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g F e a t u r e R e a d e r   I n s e r t F e a t u r e s ( O S G e o . M a p G u i d e . M g P r o p e r t y C o l l e c t i o n ,   O S G e o . M a p G u i d e . M g T r a n s a c t i o n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g F e a t u r e R e a d e r   I n s e r t F e a t u r e s ( O S G e o . M a p G u i d e . M g B a t c h P r o p e r t y C o l l e c t i o n ,   O S G e o . M a p G u i d e . M g T r a n s a c t i o n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g D a t a R e a d e r   S e l e c t A g g r e g a t e ( O S G e o . M a p G u i d e . M g F e a t u r e A g g r e g a t e O p t i o n s )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g F e a t u r e R e a d e r   S e l e c t F e a t u r e s ( O S G e o . M a p G u i d e . M g F e a t u r e Q u e r y O p t i o n s )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g F e a t u r e R e a d e r   S e l e c t F e a t u r e s ( O S G e o . M a p G u i d e . M g F e a t u r e Q u e r y O p t i o n s ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P r o p e r t y C o l l e c t i o n   U p d a t e F e a t u r e s ( O S G e o . M a p G u i d e . M g F e a t u r e C o m m a n d C o l l e c t i o n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P r o p e r t y C o l l e c t i o n   U p d a t e F e a t u r e s ( O S G e o . M a p G u i d e . M g F e a t u r e C o m m a n d C o l l e c t i o n ,   O S G e o . M a p G u i d e . M g T r a n s a c t i o n )  + 
+         [ M e t h o d ]   I n t 3 2   U p d a t e M a t c h i n g F e a t u r e s ( O S G e o . M a p G u i d e . M g P r o p e r t y C o l l e c t i o n ,   S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g T r a n s a c t i o n )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g L a y o u t   :   O S G e o . M a p G u i d e . M g S e r i a l i z a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r   G e t L a y o u t ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t T i t l e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t U n i t T y p e ( )  + 
+         [ M e t h o d ]   V o i d   S e t L a y o u t ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r )  + 
+         [ M e t h o d ]   V o i d   S e t T i t l e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t U n i t T y p e ( S y s t e m . S t r i n g )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g M a p   :   O S G e o . M a p G u i d e . M g M a p B a s e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( O S G e o . M a p G u i d e . M g S i t e C o n n e c t i o n )  + 
+         [ M e t h o d ]   V o i d   C r e a t e ( S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g E n v e l o p e ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   C r e a t e ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g ,   I n t 3 2 ,   I n t 3 2 ,   D o u b l e ,   D o u b l e ,   D o u b l e ,   I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   C r e a t e ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t T i l e F o r m a t ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t T i l e P i x e l R a t i o ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r   G e t T i l e S e t D e f i n i t i o n ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t T i l e S e t P r o v i d e r ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t W a t e r m a r k U s a g e ( )  + 
+         [ M e t h o d ]   V o i d   O p e n ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S a v e ( O S G e o . M a p G u i d e . M g R e s o u r c e S e r v i c e ,   O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r )  + 
+         [ M e t h o d ]   V o i d   S a v e ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g M a p p i n g S e r v i c e   :   O S G e o . M a p G u i d e . M g S e r v i c e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   C r e a t e R u n t i m e M a p ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g ,   S y s t e m . S t r i n g ,   S y s t e m . S t r i n g ,   I n t 3 2 ,   I n t 3 2 ,   I n t 3 2 ,   I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   C r e a t e R u n t i m e M a p ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g ,   I n t 3 2 ,   I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   D e s c r i b e R u n t i m e M a p ( O S G e o . M a p G u i d e . M g M a p ,   I n t 3 2 ,   I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   D e s c r i b e R u n t i m e M a p ( O S G e o . M a p G u i d e . M g M a p ,   S y s t e m . S t r i n g ,   I n t 3 2 ,   I n t 3 2 ,   I n t 3 2 ,   I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e n e r a t e L e g e n d I m a g e ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   D o u b l e ,   I n t 3 2 ,   I n t 3 2 ,   S y s t e m . S t r i n g ,   I n t 3 2 ,   I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e n e r a t e M u l t i P l o t ( O S G e o . M a p G u i d e . M g M a p P l o t C o l l e c t i o n ,   O S G e o . M a p G u i d e . M g D w f V e r s i o n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e n e r a t e P l o t ( O S G e o . M a p G u i d e . M g M a p ,   O S G e o . M a p G u i d e . M g E n v e l o p e ,   B o o l e a n ,   O S G e o . M a p G u i d e . M g P l o t S p e c i f i c a t i o n ,   O S G e o . M a p G u i d e . M g L a y o u t ,   O S G e o . M a p G u i d e . M g D w f V e r s i o n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e n e r a t e P l o t ( O S G e o . M a p G u i d e . M g M a p ,   O S G e o . M a p G u i d e . M g P l o t S p e c i f i c a t i o n ,   O S G e o . M a p G u i d e . M g L a y o u t ,   O S G e o . M a p G u i d e . M g D w f V e r s i o n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e n e r a t e P l o t ( O S G e o . M a p G u i d e . M g M a p ,   O S G e o . M a p G u i d e . M g C o o r d i n a t e ,   D o u b l e ,   O S G e o . M a p G u i d e . M g P l o t S p e c i f i c a t i o n ,   O S G e o . M a p G u i d e . M g L a y o u t ,   O S G e o . M a p G u i d e . M g D w f V e r s i o n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   Q u e r y F e a t u r e s ( O S G e o . M a p G u i d e . M g M a p ,   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n ,   I n t 3 2 ,   I n t 3 2 ,   I n t 3 2 ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   Q u e r y F e a t u r e s ( O S G e o . M a p G u i d e . M g M a p ,   S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g M a p P l o t   :   O S G e o . M a p G u i d e . M g N a m e d S e r i a l i z a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( O S G e o . M a p G u i d e . M g M a p ,   O S G e o . M a p G u i d e . M g C o o r d i n a t e ,   D o u b l e ,   O S G e o . M a p G u i d e . M g P l o t S p e c i f i c a t i o n ,   O S G e o . M a p G u i d e . M g L a y o u t )  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( O S G e o . M a p G u i d e . M g M a p ,   O S G e o . M a p G u i d e . M g P l o t S p e c i f i c a t i o n ,   O S G e o . M a p G u i d e . M g L a y o u t )  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( O S G e o . M a p G u i d e . M g M a p ,   O S G e o . M a p G u i d e . M g E n v e l o p e ,   B o o l e a n ,   O S G e o . M a p G u i d e . M g P l o t S p e c i f i c a t i o n ,   O S G e o . M a p G u i d e . M g L a y o u t )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o o r d i n a t e   G e t C e n t e r ( )  + 
+         [ M e t h o d ]   B o o l e a n   G e t E x p a n d T o F i t ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g E n v e l o p e   G e t E x t e n t ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g L a y o u t   G e t L a y o u t ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g M a p   G e t M a p ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t M a p P l o t I n s t r u c t i o n ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P l o t S p e c i f i c a t i o n   G e t P l o t S p e c i f i c a t i o n ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t S c a l e ( )  + 
+         [ M e t h o d ]   V o i d   S e t C e n t e r A n d S c a l e ( O S G e o . M a p G u i d e . M g C o o r d i n a t e ,   D o u b l e )  + 
+         [ M e t h o d ]   V o i d   S e t E x t e n t ( O S G e o . M a p G u i d e . M g E n v e l o p e ,   B o o l e a n )  + 
+         [ M e t h o d ]   V o i d   S e t L a y o u t ( O S G e o . M a p G u i d e . M g L a y o u t )  + 
+         [ M e t h o d ]   V o i d   S e t M a p ( O S G e o . M a p G u i d e . M g M a p )  + 
+         [ M e t h o d ]   V o i d   S e t M a p P l o t I n s t r u c t i o n ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   S e t P l o t S p e c i f i c a t i o n ( O S G e o . M a p G u i d e . M g P l o t S p e c i f i c a t i o n )  + 
+ }  + 
+ [ S y s t e m . R e f l e c t i o n . D e f a u l t M e m b e r A t t r i b u t e ]  + 
+ t y p e   O S G e o . M a p G u i d e . M g M a p P l o t C o l l e c t i o n   :   O S G e o . M a p G u i d e . M g S e r i a l i z a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I L i s t ` 1 [ [ O S G e o . M a p G u i d e . M g M a p P l o t ,   O S G e o . M a p G u i d e . M a p G u i d e C o m m o n ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I C o l l e c t i o n ` 1 [ [ O S G e o . M a p G u i d e . M g M a p P l o t ,   O S G e o . M a p G u i d e . M a p G u i d e C o m m o n ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a b l e ` 1 [ [ O S G e o . M a p G u i d e . M g M a p P l o t ,   O S G e o . M a p G u i d e . M a p G u i d e C o m m o n ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l ] ]  + 
+         i m p l e m e n t s   S y s t e m . C o l l e c t i o n s . I E n u m e r a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   V o i d   A d d ( O S G e o . M a p G u i d e . M g M a p P l o t )  + 
+         [ M e t h o d ]   V o i d   C l e a r ( )  + 
+         [ M e t h o d ]   B o o l e a n   C o n t a i n s ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   B o o l e a n   C o n t a i n s ( O S G e o . M a p G u i d e . M g M a p P l o t )  + 
+         [ M e t h o d ]   V o i d   C o p y T o ( O S G e o . M a p G u i d e . M g M a p P l o t [ ] ,   I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   g e t _ C o u n t ( )  + 
+         [ M e t h o d ]   B o o l e a n   g e t _ I s R e a d O n l y ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g M a p P l o t   g e t _ I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   S y s t e m . C o l l e c t i o n s . G e n e r i c . I E n u m e r a t o r ` 1 [ O S G e o . M a p G u i d e . M g M a p P l o t ]   G e t E n u m e r a t o r ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g M a p P l o t   G e t I t e m ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g M a p P l o t   G e t I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   I n d e x O f ( O S G e o . M a p G u i d e . M g M a p P l o t )  + 
+         [ M e t h o d ]   I n t 3 2   I n d e x O f ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   I n s e r t ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g M a p P l o t )  + 
+         [ M e t h o d ]   B o o l e a n   R e m o v e ( O S G e o . M a p G u i d e . M g M a p P l o t )  + 
+         [ M e t h o d ]   V o i d   R e m o v e A t ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   s e t _ I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g M a p P l o t )  + 
+         [ M e t h o d ]   V o i d   S e t I t e m ( I n t 3 2 ,   O S G e o . M a p G u i d e . M g M a p P l o t )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g M e t a t i l e   :   O S G e o . M a p G u i d e . M g S e r i a l i z a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   I n t 3 2   G e t H e i g h t ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t I m a g e ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t M e t a T i l i n g F a c t o r ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t R e q u e s t e d H e i g h t ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t R e q u e s t e d W i d t h ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t T i l e I m a g e F o r m a t ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t W i d t h ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g P a c k a g e S t a t u s I n f o r m a t i o n   :   O S G e o . M a p G u i d e . M g S e r i a l i z a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t A p i N a m e ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t A v e r a g e O p e r a t i o n T i m e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g D a t e T i m e   G e t E n d T i m e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t E r r o r M e s s a g e ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t O p e r a t i o n s F a i l e d ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t O p e r a t i o n s R e c e i v e d ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g D a t e T i m e   G e t P a c k a g e D a t e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t P a c k a g e D e s c r i p t i o n ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t P a c k a g e N a m e ( )  + 
+         [ M e t h o d ]   I n t 6 4   G e t P a c k a g e S i z e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t S e r v e r A d d r e s s ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t S e r v e r N a m e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t S t a c k T r a c e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g D a t e T i m e   G e t S t a r t T i m e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t S t a t u s C o d e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t S t a t u s M e s s a g e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t U s e r N a m e ( )  + 
+         [ M e t h o d ]   V o i d   S e t A p i N a m e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t E n d T i m e ( O S G e o . M a p G u i d e . M g D a t e T i m e )  + 
+         [ M e t h o d ]   V o i d   S e t E r r o r M e s s a g e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t O p e r a t i o n s F a i l e d ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   S e t O p e r a t i o n s R e c e i v e d ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   S e t P a c k a g e D a t e ( O S G e o . M a p G u i d e . M g D a t e T i m e )  + 
+         [ M e t h o d ]   V o i d   S e t P a c k a g e D e s c r i p t i o n ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t P a c k a g e N a m e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t P a c k a g e S i z e ( I n t 6 4 )  + 
+         [ M e t h o d ]   V o i d   S e t S e r v e r A d d r e s s ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t S e r v e r N a m e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t S t a c k T r a c e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t S t a r t T i m e ( O S G e o . M a p G u i d e . M g D a t e T i m e )  + 
+         [ M e t h o d ]   V o i d   S e t S t a t u s C o d e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t U s e r N a m e ( S y s t e m . S t r i n g )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g P l o t S p e c i f i c a t i o n   :   O S G e o . M a p G u i d e . M g S e r i a l i z a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S i n g l e ,   S i n g l e ,   S y s t e m . S t r i n g ,   S i n g l e ,   S i n g l e )  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S i n g l e ,   S i n g l e ,   S y s t e m . S t r i n g ,   S i n g l e ,   S i n g l e ,   S i n g l e ,   S i n g l e )  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S i n g l e ,   S i n g l e ,   S y s t e m . S t r i n g ,   S i n g l e )  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S i n g l e ,   S i n g l e ,   S y s t e m . S t r i n g ,   S i n g l e ,   S i n g l e ,   S i n g l e )  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S i n g l e ,   S i n g l e ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   S i n g l e   G e t M a r g i n B o t t o m ( )  + 
+         [ M e t h o d ]   S i n g l e   G e t M a r g i n L e f t ( )  + 
+         [ M e t h o d ]   S i n g l e   G e t M a r g i n R i g h t ( )  + 
+         [ M e t h o d ]   S i n g l e   G e t M a r g i n T o p ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t P a g e S i z e U n i t s ( )  + 
+         [ M e t h o d ]   S i n g l e   G e t P a p e r H e i g h t ( )  + 
+         [ M e t h o d ]   S i n g l e   G e t P a p e r W i d t h ( )  + 
+         [ M e t h o d ]   V o i d   S e t M a r g i n s ( S i n g l e ,   S i n g l e ,   S i n g l e ,   S i n g l e )  + 
+         [ M e t h o d ]   V o i d   S e t P a g e S i z e U n i t s ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t P a p e r H e i g h t ( S i n g l e )  + 
+         [ M e t h o d ]   V o i d   S e t P a p e r W i d t h ( S i n g l e )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g P r o f i l i n g S e r v i c e   :   O S G e o . M a p G u i d e . M g S e r v i c e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   P r o f i l e R e n d e r D y n a m i c O v e r l a y ( O S G e o . M a p G u i d e . M g M a p ,   O S G e o . M a p G u i d e . M g S e l e c t i o n ,   O S G e o . M a p G u i d e . M g R e n d e r i n g O p t i o n s )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   P r o f i l e R e n d e r M a p ( O S G e o . M a p G u i d e . M g M a p ,   O S G e o . M a p G u i d e . M g S e l e c t i o n ,   O S G e o . M a p G u i d e . M g C o o r d i n a t e ,   D o u b l e ,   I n t 3 2 ,   I n t 3 2 ,   O S G e o . M a p G u i d e . M g C o l o r ,   S y s t e m . S t r i n g ,   B o o l e a n )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g R e n d e r i n g O p t i o n s   :   O S G e o . M a p G u i d e . M g S e r i a l i z a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . S t r i n g ,   I n t 3 2 ,   O S G e o . M a p G u i d e . M g C o l o r )  + 
+         [ M e t h o d ]   I n t 3 2   G e t B e h a v i o r ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t I m a g e F o r m a t ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g C o l o r   G e t S e l e c t i o n C o l o r ( )  + 
+         [ F i e l d ]   I n t 3 2   K e e p S e l e c t i o n  + 
+         [ F i e l d ]   I n t 3 2   R e n d e r B a s e L a y e r s  + 
+         [ F i e l d ]   I n t 3 2   R e n d e r L a y e r s  + 
+         [ F i e l d ]   I n t 3 2   R e n d e r S e l e c t i o n  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g R e n d e r i n g S e r v i c e   :   O S G e o . M a p G u i d e . M g S e r v i c e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B a t c h P r o p e r t y C o l l e c t i o n   Q u e r y F e a t u r e P r o p e r t i e s ( O S G e o . M a p G u i d e . M g M a p ,   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n ,   O S G e o . M a p G u i d e . M g G e o m e t r y ,   I n t 3 2 ,   I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B a t c h P r o p e r t y C o l l e c t i o n   Q u e r y F e a t u r e P r o p e r t i e s ( O S G e o . M a p G u i d e . M g M a p ,   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n ,   O S G e o . M a p G u i d e . M g G e o m e t r y ,   I n t 3 2 ,   S y s t e m . S t r i n g ,   I n t 3 2 ,   I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g F e a t u r e I n f o r m a t i o n   Q u e r y F e a t u r e s ( O S G e o . M a p G u i d e . M g M a p ,   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n ,   O S G e o . M a p G u i d e . M g G e o m e t r y ,   I n t 3 2 ,   I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g F e a t u r e I n f o r m a t i o n   Q u e r y F e a t u r e s ( O S G e o . M a p G u i d e . M g M a p ,   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n ,   O S G e o . M a p G u i d e . M g G e o m e t r y ,   I n t 3 2 ,   S y s t e m . S t r i n g ,   I n t 3 2 ,   I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   R e n d e r D y n a m i c O v e r l a y ( O S G e o . M a p G u i d e . M g M a p ,   O S G e o . M a p G u i d e . M g S e l e c t i o n ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   R e n d e r D y n a m i c O v e r l a y ( O S G e o . M a p G u i d e . M g M a p ,   O S G e o . M a p G u i d e . M g S e l e c t i o n ,   S y s t e m . S t r i n g ,   B o o l e a n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   R e n d e r D y n a m i c O v e r l a y ( O S G e o . M a p G u i d e . M g M a p ,   O S G e o . M a p G u i d e . M g S e l e c t i o n ,   O S G e o . M a p G u i d e . M g R e n d e r i n g O p t i o n s )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   R e n d e r M a p ( O S G e o . M a p G u i d e . M g M a p ,   O S G e o . M a p G u i d e . M g S e l e c t i o n ,   O S G e o . M a p G u i d e . M g E n v e l o p e ,   I n t 3 2 ,   I n t 3 2 ,   O S G e o . M a p G u i d e . M g C o l o r ,   S y s t e m . S t r i n g ,   B o o l e a n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   R e n d e r M a p ( O S G e o . M a p G u i d e . M g M a p ,   O S G e o . M a p G u i d e . M g S e l e c t i o n ,   S y s t e m . S t r i n g ,   B o o l e a n ,   B o o l e a n ,   O S G e o . M a p G u i d e . M g C o l o r )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   R e n d e r M a p ( O S G e o . M a p G u i d e . M g M a p ,   O S G e o . M a p G u i d e . M g S e l e c t i o n ,   O S G e o . M a p G u i d e . M g E n v e l o p e ,   I n t 3 2 ,   I n t 3 2 ,   O S G e o . M a p G u i d e . M g C o l o r ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   R e n d e r M a p ( O S G e o . M a p G u i d e . M g M a p ,   O S G e o . M a p G u i d e . M g S e l e c t i o n ,   O S G e o . M a p G u i d e . M g C o o r d i n a t e ,   D o u b l e ,   I n t 3 2 ,   I n t 3 2 ,   O S G e o . M a p G u i d e . M g C o l o r ,   S y s t e m . S t r i n g ,   B o o l e a n ,   O S G e o . M a p G u i d e . M g C o l o r )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   R e n d e r M a p ( O S G e o . M a p G u i d e . M g M a p ,   O S G e o . M a p G u i d e . M g S e l e c t i o n ,   O S G e o . M a p G u i d e . M g C o o r d i n a t e ,   D o u b l e ,   I n t 3 2 ,   I n t 3 2 ,   O S G e o . M a p G u i d e . M g C o l o r ,   S y s t e m . S t r i n g ,   B o o l e a n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   R e n d e r M a p ( O S G e o . M a p G u i d e . M g M a p ,   O S G e o . M a p G u i d e . M g S e l e c t i o n ,   O S G e o . M a p G u i d e . M g C o o r d i n a t e ,   D o u b l e ,   I n t 3 2 ,   I n t 3 2 ,   O S G e o . M a p G u i d e . M g C o l o r ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   R e n d e r M a p ( O S G e o . M a p G u i d e . M g M a p ,   O S G e o . M a p G u i d e . M g S e l e c t i o n ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   R e n d e r M a p ( O S G e o . M a p G u i d e . M g M a p ,   O S G e o . M a p G u i d e . M g S e l e c t i o n ,   S y s t e m . S t r i n g ,   B o o l e a n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   R e n d e r M a p ( O S G e o . M a p G u i d e . M g M a p ,   O S G e o . M a p G u i d e . M g S e l e c t i o n ,   S y s t e m . S t r i n g ,   B o o l e a n ,   B o o l e a n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   R e n d e r M a p L e g e n d ( O S G e o . M a p G u i d e . M g M a p ,   I n t 3 2 ,   I n t 3 2 ,   O S G e o . M a p G u i d e . M g C o l o r ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g M e t a t i l e   R e n d e r M e t a t i l e ( O S G e o . M a p G u i d e . M g M a p ,   S y s t e m . S t r i n g ,   I n t 3 2 ,   I n t 3 2 ,   I n t 3 2 ,   I n t 3 2 ,   I n t 3 2 ,   S y s t e m . S t r i n g ,   D o u b l e ,   I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g M e t a t i l e   R e n d e r M e t a t i l e X Y Z ( O S G e o . M a p G u i d e . M g M a p ,   S y s t e m . S t r i n g ,   I n t 3 2 ,   I n t 3 2 ,   I n t 3 2 ,   I n t 3 2 ,   S y s t e m . S t r i n g ,   D o u b l e ,   I n t 3 2 ,   I n t 3 2 )  + 
+         [ S y s t e m . O b s o l e t e A t t r i b u t e ]  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   R e n d e r T i l e ( O S G e o . M a p G u i d e . M g M a p ,   S y s t e m . S t r i n g ,   I n t 3 2 ,   I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   R e n d e r T i l e ( O S G e o . M a p G u i d e . M g M a p ,   S y s t e m . S t r i n g ,   I n t 3 2 ,   I n t 3 2 ,   I n t 3 2 ,   I n t 3 2 ,   I n t 3 2 ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   R e n d e r T i l e ( O S G e o . M a p G u i d e . M g M a p ,   S y s t e m . S t r i n g ,   I n t 3 2 ,   I n t 3 2 ,   I n t 3 2 ,   I n t 3 2 ,   I n t 3 2 ,   S y s t e m . S t r i n g ,   D o u b l e )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   R e n d e r T i l e F r o m M e t a T i l e ( O S G e o . M a p G u i d e . M g M a p ,   O S G e o . M a p G u i d e . M g M e t a t i l e ,   I n t 3 2 ,   I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   R e n d e r T i l e U T F G r i d ( O S G e o . M a p G u i d e . M g M a p ,   S y s t e m . S t r i n g ,   I n t 3 2 ,   I n t 3 2 ,   I n t 3 2 ,   I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   R e n d e r T i l e X Y Z ( O S G e o . M a p G u i d e . M g M a p ,   S y s t e m . S t r i n g ,   I n t 3 2 ,   I n t 3 2 ,   I n t 3 2 ,   I n t 3 2 ,   S y s t e m . S t r i n g ,   D o u b l e ,   I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   R e n d e r T i l e X Y Z ( O S G e o . M a p G u i d e . M g M a p ,   S y s t e m . S t r i n g ,   I n t 3 2 ,   I n t 3 2 ,   I n t 3 2 ,   I n t 3 2 ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   R e n d e r T i l e X Y Z ( O S G e o . M a p G u i d e . M g M a p ,   S y s t e m . S t r i n g ,   I n t 3 2 ,   I n t 3 2 ,   I n t 3 2 )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g S e l e c t i o n   :   O S G e o . M a p G u i d e . M g S e l e c t i o n B a s e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( O S G e o . M a p G u i d e . M g M a p ,   S y s t e m . S t r i n g )  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( O S G e o . M a p G u i d e . M g M a p )  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g F e a t u r e R e a d e r   G e t S e l e c t e d F e a t u r e s ( O S G e o . M a p G u i d e . M g L a y e r B a s e ,   S y s t e m . S t r i n g ,   B o o l e a n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g F e a t u r e R e a d e r   G e t S e l e c t e d F e a t u r e s ( O S G e o . M a p G u i d e . M g L a y e r B a s e ,   S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n )  + 
+         [ M e t h o d ]   V o i d   O p e n ( O S G e o . M a p G u i d e . M g R e s o u r c e S e r v i c e ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S a v e ( O S G e o . M a p G u i d e . M g R e s o u r c e S e r v i c e ,   S y s t e m . S t r i n g )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g S e r v e r A d m i n   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   V o i d   B r i n g O n l i n e ( )  + 
+         [ M e t h o d ]   B o o l e a n   C l e a r L o g ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   C l o s e ( )  + 
+         [ M e t h o d ]   V o i d   D e l e t e L o g ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   D e l e t e P a c k a g e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   E n a b l e M a x i m u m L o g S i z e ( B o o l e a n )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P r o p e r t y C o l l e c t i o n   E n u m e r a t e L o g s ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n   E n u m e r a t e P a c k a g e s ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P r o p e r t y C o l l e c t i o n   G e t C o n f i g u r a t i o n P r o p e r t i e s ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t D o c u m e n t ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P r o p e r t y C o l l e c t i o n   G e t I n f o r m a t i o n P r o p e r t i e s ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t L o g ( S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g D a t e T i m e ,   O S G e o . M a p G u i d e . M g D a t e T i m e )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t L o g ( S y s t e m . S t r i n g ,   I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t L o g ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t L o g F i l e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t P a c k a g e L o g ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P a c k a g e S t a t u s I n f o r m a t i o n   G e t P a c k a g e S t a t u s ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P r o p e r t y C o l l e c t i o n   G e t S i t e S t a t u s ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t S i t e V e r s i o n ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g W a r n i n g s   G e t W a r n i n g s O b j e c t ( )  + 
+         [ M e t h o d ]   B o o l e a n   H a s W a r n i n g ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s M a x i m u m L o g S i z e E n a b l e d ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s O n l i n e ( )  + 
+         [ M e t h o d ]   V o i d   L o a d P a c k a g e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   M a k e P a c k a g e ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   O p e n ( O S G e o . M a p G u i d e . M g U s e r I n f o r m a t i o n )  + 
+         [ M e t h o d ]   V o i d   O p e n ( S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g U s e r I n f o r m a t i o n )  + 
+         [ M e t h o d ]   V o i d   R e m o v e C o n f i g u r a t i o n P r o p e r t i e s ( S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g P r o p e r t y C o l l e c t i o n )  + 
+         [ M e t h o d ]   V o i d   R e n a m e L o g ( S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t C o n f i g u r a t i o n P r o p e r t i e s ( S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g P r o p e r t y C o l l e c t i o n )  + 
+         [ M e t h o d ]   V o i d   S e t D o c u m e n t ( S y s t e m . S t r i n g ,   O S G e o . M a p G u i d e . M g B y t e R e a d e r )  + 
+         [ M e t h o d ]   V o i d   S e t L o g D e l i m i t e r ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t M a x i m u m L o g S i z e ( I n t 3 2 )  + 
+         [ M e t h o d ]   V o i d   T a k e O f f l i n e ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g S i t e   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   V o i d   A d d G r o u p ( S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   A d d S e r v e r ( S y s t e m . S t r i n g ,   S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   A d d U s e r ( S y s t e m . S t r i n g ,   S y s t e m . S t r i n g ,   S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   C l o s e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   C r e a t e S e s s i o n ( )  + 
+         [ M e t h o d ]   V o i d   D e l e t e G r o u p s ( O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n )  + 
+         [ M e t h o d ]   V o i d   D e l e t e U s e r s ( O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n )  + 
+         [ M e t h o d ]   V o i d   D e s t r o y S e s s i o n ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   E n u m e r a t e G r o u p s ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   E n u m e r a t e G r o u p s ( S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   E n u m e r a t e G r o u p s ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n   E n u m e r a t e R o l e s ( S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n   E n u m e r a t e R o l e s ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   E n u m e r a t e S e r v e r s ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   E n u m e r a t e U s e r s ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   E n u m e r a t e U s e r s ( S y s t e m . S t r i n g ,   S y s t e m . S t r i n g ,   B o o l e a n )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t C u r r e n t S e s s i o n ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t C u r r e n t S i t e A d d r e s s ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t S e s s i o n T i m e o u t ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t S i t e S e r v e r C o u n t ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g S i t e I n f o   G e t S i t e S e r v e r I n f o ( I n t 3 2 )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t U s e r F o r S e s s i o n ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g W a r n i n g s   G e t W a r n i n g ( )  + 
+         [ M e t h o d ]   V o i d   G r a n t G r o u p M e m b e r s h i p s T o U s e r s ( O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n ,   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n )  + 
+         [ M e t h o d ]   V o i d   G r a n t R o l e M e m b e r s h i p s T o G r o u p s ( O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n ,   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n )  + 
+         [ M e t h o d ]   V o i d   G r a n t R o l e M e m b e r s h i p s T o U s e r s ( O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n ,   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n )  + 
+         [ M e t h o d ]   B o o l e a n   H a s W a r n i n g ( )  + 
+         [ M e t h o d ]   V o i d   O p e n ( O S G e o . M a p G u i d e . M g U s e r I n f o r m a t i o n )  + 
+         [ M e t h o d ]   V o i d   O p e n ( O S G e o . M a p G u i d e . M g U s e r I n f o r m a t i o n ,   O S G e o . M a p G u i d e . M g S i t e I n f o )  + 
+         [ M e t h o d ]   V o i d   R e m o v e S e r v e r ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   R e v o k e G r o u p M e m b e r s h i p s F r o m U s e r s ( O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n ,   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n )  + 
+         [ M e t h o d ]   V o i d   R e v o k e R o l e M e m b e r s h i p s F r o m G r o u p s ( O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n ,   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n )  + 
+         [ M e t h o d ]   V o i d   R e v o k e R o l e M e m b e r s h i p s F r o m U s e r s ( O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n ,   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n )  + 
+         [ M e t h o d ]   V o i d   U p d a t e G r o u p ( S y s t e m . S t r i n g ,   S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   U p d a t e S e r v e r ( S y s t e m . S t r i n g ,   S y s t e m . S t r i n g ,   S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   U p d a t e U s e r ( S y s t e m . S t r i n g ,   S y s t e m . S t r i n g ,   S y s t e m . S t r i n g ,   S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g S i t e C o n n e c t i o n   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g S e r v i c e   C r e a t e S e r v i c e ( I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g S i t e   G e t S i t e ( )  + 
+         [ M e t h o d ]   V o i d   O p e n ( O S G e o . M a p G u i d e . M g U s e r I n f o r m a t i o n )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g S i t e I n f o   :   O S G e o . M a p G u i d e . M g S e r i a l i z a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . S t r i n g ,   I n t 3 2 ,   I n t 3 2 ,   I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t P o r t ( M g P o r t T y p e )  + 
+         [ M e t h o d ]   M g S i t e S t a t u s   G e t S t a t u s ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t T a r g e t ( )  + 
+         [ M e t h o d ]   V o i d   S e t S t a t u s ( M g S i t e S t a t u s )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g T i l e S e r v i c e   :   O S G e o . M a p G u i d e . M g S e r v i c e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   V o i d   C l e a r C a c h e ( O S G e o . M a p G u i d e . M g M a p )  + 
+         [ M e t h o d ]   V o i d   C l e a r C a c h e ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r )  + 
+         [ M e t h o d ]   I n t 3 2   G e t D e f a u l t T i l e S i z e X ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t D e f a u l t T i l e S i z e X ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r )  + 
+         [ M e t h o d ]   I n t 3 2   G e t D e f a u l t T i l e S i z e Y ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t D e f a u l t T i l e S i z e Y ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t T i l e ( O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r ,   S y s t e m . S t r i n g ,   I n t 3 2 ,   I n t 3 2 ,   I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t T i l e ( O S G e o . M a p G u i d e . M g M a p ,   S y s t e m . S t r i n g ,   I n t 3 2 ,   I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t T i l e P r o v i d e r s ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g U s e r I n f o r m a t i o n   :   O S G e o . M a p G u i d e . M g S e r i a l i z a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . S t r i n g )  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t C l i e n t A g e n t ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t C l i e n t I p ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t L o c a l e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   G e t R e a d e r ( )  + 
+         [ M e t h o d ]   V o i d   S e t C l i e n t A g e n t ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t C l i e n t I p ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t L o c a l e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t M g S e s s i o n I d ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t M g U s e r n a m e P a s s w o r d ( S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g M a p + W a t e r m a r k U s a g e T y p e   :   S y s t e m . E n u m  + 
+         i m p l e m e n t s   S y s t e m . I C o m p a r a b l e  + 
+         i m p l e m e n t s   S y s t e m . I F o r m a t t a b l e  + 
+         i m p l e m e n t s   S y s t e m . I C o n v e r t i b l e  + 
+ {  + 
+         [ F i e l d ]   I n t 3 2   v a l u e _ _  + 
+         [ F i e l d ]   W a t e r m a r k U s a g e T y p e   V i e w e r  + 
+         [ F i e l d ]   W a t e r m a r k U s a g e T y p e   W M S  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g S i t e I n f o + M g S i t e S t a t u s   :   S y s t e m . E n u m  + 
+         i m p l e m e n t s   S y s t e m . I C o m p a r a b l e  + 
+         i m p l e m e n t s   S y s t e m . I F o r m a t t a b l e  + 
+         i m p l e m e n t s   S y s t e m . I C o n v e r t i b l e  + 
+ {  + 
+         [ F i e l d ]   M g S i t e S t a t u s   O k  + 
+         [ F i e l d ]   M g S i t e S t a t u s   T i m e d O u t  + 
+         [ F i e l d ]   M g S i t e S t a t u s   U n a b l e T o C o n n e c t  + 
+         [ F i e l d ]   M g S i t e S t a t u s   U n i n i t i a l i z e d  + 
+         [ F i e l d ]   I n t 3 2   v a l u e _ _  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g S i t e I n f o + M g P o r t T y p e   :   S y s t e m . E n u m  + 
+         i m p l e m e n t s   S y s t e m . I C o m p a r a b l e  + 
+         i m p l e m e n t s   S y s t e m . I F o r m a t t a b l e  + 
+         i m p l e m e n t s   S y s t e m . I C o n v e r t i b l e  + 
+ {  + 
+         [ F i e l d ]   M g P o r t T y p e   A d m i n  + 
+         [ F i e l d ]   M g P o r t T y p e   C l i e n t  + 
+         [ F i e l d ]   M g P o r t T y p e   S i t e  + 
+         [ F i e l d ]   I n t 3 2   v a l u e _ _  + 
+ }  + 
+ A s s e m b l y :   O S G e o . M a p G u i d e . W e b ,   V e r s i o n = 4 . 0 . 0 . 0 ,   C u l t u r e = n e u t r a l ,   P u b l i c K e y T o k e n = n u l l  + 
+ t y p e   O S G e o . M a p G u i d e . M g W e b A c t i o n s   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   A b o u t  + 
+         [ F i e l d ]   I n t 3 2   B u f f e r  + 
+         [ F i e l d ]   I n t 3 2   C o p y  + 
+         [ F i e l d ]   I n t 3 2   F i t W i n d o w  + 
+         [ F i e l d ]   I n t 3 2   G e t P r i n t a b l e P a g e  + 
+         [ F i e l d ]   I n t 3 2   H e l p  + 
+         [ F i e l d ]   I n t 3 2   I n v o k e S c r i p t  + 
+         [ F i e l d ]   I n t 3 2   I n v o k e U r l  + 
+         [ F i e l d ]   I n t 3 2   M a p T i p  + 
+         [ F i e l d ]   I n t 3 2   M e a s u r e  + 
+         [ F i e l d ]   I n t 3 2   P a n  + 
+         [ F i e l d ]   I n t 3 2   P a n D o w n  + 
+         [ F i e l d ]   I n t 3 2   P a n L e f t  + 
+         [ F i e l d ]   I n t 3 2   P a n R i g h t  + 
+         [ F i e l d ]   I n t 3 2   P a n U p  + 
+         [ F i e l d ]   I n t 3 2   P r i n t M a p  + 
+         [ F i e l d ]   I n t 3 2   R e f r e s h  + 
+         [ F i e l d ]   I n t 3 2   S e a r c h  + 
+         [ F i e l d ]   I n t 3 2   S e l e c t  + 
+         [ F i e l d ]   I n t 3 2   S e l e c t C l e a r  + 
+         [ F i e l d ]   I n t 3 2   S e l e c t P o l y g o n  + 
+         [ F i e l d ]   I n t 3 2   S e l e c t R a d i u s  + 
+         [ F i e l d ]   I n t 3 2   S e l e c t W i t h i n  + 
+         [ F i e l d ]   I n t 3 2   V i e w N e x t  + 
+         [ F i e l d ]   I n t 3 2   V i e w O p t i o n s  + 
+         [ F i e l d ]   I n t 3 2   V i e w P r e v i o u s  + 
+         [ F i e l d ]   I n t 3 2   V i e w R e s t o r e  + 
+         [ F i e l d ]   I n t 3 2   Z o o m  + 
+         [ F i e l d ]   I n t 3 2   Z o o m I n  + 
+         [ F i e l d ]   I n t 3 2   Z o o m O u t  + 
+         [ F i e l d ]   I n t 3 2   Z o o m R e c t a n g l e  + 
+         [ F i e l d ]   I n t 3 2   Z o o m S e l e c t i o n  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g W e b T a r g e t T y p e   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   N e w W i n d o w  + 
+         [ F i e l d ]   I n t 3 2   S p e c i f i e d F r a m e  + 
+         [ F i e l d ]   I n t 3 2   T a s k P a n e  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g W e b T a r g e t V i e w e r T y p e   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   A j a x  + 
+         [ F i e l d ]   I n t 3 2   A l l  + 
+         [ F i e l d ]   I n t 3 2   D w f  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g W e b T a s k B u t t o n T y p e   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   B a c k  + 
+         [ F i e l d ]   I n t 3 2   F o r w a r d  + 
+         [ F i e l d ]   I n t 3 2   H o m e  + 
+         [ F i e l d ]   I n t 3 2   T a s k s  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g W e b W i d g e t T y p e   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ F i e l d ]   I n t 3 2   C o m m a n d  + 
+         [ F i e l d ]   I n t 3 2   F l y o u t  + 
+         [ F i e l d ]   I n t 3 2   S e p a r a t o r  + 
+         [ F i e l d ]   I n t 3 2   T a s k B u t t o n  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M a p G u i d e A p i   :   S y s t e m . O b j e c t  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   V o i d   M g I n i t i a l i z e W e b T i e r ( S y s t e m . S t r i n g )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g H t t p H e a d e r   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   B o o l e a n   A d d H e a d e r ( S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   I n t 3 2   G e t D a t e H e a d e r ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n   G e t H e a d e r N a m e s ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n   G e t H e a d e r s ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t H e a d e r V a l u e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   I n t 3 2   G e t I n t H e a d e r ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   B o o l e a n   R e m o v e H e a d e r ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   B o o l e a n   S e t H e a d e r V a l u e ( S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g H t t p P r i m i t i v e V a l u e   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( B o o l e a n )  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( I n t 3 2 )  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   B o o l e a n   G e t B o o l V a l u e ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t I n t e g e r V a l u e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t S t r i n g V a l u e ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t T y p e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   T o S t r i n g ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g H t t p R e q u e s t   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g H t t p R e s p o n s e   E x e c u t e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t A g e n t U r i ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g H t t p H e a d e r   G e t H e a d e r ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g H t t p R e q u e s t M e t a d a t a   G e t R e q u e s t M e t a d a t a ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g H t t p R e q u e s t P a r a m   G e t R e q u e s t P a r a m ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g H t t p R e q u e s t M e t a d a t a   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   B o o l e a n   A d d P r o p e r t y ( S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n   G e t P r o p e r t y N a m e s ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t P r o p e r t y V a l u e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   B o o l e a n   R e m o v e P r o p e r t y ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   B o o l e a n   S e t P r o p e r t y V a l u e ( S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g H t t p R e q u e s t P a r a m   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   B o o l e a n   A d d P a r a m e t e r ( S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   B o o l e a n   C o n t a i n s P a r a m e t e r ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g S t r i n g C o l l e c t i o n   G e t P a r a m e t e r N a m e s ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t P a r a m e t e r T y p e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t P a r a m e t e r V a l u e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   B o o l e a n   R e m o v e P a r a m e t e r ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   B o o l e a n   S e t P a r a m e t e r T y p e ( S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   B o o l e a n   S e t P a r a m e t e r V a l u e ( S y s t e m . S t r i n g ,   S y s t e m . S t r i n g )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g H t t p R e s p o n s e   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g H t t p H e a d e r   G e t H e a d e r ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g H t t p R e s u l t   G e t R e s u l t ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g H t t p R e s u l t   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t D e t a i l e d E r r o r M e s s a g e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t E r r o r M e s s a g e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t H t t p S t a t u s M e s s a g e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t R e s u l t C o n t e n t T y p e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g D i s p o s a b l e   G e t R e s u l t O b j e c t ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t S t a t u s C o d e ( )  + 
+         [ M e t h o d ]   V o i d   S e t D e t a i l e d E r r o r M e s s a g e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t E r r o r M e s s a g e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t H t t p S t a t u s M e s s a g e ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t R e s u l t O b j e c t ( O S G e o . M a p G u i d e . M g D i s p o s a b l e ,   S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   V o i d   S e t S t a t u s C o d e ( I n t 3 2 )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g W e b B u f f e r C o m m a n d   :   O S G e o . M a p G u i d e . M g W e b U i T a r g e t C o m m a n d  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g W e b C o m m a n d   :   O S G e o . M a p G u i d e . M g N a m e d S e r i a l i z a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   I n t 3 2   G e t A c t i o n ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t D e s c r i p t i o n ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t D i s a b l e d I c o n U r l ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t I c o n U r l ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t L a b e l ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t N a m e ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t T a r g e t V i e w e r T y p e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t T o o l t i p ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s U s e d ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g W e b C o m m a n d C o l l e c t i o n   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   B o o l e a n   C o n t a i n s ( O S G e o . M a p G u i d e . M g W e b C o m m a n d )  + 
+         [ M e t h o d ]   B o o l e a n   C o n t a i n s ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g W e b C o m m a n d   G e t I t e m ( I n t 3 2 )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g W e b C o m m a n d   G e t I t e m ( S y s t e m . S t r i n g )  + 
+         [ M e t h o d ]   I n t 3 2   I n d e x O f ( O S G e o . M a p G u i d e . M g W e b C o m m a n d )  + 
+         [ M e t h o d ]   I n t 3 2   I n d e x O f ( S y s t e m . S t r i n g )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g W e b C o m m a n d W i d g e t   :   O S G e o . M a p G u i d e . M g W e b W i d g e t  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g W e b C o m m a n d   G e t C o m m a n d ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g W e b C o n t e x t M e n u   :   O S G e o . M a p G u i d e . M g W e b W i d g e t C o l l e c t i o n  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   B o o l e a n   I s V i s i b l e ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g W e b F l y o u t W i d g e t   :   O S G e o . M a p G u i d e . M g W e b W i d g e t  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t D e s c r i p t i o n ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t D i s a b l e d I c o n U r l ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t I c o n U r l ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t L a b e l ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g W e b W i d g e t C o l l e c t i o n   G e t S u b I t e m s ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t T o o l t i p ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g W e b G e t P r i n t a b l e P a g e C o m m a n d   :   O S G e o . M a p G u i d e . M g W e b U i T a r g e t C o m m a n d  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g W e b H e l p C o m m a n d   :   O S G e o . M a p G u i d e . M g W e b U i T a r g e t C o m m a n d  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t U r l ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g W e b I n f o r m a t i o n P a n e   :   O S G e o . M a p G u i d e . M g W e b U i S i z a b l e P a n e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   B o o l e a n   I s L e g e n d B a n d V i s i b l e ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s P r o p e r t i e s B a n d V i s i b l e ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g W e b I n v o k e S c r i p t C o m m a n d   :   O S G e o . M a p G u i d e . M g W e b U i T a r g e t C o m m a n d  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t S c r i p t C o d e ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g W e b I n v o k e U r l C o m m a n d   :   O S G e o . M a p G u i d e . M g W e b U i T a r g e t C o m m a n d  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   B o o l e a n   D i s a b l e d I f S e l e c t i o n E m p t y ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t L a y e r C o u n t ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t L a y e r N a m e A t ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t P a r a m e t e r C o u n t ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t P a r a m e t e r N a m e A t ( I n t 3 2 )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t P a r a m e t e r V a l u e A t ( I n t 3 2 )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t U r l ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g W e b L a y o u t   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ C o n s t r u c t o r ]   V o i d   . c t o r ( O S G e o . M a p G u i d e . M g R e s o u r c e S e r v i c e ,   O S G e o . M a p G u i d e . M g R e s o u r c e I d e n t i f i e r )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t A j a x P r e v i e w U r l ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g P o i n t   G e t C e n t e r ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g W e b C o m m a n d C o l l e c t i o n   G e t C o m m a n d s ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g W e b C o n t e x t M e n u   G e t C o n t e x t M e n u ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t D w f P r e v i e w U r l ( )  + 
+         [ M e t h o d ]   B o o l e a n   G e t E n a b l e P i n g S e r v e r ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t H y p e r l i n k T a r g e t ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t H y p e r l i n k T a r g e t F r a m e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g W e b I n f o r m a t i o n P a n e   G e t I n f o r m a t i o n P a n e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t M a p D e f i n i t i o n ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t M a p I m a g e F o r m a t ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t P o i n t S e l e c t i o n B u f f e r ( )  + 
+         [ M e t h o d ]   D o u b l e   G e t S c a l e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t S e l e c t i o n C o l o r ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t S e l e c t i o n I m a g e F o r m a t ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t S t a r t u p S c r i p t ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g W e b U i P a n e   G e t S t a t u s B a r ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g W e b T a s k P a n e   G e t T a s k P a n e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t T i t l e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g W e b T o o l B a r   G e t T o o l B a r ( )  + 
+         [ M e t h o d ]   B o o l e a n   I s Z o o m C o n t r o l V i s i b l e ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g B y t e R e a d e r   P r o c e s s G e t t i n g S t a r t e d P a g e ( O S G e o . M a p G u i d e . M g B y t e R e a d e r ,   B o o l e a n )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g W e b M e a s u r e C o m m a n d   :   O S G e o . M a p G u i d e . M g W e b U i T a r g e t C o m m a n d  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g W e b P r i n t C o m m a n d   :   O S G e o . M a p G u i d e . M g W e b C o m m a n d  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t P r i n t L a y o u t A t ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   G e t P r i n t L a y o u t C o u n t ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g W e b S e a r c h C o m m a n d   :   O S G e o . M a p G u i d e . M g W e b U i T a r g e t C o m m a n d  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t C o l u m n D i s p l a y N a m e A t ( I n t 3 2 )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t C o l u m n P r o p e r t y N a m e A t ( I n t 3 2 )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t F i l t e r ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t L a y e r ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t M a t c h L i m i t ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t P r o m p t ( )  + 
+         [ M e t h o d ]   I n t 3 2   G e t R e s u l t C o l u m n C o u n t ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g W e b S e l e c t W i t h i n C o m m a n d   :   O S G e o . M a p G u i d e . M g W e b U i T a r g e t C o m m a n d  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g W e b S e p a r a t o r W i d g e t   :   O S G e o . M a p G u i d e . M g W e b W i d g e t  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g W e b T a s k B a r   :   O S G e o . M a p G u i d e . M g W e b U i P a n e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g W e b W i d g e t C o l l e c t i o n   G e t T a s k B u t t o n s ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g W e b W i d g e t C o l l e c t i o n   G e t T a s k L i s t ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g W e b T a s k B a r W i d g e t   :   O S G e o . M a p G u i d e . M g W e b W i d g e t  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t D e s c r i p t i o n ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t D i s a b l e d I c o n U r l ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t I c o n U r l ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t N a m e ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t T o o l t i p ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g W e b T a s k P a n e   :   O S G e o . M a p G u i d e . M g W e b U i S i z a b l e P a n e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t I n i t i a l T a s k U r l ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g W e b T a s k B a r   G e t T a s k B a r ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g W e b T o o l B a r   :   O S G e o . M a p G u i d e . M g W e b U i P a n e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g W e b W i d g e t C o l l e c t i o n   G e t W i d g e t s ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g W e b U i P a n e   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   B o o l e a n   I s V i s i b l e ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g W e b U i S i z a b l e P a n e   :   O S G e o . M a p G u i d e . M g W e b U i P a n e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   I n t 3 2   G e t W i d t h ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g W e b U i T a r g e t C o m m a n d   :   O S G e o . M a p G u i d e . M g W e b C o m m a n d  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   I n t 3 2   G e t T a r g e t ( )  + 
+         [ M e t h o d ]   S y s t e m . S t r i n g   G e t T a r g e t N a m e ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g W e b V i e w O p t i o n s C o m m a n d   :   O S G e o . M a p G u i d e . M g W e b U i T a r g e t C o m m a n d  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g W e b W i d g e t   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   I n t 3 2   G e t T y p e ( )  + 
+ }  + 
+ t y p e   O S G e o . M a p G u i d e . M g W e b W i d g e t C o l l e c t i o n   :   O S G e o . M a p G u i d e . M g G u a r d D i s p o s a b l e  + 
+         i m p l e m e n t s   S y s t e m . I D i s p o s a b l e  + 
+ {  + 
+         [ M e t h o d ]   B o o l e a n   C o n t a i n s ( O S G e o . M a p G u i d e . M g W e b W i d g e t )  + 
+         [ M e t h o d ]   I n t 3 2   G e t C o u n t ( )  + 
+         [ M e t h o d ]   O S G e o . M a p G u i d e . M g W e b W i d g e t   G e t W i d g e t ( I n t 3 2 )  + 
+         [ M e t h o d ]   I n t 3 2   I n d e x O f ( O S G e o . M a p G u i d e . M g W e b W i d g e t )  + 
+ }  + 
+ 
\ No newline at end of file

Modified: branches/4.0/MgDev/Bindings/src/ApiDump/api.java.txt
===================================================================
--- branches/4.0/MgDev/Bindings/src/ApiDump/api.java.txt	2025-05-01 11:50:30 UTC (rev 10134)
+++ branches/4.0/MgDev/Bindings/src/ApiDump/api.java.txt	2025-05-05 10:45:53 UTC (rev 10135)
@@ -1,4704 +1,9409 @@
-Compiled from "AppThrowable.java"
-class org.osgeo.mapguide.AppThrowable extends java.lang.RuntimeException {
-  public org.osgeo.mapguide.AppThrowable();
-  public org.osgeo.mapguide.AppThrowable(long, boolean);
-  public java.lang.String getMessage();
-  public void printStackTrace();
-  public void delete();
-}
-Compiled from "MapGuideJavaApi.java"
-public class org.osgeo.mapguide.MapGuideJavaApi {
-  public org.osgeo.mapguide.MapGuideJavaApi();
-  public static void mgInitializeWebTier(java.lang.String);
-}
-Compiled from "MgAgfReaderWriter.java"
-public class org.osgeo.mapguide.MgAgfReaderWriter extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgAgfReaderWriter();
-  public org.osgeo.mapguide.MgGeometry read(org.osgeo.mapguide.MgByteReader);
-  public org.osgeo.mapguide.MgGeometry read(org.osgeo.mapguide.MgByteReader, org.osgeo.mapguide.MgTransform);
-  public org.osgeo.mapguide.MgByteReader write(org.osgeo.mapguide.MgGeometry);
-  public org.osgeo.mapguide.MgByteReader write(org.osgeo.mapguide.MgGeometry, org.osgeo.mapguide.MgTransform);
-}
-Compiled from "MgAggregateGeometry.java"
-public class org.osgeo.mapguide.MgAggregateGeometry extends org.osgeo.mapguide.MgGeometry {
-  public synchronized void delete();
-  public int getCount();
-}
-Compiled from "MgArcSegment.java"
-public class org.osgeo.mapguide.MgArcSegment extends org.osgeo.mapguide.MgCurveSegment {
-  public synchronized void delete();
-  public int getComponentType();
-  public org.osgeo.mapguide.MgCoordinate getControlCoordinate();
-  public org.osgeo.mapguide.MgCoordinate getStartCoordinate();
-  public org.osgeo.mapguide.MgCoordinate getEndCoordinate();
-  public int getDimension();
-  public boolean isEmpty();
-  public boolean isClosed();
-  public org.osgeo.mapguide.MgGeometricEntity copy();
-  public org.osgeo.mapguide.MgGeometricEntity transform(org.osgeo.mapguide.MgTransform);
-}
-Compiled from "MgBase64.java"
-public class org.osgeo.mapguide.MgBase64$InputStream extends java.io.FilterInputStream {
-  public org.osgeo.mapguide.MgBase64$InputStream(java.io.InputStream);
-  public org.osgeo.mapguide.MgBase64$InputStream(java.io.InputStream, int);
-  public int read() throws java.io.IOException;
-  public int read(byte[], int, int) throws java.io.IOException;
-}
-Compiled from "MgBase64.java"
-public class org.osgeo.mapguide.MgBase64$OutputStream extends java.io.FilterOutputStream {
-  public org.osgeo.mapguide.MgBase64$OutputStream(java.io.OutputStream);
-  public org.osgeo.mapguide.MgBase64$OutputStream(java.io.OutputStream, int);
-  public void write(int) throws java.io.IOException;
-  public void write(byte[], int, int) throws java.io.IOException;
-  public void flushBase64() throws java.io.IOException;
-  public void close() throws java.io.IOException;
-  public void suspendEncoding() throws java.io.IOException;
-  public void resumeEncoding();
-}
-Compiled from "MgBase64.java"
-public class org.osgeo.mapguide.MgBase64 {
-  public static final int NO_OPTIONS = 0;
-  public static final int ENCODE = 1;
-  public static final int DECODE = 0;
-  public static final int GZIP = 2;
-  public static final int DONT_BREAK_LINES = 8;
-  public static java.lang.String encodeObject(java.io.Serializable);
-  public static java.lang.String encodeObject(java.io.Serializable, int);
-  public static java.lang.String encodeBytes(byte[]);
-  public static java.lang.String encodeBytes(byte[], int);
-  public static java.lang.String encodeBytes(byte[], int, int);
-  public static java.lang.String encodeBytes(byte[], int, int, int);
-  public static byte[] decode(byte[], int, int);
-  public static byte[] decode(java.lang.String);
-  public static java.lang.Object decodeToObject(java.lang.String);
-  public static boolean encodeToFile(byte[], java.lang.String);
-  public static boolean decodeToFile(java.lang.String, java.lang.String);
-  public static byte[] decodeFromFile(java.lang.String);
-  public static java.lang.String encodeFromFile(java.lang.String);
-}
-Compiled from "MgBatchPropertyCollection.java"
-public class org.osgeo.mapguide.MgBatchPropertyCollection extends org.osgeo.mapguide.MgCollection {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgBatchPropertyCollection();
-  public void setItem(int, org.osgeo.mapguide.MgPropertyCollection);
-  public void addItem(org.osgeo.mapguide.MgPropertyCollection);
-  public void insert(int, org.osgeo.mapguide.MgPropertyCollection);
-  public boolean remove(org.osgeo.mapguide.MgPropertyCollection);
-  public org.osgeo.mapguide.MgPropertyCollection getItem(int);
-  public int getCount();
-  public void clear();
-  public void removeAt(int);
-  public boolean contains(org.osgeo.mapguide.MgPropertyDefinition);
-  public int indexOf(org.osgeo.mapguide.MgPropertyDefinition);
-  public org.osgeo.mapguide.MgByteReader toXml();
-}
-Compiled from "MgBlobProperty.java"
-public class org.osgeo.mapguide.MgBlobProperty extends org.osgeo.mapguide.MgNullableProperty {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgBlobProperty(java.lang.String, org.osgeo.mapguide.MgByteReader);
-  public org.osgeo.mapguide.MgByteReader getValue();
-  public short getPropertyType();
-  public void setValue(org.osgeo.mapguide.MgByteReader);
-}
-Compiled from "MgBooleanProperty.java"
-public class org.osgeo.mapguide.MgBooleanProperty extends org.osgeo.mapguide.MgNullableProperty {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgBooleanProperty(java.lang.String, boolean);
-  public boolean getValue();
-  public short getPropertyType();
-  public void setValue(boolean);
-}
-Compiled from "MgByteProperty.java"
-public class org.osgeo.mapguide.MgByteProperty extends org.osgeo.mapguide.MgNullableProperty {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgByteProperty(java.lang.String, byte);
-  public byte getValue();
-  public short getPropertyType();
-  public void setValue(byte);
-}
-Compiled from "MgByteReader.java"
-public class org.osgeo.mapguide.MgByteReader extends org.osgeo.mapguide.MgSerializable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgByteReader(java.lang.String, java.lang.String, boolean);
-  public org.osgeo.mapguide.MgByteReader(java.lang.String, java.lang.String);
-  public org.osgeo.mapguide.MgByteReader(byte[], int, java.lang.String);
-  public int read(byte[], int);
-  public java.lang.String getMimeType();
-  public java.lang.String toString();
-  public void toFile(java.lang.String);
-  public long getLength();
-  public boolean isRewindable();
-  public void rewind();
-}
-Compiled from "MgByteSink.java"
-public class org.osgeo.mapguide.MgByteSink extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgByteSink(org.osgeo.mapguide.MgByteReader);
-  public void toFile(java.lang.String);
-}
-Compiled from "MgByteSource.java"
-public class org.osgeo.mapguide.MgByteSource extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgByteSource(java.lang.String);
-  public org.osgeo.mapguide.MgByteSource(byte[], int);
-  public java.lang.String getMimeType();
-  public void setMimeType(java.lang.String);
-  public org.osgeo.mapguide.MgByteReader getReader();
-}
-Compiled from "MgClassDefinition.java"
-public class org.osgeo.mapguide.MgClassDefinition extends org.osgeo.mapguide.MgNamedSerializable {
-  public synchronized void delete();
-  public boolean equals(java.lang.Object);
-  public int hashCode();
-  public org.osgeo.mapguide.MgClassDefinition();
-  public org.osgeo.mapguide.MgPropertyDefinitionCollection getProperties();
-  public org.osgeo.mapguide.MgPropertyDefinitionCollection getIdentityProperties();
-  public java.lang.String getDefaultGeometryPropertyName();
-  public void setDefaultGeometryPropertyName(java.lang.String);
-  public void setName(java.lang.String);
-  public java.lang.String getName();
-  public void setDescription(java.lang.String);
-  public java.lang.String getDescription();
-  public org.osgeo.mapguide.MgClassDefinition getBaseClassDefinition();
-  public boolean isComputed();
-  public boolean isAbstract();
-  public void markAsDeleted();
-}
-Compiled from "MgClassDefinitionCollection.java"
-class org.osgeo.mapguide.MgClassDefinitionCollection$ItemIterator implements java.util.Iterator<org.osgeo.mapguide.MgClassDefinition> {
-  public org.osgeo.mapguide.MgClassDefinitionCollection$ItemIterator(org.osgeo.mapguide.MgClassDefinitionCollection, org.osgeo.mapguide.MgClassDefinitionCollection);
-  public boolean hasNext();
-  public org.osgeo.mapguide.MgClassDefinition next();
-  public void remove();
-  public java.lang.Object next();
-}
-Compiled from "MgClassDefinitionCollection.java"
-public class org.osgeo.mapguide.MgClassDefinitionCollection extends org.osgeo.mapguide.MgCollection implements java.util.Collection<org.osgeo.mapguide.MgClassDefinition> {
-  public synchronized void delete();
-  public java.util.Iterator<org.osgeo.mapguide.MgClassDefinition> iterator();
-  public boolean add(org.osgeo.mapguide.MgClassDefinition);
-  public boolean addAll(java.util.Collection<? extends org.osgeo.mapguide.MgClassDefinition>);
-  public boolean contains(java.lang.Object);
-  public boolean containsAll(java.util.Collection<?>);
-  public boolean isEmpty();
-  public boolean remove(java.lang.Object);
-  public boolean removeAll(java.util.Collection<?>);
-  public boolean retainAll(java.util.Collection<?>);
-  public int size();
-  public java.lang.Object[] toArray();
-  public <MgClassDefinition> MgClassDefinition[] toArray(MgClassDefinition[]);
-  public org.osgeo.mapguide.MgClassDefinitionCollection();
-  public void setItem(int, org.osgeo.mapguide.MgClassDefinition);
-  public void addItem(org.osgeo.mapguide.MgClassDefinition);
-  public void insert(int, org.osgeo.mapguide.MgClassDefinition);
-  public boolean remove(org.osgeo.mapguide.MgClassDefinition);
-  public org.osgeo.mapguide.MgClassDefinition getItem(int);
-  public int getCount();
-  public void clear();
-  public void removeAt(int);
-  public boolean contains(org.osgeo.mapguide.MgClassDefinition);
-  public int indexOf(org.osgeo.mapguide.MgClassDefinition);
-  public org.osgeo.mapguide.MgByteReader toXml();
-  public boolean add(java.lang.Object);
-}
-Compiled from "MgClobProperty.java"
-public class org.osgeo.mapguide.MgClobProperty extends org.osgeo.mapguide.MgNullableProperty {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgClobProperty(java.lang.String, org.osgeo.mapguide.MgByteReader);
-  public org.osgeo.mapguide.MgByteReader getValue();
-  public short getPropertyType();
-  public void setValue(org.osgeo.mapguide.MgByteReader);
-}
-Compiled from "MgCollection.java"
-public class org.osgeo.mapguide.MgCollection extends org.osgeo.mapguide.MgSerializable {
-  public synchronized void delete();
-  public int getCount();
-  public void clear();
-  public void removeAt(int);
-  public org.osgeo.mapguide.MgByteReader toXml();
-}
-Compiled from "MgColor.java"
-public class org.osgeo.mapguide.MgColor extends org.osgeo.mapguide.MgSerializable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgColor(java.lang.String);
-  public org.osgeo.mapguide.MgColor(short, short, short);
-  public org.osgeo.mapguide.MgColor(short, short, short, short);
-  public java.lang.String getColor();
-  public short getRed();
-  public short getBlue();
-  public short getGreen();
-  public short getAlpha();
-}
-Compiled from "MgConfigProperties.java"
-public class org.osgeo.mapguide.MgConfigProperties {
-  public static final java.lang.String DefaultConfigurationFilename = "webconfig.ini";
-  public static final java.lang.String ServerConfigurationFilename = "serverconfig.ini";
-  public static final java.lang.String GeneralPropertiesSection = "GeneralProperties";
-  public static final java.lang.String GeneralPropertyConnectionTimeout = "ConnectionTimeout";
-  public static final int DefaultGeneralPropertyConnectionTimeout = 120;
-  public static final java.lang.String GeneralPropertyConnectionTimerInterval = "ConnectionTimerInterval";
-  public static final int DefaultGeneralPropertyConnectionTimerInterval = 60;
-  public static final java.lang.String GeneralPropertyLocale = "Locale";
-  public static final java.lang.String DefaultGeneralPropertyLocale = "";
-  public static final java.lang.String GeneralPropertyDefaultMessageLocale = "DefaultMessageLocale";
-  public static final java.lang.String DefaultGeneralPropertyDefaultMessageLocale = "en";
-  public static final java.lang.String GeneralPropertyDisplayName = "DisplayName";
-  public static final java.lang.String DefaultGeneralPropertyDisplayName = "";
-  public static final java.lang.String GeneralPropertyFdoPath = "FdoPath";
-  public static final java.lang.String DefaultGeneralPropertyFdoPath = "";
-  public static final java.lang.String GeneralPropertyMentorDictionaryPath = "MentorDictionaryPath";
-  public static final java.lang.String DefaultGeneralPropertyMentorDictionaryPath = "";
-  public static final java.lang.String GeneralPropertyMentorUserDictionaryPath = "MentorUserDictionaryPath";
-  public static final java.lang.String DefaultGeneralPropertyMentorUserDictionaryPath = "";
-  public static final java.lang.String GeneralPropertyLicenseServerPath = "LicenseServerPath";
-  public static final java.lang.String DefaultGeneralPropertyLicenseServerPath = "";
-  public static final java.lang.String GeneralPropertyLinuxMemDebug = "LinuxMemDebug";
-  public static final boolean DefaultGeneralPropertyLinuxMemDebug = false;
-  public static final java.lang.String GeneralPropertyLinuxFontDirectories = "LinuxFontDirectories";
-  public static final java.lang.String DefaultGeneralPropertyLinuxFontDirectories = "";
-  public static final java.lang.String GeneralPropertyLogsDelimiter = "LogsDelimiter";
-  public static final java.lang.String DefaultGeneralPropertyLogsDelimiter = "\t";
-  public static final java.lang.String GeneralPropertyLogsDetail = "LogsDetail";
-  public static final java.lang.String DefaultGeneralPropertyLogsDetail = "";
-  public static final java.lang.String GeneralPropertyLogsPath = "LogsPath";
-  public static final java.lang.String DefaultGeneralPropertyLogsPath = "Logs/";
-  public static final java.lang.String GeneralPropertyMachineIp = "MachineIp";
-  public static final java.lang.String DefaultGeneralPropertyMachineIp = "127.0.0.1";
-  public static final java.lang.String GeneralPropertyMaxLogFileSize = "MaxLogFileSize";
-  public static final int DefaultGeneralPropertyMaxLogFileSize = 64;
-  public static final java.lang.String GeneralPropertyMaxLogFileSizeEnabled = "MaxLogFileSizeEnabled";
-  public static final boolean DefaultGeneralPropertyMaxLogFileSizeEnabled = false;
-  public static final java.lang.String GeneralPropertyResourcesPath = "ResourcesPath";
-  public static final java.lang.String DefaultGeneralPropertyResourcesPath = "Resources/";
-  public static final java.lang.String GeneralPropertySerialNumber = "SerialNumber";
-  public static final java.lang.String DefaultGeneralPropertySerialNumber = "";
-  public static final java.lang.String GeneralPropertyServiceRegistrationTimerInterval = "ServiceRegistrationTimerInterval";
-  public static final int DefaultGeneralPropertyServiceRegistrationTimerInterval = 60;
-  public static final java.lang.String GeneralPropertyTcpIpMtu = "TcpIpMtu";
-  public static final int DefaultGeneralPropertyTcpIpMtu = 1460;
-  public static final java.lang.String GeneralPropertyTempPath = "TempPath";
-  public static final java.lang.String DefaultGeneralPropertyTempPath = "Temp/";
-  public static final java.lang.String GeneralPropertyWfsDocumentPath = "WfsDocumentPath";
-  public static final java.lang.String DefaultGeneralPropertyWfsDocumentPath = "Wfs/";
-  public static final java.lang.String GeneralPropertyWmsDocumentPath = "WmsDocumentPath";
-  public static final java.lang.String DefaultGeneralPropertyWmsDocumentPath = "Wms/";
-  public static final java.lang.String GeneralPropertyPreCacheMaps = "PreCacheMaps";
-  public static final java.lang.String DefaultGeneralPropertyPreCacheMaps = "";
-  public static final java.lang.String AdministrativeConnectionPropertiesSection = "AdministrativeConnectionProperties";
-  public static final java.lang.String AdministrativeConnectionPropertyEmail = "Email";
-  public static final java.lang.String DefaultAdministrativeConnectionPropertyEmail = "";
-  public static final java.lang.String AdministrativeConnectionPropertyMaxConnections = "MaxConnections";
-  public static final int DefaultAdministrativeConnectionPropertyMaxConnections = 20;
-  public static final java.lang.String AdministrativeConnectionPropertyPort = "Port";
-  public static final int DefaultAdministrativeConnectionPropertyPort = 5555;
-  public static final java.lang.String AdministrativeConnectionPropertyQueueSize = "QueueSize";
-  public static final int DefaultAdministrativeConnectionPropertyQueueSize = 10;
-  public static final java.lang.String AdministrativeConnectionPropertyThreadPoolSize = "ThreadPoolSize";
-  public static final int DefaultAdministrativeConnectionPropertyThreadPoolSize = 5;
-  public static final java.lang.String ClientConnectionPropertiesSection = "ClientConnectionProperties";
-  public static final java.lang.String ClientConnectionPropertyMaxConnections = "MaxConnections";
-  public static final int DefaultClientConnectionPropertyMaxConnections = 100;
-  public static final java.lang.String ClientConnectionPropertyPort = "Port";
-  public static final int DefaultClientConnectionPropertyPort = 4444;
-  public static final java.lang.String ClientConnectionPropertyQueueSize = "QueueSize";
-  public static final int DefaultClientConnectionPropertyQueueSize = 10;
-  public static final java.lang.String ClientConnectionPropertyThreadPoolSize = "ThreadPoolSize";
-  public static final int DefaultClientConnectionPropertyThreadPoolSize = 10;
-  public static final java.lang.String SiteConnectionPropertiesSection = "SiteConnectionProperties";
-  public static final java.lang.String SiteConnectionPropertyIpAddress = "IpAddress";
-  public static final java.lang.String DefaultSiteConnectionPropertyIpAddress = "127.0.0.1";
-  public static final java.lang.String SiteConnectionPropertyMaxConnections = "MaxConnections";
-  public static final int DefaultSiteConnectionPropertyMaxConnections = 20;
-  public static final java.lang.String SiteConnectionPropertyPort = "Port";
-  public static final int DefaultSiteConnectionPropertyPort = 3333;
-  public static final java.lang.String SiteConnectionPropertyQueueSize = "QueueSize";
-  public static final int DefaultSiteConnectionPropertyQueueSize = 10;
-  public static final java.lang.String SiteConnectionPropertyThreadPoolSize = "ThreadPoolSize";
-  public static final int DefaultSiteConnectionPropertyThreadPoolSize = 5;
-  public static final java.lang.String HostPropertiesSection = "HostProperties";
-  public static final java.lang.String HostPropertyDrawingService = "DrawingService";
-  public static final boolean DefaultHostPropertyDrawingService = false;
-  public static final java.lang.String HostPropertyFeatureService = "FeatureService";
-  public static final boolean DefaultHostPropertyFeatureService = false;
-  public static final java.lang.String HostPropertyKmlService = "KmlService";
-  public static final boolean DefaultHostPropertyKmlService = false;
-  public static final java.lang.String HostPropertyMappingService = "MappingService";
-  public static final boolean DefaultHostPropertyMappingService = false;
-  public static final java.lang.String HostPropertyRenderingService = "RenderingService";
-  public static final boolean DefaultHostPropertyRenderingService = false;
-  public static final java.lang.String HostPropertyResourceService = "ResourceService";
-  public static final boolean DefaultHostPropertyResourceService = false;
-  public static final java.lang.String HostPropertyProfilingService = "ProfilingService";
-  public static final boolean DefaultHostPropertyProfilingService = false;
-  public static final java.lang.String HostPropertySiteService = "SiteService";
-  public static final boolean DefaultHostPropertySiteService = false;
-  public static final java.lang.String HostPropertyTileService = "TileService";
-  public static final boolean DefaultHostPropertyTileService = false;
-  public static final java.lang.String DrawingServicePropertiesSection = "DrawingServiceProperties";
-  public static final java.lang.String FeatureServicePropertiesSection = "FeatureServiceProperties";
-  public static final java.lang.String FeatureServicePropertyCacheSize = "CacheSize";
-  public static final int DefaultFeatureServicePropertyCacheSize = 100;
-  public static final java.lang.String FeatureServicePropertyCacheTimeLimit = "CacheTimeLimit";
-  public static final int DefaultFeatureServicePropertyCacheTimeLimit = 86400;
-  public static final java.lang.String FeatureServicePropertyCacheTimerInterval = "CacheTimerInterval";
-  public static final int DefaultFeatureServicePropertyCacheTimerInterval = 3600;
-  public static final java.lang.String FeatureServicePropertyDataCacheSize = "DataCacheSize";
-  public static final int DefaultFeatureServicePropertyDataCacheSize = 100;
-  public static final java.lang.String FeatureServicePropertyDataConnectionPoolEnabled = "DataConnectionPoolEnabled";
-  public static final boolean DefaultFeatureServicePropertyDataConnectionPoolEnabled = false;
-  public static final java.lang.String FeatureServicePropertyDataConnectionPoolExcludedProviders = "DataConnectionPoolExcludedProviders";
-  public static final java.lang.String DefaultFeatureServicePropertyDataConnectionPoolExcludedProviders = "OSGeo.SDF,OSGeo.SHP";
-  public static final java.lang.String FeatureServicePropertyDataConnectionPoolSize = "DataConnectionPoolSize";
-  public static final int DefaultFeatureServicePropertyDataConnectionPoolSize = 50;
-  public static final java.lang.String FeatureServicePropertyDataConnectionPoolSizeCustom = "DataConnectionPoolSizeCustom";
-  public static final java.lang.String DefaultFeatureServicePropertyDataConnectionPoolSizeCustom = "";
-  public static final java.lang.String FeatureServicePropertyDataConnectionTimeout = "DataConnectionTimeout";
-  public static final int DefaultFeatureServicePropertyDataConnectionTimeout = 600;
-  public static final java.lang.String FeatureServicePropertyDataConnectionTimerInterval = "DataConnectionTimerInterval";
-  public static final int DefaultFeatureServicePropertyDataConnectionTimerInterval = 60;
-  public static final java.lang.String FeatureServicePropertyJoinQueryBatchSize = "JoinQueryBatchSize";
-  public static final int DefaultFeatureServicePropertyJoinQueryBatchSize = 100;
-  public static final java.lang.String FeatureServicePropertyDataConnectionUseLimit = "DataConnectionUseLimit";
-  public static final java.lang.String DefaultFeatureServicePropertyDataConnectionUseLimit = "";
-  public static final java.lang.String FeatureServicePropertyDataTransactionTimeout = "DataTransactionTimeout";
-  public static final int DefaultFeatureServicePropertyDataTransactionTimeout = 360;
-  public static final java.lang.String FeatureServicePropertyDataTransactionTimerInterval = "DataTransactionTimerInterval";
-  public static final int DefaultFeatureServicePropertyDataTransactionTimerInterval = 60;
-  public static final java.lang.String FeatureServicePropertyFDOConnectionTimeoutCustom = "FDOConnectionTimeoutCustom";
-  public static final java.lang.String DefaultFeatureServicePropertyFDOConnectionTimeoutCustom = "OSGeo.WMS:120";
-  public static final java.lang.String FeatureServicePropertyUseFdoJoinOptimization = "UseFdoJoinOptimization";
-  public static final boolean DefaultFeatureServicePropertyUseFdoJoinOptimization = true;
-  public static final java.lang.String MappingServicePropertiesSection = "MappingServiceProperties";
-  public static final java.lang.String MappingServicePropertyLegendFont = "LegendFont";
-  public static final java.lang.String DefaultMappingServicePropertyLegendFont = "Arial";
-  public static final java.lang.String RenderingServicePropertiesSection = "RenderingServiceProperties";
-  public static final java.lang.String RenderingServicePropertyTileExtentOffset = "TileExtentOffset";
-  public static final double DefaultRenderingServicePropertyTileExtentOffset = 0.35d;
-  public static final java.lang.String RenderingServicePropertyRasterGridSize = "RasterGridSize";
-  public static final int DefaultRenderingServicePropertyRasterGridSize = 100;
-  public static final java.lang.String RenderingServicePropertyMinRasterGridSize = "MinRasterGridSize";
-  public static final int DefaultRenderingServicePropertyMinRasterGridSize = 10;
-  public static final java.lang.String RenderingServicePropertyRasterGridSizeOverrideRatio = "RasterGridSizeOverrideRatio";
-  public static final double DefaultRenderingServicePropertyRasterGridSizeOverrideRatio = 0.25d;
-  public static final java.lang.String RenderingServicePropertyRasterGridSizeForPlot = "RasterGridSizeForPlot";
-  public static final int DefaultRenderingServicePropertyRasterGridSizeForPlot = 50;
-  public static final java.lang.String RenderingServicePropertyMinRasterGridSizeForPlot = "MinRasterGridSizeForPlot";
-  public static final int DefaultRenderingServicePropertyMinRasterGridSizeForPlot = 5;
-  public static final java.lang.String RenderingServicePropertyRasterGridSizeOverrideRatioForPlot = "RasterGridSizeOverrideRatioForPlot";
-  public static final double DefaultRenderingServicePropertyRasterGridSizeOverrideRatioForPlot = 0.1d;
-  public static final java.lang.String RenderingServicePropertyRenderSelectionBatchSize = "RenderSelectionBatchSize";
-  public static final int DefaultRenderingServicePropertyRenderSelectionBatchSize = 10000;
-  public static final java.lang.String RenderingServicePropertyClampPoints = "ClampPoints";
-  public static final boolean DefaultRenderingServicePropertyClampPoints = false;
-  public static final java.lang.String RenderingServicePropertyGeneralizeData = "GeneralizeData";
-  public static final boolean DefaultRenderingServicePropertyGeneralizeData = false;
-  public static final java.lang.String RenderingServicePropertyMaxRasterImageWidth = "MaxRasterImageWidth";
-  public static final int DefaultRenderingServicePropertyMaxRasterImageWidth = 2048;
-  public static final java.lang.String RenderingServicePropertyMaxRasterImageHeight = "MaxRasterImageHeight";
-  public static final int DefaultRenderingServicePropertyMaxRasterImageHeight = 2048;
-  public static final java.lang.String RenderingServicePropertyMaxRenderImageWidth = "MaxRenderImageWidth";
-  public static final int DefaultRenderingServicePropertyMaxRenderImageWidth = 16384;
-  public static final java.lang.String RenderingServicePropertyMaxRenderImageHeight = "MaxRenderImageHeight";
-  public static final int DefaultRenderingServicePropertyMaxRenderImageHeight = 16384;
-  public static final java.lang.String RenderingServicePropertiesGlobalRasterStylizationLockEnabled = "GlobalRasterStylizationLockEnabled";
-  public static final boolean DefaultRenderingServicePropertiesGlobalRasterStylizationLockEnabled = true;
-  public static final java.lang.String FontAliasMappingSection = "FontAliases";
-  public static final java.lang.String UnmanagedDataMappingsSection = "UnmanagedDataMappings";
-  public static final java.lang.String ResourceServicePropertiesSection = "ResourceServiceProperties";
-  public static final java.lang.String ResourceServicePropertyLibraryRepositoryPath = "LibraryRepositoryPath";
-  public static final java.lang.String DefaultResourceServicePropertyLibraryRepositoryPath = "Repositories/Library/";
-  public static final java.lang.String ResourceServicePropertyLibraryResourceDataFilePath = "LibraryResourceDataFilePath";
-  public static final java.lang.String DefaultResourceServicePropertyLibraryResourceDataFilePath = "Repositories/Library/DataFiles/";
-  public static final java.lang.String ResourceServicePropertyPackagesPath = "PackagesPath";
-  public static final java.lang.String DefaultResourceServicePropertyPackagesPath = "Packages/";
-  public static final java.lang.String ResourceServicePropertyRepositoryCheckpointsTimerInterval = "RepositoryCheckpointsTimerInterval";
-  public static final int DefaultResourceServicePropertyRepositoryCheckpointsTimerInterval = 600;
-  public static final java.lang.String ResourceServicePropertyResourceChangeTimerInterval = "ResourceChangeTimerInterval";
-  public static final int DefaultResourceServicePropertyResourceChangeTimerInterval = 5;
-  public static final java.lang.String ResourceServicePropertyResourceDataFileTrashFolderName = "ResourceDataFileTrashFolderName";
-  public static final java.lang.String DefaultResourceServicePropertyResourceDataFileTrashFolderName = "Trash";
-  public static final java.lang.String ResourceServicePropertyResourcePermissionCacheSize = "ResourcePermissionCacheSize";
-  public static final int DefaultResourceServicePropertyResourcePermissionCacheSize = 1000;
-  public static final java.lang.String ResourceServicePropertyResourceSchemaFilePath = "ResourceSchemaFilePath";
-  public static final java.lang.String DefaultResourceServicePropertyResourceSchemaFilePath = "Schema/";
-  public static final java.lang.String ResourceServicePropertySessionRepositoryPath = "SessionRepositoryPath";
-  public static final java.lang.String DefaultResourceServicePropertySessionRepositoryPath = "Repositories/Session/";
-  public static final java.lang.String ResourceServicePropertySessionResourceDataFilePath = "SessionResourceDataFilePath";
-  public static final java.lang.String DefaultResourceServicePropertySessionResourceDataFilePath = "Repositories/Session/DataFiles/";
-  public static final java.lang.String ResourceServicePropertySiteRepositoryPath = "SiteRepositoryPath";
-  public static final java.lang.String DefaultResourceServicePropertySiteRepositoryPath = "Repositories/Site/";
-  public static final java.lang.String SiteServicePropertiesSection = "SiteServiceProperties";
-  public static final java.lang.String SiteServicePropertySessionTimeout = "SessionTimeout";
-  public static final int DefaultSiteServicePropertySessionTimeout = 1200;
-  public static final java.lang.String SiteServicePropertySessionTimerInterval = "SessionTimerInterval";
-  public static final int DefaultSiteServicePropertySessionTimerInterval = 400;
-  public static final java.lang.String TileServicePropertiesSection = "TileServiceProperties";
-  public static final java.lang.String TileServicePropertyRenderOnly = "RenderOnly";
-  public static final boolean DefaultTileServicePropertyRenderOnly = false;
-  public static final java.lang.String TileServicePropertyTileCachePath = "TileCachePath";
-  public static final java.lang.String DefaultTileServicePropertyTileCachePath = "Repositories/TileCache/";
-  public static final java.lang.String TileServicePropertyTileColumnsPerFolder = "TileColumnsPerFolder";
-  public static final int DefaultTileServicePropertyTileColumnsPerFolder = 30;
-  public static final java.lang.String TileServicePropertyTileRowsPerFolder = "TileRowsPerFolder";
-  public static final int DefaultTileServicePropertyTileRowsPerFolder = 30;
-  public static final java.lang.String TileServicePropertyTileSizeX = "DefaultTileSizeX";
-  public static final int DefaultTileServicePropertyTileSizeX = 300;
-  public static final java.lang.String TileServicePropertyTileSizeY = "DefaultTileSizeY";
-  public static final int DefaultTileServicePropertyTileSizeY = 300;
-  public static final java.lang.String TileServicePropertyImageFormat = "ImageFormat";
-  public static final java.lang.String DefaultTileServicePropertyImageFormat = "PNG";
-  public static final java.lang.String AccessLogPropertiesSection = "AccessLogProperties";
-  public static final java.lang.String AccessLogPropertyEnabled = "Enabled";
-  public static final boolean DefaultAccessLogPropertyEnabled = true;
-  public static final java.lang.String AccessLogPropertyFilename = "Filename";
-  public static final java.lang.String DefaultAccessLogPropertyFilename = "Access.log";
-  public static final java.lang.String AccessLogPropertyParameters = "Parameters";
-  public static final java.lang.String DefaultAccessLogPropertyParameters = "";
-  public static final java.lang.String AdminLogPropertiesSection = "AdminLogProperties";
-  public static final java.lang.String AdminLogPropertyEnabled = "Enabled";
-  public static final boolean DefaultAdminLogPropertyEnabled = true;
-  public static final java.lang.String AdminLogPropertyFilename = "Filename";
-  public static final java.lang.String DefaultAdminLogPropertyFilename = "Admin.log";
-  public static final java.lang.String AdminLogPropertyParameters = "Parameters";
-  public static final java.lang.String DefaultAdminLogPropertyParameters = "";
-  public static final java.lang.String AuthenticationLogPropertiesSection = "AuthenticationLogProperties";
-  public static final java.lang.String AuthenticationLogPropertyEnabled = "Enabled";
-  public static final boolean DefaultAuthenticationLogPropertyEnabled = true;
-  public static final java.lang.String AuthenticationLogPropertyFilename = "Filename";
-  public static final java.lang.String DefaultAuthenticationLogPropertyFilename = "Authentication.log";
-  public static final java.lang.String AuthenticationLogPropertyParameters = "Parameters";
-  public static final java.lang.String DefaultAuthenticationLogPropertyParameters = "";
-  public static final java.lang.String ErrorLogPropertiesSection = "ErrorLogProperties";
-  public static final java.lang.String ErrorLogPropertyEnabled = "Enabled";
-  public static final boolean DefaultErrorLogPropertyEnabled = true;
-  public static final java.lang.String ErrorLogPropertyFilename = "Filename";
-  public static final java.lang.String DefaultErrorLogPropertyFilename = "Error.log";
-  public static final java.lang.String ErrorLogPropertyParameters = "Parameters";
-  public static final java.lang.String DefaultErrorLogPropertyParameters = "";
-  public static final java.lang.String PerformanceLogPropertiesSection = "PerformanceLogProperties";
-  public static final java.lang.String PerformanceLogPropertyEnabled = "Enabled";
-  public static final boolean DefaultPerformanceLogPropertyEnabled = false;
-  public static final java.lang.String PerformanceLogPropertyFilename = "Filename";
-  public static final java.lang.String DefaultPerformanceLogPropertyFilename = "Performance.log";
-  public static final java.lang.String PerformanceLogPropertyParameters = "Parameters";
-  public static final java.lang.String DefaultPerformanceLogPropertyParameters = "";
-  public static final java.lang.String PerformanceLogPropertyInterval = "Interval";
-  public static final int DefaultPerformanceLogPropertyInterval = 300;
-  public static final java.lang.String SessionLogPropertiesSection = "SessionLogProperties";
-  public static final java.lang.String SessionLogPropertyEnabled = "Enabled";
-  public static final boolean DefaultSessionLogPropertyEnabled = true;
-  public static final java.lang.String SessionLogPropertyFilename = "Filename";
-  public static final java.lang.String DefaultSessionLogPropertyFilename = "Session.log";
-  public static final java.lang.String SessionLogPropertyParameters = "Parameters";
-  public static final java.lang.String DefaultSessionLogPropertyParameters = "";
-  public static final java.lang.String TraceLogPropertiesSection = "TraceLogProperties";
-  public static final java.lang.String TraceLogPropertyEnabled = "Enabled";
-  public static final boolean DefaultTraceLogPropertyEnabled = true;
-  public static final java.lang.String TraceLogPropertyFilename = "Filename";
-  public static final java.lang.String DefaultTraceLogPropertyFilename = "Trace.log";
-  public static final java.lang.String TraceLogPropertyParameters = "Parameters";
-  public static final java.lang.String DefaultTraceLogPropertyParameters = "";
-  public static final java.lang.String DBEnvironmentPropertiesSection = "DBEnvironmentProperties";
-  public static final java.lang.String LibraryCacheSizeParameters = "LibraryCacheSize";
-  public static final int DefaultLibraryCacheSizeParameters = 32;
-  public static final java.lang.String SessionCacheSizeParamters = "SessionCacheSize";
-  public static final int DefaultSessionCacheSizeParamters = 2;
-  public static final java.lang.String DBPageSizeParameters = "DBPageSize";
-  public static final int DefaultDBPageSizeParameters = 32;
-  public static final java.lang.String DBXMLPageSizeParameters = "DBXMLPageSize";
-  public static final int DefaultDBXMLPageSizeParameters = 32;
-  public static final java.lang.String LibraryLogBufferSizeParameters = "LibraryLogBufferSize";
-  public static final int DefaultLibraryLogBufferSizeParameters = 12;
-  public static final java.lang.String SessionLogBufferSizeParameters = "SessionLogBufferSize";
-  public static final int DefaultSessionLogBufferSizeParameters = 1;
-  public static final java.lang.String DBMaxTransactionsParamters = "DBMaxTransactions";
-  public static final int DefaultDBMaxTransactionsParamters = 1000;
-  public static final java.lang.String SessionDBPageSizeParameters = "SessionDBPageSize";
-  public static final int DefaultSessionDBPageSizeParameters = 2;
-  public static final java.lang.String SessionDBXMLPageSizeParameters = "SessionDBXMLPageSize";
-  public static final double DefaultSessionDBXMLPageSizeParameters = 0.5d;
-  public static final java.lang.String DBTimeoutParameters = "DBTimeout";
-  public static final double DefaultDBTimeoutParameters = 0.2d;
-  public static final java.lang.String DBMaxLockersParameters = "DBMaxLockers";
-  public static final int DefaultDBMaxLockersParameters = 1000;
-  public static final java.lang.String AgentPropertiesSection = "AgentProperties";
-  public static final java.lang.String AgentDebugPause = "DebugPause";
-  public static final int DefaultAgentDebugPause = 0;
-  public static final java.lang.String AgentDisableAuthoring = "DisableAuthoring";
-  public static final java.lang.String AgentDisableWfs = "DisableWfs";
-  public static final java.lang.String AgentDisableWms = "DisableWms";
-  public static final java.lang.String AgentErrorLogEnabled = "ErrorLogEnabled";
-  public static final boolean DefaultAgentErrorLogEnabled = false;
-  public static final java.lang.String AgentErrorLogFilename = "ErrorLogFilename";
-  public static final java.lang.String DefaultAgentErrorLogFilename = "Error.log";
-  public static final java.lang.String AgentRequestLogEnabled = "RequestLogEnabled";
-  public static final boolean DefaultAgentRequestLogEnabled = false;
-  public static final java.lang.String AgentRequestLogFilename = "RequestLogFilename";
-  public static final java.lang.String DefaultAgentRequestLogFilename = "Request.log";
-  public static final java.lang.String AgentGlobalMaxFeatureQueryLimit = "GlobalMaxFeatureQueryLimit";
-  public static final int DefaultAgentGlobalMaxFeatureQueryLimit = 0;
-  public static final java.lang.String AgentGlobalMaxMapFeatureQueryLimit = "GlobalMaxMapFeatureQueryLimit";
-  public static final int DefaultAgentGlobalMaxMapFeatureQueryLimit = 0;
-  public static final java.lang.String AgentAnonymousDenyGetResourceContent = "AnonymousDenyGetResourceContent";
-  public static final java.lang.String DefaultAgentAnonymousDenyGetResourceContent = "";
-  public static final java.lang.String AgentAnonymousDenyGetResourceData = "AnonymousDenyGetResourceData";
-  public static final java.lang.String DefaultAgentAnonymousDenyGetResourceData = "";
-  public static final java.lang.String AgentAnonymousDenyGetResourceHeader = "AnonymousDenyGetResourceHeader";
-  public static final java.lang.String DefaultAgentAnonymousDenyGetResourceHeader = "";
-  public static final java.lang.String OgcPropertiesSection = "OgcProperties";
-  public static final java.lang.String WfsPassword = "WfsPassword";
-  public static final java.lang.String WmsPassword = "WmsPassword";
-  public static final java.lang.String CITEWfsEnabled = "CITEWfsEnabled";
-  public static final boolean DefaultCITEWfsEnabled = false;
-  public static final java.lang.String CITEWmsEnabled = "CITEWmsEnabled";
-  public static final boolean DefaultCITEWmsEnabled = false;
-  public static final java.lang.String AgentGlobalGetWfsFeaturesLimit = "GlobalGetWfsFeaturesLimit";
-  public static final int DefaultAgentGlobalGetWfsFeaturesLimit = 0;
-  public static final java.lang.String AgentGlobalGetWmsFeatureInfoLimit = "GlobalGetWmsFeatureInfoLimit";
-  public static final int DefaultAgentGlobalGetWmsFeatureInfoLimit = 0;
-  public static final java.lang.String WebApplicationPropertiesSection = "WebApplicationProperties";
-  public static final java.lang.String TemplateRootFolder = "TemplateRootFolder";
-  public static final java.lang.String WidgetInfoFolder = "WidgetInfoFolder";
-  public static final java.lang.String ContainerInfoFolder = "ContainerInfoFolder";
-  public org.osgeo.mapguide.MgConfigProperties();
-}
-Compiled from "MgCoordinate.java"
-public class org.osgeo.mapguide.MgCoordinate extends org.osgeo.mapguide.MgSerializable {
-  public synchronized void delete();
-  public int getDimension();
-  public double getX();
-  public double getY();
-  public double getZ();
-  public double getM();
-  public static double getNoZ();
-  public static double getNoM();
-}
-Compiled from "MgCoordinateCollection.java"
-public class org.osgeo.mapguide.MgCoordinateCollection extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public int getCount();
-  public org.osgeo.mapguide.MgCoordinate getItem(int);
-  public void setItem(int, org.osgeo.mapguide.MgCoordinate);
-  public void add(org.osgeo.mapguide.MgCoordinate);
-  public void insert(int, org.osgeo.mapguide.MgCoordinate);
-  public void clear();
-  public boolean remove(org.osgeo.mapguide.MgCoordinate);
-  public void removeAt(int);
-  public boolean contains(org.osgeo.mapguide.MgCoordinate);
-  public int indexOf(org.osgeo.mapguide.MgCoordinate);
-  public org.osgeo.mapguide.MgCoordinateCollection();
-}
-Compiled from "MgCoordinateDimension.java"
-public class org.osgeo.mapguide.MgCoordinateDimension {
-  public static final int XY = 0;
-  public static final int XYZ = 1;
-  public static final int M = 2;
-  public org.osgeo.mapguide.MgCoordinateDimension();
-}
-Compiled from "MgCoordinateIterator.java"
-public class org.osgeo.mapguide.MgCoordinateIterator extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgCoordinate getCurrent();
-  public boolean moveNext();
-  public void reset();
-}
-Compiled from "MgCoordinateSpace.java"
-public class org.osgeo.mapguide.MgCoordinateSpace {
-  public static final java.lang.String None = "None";
-  public static final java.lang.String Map = "Map";
-  public static final java.lang.String Display = "Display";
-  public org.osgeo.mapguide.MgCoordinateSpace();
-}
-Compiled from "MgCoordinateSystem.java"
-public class org.osgeo.mapguide.MgCoordinateSystem extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public int getType();
-  public org.osgeo.mapguide.MgCoordinate convertFromLonLat(org.osgeo.mapguide.MgCoordinate);
-  public org.osgeo.mapguide.MgCoordinate convertToLonLat(org.osgeo.mapguide.MgCoordinate);
-  public double convertCoordinateSystemUnitsToMeters(double);
-  public double convertMetersToCoordinateSystemUnits(double);
-  public double measureEuclideanDistance(org.osgeo.mapguide.MgCoordinate, org.osgeo.mapguide.MgCoordinate);
-  public double measureEuclideanDistance(double, double, double, double);
-  public double measureGreatCircleDistance(org.osgeo.mapguide.MgCoordinate, org.osgeo.mapguide.MgCoordinate);
-  public double measureGreatCircleDistance(double, double, double, double);
-  public double getAzimuth(org.osgeo.mapguide.MgCoordinate, org.osgeo.mapguide.MgCoordinate);
-  public double getAzimuth(double, double, double, double);
-  public org.osgeo.mapguide.MgCoordinate getCoordinate(org.osgeo.mapguide.MgCoordinate, double, double);
-  public org.osgeo.mapguide.MgCoordinate getCoordinate(double, double, double, double);
-  public java.lang.String toString();
-  public java.lang.String getUnits();
-  public double getUnitScale();
-  public double getMinX();
-  public double getMinY();
-  public double getMaxX();
-  public double getMaxY();
-  public java.lang.String getCsCode();
-  public java.lang.String getDescription();
-  public java.lang.String getProjection();
-  public java.lang.String getProjectionDescription();
-  public java.lang.String getDatum();
-  public java.lang.String getDatumDescription();
-  public java.lang.String getEllipsoid();
-  public java.lang.String getEllipsoidDescription();
-  public int getEpsgCode();
-  public int getSridCode();
-  public short getEpsgQuadrant();
-  public org.osgeo.mapguide.MgCoordinateSystemMeasure getMeasure();
-  public org.osgeo.mapguide.MgStringCollection getCategories();
-  public org.osgeo.mapguide.MgCoordinateSystemCatalog getCatalog();
-  public void setCsCode(java.lang.String);
-  public boolean isLegalCsCode(java.lang.String);
-  public boolean isValid();
-  public boolean isUsable(org.osgeo.mapguide.MgCoordinateSystemCatalog);
-  public boolean isSameAs(org.osgeo.mapguide.MgGuardDisposable);
-  public void setDescription(java.lang.String);
-  public boolean isLegalDescription(java.lang.String);
-  public java.lang.String getGroup();
-  public void setGroup(java.lang.String);
-  public boolean isLegalGroup(java.lang.String);
-  public java.lang.String getSource();
-  public void setSource(java.lang.String);
-  public boolean isLegalSource(java.lang.String);
-  public boolean isProtected();
-  public short getAge();
-  public void setProtectMode(boolean);
-  public boolean isEncrypted();
-  public void setEncryptMode(boolean);
-  public org.osgeo.mapguide.MgCoordinateSystemEnumInteger32 getErrors();
-  public java.lang.String getLocation();
-  public void setLocation(java.lang.String);
-  public boolean isLegalLocation(java.lang.String);
-  public java.lang.String getCountryOrState();
-  public void setCountryOrState(java.lang.String);
-  public boolean isLegalCountryOrState(java.lang.String);
-  public boolean isGeodetic();
-  public int getProjectionCode();
-  public void setProjectionCode(int);
-  public int getUnitCode();
-  public void setUnitCode(int);
-  public int getProjectionParameterCount();
-  public double getProjectionParameter(int);
-  public void setProjectionParameter(int, double);
-  public double getOriginLongitude();
-  public void setOriginLongitude(double);
-  public double getOriginLatitude();
-  public void setOriginLatitude(double);
-  public double getOffsetX();
-  public double getOffsetY();
-  public void setOffsets(double, double);
-  public double getScaleReduction();
-  public void setScaleReduction(double);
-  public double getMapScale();
-  public void setMapScale(double);
-  public double getZeroX();
-  public double getZeroY();
-  public void setZeroes(double, double);
-  public double getLonMin();
-  public double getLonMax();
-  public double getLatMin();
-  public double getLatMax();
-  public void setLonLatBounds(double, double, double, double);
-  public void cancelLonLatBounds();
-  public void setXYBounds(double, double, double, double);
-  public void cancelXYBounds();
-  public short getQuadrant();
-  public void setQuadrant(short);
-  public org.osgeo.mapguide.MgCoordinateSystemDatum getDatumDefinition();
-  public void setDatumDefinition(org.osgeo.mapguide.MgCoordinateSystemDatum);
-  public org.osgeo.mapguide.MgCoordinateSystemEllipsoid getEllipsoidDefinition();
-  public void setEllipsoidDefinition(org.osgeo.mapguide.MgCoordinateSystemEllipsoid);
-  public boolean isValidXY(double, double);
-  public boolean isValidLonLat(double, double);
-  public void convertCoordinateFromLonLat(org.osgeo.mapguide.MgCoordinate);
-  public void convertCoordinateToLonLat(org.osgeo.mapguide.MgCoordinate);
-  public org.osgeo.mapguide.MgCoordinate convertToLonLat(double, double);
-  public org.osgeo.mapguide.MgCoordinate convertToLonLat(double, double, double);
-  public org.osgeo.mapguide.MgCoordinate convertFromLonLat(double, double);
-  public org.osgeo.mapguide.MgCoordinate convertFromLonLat(double, double, double);
-  public double getConvergence(double, double);
-  public double getScale(double, double);
-  public double getScaleH(double, double);
-  public double getScaleK(double, double);
-  public org.osgeo.mapguide.MgCoordinateSystem createClone();
-}
-Compiled from "MgCoordinateSystemCatalog.java"
-public class org.osgeo.mapguide.MgCoordinateSystemCatalog extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public void setDefaultDictionaryDirAndFileNames();
-  public java.lang.String getDefaultDictionaryDir();
-  public void setDictionaryDir(java.lang.String);
-  public java.lang.String getDictionaryDir();
-  public java.lang.String getDefaultUserDictionaryDir();
-  public void setUserDictionaryDir(java.lang.String);
-  public java.lang.String getUserDictionaryDir();
-  public void setProtectionMode(short);
-  public short getProtectionMode();
-  public org.osgeo.mapguide.MgCoordinateSystemCategoryDictionary getCategoryDictionary();
-  public org.osgeo.mapguide.MgCoordinateSystemDictionary getCoordinateSystemDictionary();
-  public org.osgeo.mapguide.MgCoordinateSystemDatumDictionary getDatumDictionary();
-  public org.osgeo.mapguide.MgCoordinateSystemEllipsoidDictionary getEllipsoidDictionary();
-  public org.osgeo.mapguide.MgCoordinateSystemGeodeticPathDictionary getGeodeticPathDictionary();
-  public org.osgeo.mapguide.MgCoordinateSystemGeodeticTransformDefDictionary getGeodeticTransformDefDictionary();
-  public org.osgeo.mapguide.MgDisposableCollection getGeodeticTransformations(org.osgeo.mapguide.MgCoordinateSystemDatum, org.osgeo.mapguide.MgCoordinateSystemDatum);
-  public org.osgeo.mapguide.MgCoordinateSystemMathComparator getMathComparator();
-  public org.osgeo.mapguide.MgCoordinateSystemFormatConverter getFormatConverter();
-  public org.osgeo.mapguide.MgCoordinateSystemProjectionInformation getProjectionInformation();
-  public org.osgeo.mapguide.MgCoordinateSystemUnitInformation getUnitInformation();
-  public org.osgeo.mapguide.MgCoordinateSystemDictionaryUtility getDictionaryUtility();
-  public boolean areDictionaryFilesWritable();
-}
-Compiled from "MgCoordinateSystemCategory.java"
-public class org.osgeo.mapguide.MgCoordinateSystemCategory extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public java.lang.String getName();
-  public void setName(java.lang.String);
-  public boolean isLegalName(java.lang.String);
-  public boolean isValid();
-  public boolean isUsable(org.osgeo.mapguide.MgCoordinateSystemCatalog);
-  public boolean isSameAs(org.osgeo.mapguide.MgGuardDisposable);
-  public org.osgeo.mapguide.MgCoordinateSystemCategory createClone();
-  public int getSize();
-  public org.osgeo.mapguide.MgCoordinateSystemEnum getEnum();
-  public void addCoordinateSystem(java.lang.String);
-  public void removeCoordinateSystem(java.lang.String);
-  public boolean hasCoordinateSystem(java.lang.String);
-  public void clear();
-  public org.osgeo.mapguide.MgStringCollection getCoordinateSystems();
-  public org.osgeo.mapguide.MgCoordinateSystemCatalog getCatalog();
-}
-Compiled from "MgCoordinateSystemCategoryDictionary.java"
-public class org.osgeo.mapguide.MgCoordinateSystemCategoryDictionary extends org.osgeo.mapguide.MgCoordinateSystemDictionaryBase {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgCoordinateSystemCategory newCategory();
-  public void rename(java.lang.String, java.lang.String);
-  public org.osgeo.mapguide.MgCoordinateSystemCategory getCategory(java.lang.String);
-}
-Compiled from "MgCoordinateSystemCodeFormat.java"
-public class org.osgeo.mapguide.MgCoordinateSystemCodeFormat {
-  public static final int Mentor = 0;
-  public static final int Epsg = 1;
-  public org.osgeo.mapguide.MgCoordinateSystemCodeFormat();
-}
-Compiled from "MgCoordinateSystemDatum.java"
-public class org.osgeo.mapguide.MgCoordinateSystemDatum extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public java.lang.String getDtCode();
-  public void setDtCode(java.lang.String);
-  public boolean isLegalDtCode(java.lang.String);
-  public boolean isValid();
-  public boolean isUsable(org.osgeo.mapguide.MgCoordinateSystemCatalog);
-  public boolean isSameAs(org.osgeo.mapguide.MgGuardDisposable);
-  public java.lang.String getDescription();
-  public void setDescription(java.lang.String);
-  public boolean isLegalDescription(java.lang.String);
-  public java.lang.String getGroup();
-  public void setGroup(java.lang.String);
-  public boolean isLegalGroup(java.lang.String);
-  public java.lang.String getSource();
-  public void setSource(java.lang.String);
-  public short getEpsgCode();
-  public void setEpsgCode(short);
-  public boolean isLegalSource(java.lang.String);
-  public boolean isProtected();
-  public short getAge();
-  public void setProtectMode(boolean);
-  public boolean isEncrypted();
-  public void setEncryptMode(boolean);
-  public java.lang.String getLocation();
-  public void setLocation(java.lang.String);
-  public boolean isLegalLocation(java.lang.String);
-  public java.lang.String getCountryOrState();
-  public void setCountryOrState(java.lang.String);
-  public boolean isLegalCountryOrState(java.lang.String);
-  public java.lang.String getEllipsoid();
-  public void setEllipsoid(java.lang.String);
-  public org.osgeo.mapguide.MgCoordinateSystemEllipsoid getEllipsoidDefinition();
-  public void setEllipsoidDefinition(org.osgeo.mapguide.MgCoordinateSystemEllipsoid);
-  public org.osgeo.mapguide.MgCoordinateSystemDatum createClone();
-  public org.osgeo.mapguide.MgDisposableCollection getGeodeticTransformations(org.osgeo.mapguide.MgCoordinateSystemDatum);
-  public org.osgeo.mapguide.MgCoordinateSystemCatalog getCatalog();
-}
-Compiled from "MgCoordinateSystemDatumDictionary.java"
-public class org.osgeo.mapguide.MgCoordinateSystemDatumDictionary extends org.osgeo.mapguide.MgCoordinateSystemDictionaryBase {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgCoordinateSystemDatum newDatum();
-  public org.osgeo.mapguide.MgCoordinateSystemDatum getDatum(java.lang.String);
-}
-Compiled from "MgCoordinateSystemDictionary.java"
-public class org.osgeo.mapguide.MgCoordinateSystemDictionary extends org.osgeo.mapguide.MgCoordinateSystemDictionaryBase {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgCoordinateSystem newCoordinateSystem();
-  public org.osgeo.mapguide.MgCoordinateSystem getCoordinateSystem(java.lang.String);
-}
-Compiled from "MgCoordinateSystemDictionaryBase.java"
-public class org.osgeo.mapguide.MgCoordinateSystemDictionaryBase extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgCoordinateSystemCatalog getCatalog();
-  public java.lang.String getDefaultFileName();
-  public java.lang.String getFileName();
-  public void setFileName(java.lang.String);
-  public java.lang.String getPath();
-  public int getSize();
-  public void add(org.osgeo.mapguide.MgGuardDisposable);
-  public void remove(java.lang.String);
-  public void modify(org.osgeo.mapguide.MgGuardDisposable);
-  public org.osgeo.mapguide.MgGuardDisposable get(java.lang.String);
-  public boolean has(java.lang.String);
-  public org.osgeo.mapguide.MgCoordinateSystemEnum getEnum();
-}
-Compiled from "MgCoordinateSystemDictionaryUtility.java"
-public class org.osgeo.mapguide.MgCoordinateSystemDictionaryUtility extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgCoordinateSystemCatalog getCatalog();
-  public void createEllipsoidDictionary(java.lang.String);
-  public void createDatumDictionary(java.lang.String);
-  public void createCoordsysDictionary(java.lang.String);
-  public void createCategoryDictionary(java.lang.String);
-}
-Compiled from "MgCoordinateSystemEllipsoid.java"
-public class org.osgeo.mapguide.MgCoordinateSystemEllipsoid extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public java.lang.String getElCode();
-  public void setElCode(java.lang.String);
-  public boolean isLegalElCode(java.lang.String);
-  public boolean isValid();
-  public boolean isUsable();
-  public boolean isSameAs(org.osgeo.mapguide.MgGuardDisposable);
-  public org.osgeo.mapguide.MgCoordinateSystemEllipsoid createClone();
-  public java.lang.String getDescription();
-  public void setDescription(java.lang.String);
-  public boolean isLegalDescription(java.lang.String);
-  public java.lang.String getGroup();
-  public void setGroup(java.lang.String);
-  public boolean isLegalGroup(java.lang.String);
-  public java.lang.String getSource();
-  public void setSource(java.lang.String);
-  public short getEpsgCode();
-  public void setEpsgCode(short);
-  public boolean isLegalSource(java.lang.String);
-  public boolean isProtected();
-  public short getAge();
-  public void setProtectMode(boolean);
-  public boolean isEncrypted();
-  public void setEncryptMode(boolean);
-  public double getEquatorialRadius();
-  public double getPolarRadius();
-  public double getFlatteningRatio();
-  public double getEccentricity();
-  public void setRadii(double, double);
-  public double flatteningRatioToEccentricity(double);
-  public double eccentricityToFlatteningRatio(double);
-  public double equatorialRadiusFromPolarRadiusFlatteningRatio(double, double);
-  public double polarRadiusFromEquatorialRadiusFlatteningRatio(double, double);
-  public double getGreatCircleDistance(double, double, double, double);
-  public double getGreatCircleAzimuth(double, double, double, double);
-  public double getRadiusMin();
-  public double getRadiusMax();
-  public boolean isLegalRadius(double);
-  public double getFlatteningRatioMin();
-  public double getFlatteningRatioMax();
-  public boolean isLegalFlatteningRatio(double);
-  public double flatteningRatioFromRadii(double, double);
-  public org.osgeo.mapguide.MgCoordinateSystemCatalog getCatalog();
-}
-Compiled from "MgCoordinateSystemEllipsoidDictionary.java"
-public class org.osgeo.mapguide.MgCoordinateSystemEllipsoidDictionary extends org.osgeo.mapguide.MgCoordinateSystemDictionaryBase {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgCoordinateSystemEllipsoid newEllipsoid();
-  public org.osgeo.mapguide.MgCoordinateSystemEllipsoid getEllipsoid(java.lang.String);
-}
-Compiled from "MgCoordinateSystemEnum.java"
-public class org.osgeo.mapguide.MgCoordinateSystemEnum extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgDisposableCollection next(int);
-  public void skip(int);
-  public void reset();
-  public org.osgeo.mapguide.MgCoordinateSystemEnum createClone();
-  public void addFilter(org.osgeo.mapguide.MgCoordinateSystemFilter);
-  public org.osgeo.mapguide.MgStringCollection nextName(int);
-  public org.osgeo.mapguide.MgStringCollection nextDescription(int);
-}
-Compiled from "MgCoordinateSystemEnumInteger32.java"
-public class org.osgeo.mapguide.MgCoordinateSystemEnumInteger32 extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgStringCollection next(int);
-  public void skip(int);
-  public void reset();
-  public org.osgeo.mapguide.MgCoordinateSystemEnumInteger32 createClone();
-  public void addFilter(org.osgeo.mapguide.MgCoordinateSystemFilterInteger32);
-}
-Compiled from "MgCoordinateSystemErrorCode.java"
-public class org.osgeo.mapguide.MgCoordinateSystemErrorCode {
-  public static final int AZM = 201;
-  public static final int AZMTH = 202;
-  public static final int LAT = 203;
-  public static final int LATEQU = 204;
-  public static final int LNG = 205;
-  public static final int LNGEQU = 206;
-  public static final int MAPSCL = 207;
-  public static final int MEREQU = 208;
-  public static final int MRCAT = 209;
-  public static final int MSCOEF = 210;
-  public static final int NOREF = 211;
-  public static final int NOTNRTH = 212;
-  public static final int NRTHLAT = 213;
-  public static final int NRTHPNT = 214;
-  public static final int ORGLAT = 215;
-  public static final int ORGLNG = 216;
-  public static final int PLL90 = 217;
-  public static final int PLLEQU = 218;
-  public static final int PLLLRG = 219;
-  public static final int PLLREV = 220;
-  public static final int PLLZERO = 221;
-  public static final int POLDD = 222;
-  public static final int POLDUP = 223;
-  public static final int POLLAT = 224;
-  public static final int POLLNG = 225;
-  public static final int QUAD = 226;
-  public static final int SCLRED = 227;
-  public static final int SOTHLAT = 228;
-  public static final int STDLAT = 229;
-  public static final int STDLNG = 230;
-  public static final int STDPLL = 231;
-  public static final int STDSOU = 232;
-  public static final int STDWEST = 233;
-  public static final int UNIT = 234;
-  public static final int INVPRJ = 235;
-  public static final int INVDTM = 236;
-  public static final int INVELP = 237;
-  public static final int LLRNG = 238;
-  public static final int RNGORD = 239;
-  public static final int INVQUAD = 240;
-  public static final int GEOMM = 241;
-  public static final int CRTMM = 242;
-  public static final int PLLED = 243;
-  public static final int PLRLAT = 244;
-  public static final int USEPLR = 245;
-  public static final int UTMZON = 246;
-  public static final int HMISPHR = 247;
-  public static final int USESW = 248;
-  public static final int MAX15 = 249;
-  public static final int OBLQPOLE = 250;
-  public static final int AFFZERO = 251;
-  public static final int NRDATUM = 252;
-  public static final int OSTN97 = 253;
-  public static final int DENRGN = 253;
-  public static final int ELEVEL = 254;
-  public static final int OSTN02 = 255;
-  public static final int TMKRG0 = 256;
-  public static final int Ok = 1000;
-  public static final int OutOfMemory = 1001;
-  public static final int InitializationFailed = 1002;
-  public static final int ConversionFailed = 1003;
-  public static final int NullArgument = 1004;
-  public static final int InvalidArgument = 1005;
-  public org.osgeo.mapguide.MgCoordinateSystemErrorCode();
-}
-Compiled from "MgCoordinateSystemFactory.java"
-public class org.osgeo.mapguide.MgCoordinateSystemFactory extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgCoordinateSystemFactory();
-  public org.osgeo.mapguide.MgCoordinateSystem create(java.lang.String);
-  public org.osgeo.mapguide.MgCoordinateSystemCatalog getCatalog();
-  public org.osgeo.mapguide.MgCoordinateSystemTransform getTransform(org.osgeo.mapguide.MgCoordinateSystem, org.osgeo.mapguide.MgCoordinateSystem);
-  public org.osgeo.mapguide.MgCoordinateSystem createFromCode(java.lang.String);
-  public java.lang.String convertWktToCoordinateSystemCode(java.lang.String);
-  public java.lang.String convertCoordinateSystemCodeToWkt(java.lang.String);
-  public org.osgeo.mapguide.MgStringCollection enumerateCategories();
-  public org.osgeo.mapguide.MgBatchPropertyCollection enumerateCoordinateSystems(java.lang.String);
-  public java.lang.String convertEpsgCodeToWkt(int);
-  public int convertWktToEpsgCode(java.lang.String);
-  public java.lang.String getBaseLibrary();
-  public boolean isValid(java.lang.String);
-  public org.osgeo.mapguide.MgCoordinateSystemGridBoundary gridBoundary(org.osgeo.mapguide.MgCoordinate, org.osgeo.mapguide.MgCoordinate);
-  public org.osgeo.mapguide.MgCoordinateSystemGridBoundary gridBoundary(org.osgeo.mapguide.MgPolygon);
-  public org.osgeo.mapguide.MgCoordinateSystemGridSpecification gridSpecification();
-  public org.osgeo.mapguide.MgCoordinateSystemGridSpecification gridSpecification(double, double, int, double);
-  public org.osgeo.mapguide.MgCoordinateSystemGridSpecification gridSpecification(int, int);
-  public org.osgeo.mapguide.MgCoordinateSystemGridBase genericGrid(java.lang.String, java.lang.String, boolean);
-  public org.osgeo.mapguide.MgCoordinateSystemGridBase genericGrid(org.osgeo.mapguide.MgCoordinateSystem, org.osgeo.mapguide.MgCoordinateSystem, boolean);
-  public org.osgeo.mapguide.MgCoordinateSystemMgrs getMgrs(double, double, short, boolean);
-  public org.osgeo.mapguide.MgCoordinateSystemMgrs getMgrsEllipsoid(java.lang.String, short, boolean);
-  public org.osgeo.mapguide.MgCoordinateSystemMgrs getMgrsDatum(java.lang.String, short, boolean);
-  public org.osgeo.mapguide.MgCoordinateSystemGridBase mgrsGrid(org.osgeo.mapguide.MgCoordinateSystem, boolean, short, boolean);
-  public org.osgeo.mapguide.MgCoordinateSystemGridBase mgrsGrid(java.lang.String, boolean, short, boolean);
-}
-Compiled from "MgCoordinateSystemFilter.java"
-public class org.osgeo.mapguide.MgCoordinateSystemFilter extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public boolean isFilteredOut(org.osgeo.mapguide.MgGuardDisposable);
-}
-Compiled from "MgCoordinateSystemFilterInteger32.java"
-public class org.osgeo.mapguide.MgCoordinateSystemFilterInteger32 extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public boolean isFilteredOut(int);
-}
-Compiled from "MgCoordinateSystemFormatConverter.java"
-public class org.osgeo.mapguide.MgCoordinateSystemFormatConverter extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public java.lang.String definitionToWkt(org.osgeo.mapguide.MgCoordinateSystem, int);
-  public org.osgeo.mapguide.MgCoordinateSystem wktToDefinition(int, java.lang.String);
-  public java.lang.String codeToWkt(int, java.lang.String, int);
-  public java.lang.String wktToCode(int, java.lang.String, int);
-  public java.lang.String definitionToCode(org.osgeo.mapguide.MgCoordinateSystem, int);
-  public org.osgeo.mapguide.MgCoordinateSystem codeToDefinition(int, java.lang.String);
-  public java.lang.String codeToCode(int, java.lang.String, int);
-  public boolean isCodeInDictionary(int, java.lang.String);
-}
-Compiled from "MgCoordinateSystemGeodeticAnalyticalTransformationMethod.java"
-public class org.osgeo.mapguide.MgCoordinateSystemGeodeticAnalyticalTransformationMethod {
-  public static final int None = 0;
-  public static final int ThreeParameter = 8193;
-  public static final int Molodensky = 8194;
-  public static final int AbridgedMolodensky = 8195;
-  public static final int Geocentric = 8196;
-  public static final int FourParameter = 8197;
-  public static final int SixParameter = 8198;
-  public static final int Bursa = 8199;
-  public static final int Frame = 8200;
-  public static final int SevenParameter = 8201;
-  public static final int MolodenskyBadekas = 8202;
-  public org.osgeo.mapguide.MgCoordinateSystemGeodeticAnalyticalTransformationMethod();
-}
-Compiled from "MgCoordinateSystemGeodeticAnalyticalTransformDefParams.java"
-public class org.osgeo.mapguide.MgCoordinateSystemGeodeticAnalyticalTransformDefParams extends org.osgeo.mapguide.MgCoordinateSystemGeodeticTransformDefParams {
-  public synchronized void delete();
-  public double getDeltaX();
-  public void setDeltaX(double);
-  public double getDeltaY();
-  public void setDeltaY(double);
-  public double getDeltaZ();
-  public void setDeltaZ(double);
-  public double getRotateX();
-  public void setRotateX(double);
-  public double getRotateY();
-  public void setRotateY(double);
-  public double getRotateZ();
-  public void setRotateZ(double);
-  public double getScale();
-  public void setScale(double);
-  public double getTranslateX();
-  public void setTranslateX(double);
-  public double getTranslateY();
-  public void setTranslateY(double);
-  public double getTranslateZ();
-  public void setTranslateZ(double);
-  public int getTransformationMethod();
-  public void setTransformationMethod(int);
-}
-Compiled from "MgCoordinateSystemGeodeticInterpolationTransformDefParams.java"
-public class org.osgeo.mapguide.MgCoordinateSystemGeodeticInterpolationTransformDefParams extends org.osgeo.mapguide.MgCoordinateSystemGeodeticTransformDefParams {
-  public synchronized void delete();
-  public void setGridFiles(org.osgeo.mapguide.MgDisposableCollection);
-  public org.osgeo.mapguide.MgDisposableCollection getGridFiles();
-  public java.lang.String getFallback();
-  public void setFallback(java.lang.String);
-  public org.osgeo.mapguide.MgCoordinateSystemGeodeticTransformGridFile newGridFile();
-}
-Compiled from "MgCoordinateSystemGeodeticMultipleRegressionTransformationMethod.java"
-public class org.osgeo.mapguide.MgCoordinateSystemGeodeticMultipleRegressionTransformationMethod {
-  public static final int None = 0;
-  public static final int MultipleRegression = 20481;
-  public static final int GeneralPolynomialEpsg = 20482;
-  public org.osgeo.mapguide.MgCoordinateSystemGeodeticMultipleRegressionTransformationMethod();
-}
-Compiled from "MgCoordinateSystemGeodeticMultipleRegressionTransformDefParams.java"
-public class org.osgeo.mapguide.MgCoordinateSystemGeodeticMultipleRegressionTransformDefParams extends org.osgeo.mapguide.MgCoordinateSystemGeodeticTransformDefParams {
-  public synchronized void delete();
-  public double getValidation();
-  public void setValidation(double);
-  public double getTestPhi();
-  public void setTestPhi(double);
-  public double getTestLambda();
-  public void setTestLambda(double);
-  public double getDeltaPhi();
-  public void setDeltaPhi(double);
-  public double getDeltaLambda();
-  public void setDeltaLambda(double);
-  public double getDeltaHeight();
-  public void setDeltaHeight(double);
-  public double getPhiOffset();
-  public void setPhiOffset(double);
-  public double getLambdaOffset();
-  public void setLambdaOffset(double);
-  public double getNormalizationScale();
-  public void setNormalizationScale(double);
-  public double getCoefficientPhi(int);
-  public void setCoefficientPhi(int, double);
-  public double getCoefficientLambda(int);
-  public void setCoefficientLambda(int, double);
-  public double getCoefficientHeight(int);
-  public void setCoefficientHeight(int, double);
-  public int getTransformationMethod();
-  public void setTransformationMethod(int);
-}
-Compiled from "MgCoordinateSystemGeodeticPath.java"
-public class org.osgeo.mapguide.MgCoordinateSystemGeodeticPath extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public java.lang.String getPathName();
-  public void setPathName(java.lang.String);
-  public java.lang.String getDescription();
-  public void setDescription(java.lang.String);
-  public java.lang.String getGroup();
-  public void setGroup(java.lang.String);
-  public java.lang.String getSource();
-  public void setSource(java.lang.String);
-  public java.lang.String getTargetDatum();
-  public void setTargetDatum(java.lang.String);
-  public java.lang.String getSourceDatum();
-  public void setSourceDatum(java.lang.String);
-  public double getAccuracy();
-  public void setAccuracy(double);
-  public boolean getIsReversible();
-  public void setIsReversible(boolean);
-  public int getEpsgCode();
-  public void setEpsgCode(int);
-  public int getEpsgVariant();
-  public void setEpsgVariant(int);
-  public org.osgeo.mapguide.MgDisposableCollection getPathElements();
-  public void setPathElements(org.osgeo.mapguide.MgDisposableCollection);
-  public boolean isProtected();
-  public boolean isValid();
-  public org.osgeo.mapguide.MgCoordinateSystemGeodeticPathElement newPathElement();
-  public org.osgeo.mapguide.MgCoordinateSystemGeodeticPath createClone();
-}
-Compiled from "MgCoordinateSystemGeodeticPathDictionary.java"
-public class org.osgeo.mapguide.MgCoordinateSystemGeodeticPathDictionary extends org.osgeo.mapguide.MgCoordinateSystemDictionaryBase {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgCoordinateSystemGeodeticPath newGeodeticPath();
-  public org.osgeo.mapguide.MgCoordinateSystemGeodeticPath getGeodeticPath(java.lang.String);
-}
-Compiled from "MgCoordinateSystemGeodeticPathElement.java"
-public class org.osgeo.mapguide.MgCoordinateSystemGeodeticPathElement extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public java.lang.String getTransformName();
-  public void setTransformName(java.lang.String);
-  public boolean getIsInversed();
-  public void setIsInversed(boolean);
-  public boolean isValid();
-  public boolean isProtected();
-}
-Compiled from "MgCoordinateSystemGeodeticStandaloneTransformDefParams.java"
-public class org.osgeo.mapguide.MgCoordinateSystemGeodeticStandaloneTransformDefParams extends org.osgeo.mapguide.MgCoordinateSystemGeodeticTransformDefParams {
-  public synchronized void delete();
-  public int getTransformationMethod();
-  public void setTransformationMethod(int);
-}
-Compiled from "MgCoordinateSystemGeodeticTransformation.java"
-public class org.osgeo.mapguide.MgCoordinateSystemGeodeticTransformation extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public void setSourceAndTarget(org.osgeo.mapguide.MgCoordinateSystemDatum, org.osgeo.mapguide.MgCoordinateSystemDatum);
-  public org.osgeo.mapguide.MgCoordinateSystemDatum getSource();
-  public org.osgeo.mapguide.MgCoordinateSystemDatum getTarget();
-  public void shift(org.osgeo.mapguide.MgCoordinate);
-  public org.osgeo.mapguide.MgCoordinate shift(double, double);
-  public org.osgeo.mapguide.MgCoordinate shift(double, double, double);
-  public double getOffsetX();
-  public double getOffsetY();
-  public double getOffsetZ();
-  public void setOffset(double, double, double);
-  public double getBursaWolfeTransformRotationX();
-  public double getBursaWolfeTransformRotationY();
-  public double getBursaWolfeTransformRotationZ();
-  public double getBursaWolfeTransformBwScale();
-  public void setBursaWolfeTransform(double, double, double, double);
-  public int getGeodeticTransformationMethod();
-  public void setGeodeticTransformationMethod(int);
-  public double getMaxOffset();
-  public boolean isLegalOffset(double);
-  public double getMaxRotation();
-  public boolean isLegalRotation(double);
-  public double getBwScaleMin();
-  public double getBwScaleMax();
-  public boolean isLegalBwScale(double);
-}
-Compiled from "MgCoordinateSystemGeodeticTransformationMethod.java"
-public class org.osgeo.mapguide.MgCoordinateSystemGeodeticTransformationMethod {
-  public static final int None = 0;
-  public static final int Molodensky = 1;
-  public static final int MReg = 2;
-  public static final int Bursa = 3;
-  public static final int NAD27 = 4;
-  public static final int NAD83 = 5;
-  public static final int WGS84 = 6;
-  public static final int WGS72 = 7;
-  public static final int HPGN = 8;
-  public static final int SevenParameter = 9;
-  public static final int AGD66 = 10;
-  public static final int ThreeParameter = 11;
-  public static final int SixParameter = 12;
-  public static final int FourParameter = 13;
-  public static final int AGD84 = 14;
-  public static final int NZGD49 = 15;
-  public static final int ATS77 = 16;
-  public static final int GDA94 = 17;
-  public static final int NZGD2K = 18;
-  public static final int CSRS = 19;
-  public static final int TOKYO = 20;
-  public static final int RGF93 = 21;
-  public static final int ED50 = 22;
-  public static final int DHDN = 23;
-  public static final int ETRF89 = 24;
-  public static final int Lclgrf = 99;
-  public static final int Geocentric = 25;
-  public static final int CHENYX = 26;
-  public org.osgeo.mapguide.MgCoordinateSystemGeodeticTransformationMethod();
-}
-Compiled from "MgCoordinateSystemGeodeticTransformDef.java"
-public class org.osgeo.mapguide.MgCoordinateSystemGeodeticTransformDef extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public java.lang.String getTransformName();
-  public void setTransformName(java.lang.String);
-  public java.lang.String getSourceDatum();
-  public void setSourceDatum(java.lang.String);
-  public java.lang.String getTargetDatum();
-  public void setTargetDatum(java.lang.String);
-  public java.lang.String getGroup();
-  public void setGroup(java.lang.String);
-  public java.lang.String getDescription();
-  public void setDescription(java.lang.String);
-  public java.lang.String getSource();
-  public void setSource(java.lang.String);
-  public int getEpsgCode();
-  public void setEpsgCode(int);
-  public int getEpsgVariation();
-  public void setEpsgVariation(int);
-  public boolean getInverseSupported();
-  public void setInverseSupported(boolean);
-  public int getMaxIterations();
-  public void setMaxIterations(int);
-  public double getConvergenceValue();
-  public void setConvergenceValue(double);
-  public double getErrorValue();
-  public void setErrorValue(double);
-  public double getAccuracy();
-  public void setAccuracy(double);
-  public double getRangeMinLongitude();
-  public void setRangeMinLongitude(double);
-  public double getRangeMaxLongitude();
-  public void setRangeMaxLongitude(double);
-  public double getRangeMinLatitude();
-  public void setRangeMinLatitude(double);
-  public double getRangeMaxLatitude();
-  public void setRangeMaxLatitude(double);
-  public boolean isProtected();
-  public boolean isValid();
-  public int getTransformDefType();
-  public org.osgeo.mapguide.MgCoordinateSystemGeodeticTransformDefParams getParameters();
-  public void setParameters(org.osgeo.mapguide.MgCoordinateSystemGeodeticTransformDefParams);
-  public org.osgeo.mapguide.MgCoordinateSystemGeodeticTransformDef createClone();
-  public org.osgeo.mapguide.MgCoordinateSystemGeodeticTransformation createTransformation(boolean);
-}
-Compiled from "MgCoordinateSystemGeodeticTransformDefDictionary.java"
-public class org.osgeo.mapguide.MgCoordinateSystemGeodeticTransformDefDictionary extends org.osgeo.mapguide.MgCoordinateSystemDictionaryBase {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgCoordinateSystemGeodeticTransformDef newGeodeticTransformationDef(int);
-  public org.osgeo.mapguide.MgCoordinateSystemGeodeticTransformDef getGeodeticTransformationDef(java.lang.String);
-}
-Compiled from "MgCoordinateSystemGeodeticTransformDefParams.java"
-public class org.osgeo.mapguide.MgCoordinateSystemGeodeticTransformDefParams extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public boolean isValid();
-  public boolean isProtected();
-}
-Compiled from "MgCoordinateSystemGeodeticTransformDefType.java"
-public class org.osgeo.mapguide.MgCoordinateSystemGeodeticTransformDefType {
-  public static final int None = 0;
-  public static final int Standalone = 1;
-  public static final int Analytical = 2;
-  public static final int Interpolation = 3;
-  public static final int MultipleRegression = 4;
-  public org.osgeo.mapguide.MgCoordinateSystemGeodeticTransformDefType();
-}
-Compiled from "MgCoordinateSystemGeodeticTransformGridFile.java"
-public class org.osgeo.mapguide.MgCoordinateSystemGeodeticTransformGridFile extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public int getFileFormat();
-  public void setFileFormat(int);
-  public boolean getIsInverseDirection();
-  public void setIsInverseDirection(boolean);
-  public java.lang.String getFileName();
-  public void setFileName(java.lang.String);
-  public boolean isProtected();
-  public boolean isValid();
-}
-Compiled from "MgCoordinateSystemGeodeticTransformGridFileFormat.java"
-public class org.osgeo.mapguide.MgCoordinateSystemGeodeticTransformGridFileFormat {
-  public static final int None = 0;
-  public static final int NTv1 = 1;
-  public static final int NTv2 = 2;
-  public static final int NADCON = 3;
-  public static final int RGF = 4;
-  public static final int PAR = 5;
-  public static final int ATS77 = 6;
-  public static final int OST97 = 7;
-  public static final int OST02 = 8;
-  public static final int OST15 = 9;
-  public static final int GEOCON = 10;
-  public org.osgeo.mapguide.MgCoordinateSystemGeodeticTransformGridFileFormat();
-}
-Compiled from "MgCoordinateSystemGridBase.java"
-public class org.osgeo.mapguide.MgCoordinateSystemGridBase extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public int getSpecializationType();
-  public void setBoundary(org.osgeo.mapguide.MgCoordinateSystemGridBoundary);
-  public org.osgeo.mapguide.MgCoordinateSystemGridBoundary getBoundary();
-  public org.osgeo.mapguide.MgCoordinateSystemGridLineCollection getGridLines(org.osgeo.mapguide.MgCoordinateSystemGridSpecification);
-  public org.osgeo.mapguide.MgCoordinateSystemGridRegionCollection getGridRegions(org.osgeo.mapguide.MgCoordinateSystemGridSpecification);
-  public org.osgeo.mapguide.MgCoordinateSystemGridTickCollection getGridTicks(org.osgeo.mapguide.MgCoordinateSystemGridSpecification);
-  public double getConvergenceAngle(org.osgeo.mapguide.MgCoordinate);
-  public double getProjectiveGridScale(org.osgeo.mapguide.MgCoordinate);
-  public int approxGridLineMemoryUsage(org.osgeo.mapguide.MgCoordinateSystemGridSpecification);
-  public int approxGridRegionMemoryUsage(org.osgeo.mapguide.MgCoordinateSystemGridSpecification);
-  public int approxGridTickMemoryUsage(org.osgeo.mapguide.MgCoordinateSystemGridSpecification);
-  public int setGridLineExceptionLevel(int);
-  public int setGridRegionExceptionLevel(int);
-  public int setGridTickExceptionLevel(int);
-  public int getLastError();
-  public void resetLastError();
-  public boolean areExceptionsOn();
-  public void setExceptionsOn(boolean);
-}
-Compiled from "MgCoordinateSystemGridBoundary.java"
-public class org.osgeo.mapguide.MgCoordinateSystemGridBoundary extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public void setBoundaryExtents(org.osgeo.mapguide.MgCoordinate, org.osgeo.mapguide.MgCoordinate);
-  public void setBoundaryExtents(org.osgeo.mapguide.MgPolygon);
-  public org.osgeo.mapguide.MgPolygon getBoundary();
-}
-Compiled from "MgCoordinateSystemGridLine.java"
-public class org.osgeo.mapguide.MgCoordinateSystemGridLine extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public int getGridOrientation();
-  public double getRealValue();
-  public int getCount();
-  public org.osgeo.mapguide.MgLineString getSegment(int);
-  public org.osgeo.mapguide.MgLineStringCollection getSegmentCollection();
-  public void setSegmentCollection(org.osgeo.mapguide.MgLineStringCollection);
-}
-Compiled from "MgCoordinateSystemGridLineCollection.java"
-public class org.osgeo.mapguide.MgCoordinateSystemGridLineCollection extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public int getCount();
-  public org.osgeo.mapguide.MgCoordinateSystemGridLine getItem(int);
-  public int indexOf(int, double);
-  public void removeAt(int);
-  public void clear();
-}
-Compiled from "MgCoordinateSystemGridOrientation.java"
-public class org.osgeo.mapguide.MgCoordinateSystemGridOrientation {
-  public static final short None = 0;
-  public static final short EastWest = 1;
-  public static final short NorthSouth = 2;
-  public static final short Unknown = 3;
-  public org.osgeo.mapguide.MgCoordinateSystemGridOrientation();
-}
-Compiled from "MgCoordinateSystemGridRegion.java"
-public class org.osgeo.mapguide.MgCoordinateSystemGridRegion extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public java.lang.String getLabel();
-  public org.osgeo.mapguide.MgCoordinate getRegionCenter();
-  public org.osgeo.mapguide.MgPolygon getRegionBoundary();
-  public org.osgeo.mapguide.MgLineStringCollection getSouthLine();
-  public org.osgeo.mapguide.MgLineStringCollection getEastLine();
-  public org.osgeo.mapguide.MgLineStringCollection getNorthLine();
-  public org.osgeo.mapguide.MgLineStringCollection getWestLine();
-}
-Compiled from "MgCoordinateSystemGridRegionCollection.java"
-public class org.osgeo.mapguide.MgCoordinateSystemGridRegionCollection extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public int getCount();
-  public org.osgeo.mapguide.MgCoordinateSystemGridRegion getItem(int);
-  public void removeAt(int);
-  public void clear();
-}
-Compiled from "MgCoordinateSystemGridSpecializationType.java"
-public class org.osgeo.mapguide.MgCoordinateSystemGridSpecializationType {
-  public static final int None = 0;
-  public static final int Generic = 1;
-  public static final int MGRS = 17;
-  public static final int USNG = 18;
-  public static final int Unknown = 65366;
-  public org.osgeo.mapguide.MgCoordinateSystemGridSpecializationType();
-}
-Compiled from "MgCoordinateSystemGridSpecification.java"
-public class org.osgeo.mapguide.MgCoordinateSystemGridSpecification extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public double getEastingBase();
-  public double getNorthingBase();
-  public double getEastingIncrement();
-  public double getNorthingIncrement();
-  public double getTickEastingIncrement();
-  public double getTickNorthingIncrement();
-  public int getUnitType();
-  public int getUnitCode();
-  public boolean isSameAs(org.osgeo.mapguide.MgCoordinateSystemGridSpecification);
-  public double getCurvePrecision();
-  public void setGridBase(double, double);
-  public void setGridIncrement(double, double);
-  public void setTickIncrements(double, double);
-  public void setUnits(int, int);
-  public void setCurvePrecision(double);
-  public void setMaxCurvePoints(int);
-  public boolean isConsistent();
-}
-Compiled from "MgCoordinateSystemGridTick.java"
-public class org.osgeo.mapguide.MgCoordinateSystemGridTick extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public boolean getIsOnGridLine();
-  public int getTickOrientation();
-  public double getValue();
-  public org.osgeo.mapguide.MgCoordinate getPosition();
-  public org.osgeo.mapguide.MgCoordinate getDirectionVector();
-}
-Compiled from "MgCoordinateSystemGridTickCollection.java"
-public class org.osgeo.mapguide.MgCoordinateSystemGridTickCollection extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public int getCount();
-  public org.osgeo.mapguide.MgCoordinateSystemGridTick getItem(int);
-  public void removeAt(int);
-  public void clear();
-}
-Compiled from "MgCoordinateSystemMathComparator.java"
-public class org.osgeo.mapguide.MgCoordinateSystemMathComparator extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public boolean same(org.osgeo.mapguide.MgGuardDisposable, org.osgeo.mapguide.MgGuardDisposable);
-  public boolean sameEllipsoid(org.osgeo.mapguide.MgCoordinateSystemEllipsoid, org.osgeo.mapguide.MgCoordinateSystemEllipsoid);
-  public boolean sameDatum(org.osgeo.mapguide.MgCoordinateSystemDatum, org.osgeo.mapguide.MgCoordinateSystemDatum);
-  public boolean sameCoordinateSystem(org.osgeo.mapguide.MgCoordinateSystem, org.osgeo.mapguide.MgCoordinateSystem);
-  public void setCompareInternalDatumOldParameters(boolean);
-  public boolean getCompareInternalDatumOldParameters();
-}
-Compiled from "MgCoordinateSystemMeasure.java"
-public class org.osgeo.mapguide.MgCoordinateSystemMeasure extends org.osgeo.mapguide.MgMeasure {
-  public synchronized void delete();
-  public double getDistance(org.osgeo.mapguide.MgCoordinate, org.osgeo.mapguide.MgCoordinate);
-  public double getDistance(double, double, double, double);
-  public double getAzimuth(org.osgeo.mapguide.MgCoordinate, org.osgeo.mapguide.MgCoordinate);
-  public double getAzimuth(double, double, double, double);
-  public org.osgeo.mapguide.MgCoordinate getCoordinate(org.osgeo.mapguide.MgCoordinate, double, double);
-  public org.osgeo.mapguide.MgCoordinate getCoordinate(double, double, double, double);
-  public org.osgeo.mapguide.MgEnvelope getEnvelope();
-}
-Compiled from "MgCoordinateSystemMgrs.java"
-public class org.osgeo.mapguide.MgCoordinateSystemMgrs extends org.osgeo.mapguide.MgCoordinateSystemGridBase {
-  public synchronized void delete();
-  public java.lang.String convertFromLonLat(double, double, int);
-  public java.lang.String convertFromLonLat(org.osgeo.mapguide.MgCoordinate, int);
-  public org.osgeo.mapguide.MgCoordinate convertToLonLat(java.lang.String);
-  public org.osgeo.mapguide.MgCoordinate convertToLonLat(java.lang.String, int);
-  public short getLetteringScheme();
-}
-Compiled from "MgCoordinateSystemMgrsGridLevel.java"
-public class org.osgeo.mapguide.MgCoordinateSystemMgrsGridLevel {
-  public static final int MgrsNone = 0;
-  public static final int MgrsUtm = 1;
-  public static final int MgrsUps = 2;
-  public static final int Mgrs100Km = 3;
-  public static final int Mgrs10Km = 4;
-  public static final int Mgrs1Km = 5;
-  public static final int Mgrs100m = 6;
-  public static final int Mgrs10m = 7;
-  public static final int Mgrs1m = 8;
-  public static final int MgrsUnknown = 99;
-  public org.osgeo.mapguide.MgCoordinateSystemMgrsGridLevel();
-}
-Compiled from "MgCoordinateSystemMgrsGridSquarePosition.java"
-public class org.osgeo.mapguide.MgCoordinateSystemMgrsGridSquarePosition {
-  public static final int None = 0;
-  public static final int Center = 1;
-  public static final int SouthWest = 2;
-  public static final int West = 3;
-  public static final int NorthWest = 4;
-  public static final int North = 5;
-  public static final int NorthEast = 6;
-  public static final int East = 7;
-  public static final int SouthEast = 8;
-  public static final int South = 9;
-  public static final int Unknown = 10;
-  public org.osgeo.mapguide.MgCoordinateSystemMgrsGridSquarePosition();
-}
-Compiled from "MgCoordinateSystemMgrsLetteringScheme.java"
-public class org.osgeo.mapguide.MgCoordinateSystemMgrsLetteringScheme {
-  public static final short Normal = 0;
-  public static final short Alternative = 1;
-  public org.osgeo.mapguide.MgCoordinateSystemMgrsLetteringScheme();
-}
-Compiled from "MgCoordinateSystemProjectionCode.java"
-public class org.osgeo.mapguide.MgCoordinateSystemProjectionCode {
-  public static final int Alber = 4;
-  public static final int Azede = 59;
-  public static final int Azmea = 11;
-  public static final int Azmed = 7;
-  public static final int Bipolar = 31;
-  public static final int Bonne = 24;
-  public static final int Cassini = 22;
-  public static final int Eckert4 = 25;
-  public static final int Eckert6 = 26;
-  public static final int Edcnc = 12;
-  public static final int Edcyl = 20;
-  public static final int GaussK = 46;
-  public static final int Gnomonic = 19;
-  public static final int Goode = 28;
-  public static final int Hom1uv = 1281;
-  public static final int Hom1xy = 1282;
-  public static final int Hom2uv = 1283;
-  public static final int Hom2xy = 1284;
-  public static final int Krovak = 47;
-  public static final int Krvk95 = 51;
-  public static final int LL = 1;
-  public static final int Lm1sp = 36;
-  public static final int Lm2sp = 37;
-  public static final int Lmblg = 38;
-  public static final int Lmtan = 8;
-  public static final int Miller = 13;
-  public static final int Mndotl = 41;
-  public static final int Mndott = 42;
-  public static final int Modpc = 10;
-  public static final int Mollweid = 27;
-  public static final int Mrcat = 6;
-  public static final int MrcatK = 49;
-  public static final int Mstero = 15;
-  public static final int Neacyl = 29;
-  public static final int Nerth = 55;
-  public static final int Nzealand = 16;
-  public static final int OblqM = 5;
-  public static final int Obqcyl = 56;
-  public static final int Ortho = 18;
-  public static final int Ostn02 = 60;
-  public static final int Ostn97 = 58;
-  public static final int Ostro = 34;
-  public static final int Plycn = 9;
-  public static final int Pstro = 33;
-  public static final int Pstrosl = 53;
-  public static final int Rskew = 1285;
-  public static final int Rskewc = 1286;
-  public static final int Rskewo = 1287;
-  public static final int Robinson = 23;
-  public static final int Sinus = 17;
-  public static final int Sotrm = 43;
-  public static final int Sstro = 35;
-  public static final int Swiss = 32;
-  public static final int Sys34 = 57;
-  public static final int Sys34_99 = 61;
-  public static final int Teacyl = 30;
-  public static final int Tm = 3;
-  public static final int Trmeraf = 54;
-  public static final int Trmrkrg = 62;
-  public static final int Trmrs = 45;
-  public static final int Vdgrntn = 21;
-  public static final int Wccsl = 39;
-  public static final int Wccst = 40;
-  public static final int Utm = 44;
-  public static final int Winkl = 63;
-  public static final int Nrthsrt = 64;
-  public static final int Lmbrtaf = 65;
-  public static final int Sys34_01 = 66;
-  public static final int EdcylE = 67;
-  public static final int PlateCarree = 68;
-  public static final int PvMercator = 69;
-  public static final int LmMich = 70;
-  public static final int Unknown = 0;
-  public org.osgeo.mapguide.MgCoordinateSystemProjectionCode();
-}
-Compiled from "MgCoordinateSystemProjectionFormatType.java"
-public class org.osgeo.mapguide.MgCoordinateSystemProjectionFormatType {
-  public static final int None = 0;
-  public static final int Lng = 57509;
-  public static final int Lat = 41157;
-  public static final int Angd = 32933;
-  public static final int Coef = 13;
-  public static final int Xxx = 4099;
-  public static final int Yyy = 4099;
-  public static final int Scl = 7;
-  public static final int Rot = 4;
-  public org.osgeo.mapguide.MgCoordinateSystemProjectionFormatType();
-}
-Compiled from "MgCoordinateSystemProjectionInformation.java"
-public class org.osgeo.mapguide.MgCoordinateSystemProjectionInformation extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgCoordinateSystemEnumInteger32 getEnumProjections();
-  public int getParameterCount(int);
-  public boolean isUsingParameter(int, int);
-  public boolean isUsingOriginLongitude(int);
-  public boolean isUsingOriginLatitude(int);
-  public boolean isUsingScaleReduction(int);
-  public boolean isUsingQuadrant(int);
-  public boolean isUsingOffset(int);
-  public double getParameterMin(int, int);
-  public double getParameterMax(int, int);
-  public double getParameterDefault(int, int);
-  public int getParameterLogicalType(int, int);
-  public int getParameterFormatType(int, int);
-  public int getParameterType(int, int);
-  public int getUnitType(int);
-  public java.lang.String getTagString(int);
-}
-Compiled from "MgCoordinateSystemProjectionLogicalType.java"
-public class org.osgeo.mapguide.MgCoordinateSystemProjectionLogicalType {
-  public static final int None = 0;
-  public static final int Longitude = 1;
-  public static final int Latitude = 2;
-  public static final int Azimuth = 3;
-  public static final int AngularDistance = 4;
-  public static final int ComplexCoefficient = 5;
-  public static final int UTMZoneNumber = 6;
-  public static final int HemisphereSelection = 7;
-  public static final int GeoidHeight = 8;
-  public static final int Elevation = 9;
-  public static final int AffineCoefficient = 10;
-  public static final int XYCoordinate = 11;
-  public static final int Scale = 12;
-  public org.osgeo.mapguide.MgCoordinateSystemProjectionLogicalType();
-}
-Compiled from "MgCoordinateSystemProjectionParameterType.java"
-public class org.osgeo.mapguide.MgCoordinateSystemProjectionParameterType {
-  public static final int NotUsed = 0;
-  public static final int Cntmer = 1;
-  public static final int Nstdpll = 2;
-  public static final int Sstdpll = 3;
-  public static final int Stdpll = 4;
-  public static final int Gcp1lng = 5;
-  public static final int Gcp1lat = 6;
-  public static final int Gcp2lng = 7;
-  public static final int Gcp2lat = 8;
-  public static final int Gcplng = 9;
-  public static final int Gcplat = 10;
-  public static final int Gcazm = 11;
-  public static final int Yaxisaz = 12;
-  public static final int Estdmer = 13;
-  public static final int Nparall = 14;
-  public static final int Sparall = 15;
-  public static final int P1lng = 16;
-  public static final int P1lat = 17;
-  public static final int P2lng = 18;
-  public static final int P2lat = 19;
-  public static final int Adp1p2 = 20;
-  public static final int Adsp1 = 21;
-  public static final int Adsp2 = 22;
-  public static final int Cmplxan = 23;
-  public static final int Cmplxbn = 24;
-  public static final int Westll = 25;
-  public static final int Eastll = 26;
-  public static final int Utmzn = 27;
-  public static final int Hsns = 28;
-  public static final int Ghgt = 29;
-  public static final int Aelev = 30;
-  public static final int Polelng = 31;
-  public static final int Polelat = 32;
-  public static final int Ostdpll = 33;
-  public static final int Stdcir = 34;
-  public static final int Afa0 = 35;
-  public static final int Afb0 = 36;
-  public static final int Afa1 = 37;
-  public static final int Afa2 = 38;
-  public static final int Afb1 = 39;
-  public static final int Afb2 = 40;
-  public static final int Nrmlpll = 41;
-  public static final int Denrgn = 42;
-  public static final int Skwazm = 43;
-  public static final int Sclrotorgx = 44;
-  public static final int Sclrotorgy = 45;
-  public static final int Nrthscl = 46;
-  public static final int Nrthrot = 47;
-  public static final int EllipsoidScale = 48;
-  public org.osgeo.mapguide.MgCoordinateSystemProjectionParameterType();
-}
-Compiled from "MgCoordinateSystemTransform.java"
-public class org.osgeo.mapguide.MgCoordinateSystemTransform extends org.osgeo.mapguide.MgTransform {
-  public static final int TransformOk;
-  public static final int TransformOutsideDomainWarning;
-  public static final int TransformDatumShiftWarning;
-  public static final int TransformTotalFailure;
-  public static final int SourceCrsError;
-  public static final int DatumShiftFallback;
-  public static final int DatumShiftError;
-  public static final int TargetCrsError;
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgCoordinate transform(double, double);
-  public org.osgeo.mapguide.MgCoordinate transformM(double, double, double);
-  public org.osgeo.mapguide.MgCoordinate transform(double, double, double);
-  public org.osgeo.mapguide.MgCoordinate transformM(double, double, double, double);
-  public org.osgeo.mapguide.MgCoordinate transform(org.osgeo.mapguide.MgCoordinate);
-  public org.osgeo.mapguide.MgEnvelope transform(org.osgeo.mapguide.MgEnvelope);
-  public void transformCoordinate(org.osgeo.mapguide.MgCoordinate);
-  public org.osgeo.mapguide.MgLineString gridLine(org.osgeo.mapguide.MgCoordinate, org.osgeo.mapguide.MgCoordinate, double, int);
-  public boolean isValidSourcePoint(double, double);
-  public boolean isValidSourcePoint(double, double, double);
-  public boolean isValidTargetPoint(double, double);
-  public boolean isValidTargetPoint(double, double, double);
-  public org.osgeo.mapguide.MgCoordinateSystem getSource();
-  public org.osgeo.mapguide.MgCoordinateSystem getTarget();
-  public void setSourceAndTarget(org.osgeo.mapguide.MgCoordinateSystem, org.osgeo.mapguide.MgCoordinateSystem);
-  public int getGeodeticTransformationCount();
-  public org.osgeo.mapguide.MgCoordinateSystemGeodeticTransformDef getGeodeticTransformation(int);
-  public int getGeodeticTransformationDirection(int);
-  public org.osgeo.mapguide.MgCoordinateSystemGeodeticPath getExplicitGeodeticPath();
-  public void ignoreDatumShiftWarning(boolean);
-  public boolean isIgnoreDatumShiftWarning();
-  public void ignoreOutsideDomainWarning(boolean);
-  public boolean isIgnoreOutsideDomainWarning();
-  public int getSourceWarningCount();
-  public int getdatumWarningCount();
-  public int getTargetWarningCount();
-  public int getLastTransformStatus();
-  public void resetLastTransformStatus();
-}
-Compiled from "MgCoordinateSystemType.java"
-public class org.osgeo.mapguide.MgCoordinateSystemType {
-  public static final int Unknown = 0;
-  public static final int Arbitrary = 1;
-  public static final int Geographic = 2;
-  public static final int Projected = 3;
-  public org.osgeo.mapguide.MgCoordinateSystemType();
-}
-Compiled from "MgCoordinateSystemUnitCode.java"
-public class org.osgeo.mapguide.MgCoordinateSystemUnitCode {
-  public static final int Meter = 1;
-  public static final int Foot = 2;
-  public static final int Inch = 3;
-  public static final int IFoot = 4;
-  public static final int ClarkeFoot = 5;
-  public static final int IInch = 6;
-  public static final int Centimeter = 7;
-  public static final int Kilometer = 8;
-  public static final int Yard = 9;
-  public static final int SearsYard = 10;
-  public static final int Mile = 11;
-  public static final int IYard = 12;
-  public static final int IMile = 13;
-  public static final int Knot = 14;
-  public static final int NautM = 15;
-  public static final int Lat66 = 16;
-  public static final int Lat83 = 17;
-  public static final int Decimeter = 18;
-  public static final int Millimeter = 19;
-  public static final int Dekameter = 20;
-  public static final int Hectometer = 21;
-  public static final int GermanMeter = 22;
-  public static final int CaGrid = 23;
-  public static final int ClarkeChain = 24;
-  public static final int GunterChain = 25;
-  public static final int BenoitChain = 26;
-  public static final int SearsChain = 27;
-  public static final int ClarkeLink = 28;
-  public static final int GunterLink = 29;
-  public static final int BenoitLink = 30;
-  public static final int SearsLink = 31;
-  public static final int Rod = 32;
-  public static final int Perch = 33;
-  public static final int Pole = 34;
-  public static final int Furlong = 35;
-  public static final int Rood = 36;
-  public static final int CapeFoot = 37;
-  public static final int Brealey = 38;
-  public static final int SearsFoot = 39;
-  public static final int GoldCoastFoot = 40;
-  public static final int MicroInch = 41;
-  public static final int IndianYard = 42;
-  public static final int IndianFoot = 43;
-  public static final int IndianFt37 = 44;
-  public static final int IndianFt62 = 45;
-  public static final int IndianFt75 = 46;
-  public static final int IndianYd37 = 47;
-  public static final int Decameter = 48;
-  public static final int InternationalChain = 49;
-  public static final int InternationalLink = 50;
-  public static final int BrFootTrunc = 51;
-  public static final int BrChainTrunc = 52;
-  public static final int BrLinkTrunc = 53;
-  public static final int Degree = 1001;
-  public static final int Grad = 1002;
-  public static final int Grade = 1003;
-  public static final int MapInfo = 1004;
-  public static final int Mil = 1005;
-  public static final int Minute = 1006;
-  public static final int Radian = 1007;
-  public static final int Second = 1008;
-  public static final int Decisec = 1009;
-  public static final int Centisec = 1010;
-  public static final int Millisec = 1011;
-  public static final int Unknown = 0;
-  public org.osgeo.mapguide.MgCoordinateSystemUnitCode();
-}
-Compiled from "MgCoordinateSystemUnitInformation.java"
-public class org.osgeo.mapguide.MgCoordinateSystemUnitInformation extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgCoordinateSystemEnumInteger32 getEnumLinearUnits();
-  public org.osgeo.mapguide.MgCoordinateSystemEnumInteger32 getEnumAngularUnits();
-  public double getLinearUnitScale(int);
-  public double getAngularUnitScale(int);
-  public int getUnitType(int);
-  public java.lang.String getTagString(int);
-  public java.lang.String getAbbreviation(int);
-}
-Compiled from "MgCoordinateSystemUnitType.java"
-public class org.osgeo.mapguide.MgCoordinateSystemUnitType {
-  public static final int Unknown = 0;
-  public static final int Linear = 1;
-  public static final int Angular = 2;
-  public org.osgeo.mapguide.MgCoordinateSystemUnitType();
-}
-Compiled from "MgCoordinateSystemWktFlavor.java"
-public class org.osgeo.mapguide.MgCoordinateSystemWktFlavor {
-  public static final int Unknown = -1;
-  public static final int Ogc = 0;
-  public static final int Oracle = 1;
-  public static final int Esri = 2;
-  public static final int Epsg = 3;
-  public static final int Geotiff = 4;
-  public static final int Geotools = 5;
-  public org.osgeo.mapguide.MgCoordinateSystemWktFlavor();
-}
-Compiled from "MgCoordinateXY.java"
-public class org.osgeo.mapguide.MgCoordinateXY extends org.osgeo.mapguide.MgCoordinate {
-  public synchronized void delete();
-  public int getDimension();
-  public double getX();
-  public double getY();
-  public double getZ();
-  public double getM();
-}
-Compiled from "MgCoordinateXYM.java"
-public class org.osgeo.mapguide.MgCoordinateXYM extends org.osgeo.mapguide.MgCoordinate {
-  public synchronized void delete();
-  public int getDimension();
-  public double getX();
-  public double getY();
-  public double getZ();
-  public double getM();
-}
-Compiled from "MgCoordinateXYZ.java"
-public class org.osgeo.mapguide.MgCoordinateXYZ extends org.osgeo.mapguide.MgCoordinate {
-  public synchronized void delete();
-  public int getDimension();
-  public double getX();
-  public double getY();
-  public double getZ();
-  public double getM();
-}
-Compiled from "MgCoordinateXYZM.java"
-public class org.osgeo.mapguide.MgCoordinateXYZM extends org.osgeo.mapguide.MgCoordinate {
-  public synchronized void delete();
-  public int getDimension();
-  public double getX();
-  public double getY();
-  public double getZ();
-  public double getM();
-}
-Compiled from "MgCurve.java"
-public class org.osgeo.mapguide.MgCurve extends org.osgeo.mapguide.MgGeometry {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgCoordinate getStartCoordinate();
-  public org.osgeo.mapguide.MgCoordinate getEndCoordinate();
-}
-Compiled from "MgCurvePolygon.java"
-public class org.osgeo.mapguide.MgCurvePolygon extends org.osgeo.mapguide.MgRegion {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgCurveRing getExteriorRing();
-  public int getInteriorRingCount();
-  public org.osgeo.mapguide.MgCurveRing getInteriorRing(int);
-  public int getGeometryType();
-  public int getDimension();
-  public boolean isEmpty();
-  public boolean isClosed();
-  public org.osgeo.mapguide.MgGeometricEntity copy();
-  public org.osgeo.mapguide.MgGeometricEntity transform(org.osgeo.mapguide.MgTransform);
-}
-Compiled from "MgCurvePolygonCollection.java"
-public class org.osgeo.mapguide.MgCurvePolygonCollection extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public int getCount();
-  public org.osgeo.mapguide.MgCurvePolygon getItem(int);
-  public void setItem(int, org.osgeo.mapguide.MgCurvePolygon);
-  public void add(org.osgeo.mapguide.MgCurvePolygon);
-  public void insert(int, org.osgeo.mapguide.MgCurvePolygon);
-  public void clear();
-  public boolean remove(org.osgeo.mapguide.MgCurvePolygon);
-  public void removeAt(int);
-  public boolean contains(org.osgeo.mapguide.MgCurvePolygon);
-  public int indexOf(org.osgeo.mapguide.MgCurvePolygon);
-  public org.osgeo.mapguide.MgCurvePolygonCollection();
-}
-Compiled from "MgCurveRing.java"
-public class org.osgeo.mapguide.MgCurveRing extends org.osgeo.mapguide.MgRing {
-  public synchronized void delete();
-  public int getComponentType();
-  public int getCount();
-  public org.osgeo.mapguide.MgCurveSegment getSegment(int);
-  public int getDimension();
-  public boolean isEmpty();
-  public boolean isClosed();
-  public org.osgeo.mapguide.MgGeometricEntity copy();
-  public org.osgeo.mapguide.MgGeometricEntity transform(org.osgeo.mapguide.MgTransform);
-}
-Compiled from "MgCurveRingCollection.java"
-public class org.osgeo.mapguide.MgCurveRingCollection extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public int getCount();
-  public org.osgeo.mapguide.MgCurveRing getItem(int);
-  public void setItem(int, org.osgeo.mapguide.MgCurveRing);
-  public void add(org.osgeo.mapguide.MgCurveRing);
-  public void insert(int, org.osgeo.mapguide.MgCurveRing);
-  public void clear();
-  public boolean remove(org.osgeo.mapguide.MgCurveRing);
-  public void removeAt(int);
-  public boolean contains(org.osgeo.mapguide.MgCurveRing);
-  public int indexOf(org.osgeo.mapguide.MgCurveRing);
-  public org.osgeo.mapguide.MgCurveRingCollection();
-}
-Compiled from "MgCurveSegment.java"
-public class org.osgeo.mapguide.MgCurveSegment extends org.osgeo.mapguide.MgGeometryComponent {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgCoordinate getStartCoordinate();
-  public org.osgeo.mapguide.MgCoordinate getEndCoordinate();
-}
-Compiled from "MgCurveSegmentCollection.java"
-public class org.osgeo.mapguide.MgCurveSegmentCollection extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public int getCount();
-  public org.osgeo.mapguide.MgCurveSegment getItem(int);
-  public void setItem(int, org.osgeo.mapguide.MgCurveSegment);
-  public void add(org.osgeo.mapguide.MgCurveSegment);
-  public void insert(int, org.osgeo.mapguide.MgCurveSegment);
-  public void clear();
-  public boolean remove(org.osgeo.mapguide.MgCurveSegment);
-  public void removeAt(int);
-  public boolean contains(org.osgeo.mapguide.MgCurveSegment);
-  public int indexOf(org.osgeo.mapguide.MgCurveSegment);
-  public org.osgeo.mapguide.MgCurveSegmentCollection();
-}
-Compiled from "MgCurveString.java"
-public class org.osgeo.mapguide.MgCurveString extends org.osgeo.mapguide.MgCurve {
-  public synchronized void delete();
-  public int getCount();
-  public org.osgeo.mapguide.MgCurveSegment getSegment(int);
-  public org.osgeo.mapguide.MgCoordinate getStartCoordinate();
-  public org.osgeo.mapguide.MgCoordinate getEndCoordinate();
-  public int getGeometryType();
-  public int getDimension();
-  public boolean isEmpty();
-  public boolean isClosed();
-  public org.osgeo.mapguide.MgGeometricEntity copy();
-  public org.osgeo.mapguide.MgGeometricEntity transform(org.osgeo.mapguide.MgTransform);
-}
-Compiled from "MgCurveStringCollection.java"
-public class org.osgeo.mapguide.MgCurveStringCollection extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public int getCount();
-  public org.osgeo.mapguide.MgCurveString getItem(int);
-  public void setItem(int, org.osgeo.mapguide.MgCurveString);
-  public void add(org.osgeo.mapguide.MgCurveString);
-  public void insert(int, org.osgeo.mapguide.MgCurveString);
-  public void clear();
-  public boolean remove(org.osgeo.mapguide.MgCurveString);
-  public void removeAt(int);
-  public boolean contains(org.osgeo.mapguide.MgCurveString);
-  public int indexOf(org.osgeo.mapguide.MgCurveString);
-  public org.osgeo.mapguide.MgCurveStringCollection();
-}
-Compiled from "MgDataPropertyDefinition.java"
-public class org.osgeo.mapguide.MgDataPropertyDefinition extends org.osgeo.mapguide.MgPropertyDefinition {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgDataPropertyDefinition(java.lang.String);
-  public int getDataType();
-  public int getLength();
-  public int getPrecision();
-  public int getScale();
-  public boolean isAutoGenerated();
-  public java.lang.String getDefaultValue();
-  public boolean getNullable();
-  public boolean getReadOnly();
-  public void setDataType(int);
-  public void setReadOnly(boolean);
-  public void setLength(int);
-  public void setPrecision(int);
-  public void setScale(int);
-  public void setNullable(boolean);
-  public void setDefaultValue(java.lang.String);
-  public void setAutoGeneration(boolean);
-}
-Compiled from "MgDataReader.java"
-public class org.osgeo.mapguide.MgDataReader extends org.osgeo.mapguide.MgReader implements java.lang.AutoCloseable {
-  public synchronized void delete();
-}
-Compiled from "MgDateTime.java"
-public class org.osgeo.mapguide.MgDateTime extends org.osgeo.mapguide.MgSerializable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgDateTime();
-  public org.osgeo.mapguide.MgDateTime(short, short, short);
-  public org.osgeo.mapguide.MgDateTime(short, short, short, int);
-  public org.osgeo.mapguide.MgDateTime(short, short, short, short, short, short, int);
-  public short getDay();
-  public short getMonth();
-  public short getYear();
-  public short getHour();
-  public short getMinute();
-  public short getSecond();
-  public int getMicrosecond();
-  public void setDay(short);
-  public void setMonth(short);
-  public void setYear(short);
-  public void setHour(short);
-  public void setMinute(short);
-  public void setSecond(short);
-  public void setMicrosecond(int);
-  public void validate();
-  public boolean isDate();
-  public boolean isTime();
-  public boolean isDateTime();
-  public java.lang.String toString();
-}
-Compiled from "MgDateTimeProperty.java"
-public class org.osgeo.mapguide.MgDateTimeProperty extends org.osgeo.mapguide.MgNullableProperty {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgDateTimeProperty(java.lang.String, org.osgeo.mapguide.MgDateTime);
-  public org.osgeo.mapguide.MgDateTime getValue();
-  public short getPropertyType();
-  public void setValue(org.osgeo.mapguide.MgDateTime);
-}
-Compiled from "MgDeleteFeatures.java"
-public class org.osgeo.mapguide.MgDeleteFeatures extends org.osgeo.mapguide.MgFeatureCommand {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgDeleteFeatures(java.lang.String, java.lang.String);
-  public int getCommandType();
-  public java.lang.String getFeatureClassName();
-  public java.lang.String getFilterText();
-}
-Compiled from "MgDisposable.java"
-public class org.osgeo.mapguide.MgDisposable extends org.osgeo.mapguide.MgObject {
-  public synchronized void delete();
-}
-Compiled from "MgDisposableCollection.java"
-public class org.osgeo.mapguide.MgDisposableCollection extends org.osgeo.mapguide.MgCollection {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgDisposableCollection();
-  public int getCount();
-  public org.osgeo.mapguide.MgDisposable getItem(int);
-  public void setItem(int, org.osgeo.mapguide.MgDisposable);
-  public void add(org.osgeo.mapguide.MgDisposable);
-  public void insert(int, org.osgeo.mapguide.MgDisposable);
-  public void clear();
-  public boolean remove(org.osgeo.mapguide.MgDisposable);
-  public void removeAt(int);
-  public boolean contains(org.osgeo.mapguide.MgDisposable);
-  public int indexOf(org.osgeo.mapguide.MgDisposable);
-  public org.osgeo.mapguide.MgByteReader toXml();
-}
-Compiled from "MgDoubleProperty.java"
-public class org.osgeo.mapguide.MgDoubleProperty extends org.osgeo.mapguide.MgNullableProperty {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgDoubleProperty(java.lang.String, double);
-  public double getValue();
-  public short getPropertyType();
-  public void setValue(double);
-}
-Compiled from "MgDrawingService.java"
-public class org.osgeo.mapguide.MgDrawingService extends org.osgeo.mapguide.MgService {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgByteReader getDrawing(org.osgeo.mapguide.MgResourceIdentifier);
-  public org.osgeo.mapguide.MgByteReader describeDrawing(org.osgeo.mapguide.MgResourceIdentifier);
-  public org.osgeo.mapguide.MgByteReader getSection(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String);
-  public org.osgeo.mapguide.MgByteReader getSectionResource(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String);
-  public org.osgeo.mapguide.MgStringCollection enumerateLayers(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String);
-  public org.osgeo.mapguide.MgByteReader getLayer(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String, java.lang.String);
-  public org.osgeo.mapguide.MgByteReader enumerateSections(org.osgeo.mapguide.MgResourceIdentifier);
-  public org.osgeo.mapguide.MgByteReader enumerateSectionResources(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String);
-  public java.lang.String getCoordinateSpace(org.osgeo.mapguide.MgResourceIdentifier);
-}
-Compiled from "MgDwfVersion.java"
-public class org.osgeo.mapguide.MgDwfVersion extends org.osgeo.mapguide.MgSerializable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgDwfVersion(java.lang.String, java.lang.String);
-  public java.lang.String getFileVersion();
-  public void setFileVersion(java.lang.String);
-  public java.lang.String getSchemaVersion();
-  public void setSchemaVersion(java.lang.String);
-}
-Compiled from "MgEnvelope.java"
-public class org.osgeo.mapguide.MgEnvelope extends org.osgeo.mapguide.MgSerializable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgEnvelope();
-  public org.osgeo.mapguide.MgEnvelope(org.osgeo.mapguide.MgCoordinate);
-  public org.osgeo.mapguide.MgEnvelope(org.osgeo.mapguide.MgCoordinate, org.osgeo.mapguide.MgCoordinate);
-  public org.osgeo.mapguide.MgEnvelope(double, double, double, double);
-  public org.osgeo.mapguide.MgEnvelope(org.osgeo.mapguide.MgEnvelope);
-  public org.osgeo.mapguide.MgCoordinate getLowerLeftCoordinate();
-  public org.osgeo.mapguide.MgCoordinate getUpperRightCoordinate();
-  public double getWidth();
-  public double getHeight();
-  public double getDepth();
-  public boolean isNull();
-  public void makeNull();
-  public void expandToInclude(org.osgeo.mapguide.MgCoordinate);
-  public void expandToInclude(org.osgeo.mapguide.MgEnvelope);
-  public boolean contains(org.osgeo.mapguide.MgCoordinate);
-  public boolean contains(org.osgeo.mapguide.MgEnvelope);
-  public boolean intersects(org.osgeo.mapguide.MgEnvelope);
-  public org.osgeo.mapguide.MgEnvelope transform(org.osgeo.mapguide.MgTransform);
-}
-Compiled from "MgException.java"
-public class org.osgeo.mapguide.MgException extends org.osgeo.mapguide.AppThrowable {
-  public synchronized void delete();
-  public java.lang.String getExceptionCode();
-  public java.lang.String getExceptionMessage();
-  public java.lang.String getDetails();
-  public java.lang.String getExceptionStackTrace();
-  public long getNativeErrorCode();
-  public java.lang.String getExceptionMessage(java.lang.String);
-  public java.lang.String getDetails(java.lang.String);
-  public java.lang.String getExceptionStackTrace(java.lang.String);
-  public void addStackTraceInfo(java.lang.String, int, java.lang.String);
-  public void addStackTraceInfo(java.lang.String, java.lang.String, int, java.lang.String);
-  public void printStackTrace();
-  public java.lang.String getMessage();
-}
-Compiled from "MgExceptionCodes.java"
-public class org.osgeo.mapguide.MgExceptionCodes {
-  public static final java.lang.String MgAllProviderConnectionsUsedException = "MgAllProviderConnectionsUsedException";
-  public static final java.lang.String MgArgumentOutOfRangeException = "MgArgumentOutOfRangeException";
-  public static final java.lang.String MgArrayTypeMismatchException = "MgArrayTypeMismatchException";
-  public static final java.lang.String MgAuthenticationFailedException = "MgAuthenticationFailedException";
-  public static final java.lang.String MgClassNotFoundException = "MgClassNotFoundException";
-  public static final java.lang.String MgConfigurationException = "MgConfigurationException";
-  public static final java.lang.String MgConfigurationSaveFailedException = "MgConfigurationSaveFailedException";
-  public static final java.lang.String MgConnectionFailedException = "MgConnectionFailedException";
-  public static final java.lang.String MgConnectionNotOpenException = "MgConnectionNotOpenException";
-  public static final java.lang.String MgCoordinateSystemComputationFailedException = "MgCoordinateSystemComputationFailedException";
-  public static final java.lang.String MgCoordinateSystemConversionFailedException = "MgCoordinateSystemConversionFailedException";
-  public static final java.lang.String MgCoordinateSystemInitializationFailedException = "MgCoordinateSystemInitializationFailedException";
-  public static final java.lang.String MgCoordinateSystemLoadFailedException = "MgCoordinateSystemLoadFailedException";
-  public static final java.lang.String MgCoordinateSystemMeasureFailedException = "MgCoordinateSystemMeasureFailedException";
-  public static final java.lang.String MgCoordinateSystemTransformFailedException = "MgCoordinateSystemTransformFailedException";
-  public static final java.lang.String MgDateTimeException = "MgDateTimeException";
-  public static final java.lang.String MgDbException = "MgDbException";
-  public static final java.lang.String MgDbXmlException = "MgDbXmlException";
-  public static final java.lang.String MgDecryptionException = "MgDecryptionException";
-  public static final java.lang.String MgDirectoryNotFoundException = "MgDirectoryNotFoundException";
-  public static final java.lang.String MgDivideByZeroException = "MgDivideByZeroException";
-  public static final java.lang.String MgDomainException = "MgDomainException";
-  public static final java.lang.String MgDuplicateDirectoryException = "MgDuplicateDirectoryException";
-  public static final java.lang.String MgDuplicateFileException = "MgDuplicateFileException";
-  public static final java.lang.String MgDuplicateGroupException = "MgDuplicateGroupException";
-  public static final java.lang.String MgDuplicateNameException = "MgDuplicateNameException";
-  public static final java.lang.String MgDuplicateObjectException = "MgDuplicateObjectException";
-  public static final java.lang.String MgDuplicateParameterException = "MgDuplicateParameterException";
-  public static final java.lang.String MgDuplicateRepositoryException = "MgDuplicateRepositoryException";
-  public static final java.lang.String MgDuplicateResourceDataException = "MgDuplicateResourceDataException";
-  public static final java.lang.String MgDuplicateResourceException = "MgDuplicateResourceException";
-  public static final java.lang.String MgDuplicateRoleException = "MgDuplicateRoleException";
-  public static final java.lang.String MgDuplicateServerException = "MgDuplicateServerException";
-  public static final java.lang.String MgDuplicateSessionException = "MgDuplicateSessionException";
-  public static final java.lang.String MgDuplicateUserException = "MgDuplicateUserException";
-  public static final java.lang.String MgDwfException = "MgDwfException";
-  public static final java.lang.String MgDwfSectionNotFoundException = "MgDwfSectionNotFoundException";
-  public static final java.lang.String MgDwfSectionResourceNotFoundException = "MgDwfSectionResourceNotFoundException";
-  public static final java.lang.String MgEmptyFeatureSetException = "MgEmptyFeatureSetException";
-  public static final java.lang.String MgEncryptionException = "MgEncryptionException";
-  public static final java.lang.String MgEndOfStreamException = "MgEndOfStreamException";
-  public static final java.lang.String MgEvaluationExpiredException = "MgEvaluationExpiredException";
-  public static final java.lang.String MgFdoException = "MgFdoException";
-  public static final java.lang.String MgFeatureServiceException = "MgFeatureServiceException";
-  public static final java.lang.String MgFileIoException = "MgFileIoException";
-  public static final java.lang.String MgFileNotFoundException = "MgFileNotFoundException";
-  public static final java.lang.String MgGeometryException = "MgGeometryException";
-  public static final java.lang.String MgGroupNotFoundException = "MgGroupNotFoundException";
-  public static final java.lang.String MgIndexOutOfRangeException = "MgIndexOutOfRangeException";
-  public static final java.lang.String MgInvalidArgumentException = "MgInvalidArgumentException";
-  public static final java.lang.String MgInvalidCastException = "MgInvalidCastException";
-  public static final java.lang.String MgInvalidCoordinateSystemException = "MgInvalidCoordinateSystemException";
-  public static final java.lang.String MgInvalidCoordinateSystemTypeException = "MgInvalidCoordinateSystemTypeException";
-  public static final java.lang.String MgInvalidCoordinateSystemUnitsException = "MgInvalidCoordinateSystemUnitsException";
-  public static final java.lang.String MgInvalidDwfPackageException = "MgInvalidDwfPackageException";
-  public static final java.lang.String MgInvalidDwfSectionException = "MgInvalidDwfSectionException";
-  public static final java.lang.String MgInvalidFeatureSourceException = "MgInvalidFeatureSourceException";
-  public static final java.lang.String MgInvalidIpAddressException = "MgInvalidIpAddressException";
-  public static final java.lang.String MgInvalidLicenseException = "MgInvalidLicenseException";
-  public static final java.lang.String MgInvalidLogEntryException = "MgInvalidLogEntryException";
-  public static final java.lang.String MgInvalidMapDefinitionException = "MgInvalidMapDefinitionException";
-  public static final java.lang.String MgInvalidMimeTypeException = "MgInvalidMimeTypeException";
-  public static final java.lang.String MgInvalidOperationException = "MgInvalidOperationException";
-  public static final java.lang.String MgInvalidOperationVersionException = "MgInvalidOperationVersionException";
-  public static final java.lang.String MgInvalidPasswordException = "MgInvalidPasswordException";
-  public static final java.lang.String MgInvalidPrintLayoutFontSizeUnitsException = "MgInvalidPrintLayoutFontSizeUnitsException";
-  public static final java.lang.String MgInvalidPrintLayoutPositionUnitsException = "MgInvalidPrintLayoutPositionUnitsException";
-  public static final java.lang.String MgInvalidPrintLayoutSizeUnitsException = "MgInvalidPrintLayoutSizeUnitsException";
-  public static final java.lang.String MgInvalidPropertyTypeException = "MgInvalidPropertyTypeException";
-  public static final java.lang.String MgInvalidRepositoryNameException = "MgInvalidRepositoryNameException";
-  public static final java.lang.String MgInvalidRepositoryTypeException = "MgInvalidRepositoryTypeException";
-  public static final java.lang.String MgInvalidResourceDataNameException = "MgInvalidResourceDataNameException";
-  public static final java.lang.String MgInvalidResourceDataTypeException = "MgInvalidResourceDataTypeException";
-  public static final java.lang.String MgInvalidResourceNameException = "MgInvalidResourceNameException";
-  public static final java.lang.String MgInvalidResourcePathException = "MgInvalidResourcePathException";
-  public static final java.lang.String MgInvalidResourcePreProcessingTypeException = "MgInvalidResourcePreProcessingTypeException";
-  public static final java.lang.String MgInvalidResourceTypeException = "MgInvalidResourceTypeException";
-  public static final java.lang.String MgInvalidServerNameException = "MgInvalidServerNameException";
-  public static final java.lang.String MgInvalidSerialNumberException = "MgInvalidSerialNumberException";
-  public static final java.lang.String MgInvalidStreamHeaderException = "MgInvalidStreamHeaderException";
-  public static final java.lang.String MgIoException = "MgIoException";
-  public static final java.lang.String MgLayerNotFoundException = "MgLayerNotFoundException";
-  public static final java.lang.String MgLengthException = "MgLengthException";
-  public static final java.lang.String MgLicenseException = "MgLicenseException";
-  public static final java.lang.String MgLicenseExpiredException = "MgLicenseExpiredException";
-  public static final java.lang.String MgLogicException = "MgLogicException";
-  public static final java.lang.String MgLogOpenFailedException = "MgLogOpenFailedException";
-  public static final java.lang.String MgNotFiniteNumberException = "MgNotFiniteNumberException";
-  public static final java.lang.String MgNotImplementedException = "MgNotImplementedException";
-  public static final java.lang.String MgNullArgumentException = "MgNullArgumentException";
-  public static final java.lang.String MgNullPropertyValueException = "MgNullPropertyValueException";
-  public static final java.lang.String MgNullReferenceException = "MgNullReferenceException";
-  public static final java.lang.String MgObjectNotFoundException = "MgObjectNotFoundException";
-  public static final java.lang.String MgOperationProcessingException = "MgOperationProcessingException";
-  public static final java.lang.String MgOutOfMemoryException = "MgOutOfMemoryException";
-  public static final java.lang.String MgOutOfRangeException = "MgOutOfRangeException";
-  public static final java.lang.String MgOverflowException = "MgOverflowException";
-  public static final java.lang.String MgParameterNotFoundException = "MgParameterNotFoundException";
-  public static final java.lang.String MgPathTooLongException = "MgPathTooLongException";
-  public static final java.lang.String MgPermissionDeniedException = "MgPermissionDeniedException";
-  public static final java.lang.String MgPlatformNotSupportedException = "MgPlatformNotSupportedException";
-  public static final java.lang.String MgPortNotAvailableException = "MgPortNotAvailableException";
-  public static final java.lang.String MgPrintToScaleModeNotSelectedException = "MgPrintToScaleModeNotSelectedException";
-  public static final java.lang.String MgRasterTransformationNotSupportedException = "MgRasterTransformationNotSupportedException";
-  public static final java.lang.String MgRepositoryCreationFailedException = "MgRepositoryCreationFailedException";
-  public static final java.lang.String MgRepositoryNotFoundException = "MgRepositoryNotFoundException";
-  public static final java.lang.String MgRepositoryNotOpenException = "MgRepositoryNotOpenException";
-  public static final java.lang.String MgRepositoryOpenFailedException = "MgRepositoryOpenFailedException";
-  public static final java.lang.String MgResourceBusyException = "MgResourceBusyException";
-  public static final java.lang.String MgResourceDataNotFoundException = "MgResourceDataNotFoundException";
-  public static final java.lang.String MgResourceNotFoundException = "MgResourceNotFoundException";
-  public static final java.lang.String MgResourcesException = "MgResourcesException";
-  public static final java.lang.String MgResourceTagNotFoundException = "MgResourceTagNotFoundException";
-  public static final java.lang.String MgRoleNotFoundException = "MgRoleNotFoundException";
-  public static final java.lang.String MgRuntimeException = "MgRuntimeException";
-  public static final java.lang.String MgServerNotFoundException = "MgServerNotFoundException";
-  public static final java.lang.String MgServerNotOnlineException = "MgServerNotOnlineException";
-  public static final java.lang.String MgServiceNotAvailableException = "MgServiceNotAvailableException";
-  public static final java.lang.String MgServiceNotSupportedException = "MgServiceNotSupportedException";
-  public static final java.lang.String MgSessionExpiredException = "MgSessionExpiredException";
-  public static final java.lang.String MgSessionNotFoundException = "MgSessionNotFoundException";
-  public static final java.lang.String MgStreamIoException = "MgStreamIoException";
-  public static final java.lang.String MgStylizeLayerFailedException = "MgStylizeLayerFailedException";
-  public static final java.lang.String MgTemporaryFileNotAvailableException = "MgTemporaryFileNotAvailableException";
-  public static final java.lang.String MgUnauthorizedAccessException = "MgUnauthorizedAccessException";
-  public static final java.lang.String MgUnclassifiedException = "MgUnclassifiedException";
-  public static final java.lang.String MgUnderflowException = "MgUnderflowException";
-  public static final java.lang.String MgUnknownTileProviderException = "MgUnknownTileProviderException";
-  public static final java.lang.String MgUnsupportedProviderThreadModelException = "MgUnsupportedProviderThreadModelException";
-  public static final java.lang.String MgUnsupportedTileProviderException = "MgUnsupportedTileProviderException";
-  public static final java.lang.String MgUriFormatException = "MgUriFormatException";
-  public static final java.lang.String MgUserNotFoundException = "MgUserNotFoundException";
-  public static final java.lang.String MgXmlException = "MgXmlException";
-  public static final java.lang.String MgXmlParserException = "MgXmlParserException";
-  public static final java.lang.String MgConfigurationLoadFailedException = "MgConfigurationLoadFailedException";
-  public static final java.lang.String MgResourcesLoadFailedException = "MgResourcesLoadFailedException";
-  public static final java.lang.String MgGridDensityException = "MgGridDensityException";
-  public static final java.lang.String MgInvalidLayerDefinitionException = "MgInvalidLayerDefinitionException";
-  public static final java.lang.String MgInvalidWatermarkDefinitionException = "MgInvalidWatermarkDefinitionException";
-  public org.osgeo.mapguide.MgExceptionCodes();
-}
-Compiled from "MgFeatureAggregateOptions.java"
-public class org.osgeo.mapguide.MgFeatureAggregateOptions extends org.osgeo.mapguide.MgFeatureQueryOptions {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgFeatureAggregateOptions();
-  public void selectDistinct(boolean);
-  public void setGroupingFilter(org.osgeo.mapguide.MgStringCollection, java.lang.String);
-}
-Compiled from "MgFeatureCommand.java"
-public class org.osgeo.mapguide.MgFeatureCommand extends org.osgeo.mapguide.MgSerializable {
-  public synchronized void delete();
-  public int getCommandType();
-}
-Compiled from "MgFeatureCommandCollection.java"
-public class org.osgeo.mapguide.MgFeatureCommandCollection extends org.osgeo.mapguide.MgSerializable {
-  public synchronized void delete();
-  public int getCount();
-  public org.osgeo.mapguide.MgFeatureCommand getItem(int);
-  public void setItem(int, org.osgeo.mapguide.MgFeatureCommand);
-  public void add(org.osgeo.mapguide.MgFeatureCommand);
-  public void insert(int, org.osgeo.mapguide.MgFeatureCommand);
-  public void clear();
-  public boolean remove(org.osgeo.mapguide.MgFeatureCommand);
-  public void removeAt(int);
-  public boolean contains(org.osgeo.mapguide.MgFeatureCommand);
-  public int indexOf(org.osgeo.mapguide.MgFeatureCommand);
-  public org.osgeo.mapguide.MgFeatureCommandCollection();
-}
-Compiled from "MgFeatureCommandType.java"
-public class org.osgeo.mapguide.MgFeatureCommandType {
-  public static final int InsertFeatures = 0;
-  public static final int UpdateFeatures = 1;
-  public static final int DeleteFeatures = 2;
-  public static final int LockFeatures = 3;
-  public static final int UnlockFeatures = 4;
-  public org.osgeo.mapguide.MgFeatureCommandType();
-}
-Compiled from "MgFeatureGeometricType.java"
-public class org.osgeo.mapguide.MgFeatureGeometricType {
-  public static final int Point = 1;
-  public static final int Curve = 2;
-  public static final int Surface = 4;
-  public static final int Solid = 8;
-  public org.osgeo.mapguide.MgFeatureGeometricType();
-}
-Compiled from "MgFeatureInformation.java"
-public class org.osgeo.mapguide.MgFeatureInformation extends org.osgeo.mapguide.MgSerializable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgSelection getSelection();
-  public java.lang.String getTooltip();
-  public java.lang.String getHyperlink();
-  public org.osgeo.mapguide.MgPropertyCollection getProperties();
-  public org.osgeo.mapguide.MgByteReader toXml();
-}
-Compiled from "MgFeatureProperty.java"
-public class org.osgeo.mapguide.MgFeatureProperty extends org.osgeo.mapguide.MgNullableProperty {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgFeatureProperty(java.lang.String, org.osgeo.mapguide.MgFeatureReader);
-  public org.osgeo.mapguide.MgFeatureReader getValue();
-  public short getPropertyType();
-  public void setValue(org.osgeo.mapguide.MgFeatureReader);
-}
-Compiled from "MgFeaturePropertyType.java"
-public class org.osgeo.mapguide.MgFeaturePropertyType {
-  public static final int DataProperty = 100;
-  public static final int ObjectProperty = 101;
-  public static final int GeometricProperty = 102;
-  public static final int AssociationProperty = 103;
-  public static final int RasterProperty = 104;
-  public org.osgeo.mapguide.MgFeaturePropertyType();
-}
-Compiled from "MgFeatureQueryOptions.java"
-public class org.osgeo.mapguide.MgFeatureQueryOptions extends org.osgeo.mapguide.MgSerializable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgFeatureQueryOptions();
-  public int addFeatureProperty(java.lang.String);
-  public int addComputedProperty(java.lang.String, java.lang.String);
-  public void setFilter(java.lang.String);
-  public void setBinaryOperator(boolean);
-  public void setSpatialFilter(java.lang.String, org.osgeo.mapguide.MgGeometry, int);
-  public void setOrderingFilter(org.osgeo.mapguide.MgStringCollection, int);
-  public void removeFeatureProperty(java.lang.String);
-  public void removeComputedProperty(java.lang.String);
-  public void setFetchSize(int);
-}
-Compiled from "MgFeatureReader.java"
-public class org.osgeo.mapguide.MgFeatureReader extends org.osgeo.mapguide.MgReader implements java.lang.AutoCloseable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgClassDefinition getClassDefinition();
-  public org.osgeo.mapguide.MgFeatureReader getFeatureObject(java.lang.String);
-  public org.osgeo.mapguide.MgFeatureReader getFeatureObject(int);
-}
-Compiled from "MgFeatureSchema.java"
-public class org.osgeo.mapguide.MgFeatureSchema extends org.osgeo.mapguide.MgNamedSerializable {
-  public synchronized void delete();
-  public boolean equals(java.lang.Object);
-  public int hashCode();
-  public org.osgeo.mapguide.MgFeatureSchema();
-  public org.osgeo.mapguide.MgFeatureSchema(java.lang.String, java.lang.String);
-  public java.lang.String getName();
-  public void setName(java.lang.String);
-  public java.lang.String getDescription();
-  public void setDescription(java.lang.String);
-  public org.osgeo.mapguide.MgClassDefinitionCollection getClasses();
-  public void markAsDeleted();
-}
-Compiled from "MgFeatureSchemaCollection.java"
-class org.osgeo.mapguide.MgFeatureSchemaCollection$ItemIterator implements java.util.Iterator<org.osgeo.mapguide.MgFeatureSchema> {
-  public org.osgeo.mapguide.MgFeatureSchemaCollection$ItemIterator(org.osgeo.mapguide.MgFeatureSchemaCollection, org.osgeo.mapguide.MgFeatureSchemaCollection);
-  public boolean hasNext();
-  public org.osgeo.mapguide.MgFeatureSchema next();
-  public void remove();
-  public java.lang.Object next();
-}
-Compiled from "MgFeatureSchemaCollection.java"
-public class org.osgeo.mapguide.MgFeatureSchemaCollection extends org.osgeo.mapguide.MgCollection implements java.util.Collection<org.osgeo.mapguide.MgFeatureSchema> {
-  public synchronized void delete();
-  public java.util.Iterator<org.osgeo.mapguide.MgFeatureSchema> iterator();
-  public boolean add(org.osgeo.mapguide.MgFeatureSchema);
-  public boolean addAll(java.util.Collection<? extends org.osgeo.mapguide.MgFeatureSchema>);
-  public boolean contains(java.lang.Object);
-  public boolean containsAll(java.util.Collection<?>);
-  public boolean isEmpty();
-  public boolean remove(java.lang.Object);
-  public boolean removeAll(java.util.Collection<?>);
-  public boolean retainAll(java.util.Collection<?>);
-  public int size();
-  public java.lang.Object[] toArray();
-  public <MgFeatureSchema> MgFeatureSchema[] toArray(MgFeatureSchema[]);
-  public org.osgeo.mapguide.MgFeatureSchemaCollection();
-  public void setItem(int, org.osgeo.mapguide.MgFeatureSchema);
-  public void addItem(org.osgeo.mapguide.MgFeatureSchema);
-  public void insert(int, org.osgeo.mapguide.MgFeatureSchema);
-  public boolean remove(org.osgeo.mapguide.MgFeatureSchema);
-  public org.osgeo.mapguide.MgFeatureSchema getItem(int);
-  public int getCount();
-  public void clear();
-  public void removeAt(int);
-  public boolean contains(org.osgeo.mapguide.MgFeatureSchema);
-  public int indexOf(org.osgeo.mapguide.MgFeatureSchema);
-  public org.osgeo.mapguide.MgByteReader toXml();
-  public boolean add(java.lang.Object);
-}
-Compiled from "MgFeatureService.java"
-public class org.osgeo.mapguide.MgFeatureService extends org.osgeo.mapguide.MgService {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgByteReader getFeatureProviders();
-  public org.osgeo.mapguide.MgStringCollection getConnectionPropertyValues(java.lang.String, java.lang.String, java.lang.String);
-  public boolean testConnection(java.lang.String, java.lang.String);
-  public boolean testConnection(org.osgeo.mapguide.MgResourceIdentifier);
-  public org.osgeo.mapguide.MgByteReader getCapabilities(java.lang.String);
-  public org.osgeo.mapguide.MgByteReader getCapabilities(java.lang.String, java.lang.String);
-  public void applySchema(org.osgeo.mapguide.MgResourceIdentifier, org.osgeo.mapguide.MgFeatureSchema);
-  public org.osgeo.mapguide.MgFeatureSchemaCollection describeSchema(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String, org.osgeo.mapguide.MgStringCollection);
-  public org.osgeo.mapguide.MgFeatureSchemaCollection describeSchema(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String);
-  public java.lang.String describeSchemaAsXml(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String, org.osgeo.mapguide.MgStringCollection);
-  public java.lang.String describeSchemaAsXml(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String);
-  public java.lang.String schemaToXml(org.osgeo.mapguide.MgFeatureSchemaCollection);
-  public org.osgeo.mapguide.MgFeatureSchemaCollection xmlToSchema(java.lang.String);
-  public org.osgeo.mapguide.MgFeatureReader selectFeatures(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String, org.osgeo.mapguide.MgFeatureQueryOptions);
-  public org.osgeo.mapguide.MgFeatureReader selectFeatures(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String, org.osgeo.mapguide.MgFeatureQueryOptions, java.lang.String);
-  public org.osgeo.mapguide.MgDataReader selectAggregate(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String, org.osgeo.mapguide.MgFeatureAggregateOptions);
-  public org.osgeo.mapguide.MgPropertyCollection updateFeatures(org.osgeo.mapguide.MgResourceIdentifier, org.osgeo.mapguide.MgFeatureCommandCollection, boolean);
-  public org.osgeo.mapguide.MgPropertyCollection updateFeatures(org.osgeo.mapguide.MgResourceIdentifier, org.osgeo.mapguide.MgFeatureCommandCollection, org.osgeo.mapguide.MgTransaction);
-  public org.osgeo.mapguide.MgFeatureReader insertFeatures(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String, org.osgeo.mapguide.MgPropertyCollection);
-  public org.osgeo.mapguide.MgFeatureReader insertFeatures(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String, org.osgeo.mapguide.MgPropertyCollection, org.osgeo.mapguide.MgTransaction);
-  public org.osgeo.mapguide.MgFeatureReader insertFeatures(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String, org.osgeo.mapguide.MgBatchPropertyCollection);
-  public org.osgeo.mapguide.MgFeatureReader insertFeatures(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String, org.osgeo.mapguide.MgBatchPropertyCollection, org.osgeo.mapguide.MgTransaction);
-  public int updateMatchingFeatures(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String, org.osgeo.mapguide.MgPropertyCollection, java.lang.String);
-  public int updateMatchingFeatures(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String, org.osgeo.mapguide.MgPropertyCollection, java.lang.String, org.osgeo.mapguide.MgTransaction);
-  public int deleteFeatures(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String, java.lang.String);
-  public int deleteFeatures(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String, java.lang.String, org.osgeo.mapguide.MgTransaction);
-  public org.osgeo.mapguide.MgFeatureReader getLockedFeatures(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String, org.osgeo.mapguide.MgFeatureQueryOptions);
-  public org.osgeo.mapguide.MgTransaction beginTransaction(org.osgeo.mapguide.MgResourceIdentifier);
-  public org.osgeo.mapguide.MgSqlDataReader executeSqlQuery(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String);
-  public org.osgeo.mapguide.MgSqlDataReader executeSqlQuery(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String, org.osgeo.mapguide.MgParameterCollection, org.osgeo.mapguide.MgTransaction);
-  public int executeSqlNonQuery(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String);
-  public int executeSqlNonQuery(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String, org.osgeo.mapguide.MgParameterCollection, org.osgeo.mapguide.MgTransaction);
-  public org.osgeo.mapguide.MgSpatialContextReader getSpatialContexts(org.osgeo.mapguide.MgResourceIdentifier, boolean);
-  public org.osgeo.mapguide.MgLongTransactionReader getLongTransactions(org.osgeo.mapguide.MgResourceIdentifier, boolean);
-  public boolean setLongTransaction(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String);
-  public org.osgeo.mapguide.MgStringCollection getSchemas(org.osgeo.mapguide.MgResourceIdentifier);
-  public org.osgeo.mapguide.MgStringCollection getClasses(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String);
-  public org.osgeo.mapguide.MgClassDefinition getClassDefinition(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String, java.lang.String);
-  public void createFeatureSource(org.osgeo.mapguide.MgResourceIdentifier, org.osgeo.mapguide.MgFeatureSourceParams);
-  public org.osgeo.mapguide.MgByteReader describeWfsFeatureType(org.osgeo.mapguide.MgResourceIdentifier, org.osgeo.mapguide.MgStringCollection);
-  public org.osgeo.mapguide.MgByteReader describeWfsFeatureType(org.osgeo.mapguide.MgResourceIdentifier, org.osgeo.mapguide.MgStringCollection, java.lang.String, java.lang.String);
-  public org.osgeo.mapguide.MgByteReader getWfsFeature(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String, org.osgeo.mapguide.MgStringCollection, java.lang.String, java.lang.String, int);
-  public org.osgeo.mapguide.MgByteReader getWfsFeature(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String, org.osgeo.mapguide.MgStringCollection, java.lang.String, java.lang.String, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String);
-  public org.osgeo.mapguide.MgFeatureReader getWfsReader(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String, org.osgeo.mapguide.MgStringCollection, java.lang.String, java.lang.String, java.lang.String);
-  public org.osgeo.mapguide.MgByteReader enumerateDataStores(java.lang.String, java.lang.String);
-  public org.osgeo.mapguide.MgByteReader getSchemaMapping(java.lang.String, java.lang.String);
-}
-Compiled from "MgFeatureSourceParams.java"
-public class org.osgeo.mapguide.MgFeatureSourceParams extends org.osgeo.mapguide.MgSerializable {
-  public synchronized void delete();
-}
-Compiled from "MgFeatureSpatialOperations.java"
-public class org.osgeo.mapguide.MgFeatureSpatialOperations {
-  public static final int Contains = 0;
-  public static final int Crosses = 1;
-  public static final int Disjoint = 2;
-  public static final int Equals = 3;
-  public static final int Intersects = 4;
-  public static final int Overlaps = 5;
-  public static final int Touches = 6;
-  public static final int Within = 7;
-  public static final int CoveredBy = 8;
-  public static final int Inside = 9;
-  public static final int EnvelopeIntersects = 10;
-  public org.osgeo.mapguide.MgFeatureSpatialOperations();
-}
-Compiled from "MgFileFeatureSourceParams.java"
-public class org.osgeo.mapguide.MgFileFeatureSourceParams extends org.osgeo.mapguide.MgFeatureSourceParams {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgFileFeatureSourceParams();
-  public org.osgeo.mapguide.MgFileFeatureSourceParams(java.lang.String);
-  public org.osgeo.mapguide.MgFileFeatureSourceParams(java.lang.String, java.lang.String, java.lang.String, org.osgeo.mapguide.MgFeatureSchema);
-  public java.lang.String getProviderName();
-  public void setProviderName(java.lang.String);
-  public java.lang.String getFileName();
-  public void setFileName(java.lang.String);
-  public java.lang.String getSpatialContextName();
-  public void setSpatialContextName(java.lang.String);
-  public java.lang.String getSpatialContextDescription();
-  public void setSpatialContextDescription(java.lang.String);
-  public java.lang.String getCoordinateSystemWkt();
-  public void setCoordinateSystemWkt(java.lang.String);
-  public double getXYTolerance();
-  public void setXYTolerance(double);
-  public double getZTolerance();
-  public void setZTolerance(double);
-  public org.osgeo.mapguide.MgFeatureSchema getFeatureSchema();
-  public void setFeatureSchema(org.osgeo.mapguide.MgFeatureSchema);
-}
-Compiled from "MgGeoJsonWriter.java"
-public class org.osgeo.mapguide.MgGeoJsonWriter extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgGeoJsonWriter();
-  public java.lang.String featureToGeoJson(org.osgeo.mapguide.MgFeatureReader, org.osgeo.mapguide.MgTransform);
-  public java.lang.String featureToGeoJson(org.osgeo.mapguide.MgReader, org.osgeo.mapguide.MgTransform, java.lang.String, java.lang.String);
-  public void setPrecision(int);
-  public int getPrecision();
-  public void setPrecisionEnabled(boolean);
-  public boolean isPrecisionEnabled();
-}
-Compiled from "MgGeometricEntity.java"
-public class org.osgeo.mapguide.MgGeometricEntity extends org.osgeo.mapguide.MgSerializable {
-  public synchronized void delete();
-  public int getDimension();
-  public boolean isEmpty();
-  public boolean isSimple();
-  public boolean isClosed();
-  public boolean isValid();
-  public org.osgeo.mapguide.MgEnvelope envelope();
-  public org.osgeo.mapguide.MgGeometricEntity copy();
-  public org.osgeo.mapguide.MgGeometricEntity transform(org.osgeo.mapguide.MgTransform);
-  public double getArea();
-  public double getLength();
-  public org.osgeo.mapguide.MgPoint getCentroid();
-}
-Compiled from "MgGeometricPathInstructionType.java"
-public class org.osgeo.mapguide.MgGeometricPathInstructionType {
-  public static final int MoveTo = 0;
-  public static final int LineTo = 1;
-  public static final int QuadTo = 2;
-  public static final int Close = 4;
-  public org.osgeo.mapguide.MgGeometricPathInstructionType();
-}
-Compiled from "MgGeometricPropertyDefinition.java"
-public class org.osgeo.mapguide.MgGeometricPropertyDefinition extends org.osgeo.mapguide.MgPropertyDefinition {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgGeometricPropertyDefinition(java.lang.String);
-  public int getGeometryTypes();
-  public org.osgeo.mapguide.MgGeometryTypeInfo getSpecificGeometryTypes();
-  public boolean getReadOnly();
-  public boolean getHasElevation();
-  public boolean getHasMeasure();
-  public java.lang.String getSpatialContextAssociation();
-  public void setGeometryTypes(int);
-  public void setSpecificGeometryTypes(org.osgeo.mapguide.MgGeometryTypeInfo);
-  public void setReadOnly(boolean);
-  public void setHasElevation(boolean);
-  public void setHasMeasure(boolean);
-  public void setSpatialContextAssociation(java.lang.String);
-}
-Compiled from "MgGeometry.java"
-public class org.osgeo.mapguide.MgGeometry extends org.osgeo.mapguide.MgGeometricEntity {
-  public synchronized void delete();
-  public int getGeometryType();
-  public boolean contains(org.osgeo.mapguide.MgGeometry);
-  public boolean crosses(org.osgeo.mapguide.MgGeometry);
-  public boolean disjoint(org.osgeo.mapguide.MgGeometry);
-  public boolean equals(org.osgeo.mapguide.MgGeometry);
-  public boolean intersects(org.osgeo.mapguide.MgGeometry);
-  public boolean overlaps(org.osgeo.mapguide.MgGeometry);
-  public boolean touches(org.osgeo.mapguide.MgGeometry);
-  public boolean within(org.osgeo.mapguide.MgGeometry);
-  public org.osgeo.mapguide.MgGeometry boundary();
-  public org.osgeo.mapguide.MgGeometry buffer(double, org.osgeo.mapguide.MgMeasure);
-  public org.osgeo.mapguide.MgGeometry convexHull();
-  public org.osgeo.mapguide.MgGeometry difference(org.osgeo.mapguide.MgGeometry);
-  public double distance(org.osgeo.mapguide.MgGeometry, org.osgeo.mapguide.MgMeasure);
-  public org.osgeo.mapguide.MgGeometry intersection(org.osgeo.mapguide.MgGeometry);
-  public org.osgeo.mapguide.MgGeometry symetricDifference(org.osgeo.mapguide.MgGeometry);
-  public org.osgeo.mapguide.MgGeometry union(org.osgeo.mapguide.MgGeometry);
-  public org.osgeo.mapguide.MgPreparedGeometry prepare();
-  public org.osgeo.mapguide.MgGeometry tessellate();
-}
-Compiled from "MgGeometryCollection.java"
-public class org.osgeo.mapguide.MgGeometryCollection extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public int getCount();
-  public org.osgeo.mapguide.MgGeometry getItem(int);
-  public void setItem(int, org.osgeo.mapguide.MgGeometry);
-  public void add(org.osgeo.mapguide.MgGeometry);
-  public void insert(int, org.osgeo.mapguide.MgGeometry);
-  public void clear();
-  public boolean remove(org.osgeo.mapguide.MgGeometry);
-  public void removeAt(int);
-  public boolean contains(org.osgeo.mapguide.MgGeometry);
-  public int indexOf(org.osgeo.mapguide.MgGeometry);
-  public org.osgeo.mapguide.MgGeometryCollection();
-}
-Compiled from "MgGeometryComponent.java"
-public class org.osgeo.mapguide.MgGeometryComponent extends org.osgeo.mapguide.MgGeometricEntity {
-  public synchronized void delete();
-  public int getComponentType();
-}
-Compiled from "MgGeometryComponentType.java"
-public class org.osgeo.mapguide.MgGeometryComponentType {
-  public static final int LinearRing = 129;
-  public static final int ArcSegment = 130;
-  public static final int LinearSegment = 131;
-  public static final int CurveRing = 132;
-  public org.osgeo.mapguide.MgGeometryComponentType();
-}
-Compiled from "MgGeometryEntityType.java"
-public class org.osgeo.mapguide.MgGeometryEntityType {
-  public static final int GeometryComponent = 0;
-  public static final int Geometry = 1;
-  public org.osgeo.mapguide.MgGeometryEntityType();
-}
-Compiled from "MgGeometryFactory.java"
-public class org.osgeo.mapguide.MgGeometryFactory extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgGeometryFactory();
-  public org.osgeo.mapguide.MgCoordinate createCoordinateXY(double, double);
-  public org.osgeo.mapguide.MgCoordinate createCoordinateXYM(double, double, double);
-  public org.osgeo.mapguide.MgCoordinate createCoordinateXYZ(double, double, double);
-  public org.osgeo.mapguide.MgCoordinate createCoordinateXYZM(double, double, double, double);
-  public org.osgeo.mapguide.MgArcSegment createArcSegment(org.osgeo.mapguide.MgCoordinate, org.osgeo.mapguide.MgCoordinate, org.osgeo.mapguide.MgCoordinate);
-  public org.osgeo.mapguide.MgLinearSegment createLinearSegment(org.osgeo.mapguide.MgCoordinateCollection);
-  public org.osgeo.mapguide.MgLinearRing createLinearRing(org.osgeo.mapguide.MgCoordinateCollection);
-  public org.osgeo.mapguide.MgCurveRing createCurveRing(org.osgeo.mapguide.MgCurveSegmentCollection);
-  public org.osgeo.mapguide.MgPoint createPoint(org.osgeo.mapguide.MgCoordinate);
-  public org.osgeo.mapguide.MgLineString createLineString(org.osgeo.mapguide.MgCoordinateCollection);
-  public org.osgeo.mapguide.MgCurveString createCurveString(org.osgeo.mapguide.MgCurveSegmentCollection);
-  public org.osgeo.mapguide.MgPolygon createPolygon(org.osgeo.mapguide.MgLinearRing, org.osgeo.mapguide.MgLinearRingCollection);
-  public org.osgeo.mapguide.MgCurvePolygon createCurvePolygon(org.osgeo.mapguide.MgCurveRing, org.osgeo.mapguide.MgCurveRingCollection);
-  public org.osgeo.mapguide.MgMultiPoint createMultiPoint(org.osgeo.mapguide.MgPointCollection);
-  public org.osgeo.mapguide.MgMultiLineString createMultiLineString(org.osgeo.mapguide.MgLineStringCollection);
-  public org.osgeo.mapguide.MgMultiCurveString createMultiCurveString(org.osgeo.mapguide.MgCurveStringCollection);
-  public org.osgeo.mapguide.MgMultiPolygon createMultiPolygon(org.osgeo.mapguide.MgPolygonCollection);
-  public org.osgeo.mapguide.MgMultiCurvePolygon createMultiCurvePolygon(org.osgeo.mapguide.MgCurvePolygonCollection);
-  public org.osgeo.mapguide.MgMultiGeometry createMultiGeometry(org.osgeo.mapguide.MgGeometryCollection);
-}
-Compiled from "MgGeometryProperty.java"
-public class org.osgeo.mapguide.MgGeometryProperty extends org.osgeo.mapguide.MgNullableProperty {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgGeometryProperty(java.lang.String, org.osgeo.mapguide.MgByteReader);
-  public org.osgeo.mapguide.MgByteReader getValue();
-  public short getPropertyType();
-  public void setValue(org.osgeo.mapguide.MgByteReader);
-}
-Compiled from "MgGeometrySimplificationAlgorithmType.java"
-public class org.osgeo.mapguide.MgGeometrySimplificationAlgorithmType {
-  public static final int DouglasPeucker = 0;
-  public static final int TopologyPreserving = 1;
-  public org.osgeo.mapguide.MgGeometrySimplificationAlgorithmType();
-}
-Compiled from "MgGeometrySimplifier.java"
-public class org.osgeo.mapguide.MgGeometrySimplifier extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgGeometrySimplifier();
-  public org.osgeo.mapguide.MgGeometry simplify(org.osgeo.mapguide.MgGeometry, double, int);
-}
-Compiled from "MgGeometryType.java"
-public class org.osgeo.mapguide.MgGeometryType {
-  public static final int Point = 1;
-  public static final int LineString = 2;
-  public static final int Polygon = 3;
-  public static final int MultiPoint = 4;
-  public static final int MultiLineString = 5;
-  public static final int MultiPolygon = 6;
-  public static final int MultiGeometry = 7;
-  public static final int CurveString = 10;
-  public static final int CurvePolygon = 11;
-  public static final int MultiCurveString = 12;
-  public static final int MultiCurvePolygon = 13;
-  public org.osgeo.mapguide.MgGeometryType();
-}
-Compiled from "MgGeometryTypeInfo.java"
-public class org.osgeo.mapguide.MgGeometryTypeInfo extends org.osgeo.mapguide.MgSerializable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgGeometryTypeInfo();
-  public int getType(int);
-  public int getCount();
-  public void setTypes(org.osgeo.mapguide.MgIntCollection);
-}
-Compiled from "MgGroup.java"
-public class org.osgeo.mapguide.MgGroup {
-  public static final java.lang.String Everyone = "Everyone";
-  public org.osgeo.mapguide.MgGroup();
-}
-Compiled from "MgGuardDisposable.java"
-public class org.osgeo.mapguide.MgGuardDisposable extends org.osgeo.mapguide.MgDisposable {
-  public synchronized void delete();
-}
-Compiled from "MgGwsFeatureReader.java"
-public class org.osgeo.mapguide.MgGwsFeatureReader extends org.osgeo.mapguide.MgFeatureReader {
-  public synchronized void delete();
-}
-Compiled from "MgHttpHeader.java"
-public class org.osgeo.mapguide.MgHttpHeader extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgHttpHeader();
-  public boolean addHeader(java.lang.String, java.lang.String);
-  public boolean removeHeader(java.lang.String);
-  public java.lang.String getHeaderValue(java.lang.String);
-  public boolean setHeaderValue(java.lang.String, java.lang.String);
-  public int getDateHeader(java.lang.String);
-  public int getIntHeader(java.lang.String);
-  public org.osgeo.mapguide.MgStringCollection getHeaderNames();
-  public org.osgeo.mapguide.MgStringCollection getHeaders(java.lang.String);
-}
-Compiled from "MgHttpPrimitiveValue.java"
-public class org.osgeo.mapguide.MgHttpPrimitiveValue extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgHttpPrimitiveValue(boolean);
-  public org.osgeo.mapguide.MgHttpPrimitiveValue(int);
-  public org.osgeo.mapguide.MgHttpPrimitiveValue(java.lang.String);
-  public int getType();
-  public boolean getBoolValue();
-  public int getIntegerValue();
-  public java.lang.String getStringValue();
-  public java.lang.String toString();
-}
-Compiled from "MgHttpRequest.java"
-public class org.osgeo.mapguide.MgHttpRequest extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgHttpRequest(java.lang.String);
-  public org.osgeo.mapguide.MgHttpHeader getHeader();
-  public org.osgeo.mapguide.MgHttpRequestParam getRequestParam();
-  public org.osgeo.mapguide.MgHttpRequestMetadata getRequestMetadata();
-  public org.osgeo.mapguide.MgHttpResponse execute();
-  public java.lang.String getAgentUri();
-}
-Compiled from "MgHttpRequestMetadata.java"
-public class org.osgeo.mapguide.MgHttpRequestMetadata extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgHttpRequestMetadata();
-  public boolean addProperty(java.lang.String, java.lang.String);
-  public boolean removeProperty(java.lang.String);
-  public java.lang.String getPropertyValue(java.lang.String);
-  public boolean setPropertyValue(java.lang.String, java.lang.String);
-  public org.osgeo.mapguide.MgStringCollection getPropertyNames();
-}
-Compiled from "MgHttpRequestParam.java"
-public class org.osgeo.mapguide.MgHttpRequestParam extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgHttpRequestParam();
-  public boolean addParameter(java.lang.String, java.lang.String);
-  public boolean removeParameter(java.lang.String);
-  public java.lang.String getParameterValue(java.lang.String);
-  public java.lang.String getParameterType(java.lang.String);
-  public boolean setParameterValue(java.lang.String, java.lang.String);
-  public boolean setParameterType(java.lang.String, java.lang.String);
-  public org.osgeo.mapguide.MgStringCollection getParameterNames();
-  public boolean containsParameter(java.lang.String);
-}
-Compiled from "MgHttpResponse.java"
-public class org.osgeo.mapguide.MgHttpResponse extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgHttpResponse();
-  public org.osgeo.mapguide.MgHttpHeader getHeader();
-  public org.osgeo.mapguide.MgHttpResult getResult();
-}
-Compiled from "MgHttpResult.java"
-public class org.osgeo.mapguide.MgHttpResult extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public int getStatusCode();
-  public void setStatusCode(int);
-  public java.lang.String getErrorMessage();
-  public java.lang.String getDetailedErrorMessage();
-  public java.lang.String getHttpStatusMessage();
-  public void setErrorMessage(java.lang.String);
-  public void setDetailedErrorMessage(java.lang.String);
-  public void setHttpStatusMessage(java.lang.String);
-  public org.osgeo.mapguide.MgDisposable getResultObject();
-  public void setResultObject(org.osgeo.mapguide.MgDisposable, java.lang.String);
-  public java.lang.String getResultContentType();
-}
-Compiled from "MgImageFormats.java"
-public class org.osgeo.mapguide.MgImageFormats {
-  public static final java.lang.String Gif = "GIF";
-  public static final java.lang.String Jpeg = "JPG";
-  public static final java.lang.String Png = "PNG";
-  public static final java.lang.String Png8 = "PNG8";
-  public static final java.lang.String Tiff = "TIF";
-  public static final java.lang.String Raw = "RAW";
-  public static final java.lang.String Meta = "META";
-  public org.osgeo.mapguide.MgImageFormats();
-}
-Compiled from "MgInsertFeatures.java"
-public class org.osgeo.mapguide.MgInsertFeatures extends org.osgeo.mapguide.MgFeatureCommand {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgInsertFeatures(java.lang.String, org.osgeo.mapguide.MgPropertyCollection);
-  public org.osgeo.mapguide.MgInsertFeatures(java.lang.String, org.osgeo.mapguide.MgBatchPropertyCollection);
-  public int getCommandType();
-  public org.osgeo.mapguide.MgPropertyCollection getPropertyValues();
-  public java.lang.String getFeatureClassName();
-}
-Compiled from "MgInt16Property.java"
-public class org.osgeo.mapguide.MgInt16Property extends org.osgeo.mapguide.MgNullableProperty {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgInt16Property(java.lang.String, short);
-  public short getValue();
-  public short getPropertyType();
-  public void setValue(short);
-}
-Compiled from "MgInt32Property.java"
-public class org.osgeo.mapguide.MgInt32Property extends org.osgeo.mapguide.MgNullableProperty {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgInt32Property(java.lang.String, int);
-  public int getValue();
-  public short getPropertyType();
-  public void setValue(int);
-}
-Compiled from "MgInt64Property.java"
-public class org.osgeo.mapguide.MgInt64Property extends org.osgeo.mapguide.MgNullableProperty {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgInt64Property(java.lang.String, long);
-  public long getValue();
-  public short getPropertyType();
-  public void setValue(long);
-}
-Compiled from "MgIntCollection.java"
-public class org.osgeo.mapguide.MgIntCollection extends org.osgeo.mapguide.MgCollection {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgIntCollection();
-  public int getCount();
-  public int getItem(int);
-  public void setItem(int, int);
-  public void addItem(int);
-  public void insert(int, int);
-  public void clear();
-  public boolean remove(int);
-  public void removeAt(int);
-  public boolean contains(int);
-  public int indexOf(int);
-  public org.osgeo.mapguide.MgByteReader toXml();
-}
-Compiled from "MgKmlService.java"
-public class org.osgeo.mapguide.MgKmlService extends org.osgeo.mapguide.MgService {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgByteReader getMapKml(org.osgeo.mapguide.MgMap, double, java.lang.String, java.lang.String);
-  public org.osgeo.mapguide.MgByteReader getLayerKml(org.osgeo.mapguide.MgLayer, org.osgeo.mapguide.MgEnvelope, int, int, double, int, java.lang.String, java.lang.String);
-  public org.osgeo.mapguide.MgByteReader getFeaturesKml(org.osgeo.mapguide.MgLayer, org.osgeo.mapguide.MgEnvelope, int, int, double, int, java.lang.String);
-  public org.osgeo.mapguide.MgByteReader getFeaturesKml(org.osgeo.mapguide.MgLayer, org.osgeo.mapguide.MgEnvelope, int, int, double, int, java.lang.String, java.lang.String);
-}
-Compiled from "MgLayer.java"
-public class org.osgeo.mapguide.MgLayer extends org.osgeo.mapguide.MgLayerBase {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgLayer(org.osgeo.mapguide.MgResourceIdentifier, org.osgeo.mapguide.MgResourceService);
-  public org.osgeo.mapguide.MgClassDefinition getClassDefinition();
-  public org.osgeo.mapguide.MgFeatureReader selectFeatures(org.osgeo.mapguide.MgFeatureQueryOptions);
-  public org.osgeo.mapguide.MgFeatureReader selectFeatures(org.osgeo.mapguide.MgFeatureQueryOptions, java.lang.String);
-  public org.osgeo.mapguide.MgDataReader selectAggregate(org.osgeo.mapguide.MgFeatureAggregateOptions);
-  public org.osgeo.mapguide.MgPropertyCollection updateFeatures(org.osgeo.mapguide.MgFeatureCommandCollection);
-  public org.osgeo.mapguide.MgTransaction beginTransaction();
-  public org.osgeo.mapguide.MgPropertyCollection updateFeatures(org.osgeo.mapguide.MgFeatureCommandCollection, org.osgeo.mapguide.MgTransaction);
-  public org.osgeo.mapguide.MgFeatureReader insertFeatures(org.osgeo.mapguide.MgPropertyCollection, org.osgeo.mapguide.MgTransaction);
-  public org.osgeo.mapguide.MgFeatureReader insertFeatures(org.osgeo.mapguide.MgBatchPropertyCollection, org.osgeo.mapguide.MgTransaction);
-  public int updateMatchingFeatures(org.osgeo.mapguide.MgPropertyCollection, java.lang.String, org.osgeo.mapguide.MgTransaction);
-  public int deleteFeatures(java.lang.String, org.osgeo.mapguide.MgTransaction);
-  public org.osgeo.mapguide.MgIntCollection getGeometryTypeStyles();
-  public int getThemeCategoryCount(int);
-  public int getCompositeThemeCategoryCount(int);
-  public org.osgeo.mapguide.MgByteReader generateLegendImage(int, int, java.lang.String, int, int);
-  public org.osgeo.mapguide.MgIntCollection getGeometryTypeStyles(double);
-  public int getThemeCategoryCount(double, int);
-  public int getCompositeThemeCategoryCount(double, int);
-  public org.osgeo.mapguide.MgByteReader generateLegendImage(double, int, int, java.lang.String, int, int);
-  public org.osgeo.mapguide.MgSpatialContextReader getSpatialContexts(boolean);
-}
-Compiled from "MgLayerBase.java"
-public class org.osgeo.mapguide.MgLayerBase extends org.osgeo.mapguide.MgNamedSerializable {
-  public synchronized void delete();
-  public boolean equals(java.lang.Object);
-  public int hashCode();
-  public org.osgeo.mapguide.MgLayerBase(org.osgeo.mapguide.MgResourceIdentifier, org.osgeo.mapguide.MgResourceService);
-  public java.lang.String getName();
-  public void setName(java.lang.String);
-  public java.lang.String getObjectId();
-  public int getLayerType();
-  public org.osgeo.mapguide.MgLayerGroup getGroup();
-  public void setGroup(org.osgeo.mapguide.MgLayerGroup);
-  public boolean needsRefresh();
-  public void forceRefresh();
-  public boolean getVisible();
-  public void setVisible(boolean);
-  public boolean isVisible();
-  public boolean getSelectable();
-  public void setSelectable(boolean);
-  public org.osgeo.mapguide.MgResourceIdentifier getLayerDefinition();
-  public void setLayerDefinition(org.osgeo.mapguide.MgResourceIdentifier, org.osgeo.mapguide.MgResourceService);
-  public boolean getDisplayInLegend();
-  public void setDisplayInLegend(boolean);
-  public boolean getExpandInLegend();
-  public java.lang.String getLegendLabel();
-  public void setLegendLabel(java.lang.String);
-  public java.lang.String getFeatureSourceId();
-  public java.lang.String getFeatureClassName();
-  public java.lang.String getFilter();
-  public java.lang.String getFeatureGeometryName();
-  public org.osgeo.mapguide.MgClassDefinition getClassDefinition();
-  public org.osgeo.mapguide.MgFeatureReader selectFeatures(org.osgeo.mapguide.MgFeatureQueryOptions);
-  public org.osgeo.mapguide.MgFeatureReader selectFeatures(org.osgeo.mapguide.MgFeatureQueryOptions, java.lang.String);
-  public org.osgeo.mapguide.MgDataReader selectAggregate(org.osgeo.mapguide.MgFeatureAggregateOptions);
-  public org.osgeo.mapguide.MgPropertyCollection updateFeatures(org.osgeo.mapguide.MgFeatureCommandCollection);
-  public org.osgeo.mapguide.MgTransaction beginTransaction();
-  public org.osgeo.mapguide.MgPropertyCollection updateFeatures(org.osgeo.mapguide.MgFeatureCommandCollection, org.osgeo.mapguide.MgTransaction);
-  public org.osgeo.mapguide.MgFeatureReader insertFeatures(org.osgeo.mapguide.MgPropertyCollection, org.osgeo.mapguide.MgTransaction);
-  public org.osgeo.mapguide.MgFeatureReader insertFeatures(org.osgeo.mapguide.MgBatchPropertyCollection, org.osgeo.mapguide.MgTransaction);
-  public int updateMatchingFeatures(org.osgeo.mapguide.MgPropertyCollection, java.lang.String, org.osgeo.mapguide.MgTransaction);
-  public int deleteFeatures(java.lang.String, org.osgeo.mapguide.MgTransaction);
-  public org.osgeo.mapguide.MgSpatialContextReader getSpatialContexts(boolean);
-}
-Compiled from "MgLayerCollection.java"
-class org.osgeo.mapguide.MgLayerCollection$ItemIterator implements java.util.Iterator<org.osgeo.mapguide.MgLayerBase> {
-  public org.osgeo.mapguide.MgLayerCollection$ItemIterator(org.osgeo.mapguide.MgLayerCollection, org.osgeo.mapguide.MgLayerCollection);
-  public boolean hasNext();
-  public org.osgeo.mapguide.MgLayerBase next();
-  public void remove();
-  public java.lang.Object next();
-}
-Compiled from "MgLayerCollection.java"
-public class org.osgeo.mapguide.MgLayerCollection extends org.osgeo.mapguide.MgGuardDisposable implements java.util.Collection<org.osgeo.mapguide.MgLayerBase> {
-  public synchronized void delete();
-  public java.util.Iterator<org.osgeo.mapguide.MgLayerBase> iterator();
-  public boolean add(org.osgeo.mapguide.MgLayerBase);
-  public boolean addAll(java.util.Collection<? extends org.osgeo.mapguide.MgLayerBase>);
-  public boolean contains(java.lang.Object);
-  public boolean containsAll(java.util.Collection<?>);
-  public boolean isEmpty();
-  public boolean remove(java.lang.Object);
-  public boolean removeAll(java.util.Collection<?>);
-  public boolean retainAll(java.util.Collection<?>);
-  public int size();
-  public java.lang.Object[] toArray();
-  public <MgLayerBase> MgLayerBase[] toArray(MgLayerBase[]);
-  public int getCount();
-  public org.osgeo.mapguide.MgLayerBase getItem(int);
-  public org.osgeo.mapguide.MgLayerBase getItem(java.lang.String);
-  public void setItem(int, org.osgeo.mapguide.MgLayerBase);
-  public void addItem(org.osgeo.mapguide.MgLayerBase);
-  public void insert(int, org.osgeo.mapguide.MgLayerBase);
-  public void clear();
-  public boolean remove(org.osgeo.mapguide.MgLayerBase);
-  public void removeAt(int);
-  public boolean contains(java.lang.String);
-  public boolean contains(org.osgeo.mapguide.MgLayerBase);
-  public int indexOf(java.lang.String);
-  public int indexOf(org.osgeo.mapguide.MgLayerBase);
-  public boolean add(java.lang.Object);
-}
-Compiled from "MgLayerGroup.java"
-public class org.osgeo.mapguide.MgLayerGroup extends org.osgeo.mapguide.MgNamedSerializable {
-  public synchronized void delete();
-  public boolean equals(java.lang.Object);
-  public int hashCode();
-  public org.osgeo.mapguide.MgLayerGroup(java.lang.String);
-  public java.lang.String getName();
-  public java.lang.String getObjectId();
-  public int getLayerGroupType();
-  public org.osgeo.mapguide.MgLayerGroup getGroup();
-  public void setGroup(org.osgeo.mapguide.MgLayerGroup);
-  public boolean getVisible();
-  public void setVisible(boolean);
-  public boolean isVisible();
-  public boolean getDisplayInLegend();
-  public void setDisplayInLegend(boolean);
-  public boolean getExpandInLegend();
-  public java.lang.String getLegendLabel();
-  public void setLegendLabel(java.lang.String);
-  public void setExpandInLegend(boolean);
-}
-Compiled from "MgLayerGroupCollection.java"
-class org.osgeo.mapguide.MgLayerGroupCollection$ItemIterator implements java.util.Iterator<org.osgeo.mapguide.MgLayerGroup> {
-  public org.osgeo.mapguide.MgLayerGroupCollection$ItemIterator(org.osgeo.mapguide.MgLayerGroupCollection, org.osgeo.mapguide.MgLayerGroupCollection);
-  public boolean hasNext();
-  public org.osgeo.mapguide.MgLayerGroup next();
-  public void remove();
-  public java.lang.Object next();
-}
-Compiled from "MgLayerGroupCollection.java"
-public class org.osgeo.mapguide.MgLayerGroupCollection extends org.osgeo.mapguide.MgGuardDisposable implements java.util.Collection<org.osgeo.mapguide.MgLayerGroup> {
-  public synchronized void delete();
-  public java.util.Iterator<org.osgeo.mapguide.MgLayerGroup> iterator();
-  public boolean add(org.osgeo.mapguide.MgLayerGroup);
-  public boolean addAll(java.util.Collection<? extends org.osgeo.mapguide.MgLayerGroup>);
-  public boolean contains(java.lang.Object);
-  public boolean containsAll(java.util.Collection<?>);
-  public boolean isEmpty();
-  public boolean remove(java.lang.Object);
-  public boolean removeAll(java.util.Collection<?>);
-  public boolean retainAll(java.util.Collection<?>);
-  public int size();
-  public java.lang.Object[] toArray();
-  public <MgLayerGroup> MgLayerGroup[] toArray(MgLayerGroup[]);
-  public int getCount();
-  public org.osgeo.mapguide.MgLayerGroup getItem(int);
-  public org.osgeo.mapguide.MgLayerGroup getItem(java.lang.String);
-  public void setItem(int, org.osgeo.mapguide.MgLayerGroup);
-  public void addItem(org.osgeo.mapguide.MgLayerGroup);
-  public void insert(int, org.osgeo.mapguide.MgLayerGroup);
-  public void clear();
-  public boolean remove(org.osgeo.mapguide.MgLayerGroup);
-  public void removeAt(int);
-  public boolean contains(java.lang.String);
-  public boolean contains(org.osgeo.mapguide.MgLayerGroup);
-  public int indexOf(java.lang.String);
-  public int indexOf(org.osgeo.mapguide.MgLayerGroup);
-  public boolean add(java.lang.Object);
-}
-Compiled from "MgLayerGroupType.java"
-public class org.osgeo.mapguide.MgLayerGroupType {
-  public static final int Normal = 1;
-  public static final int BaseMap = 2;
-  public static final int BaseMapFromTileSet = 3;
-  public org.osgeo.mapguide.MgLayerGroupType();
-}
-Compiled from "MgLayerType.java"
-public class org.osgeo.mapguide.MgLayerType {
-  public static final int Dynamic = 1;
-  public static final int BaseMap = 2;
-  public org.osgeo.mapguide.MgLayerType();
-}
-Compiled from "MgLayout.java"
-public class org.osgeo.mapguide.MgLayout extends org.osgeo.mapguide.MgSerializable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgLayout(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String, java.lang.String);
-  public org.osgeo.mapguide.MgResourceIdentifier getLayout();
-  public void setLayout(org.osgeo.mapguide.MgResourceIdentifier);
-  public java.lang.String getTitle();
-  public void setTitle(java.lang.String);
-  public java.lang.String getUnitType();
-  public void setUnitType(java.lang.String);
-}
-Compiled from "MgLinearRing.java"
-public class org.osgeo.mapguide.MgLinearRing extends org.osgeo.mapguide.MgRing {
-  public synchronized void delete();
-  public int getComponentType();
-  public org.osgeo.mapguide.MgCoordinateIterator getCoordinates();
-  public int getDimension();
-  public boolean isEmpty();
-  public boolean isClosed();
-  public org.osgeo.mapguide.MgGeometricEntity copy();
-  public org.osgeo.mapguide.MgGeometricEntity transform(org.osgeo.mapguide.MgTransform);
-}
-Compiled from "MgLinearRingCollection.java"
-public class org.osgeo.mapguide.MgLinearRingCollection extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public int getCount();
-  public org.osgeo.mapguide.MgLinearRing getItem(int);
-  public void setItem(int, org.osgeo.mapguide.MgLinearRing);
-  public void add(org.osgeo.mapguide.MgLinearRing);
-  public void insert(int, org.osgeo.mapguide.MgLinearRing);
-  public void clear();
-  public boolean remove(org.osgeo.mapguide.MgLinearRing);
-  public void removeAt(int);
-  public boolean contains(org.osgeo.mapguide.MgLinearRing);
-  public int indexOf(org.osgeo.mapguide.MgLinearRing);
-  public org.osgeo.mapguide.MgLinearRingCollection();
-}
-Compiled from "MgLinearSegment.java"
-public class org.osgeo.mapguide.MgLinearSegment extends org.osgeo.mapguide.MgCurveSegment {
-  public synchronized void delete();
-  public int getComponentType();
-  public org.osgeo.mapguide.MgCoordinateIterator getCoordinates();
-  public org.osgeo.mapguide.MgCoordinate getStartCoordinate();
-  public org.osgeo.mapguide.MgCoordinate getEndCoordinate();
-  public int getDimension();
-  public boolean isEmpty();
-  public boolean isClosed();
-  public org.osgeo.mapguide.MgGeometricEntity copy();
-  public org.osgeo.mapguide.MgGeometricEntity transform(org.osgeo.mapguide.MgTransform);
-}
-Compiled from "MgLineString.java"
-public class org.osgeo.mapguide.MgLineString extends org.osgeo.mapguide.MgCurve {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgCoordinateIterator getCoordinates();
-  public org.osgeo.mapguide.MgCoordinate getStartCoordinate();
-  public org.osgeo.mapguide.MgCoordinate getEndCoordinate();
-  public int getGeometryType();
-  public int getDimension();
-  public boolean isEmpty();
-  public boolean isClosed();
-  public org.osgeo.mapguide.MgGeometricEntity copy();
-  public org.osgeo.mapguide.MgGeometricEntity transform(org.osgeo.mapguide.MgTransform);
-}
-Compiled from "MgLineStringCollection.java"
-public class org.osgeo.mapguide.MgLineStringCollection extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public int getCount();
-  public org.osgeo.mapguide.MgLineString getItem(int);
-  public void setItem(int, org.osgeo.mapguide.MgLineString);
-  public void add(org.osgeo.mapguide.MgLineString);
-  public void insert(int, org.osgeo.mapguide.MgLineString);
-  public void clear();
-  public boolean remove(org.osgeo.mapguide.MgLineString);
-  public void removeAt(int);
-  public boolean contains(org.osgeo.mapguide.MgLineString);
-  public int indexOf(org.osgeo.mapguide.MgLineString);
-  public org.osgeo.mapguide.MgLineStringCollection();
-}
-Compiled from "MgLocalizer.java"
-public class org.osgeo.mapguide.MgLocalizer {
-  public org.osgeo.mapguide.MgLocalizer();
-  public static void SetLocalizedFilesPath(java.lang.String);
-  public static java.lang.String Localize(java.lang.String, java.lang.String, int);
-  public static java.lang.String GetString(java.lang.String, java.lang.String);
-}
-Compiled from "MgLogFileType.java"
-public class org.osgeo.mapguide.MgLogFileType {
-  public static final java.lang.String Access = "AccessLog";
-  public static final java.lang.String Admin = "AdminLog";
-  public static final java.lang.String Authentication = "AuthenticationLog";
-  public static final java.lang.String Error = "ErrorLog";
-  public static final java.lang.String Session = "SessionLog";
-  public static final java.lang.String Trace = "TraceLog";
-  public org.osgeo.mapguide.MgLogFileType();
-}
-Compiled from "MgLongTransactionReader.java"
-public class org.osgeo.mapguide.MgLongTransactionReader extends org.osgeo.mapguide.MgSerializable implements java.lang.AutoCloseable {
-  public synchronized void delete();
-  public java.lang.String getName();
-  public java.lang.String getDescription();
-  public org.osgeo.mapguide.MgLongTransactionReader getChildren();
-  public org.osgeo.mapguide.MgLongTransactionReader getParents();
-  public java.lang.String getOwner();
-  public org.osgeo.mapguide.MgDateTime getCreationDate();
-  public boolean isActive();
-  public boolean isFrozen();
-  public boolean readNext();
-  public void close();
-  public org.osgeo.mapguide.MgByteReader toXml();
-}
-Compiled from "MgMap.java"
-public final class org.osgeo.mapguide.MgMap$WatermarkUsageType {
-  public static final org.osgeo.mapguide.MgMap$WatermarkUsageType WMS;
-  public static final org.osgeo.mapguide.MgMap$WatermarkUsageType Viewer;
-  public final int swigValue();
-  public java.lang.String toString();
-  public static org.osgeo.mapguide.MgMap$WatermarkUsageType swigToEnum(int);
-}
-Compiled from "MgMap.java"
-public class org.osgeo.mapguide.MgMap extends org.osgeo.mapguide.MgMapBase {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgMap(org.osgeo.mapguide.MgSiteConnection);
-  public void create(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String);
-  public void create(java.lang.String, org.osgeo.mapguide.MgEnvelope, java.lang.String);
-  public void create(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String, int, int, double, double, double, int);
-  public void open(java.lang.String);
-  public void save(org.osgeo.mapguide.MgResourceService, org.osgeo.mapguide.MgResourceIdentifier);
-  public void save();
-  public int getWatermarkUsage();
-  public org.osgeo.mapguide.MgResourceIdentifier getTileSetDefinition();
-  public java.lang.String getTileSetProvider();
-  public int getTilePixelRatio();
-  public java.lang.String getTileFormat();
-}
-Compiled from "MgMapBase.java"
-public class org.osgeo.mapguide.MgMapBase extends org.osgeo.mapguide.MgResource {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgMapBase();
-  public java.lang.String getName();
-  public java.lang.String getSessionId();
-  public java.lang.String getObjectId();
-  public org.osgeo.mapguide.MgResourceIdentifier getMapDefinition();
-  public java.lang.String getMapSRS();
-  public org.osgeo.mapguide.MgEnvelope getMapExtent();
-  public org.osgeo.mapguide.MgLayerCollection getLayers();
-  public org.osgeo.mapguide.MgLayerGroupCollection getLayerGroups();
-  public void create(org.osgeo.mapguide.MgResourceService, org.osgeo.mapguide.MgResourceIdentifier, java.lang.String);
-  public void create(java.lang.String, org.osgeo.mapguide.MgEnvelope, java.lang.String);
-  public void open(org.osgeo.mapguide.MgResourceService, java.lang.String);
-  public org.osgeo.mapguide.MgPoint getViewCenter();
-  public double getViewScale();
-  public org.osgeo.mapguide.MgEnvelope getDataExtent();
-  public int getDisplayDpi();
-  public void setDisplayDpi(int);
-  public int getDisplayWidth();
-  public int getDisplayHeight();
-  public int getFiniteDisplayScaleCount();
-  public double getFiniteDisplayScaleAt(int);
-  public java.lang.String getBackgroundColor();
-}
-Compiled from "MgMapCollection.java"
-public class org.osgeo.mapguide.MgMapCollection extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public int getCount();
-  public org.osgeo.mapguide.MgMapBase getItem(int);
-  public org.osgeo.mapguide.MgMapBase getItem(java.lang.String);
-  public void setItem(int, org.osgeo.mapguide.MgMapBase);
-  public void add(org.osgeo.mapguide.MgMapBase);
-  public void insert(int, org.osgeo.mapguide.MgMapBase);
-  public void clear();
-  public boolean remove(org.osgeo.mapguide.MgMapBase);
-  public void removeAt(int);
-  public boolean contains(java.lang.String);
-  public boolean contains(org.osgeo.mapguide.MgMapBase);
-  public int indexOf(java.lang.String);
-  public int indexOf(org.osgeo.mapguide.MgMapBase);
-  public org.osgeo.mapguide.MgMapCollection();
-}
-Compiled from "MgMappingService.java"
-public class org.osgeo.mapguide.MgMappingService extends org.osgeo.mapguide.MgService {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgByteReader generatePlot(org.osgeo.mapguide.MgMap, org.osgeo.mapguide.MgPlotSpecification, org.osgeo.mapguide.MgLayout, org.osgeo.mapguide.MgDwfVersion);
-  public org.osgeo.mapguide.MgByteReader generatePlot(org.osgeo.mapguide.MgMap, org.osgeo.mapguide.MgCoordinate, double, org.osgeo.mapguide.MgPlotSpecification, org.osgeo.mapguide.MgLayout, org.osgeo.mapguide.MgDwfVersion);
-  public org.osgeo.mapguide.MgByteReader generatePlot(org.osgeo.mapguide.MgMap, org.osgeo.mapguide.MgEnvelope, boolean, org.osgeo.mapguide.MgPlotSpecification, org.osgeo.mapguide.MgLayout, org.osgeo.mapguide.MgDwfVersion);
-  public org.osgeo.mapguide.MgByteReader generateMultiPlot(org.osgeo.mapguide.MgMapPlotCollection, org.osgeo.mapguide.MgDwfVersion);
-  public org.osgeo.mapguide.MgByteReader generateLegendImage(org.osgeo.mapguide.MgResourceIdentifier, double, int, int, java.lang.String, int, int);
-  public org.osgeo.mapguide.MgByteReader createRuntimeMap(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String, int, int);
-  public org.osgeo.mapguide.MgByteReader createRuntimeMap(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String, java.lang.String, java.lang.String, int, int, int, int);
-  public org.osgeo.mapguide.MgByteReader describeRuntimeMap(org.osgeo.mapguide.MgMap, int, int);
-  public org.osgeo.mapguide.MgByteReader describeRuntimeMap(org.osgeo.mapguide.MgMap, java.lang.String, int, int, int, int);
-  public org.osgeo.mapguide.MgByteReader queryFeatures(org.osgeo.mapguide.MgMap, java.lang.String, java.lang.String);
-  public org.osgeo.mapguide.MgByteReader queryFeatures(org.osgeo.mapguide.MgMap, org.osgeo.mapguide.MgStringCollection, int, int, int, java.lang.String);
-}
-Compiled from "MgMapPlot.java"
-public class org.osgeo.mapguide.MgMapPlot extends org.osgeo.mapguide.MgNamedSerializable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgMapPlot(org.osgeo.mapguide.MgMap, org.osgeo.mapguide.MgPlotSpecification, org.osgeo.mapguide.MgLayout);
-  public org.osgeo.mapguide.MgMapPlot(org.osgeo.mapguide.MgMap, org.osgeo.mapguide.MgCoordinate, double, org.osgeo.mapguide.MgPlotSpecification, org.osgeo.mapguide.MgLayout);
-  public org.osgeo.mapguide.MgMapPlot(org.osgeo.mapguide.MgMap, org.osgeo.mapguide.MgEnvelope, boolean, org.osgeo.mapguide.MgPlotSpecification, org.osgeo.mapguide.MgLayout);
-  public org.osgeo.mapguide.MgMap getMap();
-  public void setMap(org.osgeo.mapguide.MgMap);
-  public int getMapPlotInstruction();
-  public void setMapPlotInstruction(int);
-  public org.osgeo.mapguide.MgCoordinate getCenter();
-  public double getScale();
-  public void setCenterAndScale(org.osgeo.mapguide.MgCoordinate, double);
-  public org.osgeo.mapguide.MgEnvelope getExtent();
-  public boolean getExpandToFit();
-  public void setExtent(org.osgeo.mapguide.MgEnvelope, boolean);
-  public org.osgeo.mapguide.MgPlotSpecification getPlotSpecification();
-  public void setPlotSpecification(org.osgeo.mapguide.MgPlotSpecification);
-  public org.osgeo.mapguide.MgLayout getLayout();
-  public void setLayout(org.osgeo.mapguide.MgLayout);
-}
-Compiled from "MgMapPlotCollection.java"
-public class org.osgeo.mapguide.MgMapPlotCollection extends org.osgeo.mapguide.MgSerializable {
-  public synchronized void delete();
-  public int getCount();
-  public org.osgeo.mapguide.MgMapPlot getItem(int);
-  public org.osgeo.mapguide.MgMapPlot getItem(java.lang.String);
-  public void setItem(int, org.osgeo.mapguide.MgMapPlot);
-  public void add(org.osgeo.mapguide.MgMapPlot);
-  public void insert(int, org.osgeo.mapguide.MgMapPlot);
-  public void clear();
-  public boolean remove(org.osgeo.mapguide.MgMapPlot);
-  public void removeAt(int);
-  public boolean contains(java.lang.String);
-  public boolean contains(org.osgeo.mapguide.MgMapPlot);
-  public int indexOf(java.lang.String);
-  public int indexOf(org.osgeo.mapguide.MgMapPlot);
-  public org.osgeo.mapguide.MgMapPlotCollection();
-}
-Compiled from "MgMapPlotInstruction.java"
-public class org.osgeo.mapguide.MgMapPlotInstruction {
-  public static final int UseMapCenterAndScale = 0;
-  public static final int UseOverriddenCenterAndScale = 1;
-  public static final int UseOverriddenExtent = 2;
-  public org.osgeo.mapguide.MgMapPlotInstruction();
-}
-Compiled from "MgMeasure.java"
-public class org.osgeo.mapguide.MgMeasure extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public double getDistance(org.osgeo.mapguide.MgCoordinate, org.osgeo.mapguide.MgCoordinate);
-  public double getAzimuth(org.osgeo.mapguide.MgCoordinate, org.osgeo.mapguide.MgCoordinate);
-  public org.osgeo.mapguide.MgCoordinate getCoordinate(org.osgeo.mapguide.MgCoordinate, double, double);
-}
-Compiled from "MgMetatile.java"
-public class org.osgeo.mapguide.MgMetatile extends org.osgeo.mapguide.MgSerializable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgByteReader getImage();
-  public int getRequestedWidth();
-  public int getRequestedHeight();
-  public int getWidth();
-  public int getHeight();
-  public int getMetaTilingFactor();
-  public java.lang.String getTileImageFormat();
-}
-Compiled from "MgMimeType.java"
-public class org.osgeo.mapguide.MgMimeType {
-  public static final java.lang.String Agf = "application/agf";
-  public static final java.lang.String Binary = "application/octet-stream";
-  public static final java.lang.String Dwf = "model/vnd.dwf";
-  public static final java.lang.String Gif = "image/gif";
-  public static final java.lang.String Jpeg = "image/jpeg";
-  public static final java.lang.String Png = "image/png";
-  public static final java.lang.String Text = "text/plain";
-  public static final java.lang.String Tiff = "image/tiff";
-  public static final java.lang.String Xml = "text/xml";
-  public static final java.lang.String Json = "application/json";
-  public static final java.lang.String Html = "text/html";
-  public static final java.lang.String Kml = "application/vnd.google-earth.kml+xml";
-  public static final java.lang.String Kmz = "application/vnd.google-earth.kmz";
-  public static final java.lang.String Meta = "application/metatile";
-  public org.osgeo.mapguide.MgMimeType();
-}
-Compiled from "MgMultiCurvePolygon.java"
-public class org.osgeo.mapguide.MgMultiCurvePolygon extends org.osgeo.mapguide.MgAggregateGeometry {
-  public synchronized void delete();
-  public int getCount();
-  public org.osgeo.mapguide.MgCurvePolygon getCurvePolygon(int);
-  public int getGeometryType();
-  public int getDimension();
-  public boolean isEmpty();
-  public boolean isClosed();
-  public org.osgeo.mapguide.MgGeometricEntity copy();
-  public org.osgeo.mapguide.MgGeometricEntity transform(org.osgeo.mapguide.MgTransform);
-}
-Compiled from "MgMultiCurveString.java"
-public class org.osgeo.mapguide.MgMultiCurveString extends org.osgeo.mapguide.MgAggregateGeometry {
-  public synchronized void delete();
-  public int getCount();
-  public org.osgeo.mapguide.MgCurveString getCurveString(int);
-  public int getGeometryType();
-  public int getDimension();
-  public boolean isEmpty();
-  public boolean isClosed();
-  public org.osgeo.mapguide.MgGeometricEntity copy();
-  public org.osgeo.mapguide.MgGeometricEntity transform(org.osgeo.mapguide.MgTransform);
-}
-Compiled from "MgMultiGeometry.java"
-public class org.osgeo.mapguide.MgMultiGeometry extends org.osgeo.mapguide.MgAggregateGeometry {
-  public synchronized void delete();
-  public int getCount();
-  public org.osgeo.mapguide.MgGeometry getGeometry(int);
-  public int getGeometryType();
-  public int getDimension();
-  public boolean isEmpty();
-  public boolean isClosed();
-  public org.osgeo.mapguide.MgGeometricEntity copy();
-  public org.osgeo.mapguide.MgGeometricEntity transform(org.osgeo.mapguide.MgTransform);
-}
-Compiled from "MgMultiLineString.java"
-public class org.osgeo.mapguide.MgMultiLineString extends org.osgeo.mapguide.MgAggregateGeometry {
-  public synchronized void delete();
-  public int getCount();
-  public org.osgeo.mapguide.MgLineString getLineString(int);
-  public int getGeometryType();
-  public int getDimension();
-  public boolean isEmpty();
-  public boolean isClosed();
-  public org.osgeo.mapguide.MgGeometricEntity copy();
-  public org.osgeo.mapguide.MgGeometricEntity transform(org.osgeo.mapguide.MgTransform);
-}
-Compiled from "MgMultiPoint.java"
-public class org.osgeo.mapguide.MgMultiPoint extends org.osgeo.mapguide.MgAggregateGeometry {
-  public synchronized void delete();
-  public int getCount();
-  public org.osgeo.mapguide.MgPoint getPoint(int);
-  public int getGeometryType();
-  public int getDimension();
-  public boolean isEmpty();
-  public boolean isClosed();
-  public org.osgeo.mapguide.MgGeometricEntity copy();
-  public org.osgeo.mapguide.MgGeometricEntity transform(org.osgeo.mapguide.MgTransform);
-}
-Compiled from "MgMultiPolygon.java"
-public class org.osgeo.mapguide.MgMultiPolygon extends org.osgeo.mapguide.MgAggregateGeometry {
-  public synchronized void delete();
-  public int getCount();
-  public org.osgeo.mapguide.MgPolygon getPolygon(int);
-  public int getGeometryType();
-  public int getDimension();
-  public boolean isEmpty();
-  public boolean isClosed();
-  public org.osgeo.mapguide.MgGeometricEntity copy();
-  public org.osgeo.mapguide.MgGeometricEntity transform(org.osgeo.mapguide.MgTransform);
-  public org.osgeo.mapguide.MgCoordinateIterator getCoordinates();
-}
-Compiled from "MgNamedSerializable.java"
-public class org.osgeo.mapguide.MgNamedSerializable extends org.osgeo.mapguide.MgSerializable {
-  public synchronized void delete();
-}
-Compiled from "MgNullableProperty.java"
-public class org.osgeo.mapguide.MgNullableProperty extends org.osgeo.mapguide.MgProperty {
-  public synchronized void delete();
-  public void setNull(boolean);
-  public boolean isNull();
-}
-Compiled from "MgObject.java"
-public class org.osgeo.mapguide.MgObject {
-  public synchronized void delete();
-  public int getClassId();
-}
-Compiled from "MgObjectPropertyDefinition.java"
-public class org.osgeo.mapguide.MgObjectPropertyDefinition extends org.osgeo.mapguide.MgPropertyDefinition {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgObjectPropertyDefinition(java.lang.String);
-  public org.osgeo.mapguide.MgClassDefinition getClassDefinition();
-  public int getObjectType();
-  public int getOrderType();
-  public org.osgeo.mapguide.MgDataPropertyDefinition getIdentityProperty();
-  public void setClassDefinition(org.osgeo.mapguide.MgClassDefinition);
-  public void setObjectType(int);
-  public void setOrderType(int);
-  public void setIdentityProperty(org.osgeo.mapguide.MgDataPropertyDefinition);
-}
-Compiled from "MgObjectPropertyType.java"
-public class org.osgeo.mapguide.MgObjectPropertyType {
-  public static final int Value = 0;
-  public static final int Collection = 1;
-  public static final int OrderedCollection = 2;
-  public org.osgeo.mapguide.MgObjectPropertyType();
-}
-Compiled from "MgOrderingOption.java"
-public class org.osgeo.mapguide.MgOrderingOption {
-  public static final int Ascending = 0;
-  public static final int Descending = 1;
-  public org.osgeo.mapguide.MgOrderingOption();
-}
-Compiled from "MgPackageStatusInformation.java"
-public class org.osgeo.mapguide.MgPackageStatusInformation extends org.osgeo.mapguide.MgSerializable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgPackageStatusInformation();
-  public java.lang.String getStatusMessage();
-  public java.lang.String getStatusCode();
-  public void setStatusCode(java.lang.String);
-  public java.lang.String getApiName();
-  public void setApiName(java.lang.String);
-  public java.lang.String getPackageName();
-  public void setPackageName(java.lang.String);
-  public java.lang.String getPackageDescription();
-  public void setPackageDescription(java.lang.String);
-  public org.osgeo.mapguide.MgDateTime getPackageDate();
-  public void setPackageDate(org.osgeo.mapguide.MgDateTime);
-  public long getPackageSize();
-  public void setPackageSize(long);
-  public java.lang.String getUserName();
-  public void setUserName(java.lang.String);
-  public java.lang.String getServerName();
-  public void setServerName(java.lang.String);
-  public java.lang.String getServerAddress();
-  public void setServerAddress(java.lang.String);
-  public org.osgeo.mapguide.MgDateTime getStartTime();
-  public void setStartTime(org.osgeo.mapguide.MgDateTime);
-  public org.osgeo.mapguide.MgDateTime getEndTime();
-  public void setEndTime(org.osgeo.mapguide.MgDateTime);
-  public int getOperationsFailed();
-  public void setOperationsFailed(int);
-  public int getOperationsReceived();
-  public void setOperationsReceived(int);
-  public double getAverageOperationTime();
-  public java.lang.String getErrorMessage();
-  public void setErrorMessage(java.lang.String);
-  public java.lang.String getStackTrace();
-  public void setStackTrace(java.lang.String);
-}
-Compiled from "MgPageUnitsType.java"
-public class org.osgeo.mapguide.MgPageUnitsType {
-  public static final java.lang.String Inches = "in";
-  public static final java.lang.String Millimeters = "mm";
-  public org.osgeo.mapguide.MgPageUnitsType();
-}
-Compiled from "MgParameter.java"
-public class org.osgeo.mapguide.MgParameter extends org.osgeo.mapguide.MgNamedSerializable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgParameter(org.osgeo.mapguide.MgNullableProperty);
-  public org.osgeo.mapguide.MgParameter(org.osgeo.mapguide.MgNullableProperty, int);
-  public void setProperty(org.osgeo.mapguide.MgNullableProperty);
-  public org.osgeo.mapguide.MgNullableProperty getProperty();
-  public void setDirection(int);
-  public int getDirection();
-  public java.lang.String getName();
-  public void setName(java.lang.String);
-}
-Compiled from "MgParameterCollection.java"
-public class org.osgeo.mapguide.MgParameterCollection extends org.osgeo.mapguide.MgCollection {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgParameterCollection();
-  public void setItem(int, org.osgeo.mapguide.MgParameter);
-  public void add(org.osgeo.mapguide.MgParameter);
-  public void insert(int, org.osgeo.mapguide.MgParameter);
-  public boolean remove(org.osgeo.mapguide.MgParameter);
-  public org.osgeo.mapguide.MgParameter getItem(int);
-  public int getCount();
-  public void clear();
-  public void removeAt(int);
-  public boolean contains(org.osgeo.mapguide.MgParameter);
-  public int indexOf(org.osgeo.mapguide.MgParameter);
-  public org.osgeo.mapguide.MgByteReader toXml();
-}
-Compiled from "MgParameterDirection.java"
-public class org.osgeo.mapguide.MgParameterDirection {
-  public static final int Input = 0;
-  public static final int Output = 1;
-  public static final int InputOutput = 2;
-  public static final int Ret = 3;
-  public org.osgeo.mapguide.MgParameterDirection();
-}
-Compiled from "MgPlotSpecification.java"
-public class org.osgeo.mapguide.MgPlotSpecification extends org.osgeo.mapguide.MgSerializable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgPlotSpecification(float, float, java.lang.String, float, float, float, float);
-  public org.osgeo.mapguide.MgPlotSpecification(float, float, java.lang.String, float, float, float);
-  public org.osgeo.mapguide.MgPlotSpecification(float, float, java.lang.String, float, float);
-  public org.osgeo.mapguide.MgPlotSpecification(float, float, java.lang.String, float);
-  public org.osgeo.mapguide.MgPlotSpecification(float, float, java.lang.String);
-  public float getPaperWidth();
-  public void setPaperWidth(float);
-  public float getPaperHeight();
-  public void setPaperHeight(float);
-  public java.lang.String getPageSizeUnits();
-  public void setPageSizeUnits(java.lang.String);
-  public float getMarginLeft();
-  public float getMarginTop();
-  public float getMarginRight();
-  public float getMarginBottom();
-  public void setMargins(float, float, float, float);
-}
-Compiled from "MgPoint.java"
-public class org.osgeo.mapguide.MgPoint extends org.osgeo.mapguide.MgGeometry {
-  public synchronized void delete();
-  public int getGeometryType();
-  public org.osgeo.mapguide.MgCoordinate getCoordinate();
-  public int getDimension();
-  public boolean isEmpty();
-  public boolean isClosed();
-  public org.osgeo.mapguide.MgGeometricEntity copy();
-  public org.osgeo.mapguide.MgGeometricEntity transform(org.osgeo.mapguide.MgTransform);
-  public org.osgeo.mapguide.MgCoordinateIterator getCoordinates();
-}
-Compiled from "MgPointCollection.java"
-public class org.osgeo.mapguide.MgPointCollection extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public int getCount();
-  public org.osgeo.mapguide.MgPoint getItem(int);
-  public void setItem(int, org.osgeo.mapguide.MgPoint);
-  public void add(org.osgeo.mapguide.MgPoint);
-  public void insert(int, org.osgeo.mapguide.MgPoint);
-  public void clear();
-  public boolean remove(org.osgeo.mapguide.MgPoint);
-  public void removeAt(int);
-  public boolean contains(org.osgeo.mapguide.MgPoint);
-  public int indexOf(org.osgeo.mapguide.MgPoint);
-  public org.osgeo.mapguide.MgPointCollection();
-}
-Compiled from "MgPolygon.java"
-public class org.osgeo.mapguide.MgPolygon extends org.osgeo.mapguide.MgRegion {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgLinearRing getExteriorRing();
-  public int getInteriorRingCount();
-  public org.osgeo.mapguide.MgLinearRing getInteriorRing(int);
-  public int getGeometryType();
-  public int getDimension();
-  public boolean isEmpty();
-  public boolean isClosed();
-  public org.osgeo.mapguide.MgGeometricEntity copy();
-  public org.osgeo.mapguide.MgGeometricEntity transform(org.osgeo.mapguide.MgTransform);
-  public org.osgeo.mapguide.MgCoordinateIterator getCoordinates();
-}
-Compiled from "MgPolygonCollection.java"
-public class org.osgeo.mapguide.MgPolygonCollection extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public int getCount();
-  public org.osgeo.mapguide.MgPolygon getItem(int);
-  public void setItem(int, org.osgeo.mapguide.MgPolygon);
-  public void add(org.osgeo.mapguide.MgPolygon);
-  public void insert(int, org.osgeo.mapguide.MgPolygon);
-  public void clear();
-  public boolean remove(org.osgeo.mapguide.MgPolygon);
-  public void removeAt(int);
-  public boolean contains(org.osgeo.mapguide.MgPolygon);
-  public int indexOf(org.osgeo.mapguide.MgPolygon);
-  public org.osgeo.mapguide.MgPolygonCollection();
-}
-Compiled from "MgPreparedGeometry.java"
-public class org.osgeo.mapguide.MgPreparedGeometry extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public boolean contains(org.osgeo.mapguide.MgGeometry);
-  public boolean crosses(org.osgeo.mapguide.MgGeometry);
-  public boolean disjoint(org.osgeo.mapguide.MgGeometry);
-  public boolean intersects(org.osgeo.mapguide.MgGeometry);
-  public boolean overlaps(org.osgeo.mapguide.MgGeometry);
-  public boolean touches(org.osgeo.mapguide.MgGeometry);
-  public boolean within(org.osgeo.mapguide.MgGeometry);
-}
-Compiled from "MgProfilingService.java"
-public class org.osgeo.mapguide.MgProfilingService extends org.osgeo.mapguide.MgService {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgByteReader profileRenderDynamicOverlay(org.osgeo.mapguide.MgMap, org.osgeo.mapguide.MgSelection, org.osgeo.mapguide.MgRenderingOptions);
-  public org.osgeo.mapguide.MgByteReader profileRenderMap(org.osgeo.mapguide.MgMap, org.osgeo.mapguide.MgSelection, org.osgeo.mapguide.MgCoordinate, double, int, int, org.osgeo.mapguide.MgColor, java.lang.String, boolean);
-}
-Compiled from "MgProperty.java"
-public class org.osgeo.mapguide.MgProperty extends org.osgeo.mapguide.MgNamedSerializable {
-  public synchronized void delete();
-  public boolean equals(java.lang.Object);
-  public int hashCode();
-  public short getPropertyType();
-  public java.lang.String getName();
-  public void setName(java.lang.String);
-}
-Compiled from "MgPropertyCollection.java"
-class org.osgeo.mapguide.MgPropertyCollection$ItemIterator implements java.util.Iterator<org.osgeo.mapguide.MgProperty> {
-  public org.osgeo.mapguide.MgPropertyCollection$ItemIterator(org.osgeo.mapguide.MgPropertyCollection, org.osgeo.mapguide.MgPropertyCollection);
-  public boolean hasNext();
-  public org.osgeo.mapguide.MgProperty next();
-  public void remove();
-  public java.lang.Object next();
-}
-Compiled from "MgPropertyCollection.java"
-public class org.osgeo.mapguide.MgPropertyCollection extends org.osgeo.mapguide.MgCollection implements java.util.Collection<org.osgeo.mapguide.MgProperty> {
-  public synchronized void delete();
-  public java.util.Iterator<org.osgeo.mapguide.MgProperty> iterator();
-  public boolean add(org.osgeo.mapguide.MgProperty);
-  public boolean addAll(java.util.Collection<? extends org.osgeo.mapguide.MgProperty>);
-  public boolean contains(java.lang.Object);
-  public boolean containsAll(java.util.Collection<?>);
-  public boolean isEmpty();
-  public boolean remove(java.lang.Object);
-  public boolean removeAll(java.util.Collection<?>);
-  public boolean retainAll(java.util.Collection<?>);
-  public int size();
-  public java.lang.Object[] toArray();
-  public <MgProperty> MgProperty[] toArray(MgProperty[]);
-  public org.osgeo.mapguide.MgPropertyCollection();
-  public void setItem(int, org.osgeo.mapguide.MgProperty);
-  public void addItem(org.osgeo.mapguide.MgProperty);
-  public void insert(int, org.osgeo.mapguide.MgProperty);
-  public boolean remove(org.osgeo.mapguide.MgProperty);
-  public org.osgeo.mapguide.MgProperty getItem(int);
-  public org.osgeo.mapguide.MgProperty getItem(java.lang.String);
-  public int getCount();
-  public void clear();
-  public void removeAt(int);
-  public boolean contains(org.osgeo.mapguide.MgProperty);
-  public boolean contains(java.lang.String);
-  public int indexOf(org.osgeo.mapguide.MgProperty);
-  public int indexOf(java.lang.String);
-  public org.osgeo.mapguide.MgByteReader toXml();
-  public boolean add(java.lang.Object);
-}
-Compiled from "MgPropertyDefinition.java"
-public class org.osgeo.mapguide.MgPropertyDefinition extends org.osgeo.mapguide.MgProperty {
-  public synchronized void delete();
-  public boolean equals(java.lang.Object);
-  public int hashCode();
-  public org.osgeo.mapguide.MgPropertyDefinition(java.lang.String, short);
-  public short getPropertyType();
-  public void setDescription(java.lang.String);
-  public java.lang.String getDescription();
-  public void setQualifiedName(java.lang.String);
-  public java.lang.String getQualifiedName();
-  public void markAsDeleted();
-}
-Compiled from "MgPropertyDefinitionCollection.java"
-class org.osgeo.mapguide.MgPropertyDefinitionCollection$ItemIterator implements java.util.Iterator<org.osgeo.mapguide.MgPropertyDefinition> {
-  public org.osgeo.mapguide.MgPropertyDefinitionCollection$ItemIterator(org.osgeo.mapguide.MgPropertyDefinitionCollection, org.osgeo.mapguide.MgPropertyDefinitionCollection);
-  public boolean hasNext();
-  public org.osgeo.mapguide.MgPropertyDefinition next();
-  public void remove();
-  public java.lang.Object next();
-}
-Compiled from "MgPropertyDefinitionCollection.java"
-public class org.osgeo.mapguide.MgPropertyDefinitionCollection extends org.osgeo.mapguide.MgCollection implements java.util.Collection<org.osgeo.mapguide.MgPropertyDefinition> {
-  public synchronized void delete();
-  public java.util.Iterator<org.osgeo.mapguide.MgPropertyDefinition> iterator();
-  public boolean add(org.osgeo.mapguide.MgPropertyDefinition);
-  public boolean addAll(java.util.Collection<? extends org.osgeo.mapguide.MgPropertyDefinition>);
-  public boolean contains(java.lang.Object);
-  public boolean containsAll(java.util.Collection<?>);
-  public boolean isEmpty();
-  public boolean remove(java.lang.Object);
-  public boolean removeAll(java.util.Collection<?>);
-  public boolean retainAll(java.util.Collection<?>);
-  public int size();
-  public java.lang.Object[] toArray();
-  public <MgPropertyDefinition> MgPropertyDefinition[] toArray(MgPropertyDefinition[]);
-  public org.osgeo.mapguide.MgPropertyDefinitionCollection();
-  public void setItem(int, org.osgeo.mapguide.MgPropertyDefinition);
-  public void addItem(org.osgeo.mapguide.MgPropertyDefinition);
-  public void insert(int, org.osgeo.mapguide.MgPropertyDefinition);
-  public boolean remove(org.osgeo.mapguide.MgPropertyDefinition);
-  public org.osgeo.mapguide.MgPropertyDefinition getItem(int);
-  public org.osgeo.mapguide.MgPropertyDefinition getItem(java.lang.String);
-  public int getCount();
-  public void clear();
-  public void removeAt(int);
-  public boolean contains(org.osgeo.mapguide.MgPropertyDefinition);
-  public boolean contains(java.lang.String);
-  public int indexOf(org.osgeo.mapguide.MgPropertyDefinition);
-  public int indexOf(java.lang.String);
-  public org.osgeo.mapguide.MgByteReader toXml();
-  public boolean add(java.lang.Object);
-}
-Compiled from "MgPropertyType.java"
-public class org.osgeo.mapguide.MgPropertyType {
-  public static final int Null = 0;
-  public static final int Boolean = 1;
-  public static final int Byte = 2;
-  public static final int DateTime = 3;
-  public static final int Single = 4;
-  public static final int Double = 5;
-  public static final int Int16 = 6;
-  public static final int Int32 = 7;
-  public static final int Int64 = 8;
-  public static final int String = 9;
-  public static final int Blob = 10;
-  public static final int Clob = 11;
-  public static final int Feature = 12;
-  public static final int Geometry = 13;
-  public static final int Raster = 14;
-  public static final int Decimal = 15;
-  public org.osgeo.mapguide.MgPropertyType();
-}
-Compiled from "MgRaster.java"
-public class org.osgeo.mapguide.MgRaster extends org.osgeo.mapguide.MgSerializable {
-  public synchronized void delete();
-  public boolean isNull();
-  public void setNull();
-  public org.osgeo.mapguide.MgEnvelope getBounds();
-  public int getImageXSize();
-  public void setImageXSize(int);
-  public int getImageYSize();
-  public void setImageYSize(int);
-  public org.osgeo.mapguide.MgByteReader getStream();
-  public int getBitsPerPixel();
-  public int getDataModelType();
-  public int getNumberOfBands();
-  public int getCurrentBand();
-  public short getDataType();
-  public java.lang.String getVerticalUnits();
-  public int getNullValueType();
-  public long getNullValue();
-}
-Compiled from "MgRasterDataModelType.java"
-public class org.osgeo.mapguide.MgRasterDataModelType {
-  public static final int Unknown = 0;
-  public static final int Data = 1;
-  public static final int Bitonal = 2;
-  public static final int Gray = 3;
-  public static final int RGB = 4;
-  public static final int RGBA = 5;
-  public static final int Palette = 6;
-  public org.osgeo.mapguide.MgRasterDataModelType();
-}
-Compiled from "MgRasterProperty.java"
-public class org.osgeo.mapguide.MgRasterProperty extends org.osgeo.mapguide.MgNullableProperty {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgRasterProperty(java.lang.String, org.osgeo.mapguide.MgRaster);
-  public org.osgeo.mapguide.MgRaster getValue();
-  public short getPropertyType();
-  public void setValue(org.osgeo.mapguide.MgRaster);
-}
-Compiled from "MgRasterPropertyDefinition.java"
-public class org.osgeo.mapguide.MgRasterPropertyDefinition extends org.osgeo.mapguide.MgPropertyDefinition {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgRasterPropertyDefinition(java.lang.String);
-  public boolean getReadOnly();
-  public boolean getNullable();
-  public int getDefaultImageXSize();
-  public int getDefaultImageYSize();
-  public java.lang.String getSpatialContextAssociation();
-  public void setReadOnly(boolean);
-  public void setNullable(boolean);
-  public void setDefaultImageXSize(int);
-  public void setDefaultImageYSize(int);
-  public void setSpatialContextAssociation(java.lang.String);
-}
-Compiled from "MgReader.java"
-public class org.osgeo.mapguide.MgReader extends org.osgeo.mapguide.MgSerializable implements java.lang.AutoCloseable {
-  public synchronized void delete();
-  public boolean readNext();
-  public int getPropertyCount();
-  public java.lang.String getPropertyName(int);
-  public int getPropertyType(java.lang.String);
-  public int getPropertyType(int);
-  public boolean isNull(java.lang.String);
-  public boolean getBoolean(java.lang.String);
-  public byte getByte(java.lang.String);
-  public org.osgeo.mapguide.MgDateTime getDateTime(java.lang.String);
-  public float getSingle(java.lang.String);
-  public double getDouble(java.lang.String);
-  public short getInt16(java.lang.String);
-  public int getInt32(java.lang.String);
-  public long getInt64(java.lang.String);
-  public java.lang.String getString(java.lang.String);
-  public org.osgeo.mapguide.MgByteReader getBLOB(java.lang.String);
-  public org.osgeo.mapguide.MgByteReader getCLOB(java.lang.String);
-  public org.osgeo.mapguide.MgByteReader getGeometry(java.lang.String);
-  public org.osgeo.mapguide.MgRaster getRaster(java.lang.String);
-  public int getPropertyIndex(java.lang.String);
-  public boolean isNull(int);
-  public boolean getBoolean(int);
-  public byte getByte(int);
-  public org.osgeo.mapguide.MgDateTime getDateTime(int);
-  public float getSingle(int);
-  public double getDouble(int);
-  public short getInt16(int);
-  public int getInt32(int);
-  public long getInt64(int);
-  public java.lang.String getString(int);
-  public org.osgeo.mapguide.MgByteReader getBLOB(int);
-  public org.osgeo.mapguide.MgByteReader getCLOB(int);
-  public org.osgeo.mapguide.MgByteReader getGeometry(int);
-  public org.osgeo.mapguide.MgRaster getRaster(int);
-  public void close();
-  public int getReaderType();
-  public org.osgeo.mapguide.MgByteReader toXml();
-}
-Compiled from "MgReaderType.java"
-public class org.osgeo.mapguide.MgReaderType {
-  public static final int FeatureReader = 0;
-  public static final int DataReader = 1;
-  public static final int SqlDataReader = 2;
-  public org.osgeo.mapguide.MgReaderType();
-}
-Compiled from "MgReadOnlyLayerCollection.java"
-class org.osgeo.mapguide.MgReadOnlyLayerCollection$ItemIterator implements java.util.Iterator<org.osgeo.mapguide.MgLayerBase> {
-  public org.osgeo.mapguide.MgReadOnlyLayerCollection$ItemIterator(org.osgeo.mapguide.MgReadOnlyLayerCollection, org.osgeo.mapguide.MgReadOnlyLayerCollection);
-  public boolean hasNext();
-  public org.osgeo.mapguide.MgLayerBase next();
-  public void remove();
-  public java.lang.Object next();
-}
-Compiled from "MgReadOnlyLayerCollection.java"
-public class org.osgeo.mapguide.MgReadOnlyLayerCollection extends org.osgeo.mapguide.MgGuardDisposable implements java.lang.Iterable<org.osgeo.mapguide.MgLayerBase> {
-  public synchronized void delete();
-  public java.util.Iterator<org.osgeo.mapguide.MgLayerBase> iterator();
-  public int getCount();
-  public org.osgeo.mapguide.MgLayerBase getItem(int);
-  public boolean contains(org.osgeo.mapguide.MgLayerBase);
-  public int indexOf(org.osgeo.mapguide.MgLayerBase);
-}
-Compiled from "MgRegion.java"
-public class org.osgeo.mapguide.MgRegion extends org.osgeo.mapguide.MgGeometry {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgPoint getPointInRegion();
-  public org.osgeo.mapguide.MgCoordinateIterator getCoordinates();
-}
-Compiled from "MgRenderingOptions.java"
-public class org.osgeo.mapguide.MgRenderingOptions extends org.osgeo.mapguide.MgSerializable {
-  public static final int RenderSelection;
-  public static final int RenderLayers;
-  public static final int KeepSelection;
-  public static final int RenderBaseLayers;
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgRenderingOptions(java.lang.String, int, org.osgeo.mapguide.MgColor);
-  public java.lang.String getImageFormat();
-  public int getBehavior();
-  public org.osgeo.mapguide.MgColor getSelectionColor();
-}
-Compiled from "MgRenderingService.java"
-public class org.osgeo.mapguide.MgRenderingService extends org.osgeo.mapguide.MgService {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgByteReader renderTile(org.osgeo.mapguide.MgMap, java.lang.String, int, int);
-  public org.osgeo.mapguide.MgByteReader renderTile(org.osgeo.mapguide.MgMap, java.lang.String, int, int, int, int, int, java.lang.String);
-  public org.osgeo.mapguide.MgByteReader renderTile(org.osgeo.mapguide.MgMap, java.lang.String, int, int, int, int, int, java.lang.String, double);
-  public org.osgeo.mapguide.MgByteReader renderTileXYZ(org.osgeo.mapguide.MgMap, java.lang.String, int, int, int);
-  public org.osgeo.mapguide.MgByteReader renderTileXYZ(org.osgeo.mapguide.MgMap, java.lang.String, int, int, int, int, java.lang.String);
-  public org.osgeo.mapguide.MgByteReader renderTileXYZ(org.osgeo.mapguide.MgMap, java.lang.String, int, int, int, int, java.lang.String, double, int);
-  public org.osgeo.mapguide.MgByteReader renderTileUTFGrid(org.osgeo.mapguide.MgMap, java.lang.String, int, int, int, int);
-  public org.osgeo.mapguide.MgByteReader renderDynamicOverlay(org.osgeo.mapguide.MgMap, org.osgeo.mapguide.MgSelection, java.lang.String);
-  public org.osgeo.mapguide.MgByteReader renderDynamicOverlay(org.osgeo.mapguide.MgMap, org.osgeo.mapguide.MgSelection, java.lang.String, boolean);
-  public org.osgeo.mapguide.MgByteReader renderDynamicOverlay(org.osgeo.mapguide.MgMap, org.osgeo.mapguide.MgSelection, org.osgeo.mapguide.MgRenderingOptions);
-  public org.osgeo.mapguide.MgByteReader renderMap(org.osgeo.mapguide.MgMap, org.osgeo.mapguide.MgSelection, java.lang.String);
-  public org.osgeo.mapguide.MgByteReader renderMap(org.osgeo.mapguide.MgMap, org.osgeo.mapguide.MgSelection, java.lang.String, boolean);
-  public org.osgeo.mapguide.MgByteReader renderMap(org.osgeo.mapguide.MgMap, org.osgeo.mapguide.MgSelection, java.lang.String, boolean, boolean);
-  public org.osgeo.mapguide.MgByteReader renderMap(org.osgeo.mapguide.MgMap, org.osgeo.mapguide.MgSelection, java.lang.String, boolean, boolean, org.osgeo.mapguide.MgColor);
-  public org.osgeo.mapguide.MgByteReader renderMap(org.osgeo.mapguide.MgMap, org.osgeo.mapguide.MgSelection, org.osgeo.mapguide.MgEnvelope, int, int, org.osgeo.mapguide.MgColor, java.lang.String);
-  public org.osgeo.mapguide.MgByteReader renderMap(org.osgeo.mapguide.MgMap, org.osgeo.mapguide.MgSelection, org.osgeo.mapguide.MgEnvelope, int, int, org.osgeo.mapguide.MgColor, java.lang.String, boolean);
-  public org.osgeo.mapguide.MgByteReader renderMap(org.osgeo.mapguide.MgMap, org.osgeo.mapguide.MgSelection, org.osgeo.mapguide.MgCoordinate, double, int, int, org.osgeo.mapguide.MgColor, java.lang.String);
-  public org.osgeo.mapguide.MgByteReader renderMap(org.osgeo.mapguide.MgMap, org.osgeo.mapguide.MgSelection, org.osgeo.mapguide.MgCoordinate, double, int, int, org.osgeo.mapguide.MgColor, java.lang.String, boolean);
-  public org.osgeo.mapguide.MgByteReader renderMap(org.osgeo.mapguide.MgMap, org.osgeo.mapguide.MgSelection, org.osgeo.mapguide.MgCoordinate, double, int, int, org.osgeo.mapguide.MgColor, java.lang.String, boolean, org.osgeo.mapguide.MgColor);
-  public org.osgeo.mapguide.MgByteReader renderMapLegend(org.osgeo.mapguide.MgMap, int, int, org.osgeo.mapguide.MgColor, java.lang.String);
-  public org.osgeo.mapguide.MgFeatureInformation queryFeatures(org.osgeo.mapguide.MgMap, org.osgeo.mapguide.MgStringCollection, org.osgeo.mapguide.MgGeometry, int, int);
-  public org.osgeo.mapguide.MgFeatureInformation queryFeatures(org.osgeo.mapguide.MgMap, org.osgeo.mapguide.MgStringCollection, org.osgeo.mapguide.MgGeometry, int, java.lang.String, int, int);
-  public org.osgeo.mapguide.MgBatchPropertyCollection queryFeatureProperties(org.osgeo.mapguide.MgMap, org.osgeo.mapguide.MgStringCollection, org.osgeo.mapguide.MgGeometry, int, int);
-  public org.osgeo.mapguide.MgBatchPropertyCollection queryFeatureProperties(org.osgeo.mapguide.MgMap, org.osgeo.mapguide.MgStringCollection, org.osgeo.mapguide.MgGeometry, int, java.lang.String, int, int);
-  public org.osgeo.mapguide.MgMetatile renderMetatile(org.osgeo.mapguide.MgMap, java.lang.String, int, int, int, int, int, java.lang.String, double, int);
-  public org.osgeo.mapguide.MgMetatile renderMetatileXYZ(org.osgeo.mapguide.MgMap, java.lang.String, int, int, int, int, java.lang.String, double, int, int);
-  public org.osgeo.mapguide.MgByteReader renderTileFromMetaTile(org.osgeo.mapguide.MgMap, org.osgeo.mapguide.MgMetatile, int, int);
-}
-Compiled from "MgRepositoryType.java"
-public class org.osgeo.mapguide.MgRepositoryType {
-  public static final java.lang.String Library = "Library";
-  public static final java.lang.String Session = "Session";
-  public org.osgeo.mapguide.MgRepositoryType();
-}
-Compiled from "MgResource.java"
-public class org.osgeo.mapguide.MgResource extends org.osgeo.mapguide.MgNamedSerializable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgResourceIdentifier getResourceId();
-  public void open(org.osgeo.mapguide.MgResourceService, org.osgeo.mapguide.MgResourceIdentifier);
-  public void save(org.osgeo.mapguide.MgResourceService);
-  public void save(org.osgeo.mapguide.MgResourceService, org.osgeo.mapguide.MgResourceIdentifier);
-}
-Compiled from "MgResourceDataName.java"
-public class org.osgeo.mapguide.MgResourceDataName {
-  public static final java.lang.String UserCredentials = "MG_USER_CREDENTIALS";
-  public static final java.lang.String ProxyServerName = "MG_PROXY_SERVER";
-  public static final java.lang.String ProxyServerPort = "MG_PROXY_PORT";
-  public static final java.lang.String ProxyCredentials = "MG_PROXY_CREDENTIALS";
-  public org.osgeo.mapguide.MgResourceDataName();
-}
-Compiled from "MgResourceDataType.java"
-public class org.osgeo.mapguide.MgResourceDataType {
-  public static final java.lang.String File = "File";
-  public static final java.lang.String Stream = "Stream";
-  public static final java.lang.String String = "String";
-  public org.osgeo.mapguide.MgResourceDataType();
-}
-Compiled from "MgResourceHeaderProperties.java"
-public class org.osgeo.mapguide.MgResourceHeaderProperties {
-  public static final int General = 1;
-  public static final int Security = 2;
-  public static final int Metadata = 4;
-  public org.osgeo.mapguide.MgResourceHeaderProperties();
-}
-Compiled from "MgResourceIdentifier.java"
-public class org.osgeo.mapguide.MgResourceIdentifier extends org.osgeo.mapguide.MgSerializable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgResourceIdentifier(java.lang.String);
-  public java.lang.String getRepositoryType();
-  public void setRepositoryType(java.lang.String);
-  public java.lang.String getRepositoryName();
-  public void setRepositoryName(java.lang.String);
-  public java.lang.String toString();
-  public java.lang.String getPath();
-  public void setPath(java.lang.String);
-  public java.lang.String getName();
-  public void setName(java.lang.String);
-  public java.lang.String getResourceType();
-  public void setResourceType(java.lang.String);
-  public void validate();
-}
-Compiled from "MgResourcePermission.java"
-public class org.osgeo.mapguide.MgResourcePermission {
-  public static final java.lang.String PermissionNoAccess = "n";
-  public static final java.lang.String PermissionReadOnly = "r";
-  public static final java.lang.String PermissionReadWrite = "r,w";
-  public org.osgeo.mapguide.MgResourcePermission();
-}
-Compiled from "MgResourceService.java"
-public class org.osgeo.mapguide.MgResourceService extends org.osgeo.mapguide.MgService {
-  public synchronized void delete();
-  public void updateRepository(org.osgeo.mapguide.MgResourceIdentifier, org.osgeo.mapguide.MgByteReader, org.osgeo.mapguide.MgByteReader);
-  public void applyResourcePackage(org.osgeo.mapguide.MgByteReader);
-  public org.osgeo.mapguide.MgByteReader enumerateResources(org.osgeo.mapguide.MgResourceIdentifier, int, java.lang.String);
-  public org.osgeo.mapguide.MgByteReader enumerateResources(org.osgeo.mapguide.MgResourceIdentifier, int, java.lang.String, boolean);
-  public void setResource(org.osgeo.mapguide.MgResourceIdentifier, org.osgeo.mapguide.MgByteReader, org.osgeo.mapguide.MgByteReader);
-  public void deleteResource(org.osgeo.mapguide.MgResourceIdentifier);
-  public void moveResource(org.osgeo.mapguide.MgResourceIdentifier, org.osgeo.mapguide.MgResourceIdentifier, boolean);
-  public void moveResource(org.osgeo.mapguide.MgResourceIdentifier, org.osgeo.mapguide.MgResourceIdentifier, boolean, boolean);
-  public void copyResource(org.osgeo.mapguide.MgResourceIdentifier, org.osgeo.mapguide.MgResourceIdentifier, boolean);
-  public org.osgeo.mapguide.MgByteReader getResourceContent(org.osgeo.mapguide.MgResourceIdentifier);
-  public org.osgeo.mapguide.MgStringCollection getResourceContents(org.osgeo.mapguide.MgStringCollection, org.osgeo.mapguide.MgStringCollection);
-  public org.osgeo.mapguide.MgByteReader getResourceHeader(org.osgeo.mapguide.MgResourceIdentifier);
-  public void changeResourceOwner(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String, boolean);
-  public void inheritPermissionsFrom(org.osgeo.mapguide.MgResourceIdentifier);
-  public void setResourceData(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String, java.lang.String, org.osgeo.mapguide.MgByteReader);
-  public void deleteResourceData(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String);
-  public void renameResourceData(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String, java.lang.String, boolean);
-  public org.osgeo.mapguide.MgByteReader getResourceData(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String);
-  public org.osgeo.mapguide.MgByteReader enumerateResourceData(org.osgeo.mapguide.MgResourceIdentifier);
-  public org.osgeo.mapguide.MgByteReader getRepositoryContent(org.osgeo.mapguide.MgResourceIdentifier);
-  public org.osgeo.mapguide.MgByteReader getRepositoryHeader(org.osgeo.mapguide.MgResourceIdentifier);
-  public org.osgeo.mapguide.MgByteReader enumerateReferences(org.osgeo.mapguide.MgResourceIdentifier);
-  public boolean resourceExists(org.osgeo.mapguide.MgResourceIdentifier);
-  public org.osgeo.mapguide.MgByteReader enumerateUnmanagedData(java.lang.String, boolean, java.lang.String, java.lang.String);
-  public java.lang.String enumerateResourceDocuments(org.osgeo.mapguide.MgStringCollection, java.lang.String, int);
-  public org.osgeo.mapguide.MgDateTime getResourceModifiedDate(org.osgeo.mapguide.MgResourceIdentifier);
-  public void setResourceMetadata(org.osgeo.mapguide.MgResourceIdentifier, org.osgeo.mapguide.MgByteReader);
-  public org.osgeo.mapguide.MgByteReader getResourceMetadata(org.osgeo.mapguide.MgResourceIdentifier);
-}
-Compiled from "MgResourceTag.java"
-public class org.osgeo.mapguide.MgResourceTag {
-  public static final java.lang.String LoginUsername = "%MG_LOGIN_USERNAME%";
-  public static final java.lang.String LoginPassword = "%MG_LOGIN_PASSWORD%";
-  public static final java.lang.String Username = "%MG_USERNAME%";
-  public static final java.lang.String Password = "%MG_PASSWORD%";
-  public static final java.lang.String ProxyServer = "%MG_PROXY_SERVER%";
-  public static final java.lang.String ProxyPort = "%MG_PROXY_PORT%";
-  public static final java.lang.String ProxyUsername = "%MG_PROXY_USERNAME%";
-  public static final java.lang.String ProxyPassword = "%MG_PROXY_PASSWORD%";
-  public static final java.lang.String DataFilePath = "%MG_DATA_FILE_PATH%";
-  public static final java.lang.String TileCachePath = "%MG_TILE_CACHE_PATH%";
-  public static final java.lang.String DataPathAliasBegin = "%MG_DATA_PATH_ALIAS[";
-  public static final java.lang.String DataPathAliasEnd = "]%";
-  public org.osgeo.mapguide.MgResourceTag();
-}
-Compiled from "MgResourceType.java"
-public class org.osgeo.mapguide.MgResourceType {
-  public static final java.lang.String Map = "Map";
-  public static final java.lang.String MapDefinition = "MapDefinition";
-  public static final java.lang.String LayerDefinition = "LayerDefinition";
-  public static final java.lang.String DrawingSource = "DrawingSource";
-  public static final java.lang.String FeatureSource = "FeatureSource";
-  public static final java.lang.String Folder = "Folder";
-  public static final java.lang.String LoadProcedure = "LoadProcedure";
-  public static final java.lang.String PrintLayout = "PrintLayout";
-  public static final java.lang.String Selection = "Selection";
-  public static final java.lang.String SymbolDefinition = "SymbolDefinition";
-  public static final java.lang.String SymbolLibrary = "SymbolLibrary";
-  public static final java.lang.String WebLayout = "WebLayout";
-  public static final java.lang.String ApplicationDefinition = "ApplicationDefinition";
-  public static final java.lang.String WatermarkDefinition = "WatermarkDefinition";
-  public static final java.lang.String TileSetDefinition = "TileSetDefinition";
-  public org.osgeo.mapguide.MgResourceType();
-}
-Compiled from "MgRing.java"
-public class org.osgeo.mapguide.MgRing extends org.osgeo.mapguide.MgGeometryComponent {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgPoint getPointInRing();
-  public org.osgeo.mapguide.MgCoordinateIterator getCoordinates();
-}
-Compiled from "MgRole.java"
-public class org.osgeo.mapguide.MgRole {
-  public static final java.lang.String Administrator = "Administrator";
-  public static final java.lang.String Author = "Author";
-  public static final java.lang.String Viewer = "Viewer";
-  public org.osgeo.mapguide.MgRole();
-}
-Compiled from "MgSelection.java"
-public class org.osgeo.mapguide.MgSelection extends org.osgeo.mapguide.MgSelectionBase {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgSelection(org.osgeo.mapguide.MgMap);
-  public org.osgeo.mapguide.MgSelection(org.osgeo.mapguide.MgMap, java.lang.String);
-  public org.osgeo.mapguide.MgFeatureReader getSelectedFeatures(org.osgeo.mapguide.MgLayerBase, java.lang.String, boolean);
-  public org.osgeo.mapguide.MgFeatureReader getSelectedFeatures(org.osgeo.mapguide.MgLayerBase, java.lang.String, org.osgeo.mapguide.MgStringCollection);
-  public void open(org.osgeo.mapguide.MgResourceService, java.lang.String);
-  public void save(org.osgeo.mapguide.MgResourceService, java.lang.String);
-  public org.osgeo.mapguide.MgSelection();
-}
-Compiled from "MgSelectionBase.java"
-public class org.osgeo.mapguide.MgSelectionBase extends org.osgeo.mapguide.MgResource {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgSelectionBase(org.osgeo.mapguide.MgMapBase);
-  public org.osgeo.mapguide.MgSelectionBase(org.osgeo.mapguide.MgMapBase, java.lang.String);
-  public int getSelectedFeaturesCount(org.osgeo.mapguide.MgLayerBase, java.lang.String);
-  public org.osgeo.mapguide.MgFeatureReader getSelectedFeatures(org.osgeo.mapguide.MgLayerBase, java.lang.String, boolean);
-  public org.osgeo.mapguide.MgFeatureReader getSelectedFeatures(org.osgeo.mapguide.MgLayerBase, java.lang.String, org.osgeo.mapguide.MgStringCollection);
-  public void fromXml(java.lang.String);
-  public java.lang.String toXml();
-  public void addFeatures(org.osgeo.mapguide.MgLayerBase, org.osgeo.mapguide.MgFeatureReader, int);
-  public void addFeatureIds(org.osgeo.mapguide.MgLayerBase, java.lang.String, org.osgeo.mapguide.MgPropertyCollection);
-  public void addFeatureIdInt16(org.osgeo.mapguide.MgLayerBase, java.lang.String, short);
-  public void addFeatureIdInt32(org.osgeo.mapguide.MgLayerBase, java.lang.String, int);
-  public void addFeatureIdInt64(org.osgeo.mapguide.MgLayerBase, java.lang.String, long);
-  public void addFeatureIdString(org.osgeo.mapguide.MgLayerBase, java.lang.String, java.lang.String);
-  public void addFeatureIdDouble(org.osgeo.mapguide.MgLayerBase, java.lang.String, double);
-  public org.osgeo.mapguide.MgReadOnlyLayerCollection getLayers();
-  public org.osgeo.mapguide.MgStringCollection getClasses(java.lang.String);
-  public java.lang.String getClass(java.lang.String);
-  public boolean contains(org.osgeo.mapguide.MgLayerBase, java.lang.String);
-  public java.lang.String generateFilter(org.osgeo.mapguide.MgLayerBase, java.lang.String);
-  public org.osgeo.mapguide.MgStringCollection generateFilters(org.osgeo.mapguide.MgLayerBase, java.lang.String, int);
-  public org.osgeo.mapguide.MgEnvelope getExtents(org.osgeo.mapguide.MgFeatureService);
-  public void add(java.lang.String, java.lang.String, java.lang.String);
-  public void open(org.osgeo.mapguide.MgResourceService, java.lang.String);
-  public void save(org.osgeo.mapguide.MgResourceService, java.lang.String);
-  public java.lang.String getResourceName(java.lang.String, java.lang.String);
-  public void setMap(org.osgeo.mapguide.MgMapBase);
-}
-Compiled from "MgSerializable.java"
-public class org.osgeo.mapguide.MgSerializable extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-}
-Compiled from "MgServerAdmin.java"
-public class org.osgeo.mapguide.MgServerAdmin extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgServerAdmin();
-  public void open(java.lang.String, org.osgeo.mapguide.MgUserInformation);
-  public void open(org.osgeo.mapguide.MgUserInformation);
-  public void close();
-  public boolean hasWarning();
-  public org.osgeo.mapguide.MgWarnings getWarningsObject();
-  public org.osgeo.mapguide.MgPropertyCollection getConfigurationProperties(java.lang.String);
-  public void setConfigurationProperties(java.lang.String, org.osgeo.mapguide.MgPropertyCollection);
-  public void removeConfigurationProperties(java.lang.String, org.osgeo.mapguide.MgPropertyCollection);
-  public boolean clearLog(java.lang.String);
-  public void deleteLog(java.lang.String);
-  public void renameLog(java.lang.String, java.lang.String);
-  public org.osgeo.mapguide.MgPropertyCollection enumerateLogs();
-  public org.osgeo.mapguide.MgByteReader getLog(java.lang.String);
-  public org.osgeo.mapguide.MgByteReader getLog(java.lang.String, int);
-  public org.osgeo.mapguide.MgByteReader getLog(java.lang.String, org.osgeo.mapguide.MgDateTime, org.osgeo.mapguide.MgDateTime);
-  public org.osgeo.mapguide.MgByteReader getLogFile(java.lang.String);
-  public void bringOnline();
-  public void takeOffline();
-  public boolean isOnline();
-  public org.osgeo.mapguide.MgPropertyCollection getInformationProperties();
-  public java.lang.String getSiteVersion();
-  public org.osgeo.mapguide.MgPropertyCollection getSiteStatus();
-  public void deletePackage(java.lang.String);
-  public org.osgeo.mapguide.MgStringCollection enumeratePackages();
-  public org.osgeo.mapguide.MgByteReader getPackageLog(java.lang.String);
-  public org.osgeo.mapguide.MgPackageStatusInformation getPackageStatus(java.lang.String);
-  public void loadPackage(java.lang.String);
-  public void makePackage(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String, java.lang.String);
-  public void setMaximumLogSize(int);
-  public void setLogDelimiter(java.lang.String);
-  public void enableMaximumLogSize(boolean);
-  public boolean isMaximumLogSizeEnabled();
-  public org.osgeo.mapguide.MgByteReader getDocument(java.lang.String);
-  public void setDocument(java.lang.String, org.osgeo.mapguide.MgByteReader);
-}
-Compiled from "MgServerInformationProperties.java"
-public class org.osgeo.mapguide.MgServerInformationProperties {
-  public static final java.lang.String ServerVersion = "ServerVersion";
-  public static final java.lang.String ApiVersion = "ApiVersion";
-  public static final java.lang.String AdminOperationsQueueCount = "AdminOperationsQueueCount";
-  public static final java.lang.String ClientOperationsQueueCount = "ClientOperationsQueueCount";
-  public static final java.lang.String SiteOperationsQueueCount = "SiteOperationsQueueCount";
-  public static final java.lang.String AverageOperationTime = "AverageOperationTime";
-  public static final java.lang.String TotalOperationTime = "TotalOperationTime";
-  public static final java.lang.String CpuUtilization = "CpuUtilization";
-  public static final java.lang.String TotalPhysicalMemory = "TotalPhysicalMemory";
-  public static final java.lang.String AvailablePhysicalMemory = "AvailablePhysicalMemory";
-  public static final java.lang.String TotalVirtualMemory = "TotalVirtualMemory";
-  public static final java.lang.String AvailableVirtualMemory = "AvailableVirtualMemory";
-  public static final java.lang.String Uptime = "Uptime";
-  public static final java.lang.String Status = "Status";
-  public static final java.lang.String DisplayName = "DisplayName";
-  public static final java.lang.String MachineIp = "MachineIp";
-  public static final java.lang.String TotalReceivedOperations = "TotalReceivedOperations";
-  public static final java.lang.String TotalProcessedOperations = "TotalProcessedOperations";
-  public static final java.lang.String TotalConnections = "TotalConnections";
-  public static final java.lang.String TotalActiveConnections = "TotalActiveConnections";
-  public static final java.lang.String OperatingSystemVersion = "OperatingSystemVersion";
-  public static final java.lang.String WorkingSet = "WorkingSet";
-  public static final java.lang.String VirtualMemory = "VirtualMemory";
-  public static final java.lang.String CacheSize = "CacheSize";
-  public static final java.lang.String CacheDroppedEntries = "CacheDroppedEntries";
-  public org.osgeo.mapguide.MgServerInformationProperties();
-}
-Compiled from "MgService.java"
-public class org.osgeo.mapguide.MgService extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public boolean hasWarnings();
-  public org.osgeo.mapguide.MgWarnings getWarningsObject();
-}
-Compiled from "MgServiceType.java"
-public class org.osgeo.mapguide.MgServiceType {
-  public static final short ResourceService = 0;
-  public static final short DrawingService = 1;
-  public static final short FeatureService = 2;
-  public static final short MappingService = 3;
-  public static final short RenderingService = 4;
-  public static final short TileService = 5;
-  public static final short KmlService = 6;
-  public static final short ProfilingService = 10;
-  public org.osgeo.mapguide.MgServiceType();
-}
-Compiled from "MgSingleProperty.java"
-public class org.osgeo.mapguide.MgSingleProperty extends org.osgeo.mapguide.MgNullableProperty {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgSingleProperty(java.lang.String, float);
-  public float getValue();
-  public short getPropertyType();
-  public void setValue(float);
-}
-Compiled from "MgSite.java"
-public class org.osgeo.mapguide.MgSite extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgByteReader enumerateUsers(java.lang.String);
-  public org.osgeo.mapguide.MgByteReader enumerateGroups();
-  public java.lang.String createSession();
-  public void destroySession(java.lang.String);
-  public java.lang.String getCurrentSession();
-  public int getSessionTimeout();
-  public java.lang.String getUserForSession();
-  public org.osgeo.mapguide.MgByteReader enumerateGroups(java.lang.String);
-  public org.osgeo.mapguide.MgStringCollection enumerateRoles(java.lang.String);
-  public org.osgeo.mapguide.MgSite();
-  public void open(org.osgeo.mapguide.MgUserInformation);
-  public void open(org.osgeo.mapguide.MgUserInformation, org.osgeo.mapguide.MgSiteInfo);
-  public void close();
-  public boolean hasWarning();
-  public org.osgeo.mapguide.MgWarnings getWarning();
-  public org.osgeo.mapguide.MgByteReader enumerateUsers(java.lang.String, java.lang.String, boolean);
-  public void addUser(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
-  public void updateUser(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String);
-  public void deleteUsers(org.osgeo.mapguide.MgStringCollection);
-  public void grantRoleMembershipsToUsers(org.osgeo.mapguide.MgStringCollection, org.osgeo.mapguide.MgStringCollection);
-  public void revokeRoleMembershipsFromUsers(org.osgeo.mapguide.MgStringCollection, org.osgeo.mapguide.MgStringCollection);
-  public void grantGroupMembershipsToUsers(org.osgeo.mapguide.MgStringCollection, org.osgeo.mapguide.MgStringCollection);
-  public void revokeGroupMembershipsFromUsers(org.osgeo.mapguide.MgStringCollection, org.osgeo.mapguide.MgStringCollection);
-  public org.osgeo.mapguide.MgByteReader enumerateGroups(java.lang.String, java.lang.String);
-  public void addGroup(java.lang.String, java.lang.String);
-  public void updateGroup(java.lang.String, java.lang.String, java.lang.String);
-  public void deleteGroups(org.osgeo.mapguide.MgStringCollection);
-  public void grantRoleMembershipsToGroups(org.osgeo.mapguide.MgStringCollection, org.osgeo.mapguide.MgStringCollection);
-  public void revokeRoleMembershipsFromGroups(org.osgeo.mapguide.MgStringCollection, org.osgeo.mapguide.MgStringCollection);
-  public org.osgeo.mapguide.MgStringCollection enumerateRoles(java.lang.String, java.lang.String);
-  public org.osgeo.mapguide.MgByteReader enumerateServers();
-  public void addServer(java.lang.String, java.lang.String, java.lang.String);
-  public void updateServer(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
-  public void removeServer(java.lang.String);
-  public org.osgeo.mapguide.MgSiteInfo getSiteServerInfo(int);
-  public int getSiteServerCount();
-  public java.lang.String getCurrentSiteAddress();
-}
-Compiled from "MgSiteConnection.java"
-public class org.osgeo.mapguide.MgSiteConnection extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgSiteConnection();
-  public void open(org.osgeo.mapguide.MgUserInformation);
-  public org.osgeo.mapguide.MgService createService(int);
-  public org.osgeo.mapguide.MgSite getSite();
-  public org.osgeo.mapguide.MgSiteConnection(java.lang.String);
-}
-Compiled from "MgSiteInfo.java"
-public final class org.osgeo.mapguide.MgSiteInfo$MgPortType {
-  public static final org.osgeo.mapguide.MgSiteInfo$MgPortType Client;
-  public static final org.osgeo.mapguide.MgSiteInfo$MgPortType Site;
-  public static final org.osgeo.mapguide.MgSiteInfo$MgPortType Admin;
-  public final int swigValue();
-  public java.lang.String toString();
-  public static org.osgeo.mapguide.MgSiteInfo$MgPortType swigToEnum(int);
-}
-Compiled from "MgSiteInfo.java"
-public final class org.osgeo.mapguide.MgSiteInfo$MgSiteStatus {
-  public static final org.osgeo.mapguide.MgSiteInfo$MgSiteStatus Ok;
-  public static final org.osgeo.mapguide.MgSiteInfo$MgSiteStatus UnableToConnect;
-  public static final org.osgeo.mapguide.MgSiteInfo$MgSiteStatus TimedOut;
-  public static final org.osgeo.mapguide.MgSiteInfo$MgSiteStatus Uninitialized;
-  public final int swigValue();
-  public java.lang.String toString();
-  public static org.osgeo.mapguide.MgSiteInfo$MgSiteStatus swigToEnum(int);
-}
-Compiled from "MgSiteInfo.java"
-public class org.osgeo.mapguide.MgSiteInfo extends org.osgeo.mapguide.MgSerializable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgSiteInfo();
-  public org.osgeo.mapguide.MgSiteInfo(java.lang.String, int, int, int);
-  public java.lang.String getTarget();
-  public int getPort(org.osgeo.mapguide.MgSiteInfo$MgPortType);
-  public org.osgeo.mapguide.MgSiteInfo$MgSiteStatus getStatus();
-  public void setStatus(org.osgeo.mapguide.MgSiteInfo$MgSiteStatus);
-}
-Compiled from "MgSpatialContextExtentType.java"
-public class org.osgeo.mapguide.MgSpatialContextExtentType {
-  public static final int scStatic = 0;
-  public static final int scDynamic = 1;
-  public org.osgeo.mapguide.MgSpatialContextExtentType();
-}
-Compiled from "MgSpatialContextReader.java"
-public class org.osgeo.mapguide.MgSpatialContextReader extends org.osgeo.mapguide.MgSerializable implements java.lang.AutoCloseable {
-  public synchronized void delete();
-  public java.lang.String getName();
-  public java.lang.String getDescription();
-  public java.lang.String getCoordinateSystem();
-  public java.lang.String getCoordinateSystemWkt();
-  public int getExtentType();
-  public org.osgeo.mapguide.MgByteReader getExtent();
-  public double getXYTolerance();
-  public double getZTolerance();
-  public boolean isActive();
-  public boolean readNext();
-  public void close();
-  public void reset();
-  public org.osgeo.mapguide.MgByteReader toXml();
-}
-Compiled from "MgSqlDataReader.java"
-public class org.osgeo.mapguide.MgSqlDataReader extends org.osgeo.mapguide.MgReader implements java.lang.AutoCloseable {
-  public synchronized void delete();
-}
-Compiled from "MgStringCollection.java"
-class org.osgeo.mapguide.MgStringCollection$ItemIterator implements java.util.Iterator<java.lang.String> {
-  public org.osgeo.mapguide.MgStringCollection$ItemIterator(org.osgeo.mapguide.MgStringCollection, org.osgeo.mapguide.MgStringCollection);
-  public boolean hasNext();
-  public java.lang.String next();
-  public void remove();
-  public java.lang.Object next();
-}
-Compiled from "MgStringCollection.java"
-public class org.osgeo.mapguide.MgStringCollection extends org.osgeo.mapguide.MgCollection implements java.util.Collection<java.lang.String> {
-  public synchronized void delete();
-  public java.util.Iterator<java.lang.String> iterator();
-  public boolean add(java.lang.String);
-  public boolean addAll(java.util.Collection<? extends java.lang.String>);
-  public boolean contains(java.lang.Object);
-  public boolean containsAll(java.util.Collection<?>);
-  public boolean isEmpty();
-  public boolean remove(java.lang.Object);
-  public boolean removeAll(java.util.Collection<?>);
-  public boolean retainAll(java.util.Collection<?>);
-  public int size();
-  public java.lang.Object[] toArray();
-  public <String> String[] toArray(String[]);
-  public org.osgeo.mapguide.MgStringCollection();
-  public int getCount();
-  public java.lang.String getItem(int);
-  public void setItem(int, java.lang.String);
-  public void addItem(java.lang.String);
-  public void insert(int, java.lang.String);
-  public void clear();
-  public boolean remove(java.lang.String);
-  public void removeAt(int);
-  public boolean contains(java.lang.String);
-  public int indexOf(java.lang.String);
-  public org.osgeo.mapguide.MgByteReader toXml();
-  public boolean add(java.lang.Object);
-}
-Compiled from "MgStringProperty.java"
-public class org.osgeo.mapguide.MgStringProperty extends org.osgeo.mapguide.MgNullableProperty {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgStringProperty(java.lang.String, java.lang.String);
-  public java.lang.String getValue();
-  public short getPropertyType();
-  public void setValue(java.lang.String);
-}
-Compiled from "MgStringPropertyCollection.java"
-public class org.osgeo.mapguide.MgStringPropertyCollection extends org.osgeo.mapguide.MgCollection {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgStringPropertyCollection();
-  public int getCount();
-  public java.lang.String getName(int);
-  public java.lang.String getValue(int);
-  public java.lang.String getValue(java.lang.String);
-  public void setValue(java.lang.String, java.lang.String);
-  public void add(java.lang.String, java.lang.String);
-  public void add(org.osgeo.mapguide.MgStringProperty);
-  public void insert(int, java.lang.String, java.lang.String);
-  public void insert(int, org.osgeo.mapguide.MgStringProperty);
-  public void clear();
-  public boolean remove(java.lang.String);
-  public boolean remove(org.osgeo.mapguide.MgStringProperty);
-  public void removeAt(int);
-  public boolean contains(java.lang.String);
-  public boolean contains(org.osgeo.mapguide.MgStringProperty);
-  public int indexOf(java.lang.String);
-  public int indexOf(org.osgeo.mapguide.MgStringProperty);
-  public org.osgeo.mapguide.MgStringProperty getItem(int);
-  public void setItem(int, org.osgeo.mapguide.MgStringProperty);
-  public org.osgeo.mapguide.MgByteReader toXml();
-}
-Compiled from "MgTileService.java"
-public class org.osgeo.mapguide.MgTileService extends org.osgeo.mapguide.MgService {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgByteReader getTile(org.osgeo.mapguide.MgMap, java.lang.String, int, int);
-  public org.osgeo.mapguide.MgByteReader getTile(org.osgeo.mapguide.MgResourceIdentifier, java.lang.String, int, int, int);
-  public void clearCache(org.osgeo.mapguide.MgMap);
-  public void clearCache(org.osgeo.mapguide.MgResourceIdentifier);
-  public int getDefaultTileSizeX();
-  public int getDefaultTileSizeY();
-  public int getDefaultTileSizeX(org.osgeo.mapguide.MgResourceIdentifier);
-  public int getDefaultTileSizeY(org.osgeo.mapguide.MgResourceIdentifier);
-  public org.osgeo.mapguide.MgByteReader getTileProviders();
-}
-Compiled from "MgTransaction.java"
-public class org.osgeo.mapguide.MgTransaction extends org.osgeo.mapguide.MgSerializable {
-  public synchronized void delete();
-  public void commit();
-  public void rollback();
-  public org.osgeo.mapguide.MgResourceIdentifier getFeatureSource();
-  public java.lang.String addSavePoint(java.lang.String);
-  public void releaseSavePoint(java.lang.String);
-  public void rollback(java.lang.String);
-}
-Compiled from "MgTransform.java"
-public class org.osgeo.mapguide.MgTransform extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgCoordinate transform(double, double);
-  public org.osgeo.mapguide.MgCoordinate transform(double, double, double);
-  public org.osgeo.mapguide.MgCoordinate transform(org.osgeo.mapguide.MgCoordinate);
-  public org.osgeo.mapguide.MgEnvelope transform(org.osgeo.mapguide.MgEnvelope);
-}
-Compiled from "MgUnitType.java"
-public class org.osgeo.mapguide.MgUnitType {
-  public static final java.lang.String USEnglish = "US-English";
-  public static final java.lang.String Metric = "Metric";
-  public org.osgeo.mapguide.MgUnitType();
-}
-Compiled from "MgUpdateFeatures.java"
-public class org.osgeo.mapguide.MgUpdateFeatures extends org.osgeo.mapguide.MgFeatureCommand {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgUpdateFeatures(java.lang.String, org.osgeo.mapguide.MgPropertyCollection, java.lang.String);
-  public int getCommandType();
-  public org.osgeo.mapguide.MgPropertyCollection getPropertyValues();
-  public java.lang.String getFeatureClassName();
-  public java.lang.String getFilterText();
-}
-Compiled from "MgUser.java"
-public class org.osgeo.mapguide.MgUser {
-  public static final java.lang.String Administrator = "Administrator";
-  public static final java.lang.String Anonymous = "Anonymous";
-  public static final java.lang.String Author = "Author";
-  public static final java.lang.String WfsUser = "WfsUser";
-  public static final java.lang.String WmsUser = "WmsUser";
-  public org.osgeo.mapguide.MgUser();
-}
-Compiled from "MgUserInformation.java"
-public class org.osgeo.mapguide.MgUserInformation extends org.osgeo.mapguide.MgSerializable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgUserInformation();
-  public org.osgeo.mapguide.MgUserInformation(java.lang.String);
-  public org.osgeo.mapguide.MgUserInformation(java.lang.String, java.lang.String);
-  public void setMgUsernamePassword(java.lang.String, java.lang.String);
-  public void setMgSessionId(java.lang.String);
-  public void setLocale(java.lang.String);
-  public java.lang.String getLocale();
-  public org.osgeo.mapguide.MgByteReader getReader();
-  public void setClientAgent(java.lang.String);
-  public java.lang.String getClientAgent();
-  public void setClientIp(java.lang.String);
-  public java.lang.String getClientIp();
-}
-Compiled from "MgWarnings.java"
-public class org.osgeo.mapguide.MgWarnings extends org.osgeo.mapguide.MgSerializable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgStringCollection getMessages();
-  public int getCount();
-}
-Compiled from "MgWebActions.java"
-public class org.osgeo.mapguide.MgWebActions {
-  public static final int Pan = 1;
-  public static final int PanUp = 2;
-  public static final int PanDown = 3;
-  public static final int PanRight = 4;
-  public static final int PanLeft = 5;
-  public static final int Zoom = 6;
-  public static final int ZoomIn = 7;
-  public static final int ZoomOut = 8;
-  public static final int ZoomRectangle = 9;
-  public static final int ZoomSelection = 10;
-  public static final int FitWindow = 11;
-  public static final int ViewPrevious = 12;
-  public static final int ViewNext = 13;
-  public static final int ViewRestore = 14;
-  public static final int Select = 15;
-  public static final int SelectRadius = 16;
-  public static final int SelectPolygon = 17;
-  public static final int SelectClear = 19;
-  public static final int Refresh = 20;
-  public static final int Copy = 21;
-  public static final int About = 22;
-  public static final int PrintMap = 23;
-  public static final int GetPrintablePage = 24;
-  public static final int Measure = 25;
-  public static final int InvokeUrl = 26;
-  public static final int Search = 27;
-  public static final int Buffer = 28;
-  public static final int ViewOptions = 30;
-  public static final int InvokeScript = 31;
-  public static final int SelectWithin = 32;
-  public static final int Help = 33;
-  public static final int MapTip = 34;
-  public org.osgeo.mapguide.MgWebActions();
-}
-Compiled from "MgWebBufferCommand.java"
-public class org.osgeo.mapguide.MgWebBufferCommand extends org.osgeo.mapguide.MgWebUiTargetCommand {
-  public synchronized void delete();
-}
-Compiled from "MgWebCommand.java"
-public class org.osgeo.mapguide.MgWebCommand extends org.osgeo.mapguide.MgNamedSerializable {
-  public synchronized void delete();
-  public java.lang.String getName();
-  public java.lang.String getLabel();
-  public int getAction();
-  public java.lang.String getIconUrl();
-  public java.lang.String getDisabledIconUrl();
-  public java.lang.String getTooltip();
-  public java.lang.String getDescription();
-  public int getTargetViewerType();
-  public boolean isUsed();
-}
-Compiled from "MgWebCommandCollection.java"
-public class org.osgeo.mapguide.MgWebCommandCollection extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public int getCount();
-  public org.osgeo.mapguide.MgWebCommand getItem(int);
-  public org.osgeo.mapguide.MgWebCommand getItem(java.lang.String);
-  public boolean contains(java.lang.String);
-  public boolean contains(org.osgeo.mapguide.MgWebCommand);
-  public int indexOf(java.lang.String);
-  public int indexOf(org.osgeo.mapguide.MgWebCommand);
-}
-Compiled from "MgWebCommandWidget.java"
-public class org.osgeo.mapguide.MgWebCommandWidget extends org.osgeo.mapguide.MgWebWidget {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgWebCommand getCommand();
-}
-Compiled from "MgWebContextMenu.java"
-public class org.osgeo.mapguide.MgWebContextMenu extends org.osgeo.mapguide.MgWebWidgetCollection {
-  public synchronized void delete();
-  public boolean isVisible();
-}
-Compiled from "MgWebFlyoutWidget.java"
-public class org.osgeo.mapguide.MgWebFlyoutWidget extends org.osgeo.mapguide.MgWebWidget {
-  public synchronized void delete();
-  public java.lang.String getLabel();
-  public java.lang.String getIconUrl();
-  public java.lang.String getDisabledIconUrl();
-  public org.osgeo.mapguide.MgWebWidgetCollection getSubItems();
-  public java.lang.String getTooltip();
-  public java.lang.String getDescription();
-}
-Compiled from "MgWebGetPrintablePageCommand.java"
-public class org.osgeo.mapguide.MgWebGetPrintablePageCommand extends org.osgeo.mapguide.MgWebUiTargetCommand {
-  public synchronized void delete();
-}
-Compiled from "MgWebHelpCommand.java"
-public class org.osgeo.mapguide.MgWebHelpCommand extends org.osgeo.mapguide.MgWebUiTargetCommand {
-  public synchronized void delete();
-  public java.lang.String getUrl();
-}
-Compiled from "MgWebInformationPane.java"
-public class org.osgeo.mapguide.MgWebInformationPane extends org.osgeo.mapguide.MgWebUiSizablePane {
-  public synchronized void delete();
-  public boolean isLegendBandVisible();
-  public boolean isPropertiesBandVisible();
-}
-Compiled from "MgWebInvokeScriptCommand.java"
-public class org.osgeo.mapguide.MgWebInvokeScriptCommand extends org.osgeo.mapguide.MgWebUiTargetCommand {
-  public synchronized void delete();
-  public java.lang.String getScriptCode();
-}
-Compiled from "MgWebInvokeUrlCommand.java"
-public class org.osgeo.mapguide.MgWebInvokeUrlCommand extends org.osgeo.mapguide.MgWebUiTargetCommand {
-  public synchronized void delete();
-  public java.lang.String getUrl();
-  public int getParameterCount();
-  public java.lang.String getParameterNameAt(int);
-  public java.lang.String getParameterValueAt(int);
-  public boolean disabledIfSelectionEmpty();
-  public int getLayerCount();
-  public java.lang.String getLayerNameAt(int);
-}
-Compiled from "MgWebLayout.java"
-public class org.osgeo.mapguide.MgWebLayout extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgWebLayout(org.osgeo.mapguide.MgResourceService, org.osgeo.mapguide.MgResourceIdentifier);
-  public java.lang.String getTitle();
-  public java.lang.String getMapDefinition();
-  public boolean getEnablePingServer();
-  public java.lang.String getSelectionColor();
-  public int getPointSelectionBuffer();
-  public java.lang.String getMapImageFormat();
-  public java.lang.String getSelectionImageFormat();
-  public java.lang.String getStartupScript();
-  public double getScale();
-  public org.osgeo.mapguide.MgPoint getCenter();
-  public org.osgeo.mapguide.MgWebToolBar getToolBar();
-  public org.osgeo.mapguide.MgWebUiPane getStatusBar();
-  public org.osgeo.mapguide.MgWebTaskPane getTaskPane();
-  public org.osgeo.mapguide.MgWebInformationPane getInformationPane();
-  public java.lang.String getDwfPreviewUrl();
-  public java.lang.String getAjaxPreviewUrl();
-  public org.osgeo.mapguide.MgWebCommandCollection getCommands();
-  public org.osgeo.mapguide.MgWebContextMenu getContextMenu();
-  public int getHyperlinkTarget();
-  public java.lang.String getHyperlinkTargetFrame();
-  public boolean isZoomControlVisible();
-  public org.osgeo.mapguide.MgByteReader processGettingStartedPage(org.osgeo.mapguide.MgByteReader, boolean);
-}
-Compiled from "MgWebMeasureCommand.java"
-public class org.osgeo.mapguide.MgWebMeasureCommand extends org.osgeo.mapguide.MgWebUiTargetCommand {
-  public synchronized void delete();
-}
-Compiled from "MgWebPrintCommand.java"
-public class org.osgeo.mapguide.MgWebPrintCommand extends org.osgeo.mapguide.MgWebCommand {
-  public synchronized void delete();
-  public int getPrintLayoutCount();
-  public java.lang.String getPrintLayoutAt(int);
-}
-Compiled from "MgWebSearchCommand.java"
-public class org.osgeo.mapguide.MgWebSearchCommand extends org.osgeo.mapguide.MgWebUiTargetCommand {
-  public synchronized void delete();
-  public java.lang.String getLayer();
-  public java.lang.String getPrompt();
-  public int getResultColumnCount();
-  public java.lang.String getColumnDisplayNameAt(int);
-  public java.lang.String getColumnPropertyNameAt(int);
-  public java.lang.String getFilter();
-  public int getMatchLimit();
-}
-Compiled from "MgWebSelectWithinCommand.java"
-public class org.osgeo.mapguide.MgWebSelectWithinCommand extends org.osgeo.mapguide.MgWebUiTargetCommand {
-  public synchronized void delete();
-}
-Compiled from "MgWebSeparatorWidget.java"
-public class org.osgeo.mapguide.MgWebSeparatorWidget extends org.osgeo.mapguide.MgWebWidget {
-  public synchronized void delete();
-}
-Compiled from "MgWebTargetType.java"
-public class org.osgeo.mapguide.MgWebTargetType {
-  public static final int TaskPane = 1;
-  public static final int NewWindow = 2;
-  public static final int SpecifiedFrame = 3;
-  public org.osgeo.mapguide.MgWebTargetType();
-}
-Compiled from "MgWebTargetViewerType.java"
-public class org.osgeo.mapguide.MgWebTargetViewerType {
-  public static final int Dwf = 1;
-  public static final int Ajax = 2;
-  public static final int All = 3;
-  public org.osgeo.mapguide.MgWebTargetViewerType();
-}
-Compiled from "MgWebTaskBar.java"
-public class org.osgeo.mapguide.MgWebTaskBar extends org.osgeo.mapguide.MgWebUiPane {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgWebWidgetCollection getTaskList();
-  public org.osgeo.mapguide.MgWebWidgetCollection getTaskButtons();
-}
-Compiled from "MgWebTaskBarWidget.java"
-public class org.osgeo.mapguide.MgWebTaskBarWidget extends org.osgeo.mapguide.MgWebWidget {
-  public synchronized void delete();
-  public java.lang.String getName();
-  public java.lang.String getIconUrl();
-  public java.lang.String getDisabledIconUrl();
-  public java.lang.String getTooltip();
-  public java.lang.String getDescription();
-}
-Compiled from "MgWebTaskButtonType.java"
-public class org.osgeo.mapguide.MgWebTaskButtonType {
-  public static final int Home = 0;
-  public static final int Back = 1;
-  public static final int Forward = 2;
-  public static final int Tasks = 3;
-  public org.osgeo.mapguide.MgWebTaskButtonType();
-}
-Compiled from "MgWebTaskPane.java"
-public class org.osgeo.mapguide.MgWebTaskPane extends org.osgeo.mapguide.MgWebUiSizablePane {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgWebTaskBar getTaskBar();
-  public java.lang.String getInitialTaskUrl();
-}
-Compiled from "MgWebToolBar.java"
-public class org.osgeo.mapguide.MgWebToolBar extends org.osgeo.mapguide.MgWebUiPane {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgWebWidgetCollection getWidgets();
-}
-Compiled from "MgWebUiPane.java"
-public class org.osgeo.mapguide.MgWebUiPane extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public boolean isVisible();
-}
-Compiled from "MgWebUiSizablePane.java"
-public class org.osgeo.mapguide.MgWebUiSizablePane extends org.osgeo.mapguide.MgWebUiPane {
-  public synchronized void delete();
-  public int getWidth();
-}
-Compiled from "MgWebUiTargetCommand.java"
-public class org.osgeo.mapguide.MgWebUiTargetCommand extends org.osgeo.mapguide.MgWebCommand {
-  public synchronized void delete();
-  public int getTarget();
-  public java.lang.String getTargetName();
-}
-Compiled from "MgWebViewOptionsCommand.java"
-public class org.osgeo.mapguide.MgWebViewOptionsCommand extends org.osgeo.mapguide.MgWebUiTargetCommand {
-  public synchronized void delete();
-}
-Compiled from "MgWebWidget.java"
-public class org.osgeo.mapguide.MgWebWidget extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public int getType();
-}
-Compiled from "MgWebWidgetCollection.java"
-public class org.osgeo.mapguide.MgWebWidgetCollection extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public int getCount();
-  public org.osgeo.mapguide.MgWebWidget getWidget(int);
-  public boolean contains(org.osgeo.mapguide.MgWebWidget);
-  public int indexOf(org.osgeo.mapguide.MgWebWidget);
-}
-Compiled from "MgWebWidgetType.java"
-public class org.osgeo.mapguide.MgWebWidgetType {
-  public static final int Command = 1;
-  public static final int Separator = 2;
-  public static final int Flyout = 3;
-  public static final int TaskButton = 4;
-  public org.osgeo.mapguide.MgWebWidgetType();
-}
-Compiled from "MgWktReaderWriter.java"
-public class org.osgeo.mapguide.MgWktReaderWriter extends org.osgeo.mapguide.MgGuardDisposable {
-  public synchronized void delete();
-  public org.osgeo.mapguide.MgWktReaderWriter();
-  public org.osgeo.mapguide.MgGeometry read(java.lang.String);
-  public org.osgeo.mapguide.MgGeometry read(java.lang.String, org.osgeo.mapguide.MgTransform);
-  public java.lang.String write(org.osgeo.mapguide.MgGeometry);
-  public java.lang.String write(org.osgeo.mapguide.MgGeometry, org.osgeo.mapguide.MgTransform);
-}
-Compiled from "ObjectFactory.java"
-public class org.osgeo.mapguide.ObjectFactory {
-  public org.osgeo.mapguide.ObjectFactory();
-  public static java.lang.Object createObject(int, long, boolean);
-}
+ÿþC o m p i l e d   f r o m   " A p p T h r o w a b l e . j a v a "  + 
+ c l a s s   o r g . o s g e o . m a p g u i d e . A p p T h r o w a b l e   e x t e n d s   j a v a . l a n g . R u n t i m e E x c e p t i o n   {  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . A p p T h r o w a b l e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . A p p T h r o w a b l e ( l o n g ,   b o o l e a n ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t M e s s a g e ( ) ;  + 
+     p u b l i c   v o i d   p r i n t S t a c k T r a c e ( ) ;  + 
+     p u b l i c   v o i d   d e l e t e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M a p G u i d e J a v a A p i . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M a p G u i d e J a v a A p i   {  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M a p G u i d e J a v a A p i ( ) ;  + 
+     p u b l i c   s t a t i c   v o i d   m g I n i t i a l i z e W e b T i e r ( j a v a . l a n g . S t r i n g ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g A g f R e a d e r W r i t e r . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g A g f R e a d e r W r i t e r   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g A g f R e a d e r W r i t e r ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y   r e a d ( o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y   r e a d ( o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r ,   o r g . o s g e o . m a p g u i d e . M g T r a n s f o r m ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   w r i t e ( o r g . o s g e o . m a p g u i d e . M g G e o m e t r y ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   w r i t e ( o r g . o s g e o . m a p g u i d e . M g G e o m e t r y ,   o r g . o s g e o . m a p g u i d e . M g T r a n s f o r m ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g A g g r e g a t e G e o m e t r y . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g A g g r e g a t e G e o m e t r y   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g A r c S e g m e n t . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g A r c S e g m e n t   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g C u r v e S e g m e n t   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t C o m p o n e n t T y p e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   g e t C o n t r o l C o o r d i n a t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   g e t S t a r t C o o r d i n a t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   g e t E n d C o o r d i n a t e ( ) ;  + 
+     p u b l i c   i n t   g e t D i m e n s i o n ( ) ;  + 
+     p u b l i c   b o o l e a n   i s E m p t y ( ) ;  + 
+     p u b l i c   b o o l e a n   i s C l o s e d ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r i c E n t i t y   c o p y ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r i c E n t i t y   t r a n s f o r m ( o r g . o s g e o . m a p g u i d e . M g T r a n s f o r m ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g B a s e 6 4 . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g B a s e 6 4 $ I n p u t S t r e a m   e x t e n d s   j a v a . i o . F i l t e r I n p u t S t r e a m   {  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B a s e 6 4 $ I n p u t S t r e a m ( j a v a . i o . I n p u t S t r e a m ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B a s e 6 4 $ I n p u t S t r e a m ( j a v a . i o . I n p u t S t r e a m ,   i n t ) ;  + 
+     p u b l i c   i n t   r e a d ( )   t h r o w s   j a v a . i o . I O E x c e p t i o n ;  + 
+     p u b l i c   i n t   r e a d ( b y t e [ ] ,   i n t ,   i n t )   t h r o w s   j a v a . i o . I O E x c e p t i o n ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g B a s e 6 4 . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g B a s e 6 4 $ O u t p u t S t r e a m   e x t e n d s   j a v a . i o . F i l t e r O u t p u t S t r e a m   {  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B a s e 6 4 $ O u t p u t S t r e a m ( j a v a . i o . O u t p u t S t r e a m ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B a s e 6 4 $ O u t p u t S t r e a m ( j a v a . i o . O u t p u t S t r e a m ,   i n t ) ;  + 
+     p u b l i c   v o i d   w r i t e ( i n t )   t h r o w s   j a v a . i o . I O E x c e p t i o n ;  + 
+     p u b l i c   v o i d   w r i t e ( b y t e [ ] ,   i n t ,   i n t )   t h r o w s   j a v a . i o . I O E x c e p t i o n ;  + 
+     p u b l i c   v o i d   f l u s h B a s e 6 4 ( )   t h r o w s   j a v a . i o . I O E x c e p t i o n ;  + 
+     p u b l i c   v o i d   c l o s e ( )   t h r o w s   j a v a . i o . I O E x c e p t i o n ;  + 
+     p u b l i c   v o i d   s u s p e n d E n c o d i n g ( )   t h r o w s   j a v a . i o . I O E x c e p t i o n ;  + 
+     p u b l i c   v o i d   r e s u m e E n c o d i n g ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g B a s e 6 4 . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g B a s e 6 4   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   N O _ O P T I O N S   =   0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   E N C O D E   =   1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D E C O D E   =   0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   G Z I P   =   2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D O N T _ B R E A K _ L I N E S   =   8 ;  + 
+     p u b l i c   s t a t i c   j a v a . l a n g . S t r i n g   e n c o d e O b j e c t ( j a v a . i o . S e r i a l i z a b l e ) ;  + 
+     p u b l i c   s t a t i c   j a v a . l a n g . S t r i n g   e n c o d e O b j e c t ( j a v a . i o . S e r i a l i z a b l e ,   i n t ) ;  + 
+     p u b l i c   s t a t i c   j a v a . l a n g . S t r i n g   e n c o d e B y t e s ( b y t e [ ] ) ;  + 
+     p u b l i c   s t a t i c   j a v a . l a n g . S t r i n g   e n c o d e B y t e s ( b y t e [ ] ,   i n t ) ;  + 
+     p u b l i c   s t a t i c   j a v a . l a n g . S t r i n g   e n c o d e B y t e s ( b y t e [ ] ,   i n t ,   i n t ) ;  + 
+     p u b l i c   s t a t i c   j a v a . l a n g . S t r i n g   e n c o d e B y t e s ( b y t e [ ] ,   i n t ,   i n t ,   i n t ) ;  + 
+     p u b l i c   s t a t i c   b y t e [ ]   d e c o d e ( b y t e [ ] ,   i n t ,   i n t ) ;  + 
+     p u b l i c   s t a t i c   b y t e [ ]   d e c o d e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   s t a t i c   j a v a . l a n g . O b j e c t   d e c o d e T o O b j e c t ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   s t a t i c   b o o l e a n   e n c o d e T o F i l e ( b y t e [ ] ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   s t a t i c   b o o l e a n   d e c o d e T o F i l e ( j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   s t a t i c   b y t e [ ]   d e c o d e F r o m F i l e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   s t a t i c   j a v a . l a n g . S t r i n g   e n c o d e F r o m F i l e ( j a v a . l a n g . S t r i n g ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g B a t c h P r o p e r t y C o l l e c t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g B a t c h P r o p e r t y C o l l e c t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g C o l l e c t i o n   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B a t c h P r o p e r t y C o l l e c t i o n ( ) ;  + 
+     p u b l i c   v o i d   s e t I t e m ( i n t ,   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y C o l l e c t i o n ) ;  + 
+     p u b l i c   v o i d   a d d I t e m ( o r g . o s g e o . m a p g u i d e . M g P r o p e r t y C o l l e c t i o n ) ;  + 
+     p u b l i c   v o i d   i n s e r t ( i n t ,   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y C o l l e c t i o n ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e ( o r g . o s g e o . m a p g u i d e . M g P r o p e r t y C o l l e c t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y C o l l e c t i o n   g e t I t e m ( i n t ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+     p u b l i c   v o i d   c l e a r ( ) ;  + 
+     p u b l i c   v o i d   r e m o v e A t ( i n t ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( o r g . o s g e o . m a p g u i d e . M g P r o p e r t y D e f i n i t i o n ) ;  + 
+     p u b l i c   i n t   i n d e x O f ( o r g . o s g e o . m a p g u i d e . M g P r o p e r t y D e f i n i t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   t o X m l ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g B l o b P r o p e r t y . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g B l o b P r o p e r t y   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g N u l l a b l e P r o p e r t y   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B l o b P r o p e r t y ( j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t V a l u e ( ) ;  + 
+     p u b l i c   s h o r t   g e t P r o p e r t y T y p e ( ) ;  + 
+     p u b l i c   v o i d   s e t V a l u e ( o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g B o o l e a n P r o p e r t y . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g B o o l e a n P r o p e r t y   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g N u l l a b l e P r o p e r t y   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B o o l e a n P r o p e r t y ( j a v a . l a n g . S t r i n g ,   b o o l e a n ) ;  + 
+     p u b l i c   b o o l e a n   g e t V a l u e ( ) ;  + 
+     p u b l i c   s h o r t   g e t P r o p e r t y T y p e ( ) ;  + 
+     p u b l i c   v o i d   s e t V a l u e ( b o o l e a n ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g B y t e P r o p e r t y . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g B y t e P r o p e r t y   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g N u l l a b l e P r o p e r t y   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e P r o p e r t y ( j a v a . l a n g . S t r i n g ,   b y t e ) ;  + 
+     p u b l i c   b y t e   g e t V a l u e ( ) ;  + 
+     p u b l i c   s h o r t   g e t P r o p e r t y T y p e ( ) ;  + 
+     p u b l i c   v o i d   s e t V a l u e ( b y t e ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g B y t e R e a d e r . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g S e r i a l i z a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r ( j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ,   b o o l e a n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r ( j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r ( b y t e [ ] ,   i n t ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   i n t   r e a d ( b y t e [ ] ,   i n t ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t M i m e T y p e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   t o S t r i n g ( ) ;  + 
+     p u b l i c   v o i d   t o F i l e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   l o n g   g e t L e n g t h ( ) ;  + 
+     p u b l i c   b o o l e a n   i s R e w i n d a b l e ( ) ;  + 
+     p u b l i c   v o i d   r e w i n d ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g B y t e S i n k . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g B y t e S i n k   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e S i n k ( o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r ) ;  + 
+     p u b l i c   v o i d   t o F i l e ( j a v a . l a n g . S t r i n g ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g B y t e S o u r c e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g B y t e S o u r c e   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e S o u r c e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e S o u r c e ( b y t e [ ] ,   i n t ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t M i m e T y p e ( ) ;  + 
+     p u b l i c   v o i d   s e t M i m e T y p e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t R e a d e r ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C l a s s D e f i n i t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C l a s s D e f i n i t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g N a m e d S e r i a l i z a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   b o o l e a n   e q u a l s ( j a v a . l a n g . O b j e c t ) ;  + 
+     p u b l i c   i n t   h a s h C o d e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C l a s s D e f i n i t i o n ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y D e f i n i t i o n C o l l e c t i o n   g e t P r o p e r t i e s ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y D e f i n i t i o n C o l l e c t i o n   g e t I d e n t i t y P r o p e r t i e s ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t D e f a u l t G e o m e t r y P r o p e r t y N a m e ( ) ;  + 
+     p u b l i c   v o i d   s e t D e f a u l t G e o m e t r y P r o p e r t y N a m e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   s e t N a m e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t N a m e ( ) ;  + 
+     p u b l i c   v o i d   s e t D e s c r i p t i o n ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t D e s c r i p t i o n ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C l a s s D e f i n i t i o n   g e t B a s e C l a s s D e f i n i t i o n ( ) ;  + 
+     p u b l i c   b o o l e a n   i s C o m p u t e d ( ) ;  + 
+     p u b l i c   b o o l e a n   i s A b s t r a c t ( ) ;  + 
+     p u b l i c   v o i d   m a r k A s D e l e t e d ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C l a s s D e f i n i t i o n C o l l e c t i o n . j a v a "  + 
+ c l a s s   o r g . o s g e o . m a p g u i d e . M g C l a s s D e f i n i t i o n C o l l e c t i o n $ I t e m I t e r a t o r   i m p l e m e n t s   j a v a . u t i l . I t e r a t o r < o r g . o s g e o . m a p g u i d e . M g C l a s s D e f i n i t i o n >   {  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C l a s s D e f i n i t i o n C o l l e c t i o n $ I t e m I t e r a t o r ( o r g . o s g e o . m a p g u i d e . M g C l a s s D e f i n i t i o n C o l l e c t i o n ,   o r g . o s g e o . m a p g u i d e . M g C l a s s D e f i n i t i o n C o l l e c t i o n ) ;  + 
+     p u b l i c   b o o l e a n   h a s N e x t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C l a s s D e f i n i t i o n   n e x t ( ) ;  + 
+     p u b l i c   v o i d   r e m o v e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . O b j e c t   n e x t ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C l a s s D e f i n i t i o n C o l l e c t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C l a s s D e f i n i t i o n C o l l e c t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g C o l l e c t i o n   i m p l e m e n t s   j a v a . u t i l . C o l l e c t i o n < o r g . o s g e o . m a p g u i d e . M g C l a s s D e f i n i t i o n >   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   j a v a . u t i l . I t e r a t o r < o r g . o s g e o . m a p g u i d e . M g C l a s s D e f i n i t i o n >   i t e r a t o r ( ) ;  + 
+     p u b l i c   b o o l e a n   a d d ( o r g . o s g e o . m a p g u i d e . M g C l a s s D e f i n i t i o n ) ;  + 
+     p u b l i c   b o o l e a n   a d d A l l ( j a v a . u t i l . C o l l e c t i o n < ?   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g C l a s s D e f i n i t i o n > ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( j a v a . l a n g . O b j e c t ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s A l l ( j a v a . u t i l . C o l l e c t i o n < ? > ) ;  + 
+     p u b l i c   b o o l e a n   i s E m p t y ( ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e ( j a v a . l a n g . O b j e c t ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e A l l ( j a v a . u t i l . C o l l e c t i o n < ? > ) ;  + 
+     p u b l i c   b o o l e a n   r e t a i n A l l ( j a v a . u t i l . C o l l e c t i o n < ? > ) ;  + 
+     p u b l i c   i n t   s i z e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . O b j e c t [ ]   t o A r r a y ( ) ;  + 
+     p u b l i c   < M g C l a s s D e f i n i t i o n >   M g C l a s s D e f i n i t i o n [ ]   t o A r r a y ( M g C l a s s D e f i n i t i o n [ ] ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C l a s s D e f i n i t i o n C o l l e c t i o n ( ) ;  + 
+     p u b l i c   v o i d   s e t I t e m ( i n t ,   o r g . o s g e o . m a p g u i d e . M g C l a s s D e f i n i t i o n ) ;  + 
+     p u b l i c   v o i d   a d d I t e m ( o r g . o s g e o . m a p g u i d e . M g C l a s s D e f i n i t i o n ) ;  + 
+     p u b l i c   v o i d   i n s e r t ( i n t ,   o r g . o s g e o . m a p g u i d e . M g C l a s s D e f i n i t i o n ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e ( o r g . o s g e o . m a p g u i d e . M g C l a s s D e f i n i t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C l a s s D e f i n i t i o n   g e t I t e m ( i n t ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+     p u b l i c   v o i d   c l e a r ( ) ;  + 
+     p u b l i c   v o i d   r e m o v e A t ( i n t ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( o r g . o s g e o . m a p g u i d e . M g C l a s s D e f i n i t i o n ) ;  + 
+     p u b l i c   i n t   i n d e x O f ( o r g . o s g e o . m a p g u i d e . M g C l a s s D e f i n i t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   t o X m l ( ) ;  + 
+     p u b l i c   b o o l e a n   a d d ( j a v a . l a n g . O b j e c t ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C l o b P r o p e r t y . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C l o b P r o p e r t y   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g N u l l a b l e P r o p e r t y   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C l o b P r o p e r t y ( j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t V a l u e ( ) ;  + 
+     p u b l i c   s h o r t   g e t P r o p e r t y T y p e ( ) ;  + 
+     p u b l i c   v o i d   s e t V a l u e ( o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o l l e c t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o l l e c t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g S e r i a l i z a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+     p u b l i c   v o i d   c l e a r ( ) ;  + 
+     p u b l i c   v o i d   r e m o v e A t ( i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   t o X m l ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o l o r . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o l o r   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g S e r i a l i z a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o l o r ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o l o r ( s h o r t ,   s h o r t ,   s h o r t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o l o r ( s h o r t ,   s h o r t ,   s h o r t ,   s h o r t ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t C o l o r ( ) ;  + 
+     p u b l i c   s h o r t   g e t R e d ( ) ;  + 
+     p u b l i c   s h o r t   g e t B l u e ( ) ;  + 
+     p u b l i c   s h o r t   g e t G r e e n ( ) ;  + 
+     p u b l i c   s h o r t   g e t A l p h a ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o n f i g P r o p e r t i e s . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o n f i g P r o p e r t i e s   {  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t C o n f i g u r a t i o n F i l e n a m e   =   " w e b c o n f i g . i n i " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   S e r v e r C o n f i g u r a t i o n F i l e n a m e   =   " s e r v e r c o n f i g . i n i " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   G e n e r a l P r o p e r t i e s S e c t i o n   =   " G e n e r a l P r o p e r t i e s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   G e n e r a l P r o p e r t y C o n n e c t i o n T i m e o u t   =   " C o n n e c t i o n T i m e o u t " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t G e n e r a l P r o p e r t y C o n n e c t i o n T i m e o u t   =   1 2 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   G e n e r a l P r o p e r t y C o n n e c t i o n T i m e r I n t e r v a l   =   " C o n n e c t i o n T i m e r I n t e r v a l " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t G e n e r a l P r o p e r t y C o n n e c t i o n T i m e r I n t e r v a l   =   6 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   G e n e r a l P r o p e r t y L o c a l e   =   " L o c a l e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t G e n e r a l P r o p e r t y L o c a l e   =   " " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   G e n e r a l P r o p e r t y D e f a u l t M e s s a g e L o c a l e   =   " D e f a u l t M e s s a g e L o c a l e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t G e n e r a l P r o p e r t y D e f a u l t M e s s a g e L o c a l e   =   " e n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   G e n e r a l P r o p e r t y D i s p l a y N a m e   =   " D i s p l a y N a m e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t G e n e r a l P r o p e r t y D i s p l a y N a m e   =   " " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   G e n e r a l P r o p e r t y F d o P a t h   =   " F d o P a t h " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t G e n e r a l P r o p e r t y F d o P a t h   =   " " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   G e n e r a l P r o p e r t y M e n t o r D i c t i o n a r y P a t h   =   " M e n t o r D i c t i o n a r y P a t h " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t G e n e r a l P r o p e r t y M e n t o r D i c t i o n a r y P a t h   =   " " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   G e n e r a l P r o p e r t y M e n t o r U s e r D i c t i o n a r y P a t h   =   " M e n t o r U s e r D i c t i o n a r y P a t h " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t G e n e r a l P r o p e r t y M e n t o r U s e r D i c t i o n a r y P a t h   =   " " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   G e n e r a l P r o p e r t y L i c e n s e S e r v e r P a t h   =   " L i c e n s e S e r v e r P a t h " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t G e n e r a l P r o p e r t y L i c e n s e S e r v e r P a t h   =   " " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   G e n e r a l P r o p e r t y L i n u x M e m D e b u g   =   " L i n u x M e m D e b u g " ;  + 
+     p u b l i c   s t a t i c   f i n a l   b o o l e a n   D e f a u l t G e n e r a l P r o p e r t y L i n u x M e m D e b u g   =   f a l s e ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   G e n e r a l P r o p e r t y L i n u x F o n t D i r e c t o r i e s   =   " L i n u x F o n t D i r e c t o r i e s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t G e n e r a l P r o p e r t y L i n u x F o n t D i r e c t o r i e s   =   " " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   G e n e r a l P r o p e r t y L o g s D e l i m i t e r   =   " L o g s D e l i m i t e r " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t G e n e r a l P r o p e r t y L o g s D e l i m i t e r   =   " \ t " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   G e n e r a l P r o p e r t y L o g s D e t a i l   =   " L o g s D e t a i l " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t G e n e r a l P r o p e r t y L o g s D e t a i l   =   " " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   G e n e r a l P r o p e r t y L o g s P a t h   =   " L o g s P a t h " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t G e n e r a l P r o p e r t y L o g s P a t h   =   " L o g s / " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   G e n e r a l P r o p e r t y M a c h i n e I p   =   " M a c h i n e I p " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t G e n e r a l P r o p e r t y M a c h i n e I p   =   " 1 2 7 . 0 . 0 . 1 " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   G e n e r a l P r o p e r t y M a x L o g F i l e S i z e   =   " M a x L o g F i l e S i z e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t G e n e r a l P r o p e r t y M a x L o g F i l e S i z e   =   6 4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   G e n e r a l P r o p e r t y M a x L o g F i l e S i z e E n a b l e d   =   " M a x L o g F i l e S i z e E n a b l e d " ;  + 
+     p u b l i c   s t a t i c   f i n a l   b o o l e a n   D e f a u l t G e n e r a l P r o p e r t y M a x L o g F i l e S i z e E n a b l e d   =   f a l s e ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   G e n e r a l P r o p e r t y R e s o u r c e s P a t h   =   " R e s o u r c e s P a t h " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t G e n e r a l P r o p e r t y R e s o u r c e s P a t h   =   " R e s o u r c e s / " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   G e n e r a l P r o p e r t y S e r i a l N u m b e r   =   " S e r i a l N u m b e r " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t G e n e r a l P r o p e r t y S e r i a l N u m b e r   =   " " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   G e n e r a l P r o p e r t y S e r v i c e R e g i s t r a t i o n T i m e r I n t e r v a l   =   " S e r v i c e R e g i s t r a t i o n T i m e r I n t e r v a l " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t G e n e r a l P r o p e r t y S e r v i c e R e g i s t r a t i o n T i m e r I n t e r v a l   =   6 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   G e n e r a l P r o p e r t y T c p I p M t u   =   " T c p I p M t u " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t G e n e r a l P r o p e r t y T c p I p M t u   =   1 4 6 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   G e n e r a l P r o p e r t y T e m p P a t h   =   " T e m p P a t h " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t G e n e r a l P r o p e r t y T e m p P a t h   =   " T e m p / " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   G e n e r a l P r o p e r t y W f s D o c u m e n t P a t h   =   " W f s D o c u m e n t P a t h " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t G e n e r a l P r o p e r t y W f s D o c u m e n t P a t h   =   " W f s / " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   G e n e r a l P r o p e r t y W m s D o c u m e n t P a t h   =   " W m s D o c u m e n t P a t h " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t G e n e r a l P r o p e r t y W m s D o c u m e n t P a t h   =   " W m s / " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   G e n e r a l P r o p e r t y P r e C a c h e M a p s   =   " P r e C a c h e M a p s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t G e n e r a l P r o p e r t y P r e C a c h e M a p s   =   " " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A d m i n i s t r a t i v e C o n n e c t i o n P r o p e r t i e s S e c t i o n   =   " A d m i n i s t r a t i v e C o n n e c t i o n P r o p e r t i e s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A d m i n i s t r a t i v e C o n n e c t i o n P r o p e r t y E m a i l   =   " E m a i l " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t A d m i n i s t r a t i v e C o n n e c t i o n P r o p e r t y E m a i l   =   " " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A d m i n i s t r a t i v e C o n n e c t i o n P r o p e r t y M a x C o n n e c t i o n s   =   " M a x C o n n e c t i o n s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t A d m i n i s t r a t i v e C o n n e c t i o n P r o p e r t y M a x C o n n e c t i o n s   =   2 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A d m i n i s t r a t i v e C o n n e c t i o n P r o p e r t y P o r t   =   " P o r t " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t A d m i n i s t r a t i v e C o n n e c t i o n P r o p e r t y P o r t   =   5 5 5 5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A d m i n i s t r a t i v e C o n n e c t i o n P r o p e r t y Q u e u e S i z e   =   " Q u e u e S i z e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t A d m i n i s t r a t i v e C o n n e c t i o n P r o p e r t y Q u e u e S i z e   =   1 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A d m i n i s t r a t i v e C o n n e c t i o n P r o p e r t y T h r e a d P o o l S i z e   =   " T h r e a d P o o l S i z e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t A d m i n i s t r a t i v e C o n n e c t i o n P r o p e r t y T h r e a d P o o l S i z e   =   5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   C l i e n t C o n n e c t i o n P r o p e r t i e s S e c t i o n   =   " C l i e n t C o n n e c t i o n P r o p e r t i e s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   C l i e n t C o n n e c t i o n P r o p e r t y M a x C o n n e c t i o n s   =   " M a x C o n n e c t i o n s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t C l i e n t C o n n e c t i o n P r o p e r t y M a x C o n n e c t i o n s   =   1 0 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   C l i e n t C o n n e c t i o n P r o p e r t y P o r t   =   " P o r t " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t C l i e n t C o n n e c t i o n P r o p e r t y P o r t   =   4 4 4 4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   C l i e n t C o n n e c t i o n P r o p e r t y Q u e u e S i z e   =   " Q u e u e S i z e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t C l i e n t C o n n e c t i o n P r o p e r t y Q u e u e S i z e   =   1 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   C l i e n t C o n n e c t i o n P r o p e r t y T h r e a d P o o l S i z e   =   " T h r e a d P o o l S i z e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t C l i e n t C o n n e c t i o n P r o p e r t y T h r e a d P o o l S i z e   =   1 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   S i t e C o n n e c t i o n P r o p e r t i e s S e c t i o n   =   " S i t e C o n n e c t i o n P r o p e r t i e s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   S i t e C o n n e c t i o n P r o p e r t y I p A d d r e s s   =   " I p A d d r e s s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t S i t e C o n n e c t i o n P r o p e r t y I p A d d r e s s   =   " 1 2 7 . 0 . 0 . 1 " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   S i t e C o n n e c t i o n P r o p e r t y M a x C o n n e c t i o n s   =   " M a x C o n n e c t i o n s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t S i t e C o n n e c t i o n P r o p e r t y M a x C o n n e c t i o n s   =   2 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   S i t e C o n n e c t i o n P r o p e r t y P o r t   =   " P o r t " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t S i t e C o n n e c t i o n P r o p e r t y P o r t   =   3 3 3 3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   S i t e C o n n e c t i o n P r o p e r t y Q u e u e S i z e   =   " Q u e u e S i z e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t S i t e C o n n e c t i o n P r o p e r t y Q u e u e S i z e   =   1 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   S i t e C o n n e c t i o n P r o p e r t y T h r e a d P o o l S i z e   =   " T h r e a d P o o l S i z e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t S i t e C o n n e c t i o n P r o p e r t y T h r e a d P o o l S i z e   =   5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   H o s t P r o p e r t i e s S e c t i o n   =   " H o s t P r o p e r t i e s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   H o s t P r o p e r t y D r a w i n g S e r v i c e   =   " D r a w i n g S e r v i c e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   b o o l e a n   D e f a u l t H o s t P r o p e r t y D r a w i n g S e r v i c e   =   f a l s e ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   H o s t P r o p e r t y F e a t u r e S e r v i c e   =   " F e a t u r e S e r v i c e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   b o o l e a n   D e f a u l t H o s t P r o p e r t y F e a t u r e S e r v i c e   =   f a l s e ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   H o s t P r o p e r t y K m l S e r v i c e   =   " K m l S e r v i c e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   b o o l e a n   D e f a u l t H o s t P r o p e r t y K m l S e r v i c e   =   f a l s e ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   H o s t P r o p e r t y M a p p i n g S e r v i c e   =   " M a p p i n g S e r v i c e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   b o o l e a n   D e f a u l t H o s t P r o p e r t y M a p p i n g S e r v i c e   =   f a l s e ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   H o s t P r o p e r t y R e n d e r i n g S e r v i c e   =   " R e n d e r i n g S e r v i c e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   b o o l e a n   D e f a u l t H o s t P r o p e r t y R e n d e r i n g S e r v i c e   =   f a l s e ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   H o s t P r o p e r t y R e s o u r c e S e r v i c e   =   " R e s o u r c e S e r v i c e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   b o o l e a n   D e f a u l t H o s t P r o p e r t y R e s o u r c e S e r v i c e   =   f a l s e ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   H o s t P r o p e r t y P r o f i l i n g S e r v i c e   =   " P r o f i l i n g S e r v i c e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   b o o l e a n   D e f a u l t H o s t P r o p e r t y P r o f i l i n g S e r v i c e   =   f a l s e ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   H o s t P r o p e r t y S i t e S e r v i c e   =   " S i t e S e r v i c e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   b o o l e a n   D e f a u l t H o s t P r o p e r t y S i t e S e r v i c e   =   f a l s e ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   H o s t P r o p e r t y T i l e S e r v i c e   =   " T i l e S e r v i c e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   b o o l e a n   D e f a u l t H o s t P r o p e r t y T i l e S e r v i c e   =   f a l s e ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D r a w i n g S e r v i c e P r o p e r t i e s S e c t i o n   =   " D r a w i n g S e r v i c e P r o p e r t i e s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   F e a t u r e S e r v i c e P r o p e r t i e s S e c t i o n   =   " F e a t u r e S e r v i c e P r o p e r t i e s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   F e a t u r e S e r v i c e P r o p e r t y C a c h e S i z e   =   " C a c h e S i z e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t F e a t u r e S e r v i c e P r o p e r t y C a c h e S i z e   =   1 0 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   F e a t u r e S e r v i c e P r o p e r t y C a c h e T i m e L i m i t   =   " C a c h e T i m e L i m i t " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t F e a t u r e S e r v i c e P r o p e r t y C a c h e T i m e L i m i t   =   8 6 4 0 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   F e a t u r e S e r v i c e P r o p e r t y C a c h e T i m e r I n t e r v a l   =   " C a c h e T i m e r I n t e r v a l " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t F e a t u r e S e r v i c e P r o p e r t y C a c h e T i m e r I n t e r v a l   =   3 6 0 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   F e a t u r e S e r v i c e P r o p e r t y D a t a C a c h e S i z e   =   " D a t a C a c h e S i z e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t F e a t u r e S e r v i c e P r o p e r t y D a t a C a c h e S i z e   =   1 0 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   F e a t u r e S e r v i c e P r o p e r t y D a t a C o n n e c t i o n P o o l E n a b l e d   =   " D a t a C o n n e c t i o n P o o l E n a b l e d " ;  + 
+     p u b l i c   s t a t i c   f i n a l   b o o l e a n   D e f a u l t F e a t u r e S e r v i c e P r o p e r t y D a t a C o n n e c t i o n P o o l E n a b l e d   =   f a l s e ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   F e a t u r e S e r v i c e P r o p e r t y D a t a C o n n e c t i o n P o o l E x c l u d e d P r o v i d e r s   =   " D a t a C o n n e c t i o n P o o l E x c l u d e d P r o v i d e r s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t F e a t u r e S e r v i c e P r o p e r t y D a t a C o n n e c t i o n P o o l E x c l u d e d P r o v i d e r s   =   " O S G e o . S D F , O S G e o . S H P " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   F e a t u r e S e r v i c e P r o p e r t y D a t a C o n n e c t i o n P o o l S i z e   =   " D a t a C o n n e c t i o n P o o l S i z e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t F e a t u r e S e r v i c e P r o p e r t y D a t a C o n n e c t i o n P o o l S i z e   =   5 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   F e a t u r e S e r v i c e P r o p e r t y D a t a C o n n e c t i o n P o o l S i z e C u s t o m   =   " D a t a C o n n e c t i o n P o o l S i z e C u s t o m " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t F e a t u r e S e r v i c e P r o p e r t y D a t a C o n n e c t i o n P o o l S i z e C u s t o m   =   " " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   F e a t u r e S e r v i c e P r o p e r t y D a t a C o n n e c t i o n T i m e o u t   =   " D a t a C o n n e c t i o n T i m e o u t " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t F e a t u r e S e r v i c e P r o p e r t y D a t a C o n n e c t i o n T i m e o u t   =   6 0 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   F e a t u r e S e r v i c e P r o p e r t y D a t a C o n n e c t i o n T i m e r I n t e r v a l   =   " D a t a C o n n e c t i o n T i m e r I n t e r v a l " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t F e a t u r e S e r v i c e P r o p e r t y D a t a C o n n e c t i o n T i m e r I n t e r v a l   =   6 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   F e a t u r e S e r v i c e P r o p e r t y J o i n Q u e r y B a t c h S i z e   =   " J o i n Q u e r y B a t c h S i z e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t F e a t u r e S e r v i c e P r o p e r t y J o i n Q u e r y B a t c h S i z e   =   1 0 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   F e a t u r e S e r v i c e P r o p e r t y D a t a C o n n e c t i o n U s e L i m i t   =   " D a t a C o n n e c t i o n U s e L i m i t " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t F e a t u r e S e r v i c e P r o p e r t y D a t a C o n n e c t i o n U s e L i m i t   =   " " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   F e a t u r e S e r v i c e P r o p e r t y D a t a T r a n s a c t i o n T i m e o u t   =   " D a t a T r a n s a c t i o n T i m e o u t " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t F e a t u r e S e r v i c e P r o p e r t y D a t a T r a n s a c t i o n T i m e o u t   =   3 6 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   F e a t u r e S e r v i c e P r o p e r t y D a t a T r a n s a c t i o n T i m e r I n t e r v a l   =   " D a t a T r a n s a c t i o n T i m e r I n t e r v a l " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t F e a t u r e S e r v i c e P r o p e r t y D a t a T r a n s a c t i o n T i m e r I n t e r v a l   =   6 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   F e a t u r e S e r v i c e P r o p e r t y F D O C o n n e c t i o n T i m e o u t C u s t o m   =   " F D O C o n n e c t i o n T i m e o u t C u s t o m " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t F e a t u r e S e r v i c e P r o p e r t y F D O C o n n e c t i o n T i m e o u t C u s t o m   =   " O S G e o . W M S : 1 2 0 " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   F e a t u r e S e r v i c e P r o p e r t y U s e F d o J o i n O p t i m i z a t i o n   =   " U s e F d o J o i n O p t i m i z a t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   b o o l e a n   D e f a u l t F e a t u r e S e r v i c e P r o p e r t y U s e F d o J o i n O p t i m i z a t i o n   =   t r u e ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M a p p i n g S e r v i c e P r o p e r t i e s S e c t i o n   =   " M a p p i n g S e r v i c e P r o p e r t i e s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M a p p i n g S e r v i c e P r o p e r t y L e g e n d F o n t   =   " L e g e n d F o n t " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t M a p p i n g S e r v i c e P r o p e r t y L e g e n d F o n t   =   " A r i a l " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   R e n d e r i n g S e r v i c e P r o p e r t i e s S e c t i o n   =   " R e n d e r i n g S e r v i c e P r o p e r t i e s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   R e n d e r i n g S e r v i c e P r o p e r t y T i l e E x t e n t O f f s e t   =   " T i l e E x t e n t O f f s e t " ;  + 
+     p u b l i c   s t a t i c   f i n a l   d o u b l e   D e f a u l t R e n d e r i n g S e r v i c e P r o p e r t y T i l e E x t e n t O f f s e t   =   0 . 3 5 d ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   R e n d e r i n g S e r v i c e P r o p e r t y R a s t e r G r i d S i z e   =   " R a s t e r G r i d S i z e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t R e n d e r i n g S e r v i c e P r o p e r t y R a s t e r G r i d S i z e   =   1 0 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   R e n d e r i n g S e r v i c e P r o p e r t y M i n R a s t e r G r i d S i z e   =   " M i n R a s t e r G r i d S i z e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t R e n d e r i n g S e r v i c e P r o p e r t y M i n R a s t e r G r i d S i z e   =   1 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   R e n d e r i n g S e r v i c e P r o p e r t y R a s t e r G r i d S i z e O v e r r i d e R a t i o   =   " R a s t e r G r i d S i z e O v e r r i d e R a t i o " ;  + 
+     p u b l i c   s t a t i c   f i n a l   d o u b l e   D e f a u l t R e n d e r i n g S e r v i c e P r o p e r t y R a s t e r G r i d S i z e O v e r r i d e R a t i o   =   0 . 2 5 d ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   R e n d e r i n g S e r v i c e P r o p e r t y R a s t e r G r i d S i z e F o r P l o t   =   " R a s t e r G r i d S i z e F o r P l o t " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t R e n d e r i n g S e r v i c e P r o p e r t y R a s t e r G r i d S i z e F o r P l o t   =   5 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   R e n d e r i n g S e r v i c e P r o p e r t y M i n R a s t e r G r i d S i z e F o r P l o t   =   " M i n R a s t e r G r i d S i z e F o r P l o t " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t R e n d e r i n g S e r v i c e P r o p e r t y M i n R a s t e r G r i d S i z e F o r P l o t   =   5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   R e n d e r i n g S e r v i c e P r o p e r t y R a s t e r G r i d S i z e O v e r r i d e R a t i o F o r P l o t   =   " R a s t e r G r i d S i z e O v e r r i d e R a t i o F o r P l o t " ;  + 
+     p u b l i c   s t a t i c   f i n a l   d o u b l e   D e f a u l t R e n d e r i n g S e r v i c e P r o p e r t y R a s t e r G r i d S i z e O v e r r i d e R a t i o F o r P l o t   =   0 . 1 d ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   R e n d e r i n g S e r v i c e P r o p e r t y R e n d e r S e l e c t i o n B a t c h S i z e   =   " R e n d e r S e l e c t i o n B a t c h S i z e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t R e n d e r i n g S e r v i c e P r o p e r t y R e n d e r S e l e c t i o n B a t c h S i z e   =   1 0 0 0 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   R e n d e r i n g S e r v i c e P r o p e r t y C l a m p P o i n t s   =   " C l a m p P o i n t s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   b o o l e a n   D e f a u l t R e n d e r i n g S e r v i c e P r o p e r t y C l a m p P o i n t s   =   f a l s e ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   R e n d e r i n g S e r v i c e P r o p e r t y G e n e r a l i z e D a t a   =   " G e n e r a l i z e D a t a " ;  + 
+     p u b l i c   s t a t i c   f i n a l   b o o l e a n   D e f a u l t R e n d e r i n g S e r v i c e P r o p e r t y G e n e r a l i z e D a t a   =   f a l s e ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   R e n d e r i n g S e r v i c e P r o p e r t y M a x R a s t e r I m a g e W i d t h   =   " M a x R a s t e r I m a g e W i d t h " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t R e n d e r i n g S e r v i c e P r o p e r t y M a x R a s t e r I m a g e W i d t h   =   2 0 4 8 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   R e n d e r i n g S e r v i c e P r o p e r t y M a x R a s t e r I m a g e H e i g h t   =   " M a x R a s t e r I m a g e H e i g h t " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t R e n d e r i n g S e r v i c e P r o p e r t y M a x R a s t e r I m a g e H e i g h t   =   2 0 4 8 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   R e n d e r i n g S e r v i c e P r o p e r t y M a x R e n d e r I m a g e W i d t h   =   " M a x R e n d e r I m a g e W i d t h " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t R e n d e r i n g S e r v i c e P r o p e r t y M a x R e n d e r I m a g e W i d t h   =   1 6 3 8 4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   R e n d e r i n g S e r v i c e P r o p e r t y M a x R e n d e r I m a g e H e i g h t   =   " M a x R e n d e r I m a g e H e i g h t " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t R e n d e r i n g S e r v i c e P r o p e r t y M a x R e n d e r I m a g e H e i g h t   =   1 6 3 8 4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   R e n d e r i n g S e r v i c e P r o p e r t i e s G l o b a l R a s t e r S t y l i z a t i o n L o c k E n a b l e d   =   " G l o b a l R a s t e r S t y l i z a t i o n L o c k E n a b l e d " ;  + 
+     p u b l i c   s t a t i c   f i n a l   b o o l e a n   D e f a u l t R e n d e r i n g S e r v i c e P r o p e r t i e s G l o b a l R a s t e r S t y l i z a t i o n L o c k E n a b l e d   =   t r u e ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   F o n t A l i a s M a p p i n g S e c t i o n   =   " F o n t A l i a s e s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   U n m a n a g e d D a t a M a p p i n g s S e c t i o n   =   " U n m a n a g e d D a t a M a p p i n g s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   R e s o u r c e S e r v i c e P r o p e r t i e s S e c t i o n   =   " R e s o u r c e S e r v i c e P r o p e r t i e s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   R e s o u r c e S e r v i c e P r o p e r t y L i b r a r y R e p o s i t o r y P a t h   =   " L i b r a r y R e p o s i t o r y P a t h " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t R e s o u r c e S e r v i c e P r o p e r t y L i b r a r y R e p o s i t o r y P a t h   =   " R e p o s i t o r i e s / L i b r a r y / " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   R e s o u r c e S e r v i c e P r o p e r t y L i b r a r y R e s o u r c e D a t a F i l e P a t h   =   " L i b r a r y R e s o u r c e D a t a F i l e P a t h " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t R e s o u r c e S e r v i c e P r o p e r t y L i b r a r y R e s o u r c e D a t a F i l e P a t h   =   " R e p o s i t o r i e s / L i b r a r y / D a t a F i l e s / " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   R e s o u r c e S e r v i c e P r o p e r t y P a c k a g e s P a t h   =   " P a c k a g e s P a t h " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t R e s o u r c e S e r v i c e P r o p e r t y P a c k a g e s P a t h   =   " P a c k a g e s / " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   R e s o u r c e S e r v i c e P r o p e r t y R e p o s i t o r y C h e c k p o i n t s T i m e r I n t e r v a l   =   " R e p o s i t o r y C h e c k p o i n t s T i m e r I n t e r v a l " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t R e s o u r c e S e r v i c e P r o p e r t y R e p o s i t o r y C h e c k p o i n t s T i m e r I n t e r v a l   =   6 0 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   R e s o u r c e S e r v i c e P r o p e r t y R e s o u r c e C h a n g e T i m e r I n t e r v a l   =   " R e s o u r c e C h a n g e T i m e r I n t e r v a l " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t R e s o u r c e S e r v i c e P r o p e r t y R e s o u r c e C h a n g e T i m e r I n t e r v a l   =   5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   R e s o u r c e S e r v i c e P r o p e r t y R e s o u r c e D a t a F i l e T r a s h F o l d e r N a m e   =   " R e s o u r c e D a t a F i l e T r a s h F o l d e r N a m e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t R e s o u r c e S e r v i c e P r o p e r t y R e s o u r c e D a t a F i l e T r a s h F o l d e r N a m e   =   " T r a s h " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   R e s o u r c e S e r v i c e P r o p e r t y R e s o u r c e P e r m i s s i o n C a c h e S i z e   =   " R e s o u r c e P e r m i s s i o n C a c h e S i z e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t R e s o u r c e S e r v i c e P r o p e r t y R e s o u r c e P e r m i s s i o n C a c h e S i z e   =   1 0 0 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   R e s o u r c e S e r v i c e P r o p e r t y R e s o u r c e S c h e m a F i l e P a t h   =   " R e s o u r c e S c h e m a F i l e P a t h " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t R e s o u r c e S e r v i c e P r o p e r t y R e s o u r c e S c h e m a F i l e P a t h   =   " S c h e m a / " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   R e s o u r c e S e r v i c e P r o p e r t y S e s s i o n R e p o s i t o r y P a t h   =   " S e s s i o n R e p o s i t o r y P a t h " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t R e s o u r c e S e r v i c e P r o p e r t y S e s s i o n R e p o s i t o r y P a t h   =   " R e p o s i t o r i e s / S e s s i o n / " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   R e s o u r c e S e r v i c e P r o p e r t y S e s s i o n R e s o u r c e D a t a F i l e P a t h   =   " S e s s i o n R e s o u r c e D a t a F i l e P a t h " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t R e s o u r c e S e r v i c e P r o p e r t y S e s s i o n R e s o u r c e D a t a F i l e P a t h   =   " R e p o s i t o r i e s / S e s s i o n / D a t a F i l e s / " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   R e s o u r c e S e r v i c e P r o p e r t y S i t e R e p o s i t o r y P a t h   =   " S i t e R e p o s i t o r y P a t h " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t R e s o u r c e S e r v i c e P r o p e r t y S i t e R e p o s i t o r y P a t h   =   " R e p o s i t o r i e s / S i t e / " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   S i t e S e r v i c e P r o p e r t i e s S e c t i o n   =   " S i t e S e r v i c e P r o p e r t i e s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   S i t e S e r v i c e P r o p e r t y S e s s i o n T i m e o u t   =   " S e s s i o n T i m e o u t " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t S i t e S e r v i c e P r o p e r t y S e s s i o n T i m e o u t   =   1 2 0 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   S i t e S e r v i c e P r o p e r t y S e s s i o n T i m e r I n t e r v a l   =   " S e s s i o n T i m e r I n t e r v a l " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t S i t e S e r v i c e P r o p e r t y S e s s i o n T i m e r I n t e r v a l   =   4 0 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   T i l e S e r v i c e P r o p e r t i e s S e c t i o n   =   " T i l e S e r v i c e P r o p e r t i e s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   T i l e S e r v i c e P r o p e r t y R e n d e r O n l y   =   " R e n d e r O n l y " ;  + 
+     p u b l i c   s t a t i c   f i n a l   b o o l e a n   D e f a u l t T i l e S e r v i c e P r o p e r t y R e n d e r O n l y   =   f a l s e ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   T i l e S e r v i c e P r o p e r t y T i l e C a c h e P a t h   =   " T i l e C a c h e P a t h " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t T i l e S e r v i c e P r o p e r t y T i l e C a c h e P a t h   =   " R e p o s i t o r i e s / T i l e C a c h e / " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   T i l e S e r v i c e P r o p e r t y T i l e C o l u m n s P e r F o l d e r   =   " T i l e C o l u m n s P e r F o l d e r " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t T i l e S e r v i c e P r o p e r t y T i l e C o l u m n s P e r F o l d e r   =   3 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   T i l e S e r v i c e P r o p e r t y T i l e R o w s P e r F o l d e r   =   " T i l e R o w s P e r F o l d e r " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t T i l e S e r v i c e P r o p e r t y T i l e R o w s P e r F o l d e r   =   3 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   T i l e S e r v i c e P r o p e r t y T i l e S i z e X   =   " D e f a u l t T i l e S i z e X " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t T i l e S e r v i c e P r o p e r t y T i l e S i z e X   =   3 0 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   T i l e S e r v i c e P r o p e r t y T i l e S i z e Y   =   " D e f a u l t T i l e S i z e Y " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t T i l e S e r v i c e P r o p e r t y T i l e S i z e Y   =   3 0 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   T i l e S e r v i c e P r o p e r t y I m a g e F o r m a t   =   " I m a g e F o r m a t " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t T i l e S e r v i c e P r o p e r t y I m a g e F o r m a t   =   " P N G " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A c c e s s L o g P r o p e r t i e s S e c t i o n   =   " A c c e s s L o g P r o p e r t i e s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A c c e s s L o g P r o p e r t y E n a b l e d   =   " E n a b l e d " ;  + 
+     p u b l i c   s t a t i c   f i n a l   b o o l e a n   D e f a u l t A c c e s s L o g P r o p e r t y E n a b l e d   =   t r u e ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A c c e s s L o g P r o p e r t y F i l e n a m e   =   " F i l e n a m e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t A c c e s s L o g P r o p e r t y F i l e n a m e   =   " A c c e s s . l o g " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A c c e s s L o g P r o p e r t y P a r a m e t e r s   =   " P a r a m e t e r s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t A c c e s s L o g P r o p e r t y P a r a m e t e r s   =   " " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A d m i n L o g P r o p e r t i e s S e c t i o n   =   " A d m i n L o g P r o p e r t i e s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A d m i n L o g P r o p e r t y E n a b l e d   =   " E n a b l e d " ;  + 
+     p u b l i c   s t a t i c   f i n a l   b o o l e a n   D e f a u l t A d m i n L o g P r o p e r t y E n a b l e d   =   t r u e ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A d m i n L o g P r o p e r t y F i l e n a m e   =   " F i l e n a m e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t A d m i n L o g P r o p e r t y F i l e n a m e   =   " A d m i n . l o g " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A d m i n L o g P r o p e r t y P a r a m e t e r s   =   " P a r a m e t e r s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t A d m i n L o g P r o p e r t y P a r a m e t e r s   =   " " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A u t h e n t i c a t i o n L o g P r o p e r t i e s S e c t i o n   =   " A u t h e n t i c a t i o n L o g P r o p e r t i e s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A u t h e n t i c a t i o n L o g P r o p e r t y E n a b l e d   =   " E n a b l e d " ;  + 
+     p u b l i c   s t a t i c   f i n a l   b o o l e a n   D e f a u l t A u t h e n t i c a t i o n L o g P r o p e r t y E n a b l e d   =   t r u e ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A u t h e n t i c a t i o n L o g P r o p e r t y F i l e n a m e   =   " F i l e n a m e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t A u t h e n t i c a t i o n L o g P r o p e r t y F i l e n a m e   =   " A u t h e n t i c a t i o n . l o g " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A u t h e n t i c a t i o n L o g P r o p e r t y P a r a m e t e r s   =   " P a r a m e t e r s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t A u t h e n t i c a t i o n L o g P r o p e r t y P a r a m e t e r s   =   " " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   E r r o r L o g P r o p e r t i e s S e c t i o n   =   " E r r o r L o g P r o p e r t i e s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   E r r o r L o g P r o p e r t y E n a b l e d   =   " E n a b l e d " ;  + 
+     p u b l i c   s t a t i c   f i n a l   b o o l e a n   D e f a u l t E r r o r L o g P r o p e r t y E n a b l e d   =   t r u e ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   E r r o r L o g P r o p e r t y F i l e n a m e   =   " F i l e n a m e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t E r r o r L o g P r o p e r t y F i l e n a m e   =   " E r r o r . l o g " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   E r r o r L o g P r o p e r t y P a r a m e t e r s   =   " P a r a m e t e r s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t E r r o r L o g P r o p e r t y P a r a m e t e r s   =   " " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   P e r f o r m a n c e L o g P r o p e r t i e s S e c t i o n   =   " P e r f o r m a n c e L o g P r o p e r t i e s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   P e r f o r m a n c e L o g P r o p e r t y E n a b l e d   =   " E n a b l e d " ;  + 
+     p u b l i c   s t a t i c   f i n a l   b o o l e a n   D e f a u l t P e r f o r m a n c e L o g P r o p e r t y E n a b l e d   =   f a l s e ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   P e r f o r m a n c e L o g P r o p e r t y F i l e n a m e   =   " F i l e n a m e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t P e r f o r m a n c e L o g P r o p e r t y F i l e n a m e   =   " P e r f o r m a n c e . l o g " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   P e r f o r m a n c e L o g P r o p e r t y P a r a m e t e r s   =   " P a r a m e t e r s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t P e r f o r m a n c e L o g P r o p e r t y P a r a m e t e r s   =   " " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   P e r f o r m a n c e L o g P r o p e r t y I n t e r v a l   =   " I n t e r v a l " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t P e r f o r m a n c e L o g P r o p e r t y I n t e r v a l   =   3 0 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   S e s s i o n L o g P r o p e r t i e s S e c t i o n   =   " S e s s i o n L o g P r o p e r t i e s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   S e s s i o n L o g P r o p e r t y E n a b l e d   =   " E n a b l e d " ;  + 
+     p u b l i c   s t a t i c   f i n a l   b o o l e a n   D e f a u l t S e s s i o n L o g P r o p e r t y E n a b l e d   =   t r u e ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   S e s s i o n L o g P r o p e r t y F i l e n a m e   =   " F i l e n a m e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t S e s s i o n L o g P r o p e r t y F i l e n a m e   =   " S e s s i o n . l o g " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   S e s s i o n L o g P r o p e r t y P a r a m e t e r s   =   " P a r a m e t e r s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t S e s s i o n L o g P r o p e r t y P a r a m e t e r s   =   " " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   T r a c e L o g P r o p e r t i e s S e c t i o n   =   " T r a c e L o g P r o p e r t i e s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   T r a c e L o g P r o p e r t y E n a b l e d   =   " E n a b l e d " ;  + 
+     p u b l i c   s t a t i c   f i n a l   b o o l e a n   D e f a u l t T r a c e L o g P r o p e r t y E n a b l e d   =   t r u e ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   T r a c e L o g P r o p e r t y F i l e n a m e   =   " F i l e n a m e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t T r a c e L o g P r o p e r t y F i l e n a m e   =   " T r a c e . l o g " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   T r a c e L o g P r o p e r t y P a r a m e t e r s   =   " P a r a m e t e r s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t T r a c e L o g P r o p e r t y P a r a m e t e r s   =   " " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D B E n v i r o n m e n t P r o p e r t i e s S e c t i o n   =   " D B E n v i r o n m e n t P r o p e r t i e s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   L i b r a r y C a c h e S i z e P a r a m e t e r s   =   " L i b r a r y C a c h e S i z e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t L i b r a r y C a c h e S i z e P a r a m e t e r s   =   3 2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   S e s s i o n C a c h e S i z e P a r a m t e r s   =   " S e s s i o n C a c h e S i z e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t S e s s i o n C a c h e S i z e P a r a m t e r s   =   2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D B P a g e S i z e P a r a m e t e r s   =   " D B P a g e S i z e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t D B P a g e S i z e P a r a m e t e r s   =   3 2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D B X M L P a g e S i z e P a r a m e t e r s   =   " D B X M L P a g e S i z e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t D B X M L P a g e S i z e P a r a m e t e r s   =   3 2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   L i b r a r y L o g B u f f e r S i z e P a r a m e t e r s   =   " L i b r a r y L o g B u f f e r S i z e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t L i b r a r y L o g B u f f e r S i z e P a r a m e t e r s   =   1 2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   S e s s i o n L o g B u f f e r S i z e P a r a m e t e r s   =   " S e s s i o n L o g B u f f e r S i z e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t S e s s i o n L o g B u f f e r S i z e P a r a m e t e r s   =   1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D B M a x T r a n s a c t i o n s P a r a m t e r s   =   " D B M a x T r a n s a c t i o n s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t D B M a x T r a n s a c t i o n s P a r a m t e r s   =   1 0 0 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   S e s s i o n D B P a g e S i z e P a r a m e t e r s   =   " S e s s i o n D B P a g e S i z e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t S e s s i o n D B P a g e S i z e P a r a m e t e r s   =   2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   S e s s i o n D B X M L P a g e S i z e P a r a m e t e r s   =   " S e s s i o n D B X M L P a g e S i z e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   d o u b l e   D e f a u l t S e s s i o n D B X M L P a g e S i z e P a r a m e t e r s   =   0 . 5 d ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D B T i m e o u t P a r a m e t e r s   =   " D B T i m e o u t " ;  + 
+     p u b l i c   s t a t i c   f i n a l   d o u b l e   D e f a u l t D B T i m e o u t P a r a m e t e r s   =   0 . 2 d ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D B M a x L o c k e r s P a r a m e t e r s   =   " D B M a x L o c k e r s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t D B M a x L o c k e r s P a r a m e t e r s   =   1 0 0 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A g e n t P r o p e r t i e s S e c t i o n   =   " A g e n t P r o p e r t i e s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A g e n t D e b u g P a u s e   =   " D e b u g P a u s e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t A g e n t D e b u g P a u s e   =   0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A g e n t D i s a b l e A u t h o r i n g   =   " D i s a b l e A u t h o r i n g " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A g e n t D i s a b l e W f s   =   " D i s a b l e W f s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A g e n t D i s a b l e W m s   =   " D i s a b l e W m s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A g e n t E r r o r L o g E n a b l e d   =   " E r r o r L o g E n a b l e d " ;  + 
+     p u b l i c   s t a t i c   f i n a l   b o o l e a n   D e f a u l t A g e n t E r r o r L o g E n a b l e d   =   f a l s e ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A g e n t E r r o r L o g F i l e n a m e   =   " E r r o r L o g F i l e n a m e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t A g e n t E r r o r L o g F i l e n a m e   =   " E r r o r . l o g " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A g e n t R e q u e s t L o g E n a b l e d   =   " R e q u e s t L o g E n a b l e d " ;  + 
+     p u b l i c   s t a t i c   f i n a l   b o o l e a n   D e f a u l t A g e n t R e q u e s t L o g E n a b l e d   =   f a l s e ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A g e n t R e q u e s t L o g F i l e n a m e   =   " R e q u e s t L o g F i l e n a m e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t A g e n t R e q u e s t L o g F i l e n a m e   =   " R e q u e s t . l o g " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A g e n t G l o b a l M a x F e a t u r e Q u e r y L i m i t   =   " G l o b a l M a x F e a t u r e Q u e r y L i m i t " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t A g e n t G l o b a l M a x F e a t u r e Q u e r y L i m i t   =   0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A g e n t G l o b a l M a x M a p F e a t u r e Q u e r y L i m i t   =   " G l o b a l M a x M a p F e a t u r e Q u e r y L i m i t " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t A g e n t G l o b a l M a x M a p F e a t u r e Q u e r y L i m i t   =   0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A g e n t A n o n y m o u s D e n y G e t R e s o u r c e C o n t e n t   =   " A n o n y m o u s D e n y G e t R e s o u r c e C o n t e n t " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t A g e n t A n o n y m o u s D e n y G e t R e s o u r c e C o n t e n t   =   " " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A g e n t A n o n y m o u s D e n y G e t R e s o u r c e D a t a   =   " A n o n y m o u s D e n y G e t R e s o u r c e D a t a " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t A g e n t A n o n y m o u s D e n y G e t R e s o u r c e D a t a   =   " " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A g e n t A n o n y m o u s D e n y G e t R e s o u r c e H e a d e r   =   " A n o n y m o u s D e n y G e t R e s o u r c e H e a d e r " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D e f a u l t A g e n t A n o n y m o u s D e n y G e t R e s o u r c e H e a d e r   =   " " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   O g c P r o p e r t i e s S e c t i o n   =   " O g c P r o p e r t i e s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   W f s P a s s w o r d   =   " W f s P a s s w o r d " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   W m s P a s s w o r d   =   " W m s P a s s w o r d " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   C I T E W f s E n a b l e d   =   " C I T E W f s E n a b l e d " ;  + 
+     p u b l i c   s t a t i c   f i n a l   b o o l e a n   D e f a u l t C I T E W f s E n a b l e d   =   f a l s e ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   C I T E W m s E n a b l e d   =   " C I T E W m s E n a b l e d " ;  + 
+     p u b l i c   s t a t i c   f i n a l   b o o l e a n   D e f a u l t C I T E W m s E n a b l e d   =   f a l s e ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A g e n t G l o b a l G e t W f s F e a t u r e s L i m i t   =   " G l o b a l G e t W f s F e a t u r e s L i m i t " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t A g e n t G l o b a l G e t W f s F e a t u r e s L i m i t   =   0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A g e n t G l o b a l G e t W m s F e a t u r e I n f o L i m i t   =   " G l o b a l G e t W m s F e a t u r e I n f o L i m i t " ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e f a u l t A g e n t G l o b a l G e t W m s F e a t u r e I n f o L i m i t   =   0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   W e b A p p l i c a t i o n P r o p e r t i e s S e c t i o n   =   " W e b A p p l i c a t i o n P r o p e r t i e s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   T e m p l a t e R o o t F o l d e r   =   " T e m p l a t e R o o t F o l d e r " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   W i d g e t I n f o F o l d e r   =   " W i d g e t I n f o F o l d e r " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   C o n t a i n e r I n f o F o l d e r   =   " C o n t a i n e r I n f o F o l d e r " ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o n f i g P r o p e r t i e s ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g S e r i a l i z a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t D i m e n s i o n ( ) ;  + 
+     p u b l i c   d o u b l e   g e t X ( ) ;  + 
+     p u b l i c   d o u b l e   g e t Y ( ) ;  + 
+     p u b l i c   d o u b l e   g e t Z ( ) ;  + 
+     p u b l i c   d o u b l e   g e t M ( ) ;  + 
+     p u b l i c   s t a t i c   d o u b l e   g e t N o Z ( ) ;  + 
+     p u b l i c   s t a t i c   d o u b l e   g e t N o M ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e C o l l e c t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e C o l l e c t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   g e t I t e m ( i n t ) ;  + 
+     p u b l i c   v o i d   s e t I t e m ( i n t ,   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ) ;  + 
+     p u b l i c   v o i d   a d d ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ) ;  + 
+     p u b l i c   v o i d   i n s e r t ( i n t ,   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ) ;  + 
+     p u b l i c   v o i d   c l e a r ( ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ) ;  + 
+     p u b l i c   v o i d   r e m o v e A t ( i n t ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ) ;  + 
+     p u b l i c   i n t   i n d e x O f ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e C o l l e c t i o n ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e D i m e n s i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e D i m e n s i o n   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   X Y   =   0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   X Y Z   =   1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M   =   2 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e D i m e n s i o n ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e I t e r a t o r . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e I t e r a t o r   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   g e t C u r r e n t ( ) ;  + 
+     p u b l i c   b o o l e a n   m o v e N e x t ( ) ;  + 
+     p u b l i c   v o i d   r e s e t ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S p a c e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S p a c e   {  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   N o n e   =   " N o n e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M a p   =   " M a p " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D i s p l a y   =   " D i s p l a y " ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S p a c e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t T y p e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   c o n v e r t F r o m L o n L a t ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   c o n v e r t T o L o n L a t ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ) ;  + 
+     p u b l i c   d o u b l e   c o n v e r t C o o r d i n a t e S y s t e m U n i t s T o M e t e r s ( d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   c o n v e r t M e t e r s T o C o o r d i n a t e S y s t e m U n i t s ( d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   m e a s u r e E u c l i d e a n D i s t a n c e ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ,   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ) ;  + 
+     p u b l i c   d o u b l e   m e a s u r e E u c l i d e a n D i s t a n c e ( d o u b l e ,   d o u b l e ,   d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   m e a s u r e G r e a t C i r c l e D i s t a n c e ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ,   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ) ;  + 
+     p u b l i c   d o u b l e   m e a s u r e G r e a t C i r c l e D i s t a n c e ( d o u b l e ,   d o u b l e ,   d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t A z i m u t h ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ,   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ) ;  + 
+     p u b l i c   d o u b l e   g e t A z i m u t h ( d o u b l e ,   d o u b l e ,   d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   g e t C o o r d i n a t e ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ,   d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   g e t C o o r d i n a t e ( d o u b l e ,   d o u b l e ,   d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   t o S t r i n g ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t U n i t s ( ) ;  + 
+     p u b l i c   d o u b l e   g e t U n i t S c a l e ( ) ;  + 
+     p u b l i c   d o u b l e   g e t M i n X ( ) ;  + 
+     p u b l i c   d o u b l e   g e t M i n Y ( ) ;  + 
+     p u b l i c   d o u b l e   g e t M a x X ( ) ;  + 
+     p u b l i c   d o u b l e   g e t M a x Y ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t C s C o d e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t D e s c r i p t i o n ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t P r o j e c t i o n ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t P r o j e c t i o n D e s c r i p t i o n ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t D a t u m ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t D a t u m D e s c r i p t i o n ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t E l l i p s o i d ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t E l l i p s o i d D e s c r i p t i o n ( ) ;  + 
+     p u b l i c   i n t   g e t E p s g C o d e ( ) ;  + 
+     p u b l i c   i n t   g e t S r i d C o d e ( ) ;  + 
+     p u b l i c   s h o r t   g e t E p s g Q u a d r a n t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m M e a s u r e   g e t M e a s u r e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n   g e t C a t e g o r i e s ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m C a t a l o g   g e t C a t a l o g ( ) ;  + 
+     p u b l i c   v o i d   s e t C s C o d e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   i s L e g a l C s C o d e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   i s V a l i d ( ) ;  + 
+     p u b l i c   b o o l e a n   i s U s a b l e ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m C a t a l o g ) ;  + 
+     p u b l i c   b o o l e a n   i s S a m e A s ( o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e ) ;  + 
+     p u b l i c   v o i d   s e t D e s c r i p t i o n ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   i s L e g a l D e s c r i p t i o n ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t G r o u p ( ) ;  + 
+     p u b l i c   v o i d   s e t G r o u p ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   i s L e g a l G r o u p ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t S o u r c e ( ) ;  + 
+     p u b l i c   v o i d   s e t S o u r c e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   i s L e g a l S o u r c e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   i s P r o t e c t e d ( ) ;  + 
+     p u b l i c   s h o r t   g e t A g e ( ) ;  + 
+     p u b l i c   v o i d   s e t P r o t e c t M o d e ( b o o l e a n ) ;  + 
+     p u b l i c   b o o l e a n   i s E n c r y p t e d ( ) ;  + 
+     p u b l i c   v o i d   s e t E n c r y p t M o d e ( b o o l e a n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m E n u m I n t e g e r 3 2   g e t E r r o r s ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t L o c a t i o n ( ) ;  + 
+     p u b l i c   v o i d   s e t L o c a t i o n ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   i s L e g a l L o c a t i o n ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t C o u n t r y O r S t a t e ( ) ;  + 
+     p u b l i c   v o i d   s e t C o u n t r y O r S t a t e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   i s L e g a l C o u n t r y O r S t a t e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   i s G e o d e t i c ( ) ;  + 
+     p u b l i c   i n t   g e t P r o j e c t i o n C o d e ( ) ;  + 
+     p u b l i c   v o i d   s e t P r o j e c t i o n C o d e ( i n t ) ;  + 
+     p u b l i c   i n t   g e t U n i t C o d e ( ) ;  + 
+     p u b l i c   v o i d   s e t U n i t C o d e ( i n t ) ;  + 
+     p u b l i c   i n t   g e t P r o j e c t i o n P a r a m e t e r C o u n t ( ) ;  + 
+     p u b l i c   d o u b l e   g e t P r o j e c t i o n P a r a m e t e r ( i n t ) ;  + 
+     p u b l i c   v o i d   s e t P r o j e c t i o n P a r a m e t e r ( i n t ,   d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t O r i g i n L o n g i t u d e ( ) ;  + 
+     p u b l i c   v o i d   s e t O r i g i n L o n g i t u d e ( d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t O r i g i n L a t i t u d e ( ) ;  + 
+     p u b l i c   v o i d   s e t O r i g i n L a t i t u d e ( d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t O f f s e t X ( ) ;  + 
+     p u b l i c   d o u b l e   g e t O f f s e t Y ( ) ;  + 
+     p u b l i c   v o i d   s e t O f f s e t s ( d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t S c a l e R e d u c t i o n ( ) ;  + 
+     p u b l i c   v o i d   s e t S c a l e R e d u c t i o n ( d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t M a p S c a l e ( ) ;  + 
+     p u b l i c   v o i d   s e t M a p S c a l e ( d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t Z e r o X ( ) ;  + 
+     p u b l i c   d o u b l e   g e t Z e r o Y ( ) ;  + 
+     p u b l i c   v o i d   s e t Z e r o e s ( d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t L o n M i n ( ) ;  + 
+     p u b l i c   d o u b l e   g e t L o n M a x ( ) ;  + 
+     p u b l i c   d o u b l e   g e t L a t M i n ( ) ;  + 
+     p u b l i c   d o u b l e   g e t L a t M a x ( ) ;  + 
+     p u b l i c   v o i d   s e t L o n L a t B o u n d s ( d o u b l e ,   d o u b l e ,   d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   v o i d   c a n c e l L o n L a t B o u n d s ( ) ;  + 
+     p u b l i c   v o i d   s e t X Y B o u n d s ( d o u b l e ,   d o u b l e ,   d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   v o i d   c a n c e l X Y B o u n d s ( ) ;  + 
+     p u b l i c   s h o r t   g e t Q u a d r a n t ( ) ;  + 
+     p u b l i c   v o i d   s e t Q u a d r a n t ( s h o r t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m D a t u m   g e t D a t u m D e f i n i t i o n ( ) ;  + 
+     p u b l i c   v o i d   s e t D a t u m D e f i n i t i o n ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m D a t u m ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m E l l i p s o i d   g e t E l l i p s o i d D e f i n i t i o n ( ) ;  + 
+     p u b l i c   v o i d   s e t E l l i p s o i d D e f i n i t i o n ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m E l l i p s o i d ) ;  + 
+     p u b l i c   b o o l e a n   i s V a l i d X Y ( d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   b o o l e a n   i s V a l i d L o n L a t ( d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   v o i d   c o n v e r t C o o r d i n a t e F r o m L o n L a t ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ) ;  + 
+     p u b l i c   v o i d   c o n v e r t C o o r d i n a t e T o L o n L a t ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   c o n v e r t T o L o n L a t ( d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   c o n v e r t T o L o n L a t ( d o u b l e ,   d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   c o n v e r t F r o m L o n L a t ( d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   c o n v e r t F r o m L o n L a t ( d o u b l e ,   d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t C o n v e r g e n c e ( d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t S c a l e ( d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t S c a l e H ( d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t S c a l e K ( d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m   c r e a t e C l o n e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m C a t a l o g . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m C a t a l o g   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   v o i d   s e t D e f a u l t D i c t i o n a r y D i r A n d F i l e N a m e s ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t D e f a u l t D i c t i o n a r y D i r ( ) ;  + 
+     p u b l i c   v o i d   s e t D i c t i o n a r y D i r ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t D i c t i o n a r y D i r ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t D e f a u l t U s e r D i c t i o n a r y D i r ( ) ;  + 
+     p u b l i c   v o i d   s e t U s e r D i c t i o n a r y D i r ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t U s e r D i c t i o n a r y D i r ( ) ;  + 
+     p u b l i c   v o i d   s e t P r o t e c t i o n M o d e ( s h o r t ) ;  + 
+     p u b l i c   s h o r t   g e t P r o t e c t i o n M o d e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m C a t e g o r y D i c t i o n a r y   g e t C a t e g o r y D i c t i o n a r y ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m D i c t i o n a r y   g e t C o o r d i n a t e S y s t e m D i c t i o n a r y ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m D a t u m D i c t i o n a r y   g e t D a t u m D i c t i o n a r y ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m E l l i p s o i d D i c t i o n a r y   g e t E l l i p s o i d D i c t i o n a r y ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c P a t h D i c t i o n a r y   g e t G e o d e t i c P a t h D i c t i o n a r y ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m D e f D i c t i o n a r y   g e t G e o d e t i c T r a n s f o r m D e f D i c t i o n a r y ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g D i s p o s a b l e C o l l e c t i o n   g e t G e o d e t i c T r a n s f o r m a t i o n s ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m D a t u m ,   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m D a t u m ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m M a t h C o m p a r a t o r   g e t M a t h C o m p a r a t o r ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m F o r m a t C o n v e r t e r   g e t F o r m a t C o n v e r t e r ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m P r o j e c t i o n I n f o r m a t i o n   g e t P r o j e c t i o n I n f o r m a t i o n ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m U n i t I n f o r m a t i o n   g e t U n i t I n f o r m a t i o n ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m D i c t i o n a r y U t i l i t y   g e t D i c t i o n a r y U t i l i t y ( ) ;  + 
+     p u b l i c   b o o l e a n   a r e D i c t i o n a r y F i l e s W r i t a b l e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m C a t e g o r y . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m C a t e g o r y   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t N a m e ( ) ;  + 
+     p u b l i c   v o i d   s e t N a m e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   i s L e g a l N a m e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   i s V a l i d ( ) ;  + 
+     p u b l i c   b o o l e a n   i s U s a b l e ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m C a t a l o g ) ;  + 
+     p u b l i c   b o o l e a n   i s S a m e A s ( o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m C a t e g o r y   c r e a t e C l o n e ( ) ;  + 
+     p u b l i c   i n t   g e t S i z e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m E n u m   g e t E n u m ( ) ;  + 
+     p u b l i c   v o i d   a d d C o o r d i n a t e S y s t e m ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   r e m o v e C o o r d i n a t e S y s t e m ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   h a s C o o r d i n a t e S y s t e m ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   c l e a r ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n   g e t C o o r d i n a t e S y s t e m s ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m C a t a l o g   g e t C a t a l o g ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m C a t e g o r y D i c t i o n a r y . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m C a t e g o r y D i c t i o n a r y   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m D i c t i o n a r y B a s e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m C a t e g o r y   n e w C a t e g o r y ( ) ;  + 
+     p u b l i c   v o i d   r e n a m e ( j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m C a t e g o r y   g e t C a t e g o r y ( j a v a . l a n g . S t r i n g ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m C o d e F o r m a t . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m C o d e F o r m a t   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M e n t o r   =   0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   E p s g   =   1 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m C o d e F o r m a t ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m D a t u m . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m D a t u m   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t D t C o d e ( ) ;  + 
+     p u b l i c   v o i d   s e t D t C o d e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   i s L e g a l D t C o d e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   i s V a l i d ( ) ;  + 
+     p u b l i c   b o o l e a n   i s U s a b l e ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m C a t a l o g ) ;  + 
+     p u b l i c   b o o l e a n   i s S a m e A s ( o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t D e s c r i p t i o n ( ) ;  + 
+     p u b l i c   v o i d   s e t D e s c r i p t i o n ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   i s L e g a l D e s c r i p t i o n ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t G r o u p ( ) ;  + 
+     p u b l i c   v o i d   s e t G r o u p ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   i s L e g a l G r o u p ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t S o u r c e ( ) ;  + 
+     p u b l i c   v o i d   s e t S o u r c e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   s h o r t   g e t E p s g C o d e ( ) ;  + 
+     p u b l i c   v o i d   s e t E p s g C o d e ( s h o r t ) ;  + 
+     p u b l i c   b o o l e a n   i s L e g a l S o u r c e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   i s P r o t e c t e d ( ) ;  + 
+     p u b l i c   s h o r t   g e t A g e ( ) ;  + 
+     p u b l i c   v o i d   s e t P r o t e c t M o d e ( b o o l e a n ) ;  + 
+     p u b l i c   b o o l e a n   i s E n c r y p t e d ( ) ;  + 
+     p u b l i c   v o i d   s e t E n c r y p t M o d e ( b o o l e a n ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t L o c a t i o n ( ) ;  + 
+     p u b l i c   v o i d   s e t L o c a t i o n ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   i s L e g a l L o c a t i o n ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t C o u n t r y O r S t a t e ( ) ;  + 
+     p u b l i c   v o i d   s e t C o u n t r y O r S t a t e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   i s L e g a l C o u n t r y O r S t a t e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t E l l i p s o i d ( ) ;  + 
+     p u b l i c   v o i d   s e t E l l i p s o i d ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m E l l i p s o i d   g e t E l l i p s o i d D e f i n i t i o n ( ) ;  + 
+     p u b l i c   v o i d   s e t E l l i p s o i d D e f i n i t i o n ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m E l l i p s o i d ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m D a t u m   c r e a t e C l o n e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g D i s p o s a b l e C o l l e c t i o n   g e t G e o d e t i c T r a n s f o r m a t i o n s ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m D a t u m ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m C a t a l o g   g e t C a t a l o g ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m D a t u m D i c t i o n a r y . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m D a t u m D i c t i o n a r y   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m D i c t i o n a r y B a s e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m D a t u m   n e w D a t u m ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m D a t u m   g e t D a t u m ( j a v a . l a n g . S t r i n g ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m D i c t i o n a r y . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m D i c t i o n a r y   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m D i c t i o n a r y B a s e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m   n e w C o o r d i n a t e S y s t e m ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m   g e t C o o r d i n a t e S y s t e m ( j a v a . l a n g . S t r i n g ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m D i c t i o n a r y B a s e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m D i c t i o n a r y B a s e   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m C a t a l o g   g e t C a t a l o g ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t D e f a u l t F i l e N a m e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t F i l e N a m e ( ) ;  + 
+     p u b l i c   v o i d   s e t F i l e N a m e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t P a t h ( ) ;  + 
+     p u b l i c   i n t   g e t S i z e ( ) ;  + 
+     p u b l i c   v o i d   a d d ( o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e ) ;  + 
+     p u b l i c   v o i d   r e m o v e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   m o d i f y ( o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   g e t ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   h a s ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m E n u m   g e t E n u m ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m D i c t i o n a r y U t i l i t y . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m D i c t i o n a r y U t i l i t y   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m C a t a l o g   g e t C a t a l o g ( ) ;  + 
+     p u b l i c   v o i d   c r e a t e E l l i p s o i d D i c t i o n a r y ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   c r e a t e D a t u m D i c t i o n a r y ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   c r e a t e C o o r d s y s D i c t i o n a r y ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   c r e a t e C a t e g o r y D i c t i o n a r y ( j a v a . l a n g . S t r i n g ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m E l l i p s o i d . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m E l l i p s o i d   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t E l C o d e ( ) ;  + 
+     p u b l i c   v o i d   s e t E l C o d e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   i s L e g a l E l C o d e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   i s V a l i d ( ) ;  + 
+     p u b l i c   b o o l e a n   i s U s a b l e ( ) ;  + 
+     p u b l i c   b o o l e a n   i s S a m e A s ( o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m E l l i p s o i d   c r e a t e C l o n e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t D e s c r i p t i o n ( ) ;  + 
+     p u b l i c   v o i d   s e t D e s c r i p t i o n ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   i s L e g a l D e s c r i p t i o n ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t G r o u p ( ) ;  + 
+     p u b l i c   v o i d   s e t G r o u p ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   i s L e g a l G r o u p ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t S o u r c e ( ) ;  + 
+     p u b l i c   v o i d   s e t S o u r c e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   s h o r t   g e t E p s g C o d e ( ) ;  + 
+     p u b l i c   v o i d   s e t E p s g C o d e ( s h o r t ) ;  + 
+     p u b l i c   b o o l e a n   i s L e g a l S o u r c e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   i s P r o t e c t e d ( ) ;  + 
+     p u b l i c   s h o r t   g e t A g e ( ) ;  + 
+     p u b l i c   v o i d   s e t P r o t e c t M o d e ( b o o l e a n ) ;  + 
+     p u b l i c   b o o l e a n   i s E n c r y p t e d ( ) ;  + 
+     p u b l i c   v o i d   s e t E n c r y p t M o d e ( b o o l e a n ) ;  + 
+     p u b l i c   d o u b l e   g e t E q u a t o r i a l R a d i u s ( ) ;  + 
+     p u b l i c   d o u b l e   g e t P o l a r R a d i u s ( ) ;  + 
+     p u b l i c   d o u b l e   g e t F l a t t e n i n g R a t i o ( ) ;  + 
+     p u b l i c   d o u b l e   g e t E c c e n t r i c i t y ( ) ;  + 
+     p u b l i c   v o i d   s e t R a d i i ( d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   f l a t t e n i n g R a t i o T o E c c e n t r i c i t y ( d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   e c c e n t r i c i t y T o F l a t t e n i n g R a t i o ( d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   e q u a t o r i a l R a d i u s F r o m P o l a r R a d i u s F l a t t e n i n g R a t i o ( d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   p o l a r R a d i u s F r o m E q u a t o r i a l R a d i u s F l a t t e n i n g R a t i o ( d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t G r e a t C i r c l e D i s t a n c e ( d o u b l e ,   d o u b l e ,   d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t G r e a t C i r c l e A z i m u t h ( d o u b l e ,   d o u b l e ,   d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t R a d i u s M i n ( ) ;  + 
+     p u b l i c   d o u b l e   g e t R a d i u s M a x ( ) ;  + 
+     p u b l i c   b o o l e a n   i s L e g a l R a d i u s ( d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t F l a t t e n i n g R a t i o M i n ( ) ;  + 
+     p u b l i c   d o u b l e   g e t F l a t t e n i n g R a t i o M a x ( ) ;  + 
+     p u b l i c   b o o l e a n   i s L e g a l F l a t t e n i n g R a t i o ( d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   f l a t t e n i n g R a t i o F r o m R a d i i ( d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m C a t a l o g   g e t C a t a l o g ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m E l l i p s o i d D i c t i o n a r y . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m E l l i p s o i d D i c t i o n a r y   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m D i c t i o n a r y B a s e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m E l l i p s o i d   n e w E l l i p s o i d ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m E l l i p s o i d   g e t E l l i p s o i d ( j a v a . l a n g . S t r i n g ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m E n u m . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m E n u m   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g D i s p o s a b l e C o l l e c t i o n   n e x t ( i n t ) ;  + 
+     p u b l i c   v o i d   s k i p ( i n t ) ;  + 
+     p u b l i c   v o i d   r e s e t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m E n u m   c r e a t e C l o n e ( ) ;  + 
+     p u b l i c   v o i d   a d d F i l t e r ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m F i l t e r ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n   n e x t N a m e ( i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n   n e x t D e s c r i p t i o n ( i n t ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m E n u m I n t e g e r 3 2 . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m E n u m I n t e g e r 3 2   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n   n e x t ( i n t ) ;  + 
+     p u b l i c   v o i d   s k i p ( i n t ) ;  + 
+     p u b l i c   v o i d   r e s e t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m E n u m I n t e g e r 3 2   c r e a t e C l o n e ( ) ;  + 
+     p u b l i c   v o i d   a d d F i l t e r ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m F i l t e r I n t e g e r 3 2 ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m E r r o r C o d e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m E r r o r C o d e   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   A Z M   =   2 0 1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   A Z M T H   =   2 0 2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   L A T   =   2 0 3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   L A T E Q U   =   2 0 4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   L N G   =   2 0 5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   L N G E Q U   =   2 0 6 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M A P S C L   =   2 0 7 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M E R E Q U   =   2 0 8 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M R C A T   =   2 0 9 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M S C O E F   =   2 1 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   N O R E F   =   2 1 1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   N O T N R T H   =   2 1 2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   N R T H L A T   =   2 1 3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   N R T H P N T   =   2 1 4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   O R G L A T   =   2 1 5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   O R G L N G   =   2 1 6 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   P L L 9 0   =   2 1 7 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   P L L E Q U   =   2 1 8 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   P L L L R G   =   2 1 9 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   P L L R E V   =   2 2 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   P L L Z E R O   =   2 2 1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   P O L D D   =   2 2 2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   P O L D U P   =   2 2 3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   P O L L A T   =   2 2 4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   P O L L N G   =   2 2 5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   Q U A D   =   2 2 6 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S C L R E D   =   2 2 7 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S O T H L A T   =   2 2 8 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S T D L A T   =   2 2 9 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S T D L N G   =   2 3 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S T D P L L   =   2 3 1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S T D S O U   =   2 3 2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S T D W E S T   =   2 3 3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   U N I T   =   2 3 4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   I N V P R J   =   2 3 5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   I N V D T M   =   2 3 6 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   I N V E L P   =   2 3 7 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   L L R N G   =   2 3 8 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   R N G O R D   =   2 3 9 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   I N V Q U A D   =   2 4 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   G E O M M   =   2 4 1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   C R T M M   =   2 4 2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   P L L E D   =   2 4 3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   P L R L A T   =   2 4 4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   U S E P L R   =   2 4 5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   U T M Z O N   =   2 4 6 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   H M I S P H R   =   2 4 7 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   U S E S W   =   2 4 8 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M A X 1 5   =   2 4 9 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   O B L Q P O L E   =   2 5 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   A F F Z E R O   =   2 5 1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   N R D A T U M   =   2 5 2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   O S T N 9 7   =   2 5 3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D E N R G N   =   2 5 3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   E L E V E L   =   2 5 4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   O S T N 0 2   =   2 5 5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   T M K R G 0   =   2 5 6 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   O k   =   1 0 0 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   O u t O f M e m o r y   =   1 0 0 1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   I n i t i a l i z a t i o n F a i l e d   =   1 0 0 2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   C o n v e r s i o n F a i l e d   =   1 0 0 3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   N u l l A r g u m e n t   =   1 0 0 4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   I n v a l i d A r g u m e n t   =   1 0 0 5 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m E r r o r C o d e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m F a c t o r y . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m F a c t o r y   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m F a c t o r y ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m   c r e a t e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m C a t a l o g   g e t C a t a l o g ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m T r a n s f o r m   g e t T r a n s f o r m ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m ,   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m   c r e a t e F r o m C o d e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   c o n v e r t W k t T o C o o r d i n a t e S y s t e m C o d e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   c o n v e r t C o o r d i n a t e S y s t e m C o d e T o W k t ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n   e n u m e r a t e C a t e g o r i e s ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B a t c h P r o p e r t y C o l l e c t i o n   e n u m e r a t e C o o r d i n a t e S y s t e m s ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   c o n v e r t E p s g C o d e T o W k t ( i n t ) ;  + 
+     p u b l i c   i n t   c o n v e r t W k t T o E p s g C o d e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t B a s e L i b r a r y ( ) ;  + 
+     p u b l i c   b o o l e a n   i s V a l i d ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G r i d B o u n d a r y   g r i d B o u n d a r y ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ,   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G r i d B o u n d a r y   g r i d B o u n d a r y ( o r g . o s g e o . m a p g u i d e . M g P o l y g o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G r i d S p e c i f i c a t i o n   g r i d S p e c i f i c a t i o n ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G r i d S p e c i f i c a t i o n   g r i d S p e c i f i c a t i o n ( d o u b l e ,   d o u b l e ,   i n t ,   d o u b l e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G r i d S p e c i f i c a t i o n   g r i d S p e c i f i c a t i o n ( i n t ,   i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G r i d B a s e   g e n e r i c G r i d ( j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ,   b o o l e a n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G r i d B a s e   g e n e r i c G r i d ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m ,   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m ,   b o o l e a n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m M g r s   g e t M g r s ( d o u b l e ,   d o u b l e ,   s h o r t ,   b o o l e a n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m M g r s   g e t M g r s E l l i p s o i d ( j a v a . l a n g . S t r i n g ,   s h o r t ,   b o o l e a n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m M g r s   g e t M g r s D a t u m ( j a v a . l a n g . S t r i n g ,   s h o r t ,   b o o l e a n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G r i d B a s e   m g r s G r i d ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m ,   b o o l e a n ,   s h o r t ,   b o o l e a n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G r i d B a s e   m g r s G r i d ( j a v a . l a n g . S t r i n g ,   b o o l e a n ,   s h o r t ,   b o o l e a n ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m F i l t e r . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m F i l t e r   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   b o o l e a n   i s F i l t e r e d O u t ( o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m F i l t e r I n t e g e r 3 2 . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m F i l t e r I n t e g e r 3 2   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   b o o l e a n   i s F i l t e r e d O u t ( i n t ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m F o r m a t C o n v e r t e r . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m F o r m a t C o n v e r t e r   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   d e f i n i t i o n T o W k t ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m ,   i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m   w k t T o D e f i n i t i o n ( i n t ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   c o d e T o W k t ( i n t ,   j a v a . l a n g . S t r i n g ,   i n t ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   w k t T o C o d e ( i n t ,   j a v a . l a n g . S t r i n g ,   i n t ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   d e f i n i t i o n T o C o d e ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m ,   i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m   c o d e T o D e f i n i t i o n ( i n t ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   c o d e T o C o d e ( i n t ,   j a v a . l a n g . S t r i n g ,   i n t ) ;  + 
+     p u b l i c   b o o l e a n   i s C o d e I n D i c t i o n a r y ( i n t ,   j a v a . l a n g . S t r i n g ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m G e o d e t i c A n a l y t i c a l T r a n s f o r m a t i o n M e t h o d . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c A n a l y t i c a l T r a n s f o r m a t i o n M e t h o d   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   N o n e   =   0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   T h r e e P a r a m e t e r   =   8 1 9 3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M o l o d e n s k y   =   8 1 9 4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   A b r i d g e d M o l o d e n s k y   =   8 1 9 5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   G e o c e n t r i c   =   8 1 9 6 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   F o u r P a r a m e t e r   =   8 1 9 7 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S i x P a r a m e t e r   =   8 1 9 8 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   B u r s a   =   8 1 9 9 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   F r a m e   =   8 2 0 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S e v e n P a r a m e t e r   =   8 2 0 1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M o l o d e n s k y B a d e k a s   =   8 2 0 2 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c A n a l y t i c a l T r a n s f o r m a t i o n M e t h o d ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m G e o d e t i c A n a l y t i c a l T r a n s f o r m D e f P a r a m s . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c A n a l y t i c a l T r a n s f o r m D e f P a r a m s   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m D e f P a r a m s   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   d o u b l e   g e t D e l t a X ( ) ;  + 
+     p u b l i c   v o i d   s e t D e l t a X ( d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t D e l t a Y ( ) ;  + 
+     p u b l i c   v o i d   s e t D e l t a Y ( d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t D e l t a Z ( ) ;  + 
+     p u b l i c   v o i d   s e t D e l t a Z ( d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t R o t a t e X ( ) ;  + 
+     p u b l i c   v o i d   s e t R o t a t e X ( d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t R o t a t e Y ( ) ;  + 
+     p u b l i c   v o i d   s e t R o t a t e Y ( d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t R o t a t e Z ( ) ;  + 
+     p u b l i c   v o i d   s e t R o t a t e Z ( d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t S c a l e ( ) ;  + 
+     p u b l i c   v o i d   s e t S c a l e ( d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t T r a n s l a t e X ( ) ;  + 
+     p u b l i c   v o i d   s e t T r a n s l a t e X ( d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t T r a n s l a t e Y ( ) ;  + 
+     p u b l i c   v o i d   s e t T r a n s l a t e Y ( d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t T r a n s l a t e Z ( ) ;  + 
+     p u b l i c   v o i d   s e t T r a n s l a t e Z ( d o u b l e ) ;  + 
+     p u b l i c   i n t   g e t T r a n s f o r m a t i o n M e t h o d ( ) ;  + 
+     p u b l i c   v o i d   s e t T r a n s f o r m a t i o n M e t h o d ( i n t ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m G e o d e t i c I n t e r p o l a t i o n T r a n s f o r m D e f P a r a m s . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c I n t e r p o l a t i o n T r a n s f o r m D e f P a r a m s   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m D e f P a r a m s   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   v o i d   s e t G r i d F i l e s ( o r g . o s g e o . m a p g u i d e . M g D i s p o s a b l e C o l l e c t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g D i s p o s a b l e C o l l e c t i o n   g e t G r i d F i l e s ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t F a l l b a c k ( ) ;  + 
+     p u b l i c   v o i d   s e t F a l l b a c k ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m G r i d F i l e   n e w G r i d F i l e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m G e o d e t i c M u l t i p l e R e g r e s s i o n T r a n s f o r m a t i o n M e t h o d . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c M u l t i p l e R e g r e s s i o n T r a n s f o r m a t i o n M e t h o d   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   N o n e   =   0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M u l t i p l e R e g r e s s i o n   =   2 0 4 8 1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   G e n e r a l P o l y n o m i a l E p s g   =   2 0 4 8 2 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c M u l t i p l e R e g r e s s i o n T r a n s f o r m a t i o n M e t h o d ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m G e o d e t i c M u l t i p l e R e g r e s s i o n T r a n s f o r m D e f P a r a m s . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c M u l t i p l e R e g r e s s i o n T r a n s f o r m D e f P a r a m s   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m D e f P a r a m s   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   d o u b l e   g e t V a l i d a t i o n ( ) ;  + 
+     p u b l i c   v o i d   s e t V a l i d a t i o n ( d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t T e s t P h i ( ) ;  + 
+     p u b l i c   v o i d   s e t T e s t P h i ( d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t T e s t L a m b d a ( ) ;  + 
+     p u b l i c   v o i d   s e t T e s t L a m b d a ( d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t D e l t a P h i ( ) ;  + 
+     p u b l i c   v o i d   s e t D e l t a P h i ( d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t D e l t a L a m b d a ( ) ;  + 
+     p u b l i c   v o i d   s e t D e l t a L a m b d a ( d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t D e l t a H e i g h t ( ) ;  + 
+     p u b l i c   v o i d   s e t D e l t a H e i g h t ( d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t P h i O f f s e t ( ) ;  + 
+     p u b l i c   v o i d   s e t P h i O f f s e t ( d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t L a m b d a O f f s e t ( ) ;  + 
+     p u b l i c   v o i d   s e t L a m b d a O f f s e t ( d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t N o r m a l i z a t i o n S c a l e ( ) ;  + 
+     p u b l i c   v o i d   s e t N o r m a l i z a t i o n S c a l e ( d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t C o e f f i c i e n t P h i ( i n t ) ;  + 
+     p u b l i c   v o i d   s e t C o e f f i c i e n t P h i ( i n t ,   d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t C o e f f i c i e n t L a m b d a ( i n t ) ;  + 
+     p u b l i c   v o i d   s e t C o e f f i c i e n t L a m b d a ( i n t ,   d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t C o e f f i c i e n t H e i g h t ( i n t ) ;  + 
+     p u b l i c   v o i d   s e t C o e f f i c i e n t H e i g h t ( i n t ,   d o u b l e ) ;  + 
+     p u b l i c   i n t   g e t T r a n s f o r m a t i o n M e t h o d ( ) ;  + 
+     p u b l i c   v o i d   s e t T r a n s f o r m a t i o n M e t h o d ( i n t ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m G e o d e t i c P a t h . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c P a t h   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t P a t h N a m e ( ) ;  + 
+     p u b l i c   v o i d   s e t P a t h N a m e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t D e s c r i p t i o n ( ) ;  + 
+     p u b l i c   v o i d   s e t D e s c r i p t i o n ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t G r o u p ( ) ;  + 
+     p u b l i c   v o i d   s e t G r o u p ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t S o u r c e ( ) ;  + 
+     p u b l i c   v o i d   s e t S o u r c e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t T a r g e t D a t u m ( ) ;  + 
+     p u b l i c   v o i d   s e t T a r g e t D a t u m ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t S o u r c e D a t u m ( ) ;  + 
+     p u b l i c   v o i d   s e t S o u r c e D a t u m ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   d o u b l e   g e t A c c u r a c y ( ) ;  + 
+     p u b l i c   v o i d   s e t A c c u r a c y ( d o u b l e ) ;  + 
+     p u b l i c   b o o l e a n   g e t I s R e v e r s i b l e ( ) ;  + 
+     p u b l i c   v o i d   s e t I s R e v e r s i b l e ( b o o l e a n ) ;  + 
+     p u b l i c   i n t   g e t E p s g C o d e ( ) ;  + 
+     p u b l i c   v o i d   s e t E p s g C o d e ( i n t ) ;  + 
+     p u b l i c   i n t   g e t E p s g V a r i a n t ( ) ;  + 
+     p u b l i c   v o i d   s e t E p s g V a r i a n t ( i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g D i s p o s a b l e C o l l e c t i o n   g e t P a t h E l e m e n t s ( ) ;  + 
+     p u b l i c   v o i d   s e t P a t h E l e m e n t s ( o r g . o s g e o . m a p g u i d e . M g D i s p o s a b l e C o l l e c t i o n ) ;  + 
+     p u b l i c   b o o l e a n   i s P r o t e c t e d ( ) ;  + 
+     p u b l i c   b o o l e a n   i s V a l i d ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c P a t h E l e m e n t   n e w P a t h E l e m e n t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c P a t h   c r e a t e C l o n e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m G e o d e t i c P a t h D i c t i o n a r y . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c P a t h D i c t i o n a r y   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m D i c t i o n a r y B a s e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c P a t h   n e w G e o d e t i c P a t h ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c P a t h   g e t G e o d e t i c P a t h ( j a v a . l a n g . S t r i n g ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m G e o d e t i c P a t h E l e m e n t . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c P a t h E l e m e n t   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t T r a n s f o r m N a m e ( ) ;  + 
+     p u b l i c   v o i d   s e t T r a n s f o r m N a m e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   g e t I s I n v e r s e d ( ) ;  + 
+     p u b l i c   v o i d   s e t I s I n v e r s e d ( b o o l e a n ) ;  + 
+     p u b l i c   b o o l e a n   i s V a l i d ( ) ;  + 
+     p u b l i c   b o o l e a n   i s P r o t e c t e d ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m G e o d e t i c S t a n d a l o n e T r a n s f o r m D e f P a r a m s . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c S t a n d a l o n e T r a n s f o r m D e f P a r a m s   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m D e f P a r a m s   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t T r a n s f o r m a t i o n M e t h o d ( ) ;  + 
+     p u b l i c   v o i d   s e t T r a n s f o r m a t i o n M e t h o d ( i n t ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m a t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m a t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   v o i d   s e t S o u r c e A n d T a r g e t ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m D a t u m ,   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m D a t u m ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m D a t u m   g e t S o u r c e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m D a t u m   g e t T a r g e t ( ) ;  + 
+     p u b l i c   v o i d   s h i f t ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   s h i f t ( d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   s h i f t ( d o u b l e ,   d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t O f f s e t X ( ) ;  + 
+     p u b l i c   d o u b l e   g e t O f f s e t Y ( ) ;  + 
+     p u b l i c   d o u b l e   g e t O f f s e t Z ( ) ;  + 
+     p u b l i c   v o i d   s e t O f f s e t ( d o u b l e ,   d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t B u r s a W o l f e T r a n s f o r m R o t a t i o n X ( ) ;  + 
+     p u b l i c   d o u b l e   g e t B u r s a W o l f e T r a n s f o r m R o t a t i o n Y ( ) ;  + 
+     p u b l i c   d o u b l e   g e t B u r s a W o l f e T r a n s f o r m R o t a t i o n Z ( ) ;  + 
+     p u b l i c   d o u b l e   g e t B u r s a W o l f e T r a n s f o r m B w S c a l e ( ) ;  + 
+     p u b l i c   v o i d   s e t B u r s a W o l f e T r a n s f o r m ( d o u b l e ,   d o u b l e ,   d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   i n t   g e t G e o d e t i c T r a n s f o r m a t i o n M e t h o d ( ) ;  + 
+     p u b l i c   v o i d   s e t G e o d e t i c T r a n s f o r m a t i o n M e t h o d ( i n t ) ;  + 
+     p u b l i c   d o u b l e   g e t M a x O f f s e t ( ) ;  + 
+     p u b l i c   b o o l e a n   i s L e g a l O f f s e t ( d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t M a x R o t a t i o n ( ) ;  + 
+     p u b l i c   b o o l e a n   i s L e g a l R o t a t i o n ( d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t B w S c a l e M i n ( ) ;  + 
+     p u b l i c   d o u b l e   g e t B w S c a l e M a x ( ) ;  + 
+     p u b l i c   b o o l e a n   i s L e g a l B w S c a l e ( d o u b l e ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m a t i o n M e t h o d . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m a t i o n M e t h o d   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   N o n e   =   0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M o l o d e n s k y   =   1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M R e g   =   2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   B u r s a   =   3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   N A D 2 7   =   4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   N A D 8 3   =   5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   W G S 8 4   =   6 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   W G S 7 2   =   7 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   H P G N   =   8 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S e v e n P a r a m e t e r   =   9 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   A G D 6 6   =   1 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   T h r e e P a r a m e t e r   =   1 1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S i x P a r a m e t e r   =   1 2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   F o u r P a r a m e t e r   =   1 3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   A G D 8 4   =   1 4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   N Z G D 4 9   =   1 5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   A T S 7 7   =   1 6 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   G D A 9 4   =   1 7 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   N Z G D 2 K   =   1 8 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   C S R S   =   1 9 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   T O K Y O   =   2 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   R G F 9 3   =   2 1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   E D 5 0   =   2 2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D H D N   =   2 3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   E T R F 8 9   =   2 4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   L c l g r f   =   9 9 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   G e o c e n t r i c   =   2 5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   C H E N Y X   =   2 6 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m a t i o n M e t h o d ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m D e f . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m D e f   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t T r a n s f o r m N a m e ( ) ;  + 
+     p u b l i c   v o i d   s e t T r a n s f o r m N a m e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t S o u r c e D a t u m ( ) ;  + 
+     p u b l i c   v o i d   s e t S o u r c e D a t u m ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t T a r g e t D a t u m ( ) ;  + 
+     p u b l i c   v o i d   s e t T a r g e t D a t u m ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t G r o u p ( ) ;  + 
+     p u b l i c   v o i d   s e t G r o u p ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t D e s c r i p t i o n ( ) ;  + 
+     p u b l i c   v o i d   s e t D e s c r i p t i o n ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t S o u r c e ( ) ;  + 
+     p u b l i c   v o i d   s e t S o u r c e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   i n t   g e t E p s g C o d e ( ) ;  + 
+     p u b l i c   v o i d   s e t E p s g C o d e ( i n t ) ;  + 
+     p u b l i c   i n t   g e t E p s g V a r i a t i o n ( ) ;  + 
+     p u b l i c   v o i d   s e t E p s g V a r i a t i o n ( i n t ) ;  + 
+     p u b l i c   b o o l e a n   g e t I n v e r s e S u p p o r t e d ( ) ;  + 
+     p u b l i c   v o i d   s e t I n v e r s e S u p p o r t e d ( b o o l e a n ) ;  + 
+     p u b l i c   i n t   g e t M a x I t e r a t i o n s ( ) ;  + 
+     p u b l i c   v o i d   s e t M a x I t e r a t i o n s ( i n t ) ;  + 
+     p u b l i c   d o u b l e   g e t C o n v e r g e n c e V a l u e ( ) ;  + 
+     p u b l i c   v o i d   s e t C o n v e r g e n c e V a l u e ( d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t E r r o r V a l u e ( ) ;  + 
+     p u b l i c   v o i d   s e t E r r o r V a l u e ( d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t A c c u r a c y ( ) ;  + 
+     p u b l i c   v o i d   s e t A c c u r a c y ( d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t R a n g e M i n L o n g i t u d e ( ) ;  + 
+     p u b l i c   v o i d   s e t R a n g e M i n L o n g i t u d e ( d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t R a n g e M a x L o n g i t u d e ( ) ;  + 
+     p u b l i c   v o i d   s e t R a n g e M a x L o n g i t u d e ( d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t R a n g e M i n L a t i t u d e ( ) ;  + 
+     p u b l i c   v o i d   s e t R a n g e M i n L a t i t u d e ( d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t R a n g e M a x L a t i t u d e ( ) ;  + 
+     p u b l i c   v o i d   s e t R a n g e M a x L a t i t u d e ( d o u b l e ) ;  + 
+     p u b l i c   b o o l e a n   i s P r o t e c t e d ( ) ;  + 
+     p u b l i c   b o o l e a n   i s V a l i d ( ) ;  + 
+     p u b l i c   i n t   g e t T r a n s f o r m D e f T y p e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m D e f P a r a m s   g e t P a r a m e t e r s ( ) ;  + 
+     p u b l i c   v o i d   s e t P a r a m e t e r s ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m D e f P a r a m s ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m D e f   c r e a t e C l o n e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m a t i o n   c r e a t e T r a n s f o r m a t i o n ( b o o l e a n ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m D e f D i c t i o n a r y . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m D e f D i c t i o n a r y   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m D i c t i o n a r y B a s e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m D e f   n e w G e o d e t i c T r a n s f o r m a t i o n D e f ( i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m D e f   g e t G e o d e t i c T r a n s f o r m a t i o n D e f ( j a v a . l a n g . S t r i n g ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m D e f P a r a m s . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m D e f P a r a m s   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   b o o l e a n   i s V a l i d ( ) ;  + 
+     p u b l i c   b o o l e a n   i s P r o t e c t e d ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m D e f T y p e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m D e f T y p e   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   N o n e   =   0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S t a n d a l o n e   =   1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   A n a l y t i c a l   =   2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   I n t e r p o l a t i o n   =   3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M u l t i p l e R e g r e s s i o n   =   4 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m D e f T y p e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m G r i d F i l e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m G r i d F i l e   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t F i l e F o r m a t ( ) ;  + 
+     p u b l i c   v o i d   s e t F i l e F o r m a t ( i n t ) ;  + 
+     p u b l i c   b o o l e a n   g e t I s I n v e r s e D i r e c t i o n ( ) ;  + 
+     p u b l i c   v o i d   s e t I s I n v e r s e D i r e c t i o n ( b o o l e a n ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t F i l e N a m e ( ) ;  + 
+     p u b l i c   v o i d   s e t F i l e N a m e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   i s P r o t e c t e d ( ) ;  + 
+     p u b l i c   b o o l e a n   i s V a l i d ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m G r i d F i l e F o r m a t . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m G r i d F i l e F o r m a t   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   N o n e   =   0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   N T v 1   =   1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   N T v 2   =   2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   N A D C O N   =   3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   R G F   =   4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   P A R   =   5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   A T S 7 7   =   6 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   O S T 9 7   =   7 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   O S T 0 2   =   8 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   O S T 1 5   =   9 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   G E O C O N   =   1 0 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m G r i d F i l e F o r m a t ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m G r i d B a s e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G r i d B a s e   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t S p e c i a l i z a t i o n T y p e ( ) ;  + 
+     p u b l i c   v o i d   s e t B o u n d a r y ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G r i d B o u n d a r y ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G r i d B o u n d a r y   g e t B o u n d a r y ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G r i d L i n e C o l l e c t i o n   g e t G r i d L i n e s ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G r i d S p e c i f i c a t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G r i d R e g i o n C o l l e c t i o n   g e t G r i d R e g i o n s ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G r i d S p e c i f i c a t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G r i d T i c k C o l l e c t i o n   g e t G r i d T i c k s ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G r i d S p e c i f i c a t i o n ) ;  + 
+     p u b l i c   d o u b l e   g e t C o n v e r g e n c e A n g l e ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ) ;  + 
+     p u b l i c   d o u b l e   g e t P r o j e c t i v e G r i d S c a l e ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ) ;  + 
+     p u b l i c   i n t   a p p r o x G r i d L i n e M e m o r y U s a g e ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G r i d S p e c i f i c a t i o n ) ;  + 
+     p u b l i c   i n t   a p p r o x G r i d R e g i o n M e m o r y U s a g e ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G r i d S p e c i f i c a t i o n ) ;  + 
+     p u b l i c   i n t   a p p r o x G r i d T i c k M e m o r y U s a g e ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G r i d S p e c i f i c a t i o n ) ;  + 
+     p u b l i c   i n t   s e t G r i d L i n e E x c e p t i o n L e v e l ( i n t ) ;  + 
+     p u b l i c   i n t   s e t G r i d R e g i o n E x c e p t i o n L e v e l ( i n t ) ;  + 
+     p u b l i c   i n t   s e t G r i d T i c k E x c e p t i o n L e v e l ( i n t ) ;  + 
+     p u b l i c   i n t   g e t L a s t E r r o r ( ) ;  + 
+     p u b l i c   v o i d   r e s e t L a s t E r r o r ( ) ;  + 
+     p u b l i c   b o o l e a n   a r e E x c e p t i o n s O n ( ) ;  + 
+     p u b l i c   v o i d   s e t E x c e p t i o n s O n ( b o o l e a n ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m G r i d B o u n d a r y . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G r i d B o u n d a r y   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   v o i d   s e t B o u n d a r y E x t e n t s ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ,   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ) ;  + 
+     p u b l i c   v o i d   s e t B o u n d a r y E x t e n t s ( o r g . o s g e o . m a p g u i d e . M g P o l y g o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P o l y g o n   g e t B o u n d a r y ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m G r i d L i n e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G r i d L i n e   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t G r i d O r i e n t a t i o n ( ) ;  + 
+     p u b l i c   d o u b l e   g e t R e a l V a l u e ( ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L i n e S t r i n g   g e t S e g m e n t ( i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L i n e S t r i n g C o l l e c t i o n   g e t S e g m e n t C o l l e c t i o n ( ) ;  + 
+     p u b l i c   v o i d   s e t S e g m e n t C o l l e c t i o n ( o r g . o s g e o . m a p g u i d e . M g L i n e S t r i n g C o l l e c t i o n ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m G r i d L i n e C o l l e c t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G r i d L i n e C o l l e c t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G r i d L i n e   g e t I t e m ( i n t ) ;  + 
+     p u b l i c   i n t   i n d e x O f ( i n t ,   d o u b l e ) ;  + 
+     p u b l i c   v o i d   r e m o v e A t ( i n t ) ;  + 
+     p u b l i c   v o i d   c l e a r ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m G r i d O r i e n t a t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G r i d O r i e n t a t i o n   {  + 
+     p u b l i c   s t a t i c   f i n a l   s h o r t   N o n e   =   0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   s h o r t   E a s t W e s t   =   1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   s h o r t   N o r t h S o u t h   =   2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   s h o r t   U n k n o w n   =   3 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G r i d O r i e n t a t i o n ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m G r i d R e g i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G r i d R e g i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t L a b e l ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   g e t R e g i o n C e n t e r ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P o l y g o n   g e t R e g i o n B o u n d a r y ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L i n e S t r i n g C o l l e c t i o n   g e t S o u t h L i n e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L i n e S t r i n g C o l l e c t i o n   g e t E a s t L i n e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L i n e S t r i n g C o l l e c t i o n   g e t N o r t h L i n e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L i n e S t r i n g C o l l e c t i o n   g e t W e s t L i n e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m G r i d R e g i o n C o l l e c t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G r i d R e g i o n C o l l e c t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G r i d R e g i o n   g e t I t e m ( i n t ) ;  + 
+     p u b l i c   v o i d   r e m o v e A t ( i n t ) ;  + 
+     p u b l i c   v o i d   c l e a r ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m G r i d S p e c i a l i z a t i o n T y p e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G r i d S p e c i a l i z a t i o n T y p e   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   N o n e   =   0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   G e n e r i c   =   1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M G R S   =   1 7 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   U S N G   =   1 8 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   U n k n o w n   =   6 5 3 6 6 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G r i d S p e c i a l i z a t i o n T y p e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m G r i d S p e c i f i c a t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G r i d S p e c i f i c a t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   d o u b l e   g e t E a s t i n g B a s e ( ) ;  + 
+     p u b l i c   d o u b l e   g e t N o r t h i n g B a s e ( ) ;  + 
+     p u b l i c   d o u b l e   g e t E a s t i n g I n c r e m e n t ( ) ;  + 
+     p u b l i c   d o u b l e   g e t N o r t h i n g I n c r e m e n t ( ) ;  + 
+     p u b l i c   d o u b l e   g e t T i c k E a s t i n g I n c r e m e n t ( ) ;  + 
+     p u b l i c   d o u b l e   g e t T i c k N o r t h i n g I n c r e m e n t ( ) ;  + 
+     p u b l i c   i n t   g e t U n i t T y p e ( ) ;  + 
+     p u b l i c   i n t   g e t U n i t C o d e ( ) ;  + 
+     p u b l i c   b o o l e a n   i s S a m e A s ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G r i d S p e c i f i c a t i o n ) ;  + 
+     p u b l i c   d o u b l e   g e t C u r v e P r e c i s i o n ( ) ;  + 
+     p u b l i c   v o i d   s e t G r i d B a s e ( d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   v o i d   s e t G r i d I n c r e m e n t ( d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   v o i d   s e t T i c k I n c r e m e n t s ( d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   v o i d   s e t U n i t s ( i n t ,   i n t ) ;  + 
+     p u b l i c   v o i d   s e t C u r v e P r e c i s i o n ( d o u b l e ) ;  + 
+     p u b l i c   v o i d   s e t M a x C u r v e P o i n t s ( i n t ) ;  + 
+     p u b l i c   b o o l e a n   i s C o n s i s t e n t ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m G r i d T i c k . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G r i d T i c k   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   b o o l e a n   g e t I s O n G r i d L i n e ( ) ;  + 
+     p u b l i c   i n t   g e t T i c k O r i e n t a t i o n ( ) ;  + 
+     p u b l i c   d o u b l e   g e t V a l u e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   g e t P o s i t i o n ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   g e t D i r e c t i o n V e c t o r ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m G r i d T i c k C o l l e c t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G r i d T i c k C o l l e c t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G r i d T i c k   g e t I t e m ( i n t ) ;  + 
+     p u b l i c   v o i d   r e m o v e A t ( i n t ) ;  + 
+     p u b l i c   v o i d   c l e a r ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m M a t h C o m p a r a t o r . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m M a t h C o m p a r a t o r   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   b o o l e a n   s a m e ( o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e ,   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e ) ;  + 
+     p u b l i c   b o o l e a n   s a m e E l l i p s o i d ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m E l l i p s o i d ,   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m E l l i p s o i d ) ;  + 
+     p u b l i c   b o o l e a n   s a m e D a t u m ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m D a t u m ,   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m D a t u m ) ;  + 
+     p u b l i c   b o o l e a n   s a m e C o o r d i n a t e S y s t e m ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m ,   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m ) ;  + 
+     p u b l i c   v o i d   s e t C o m p a r e I n t e r n a l D a t u m O l d P a r a m e t e r s ( b o o l e a n ) ;  + 
+     p u b l i c   b o o l e a n   g e t C o m p a r e I n t e r n a l D a t u m O l d P a r a m e t e r s ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m M e a s u r e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m M e a s u r e   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g M e a s u r e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   d o u b l e   g e t D i s t a n c e ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ,   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ) ;  + 
+     p u b l i c   d o u b l e   g e t D i s t a n c e ( d o u b l e ,   d o u b l e ,   d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t A z i m u t h ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ,   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ) ;  + 
+     p u b l i c   d o u b l e   g e t A z i m u t h ( d o u b l e ,   d o u b l e ,   d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   g e t C o o r d i n a t e ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ,   d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   g e t C o o r d i n a t e ( d o u b l e ,   d o u b l e ,   d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g E n v e l o p e   g e t E n v e l o p e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m M g r s . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m M g r s   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G r i d B a s e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   c o n v e r t F r o m L o n L a t ( d o u b l e ,   d o u b l e ,   i n t ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   c o n v e r t F r o m L o n L a t ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ,   i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   c o n v e r t T o L o n L a t ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   c o n v e r t T o L o n L a t ( j a v a . l a n g . S t r i n g ,   i n t ) ;  + 
+     p u b l i c   s h o r t   g e t L e t t e r i n g S c h e m e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m M g r s G r i d L e v e l . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m M g r s G r i d L e v e l   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M g r s N o n e   =   0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M g r s U t m   =   1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M g r s U p s   =   2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M g r s 1 0 0 K m   =   3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M g r s 1 0 K m   =   4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M g r s 1 K m   =   5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M g r s 1 0 0 m   =   6 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M g r s 1 0 m   =   7 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M g r s 1 m   =   8 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M g r s U n k n o w n   =   9 9 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m M g r s G r i d L e v e l ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m M g r s G r i d S q u a r e P o s i t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m M g r s G r i d S q u a r e P o s i t i o n   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   N o n e   =   0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   C e n t e r   =   1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S o u t h W e s t   =   2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   W e s t   =   3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   N o r t h W e s t   =   4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   N o r t h   =   5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   N o r t h E a s t   =   6 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   E a s t   =   7 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S o u t h E a s t   =   8 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S o u t h   =   9 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   U n k n o w n   =   1 0 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m M g r s G r i d S q u a r e P o s i t i o n ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m M g r s L e t t e r i n g S c h e m e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m M g r s L e t t e r i n g S c h e m e   {  + 
+     p u b l i c   s t a t i c   f i n a l   s h o r t   N o r m a l   =   0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   s h o r t   A l t e r n a t i v e   =   1 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m M g r s L e t t e r i n g S c h e m e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m P r o j e c t i o n C o d e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m P r o j e c t i o n C o d e   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   A l b e r   =   4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   A z e d e   =   5 9 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   A z m e a   =   1 1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   A z m e d   =   7 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   B i p o l a r   =   3 1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   B o n n e   =   2 4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   C a s s i n i   =   2 2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   E c k e r t 4   =   2 5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   E c k e r t 6   =   2 6 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   E d c n c   =   1 2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   E d c y l   =   2 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   G a u s s K   =   4 6 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   G n o m o n i c   =   1 9 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   G o o d e   =   2 8 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   H o m 1 u v   =   1 2 8 1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   H o m 1 x y   =   1 2 8 2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   H o m 2 u v   =   1 2 8 3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   H o m 2 x y   =   1 2 8 4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   K r o v a k   =   4 7 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   K r v k 9 5   =   5 1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   L L   =   1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   L m 1 s p   =   3 6 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   L m 2 s p   =   3 7 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   L m b l g   =   3 8 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   L m t a n   =   8 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M i l l e r   =   1 3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M n d o t l   =   4 1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M n d o t t   =   4 2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M o d p c   =   1 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M o l l w e i d   =   2 7 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M r c a t   =   6 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M r c a t K   =   4 9 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M s t e r o   =   1 5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   N e a c y l   =   2 9 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   N e r t h   =   5 5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   N z e a l a n d   =   1 6 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   O b l q M   =   5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   O b q c y l   =   5 6 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   O r t h o   =   1 8 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   O s t n 0 2   =   6 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   O s t n 9 7   =   5 8 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   O s t r o   =   3 4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   P l y c n   =   9 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   P s t r o   =   3 3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   P s t r o s l   =   5 3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   R s k e w   =   1 2 8 5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   R s k e w c   =   1 2 8 6 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   R s k e w o   =   1 2 8 7 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   R o b i n s o n   =   2 3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S i n u s   =   1 7 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S o t r m   =   4 3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S s t r o   =   3 5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S w i s s   =   3 2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S y s 3 4   =   5 7 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S y s 3 4 _ 9 9   =   6 1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   T e a c y l   =   3 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   T m   =   3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   T r m e r a f   =   5 4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   T r m r k r g   =   6 2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   T r m r s   =   4 5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   V d g r n t n   =   2 1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   W c c s l   =   3 9 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   W c c s t   =   4 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   U t m   =   4 4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   W i n k l   =   6 3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   N r t h s r t   =   6 4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   L m b r t a f   =   6 5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S y s 3 4 _ 0 1   =   6 6 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   E d c y l E   =   6 7 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   P l a t e C a r r e e   =   6 8 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   P v M e r c a t o r   =   6 9 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   L m M i c h   =   7 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   U n k n o w n   =   0 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m P r o j e c t i o n C o d e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m P r o j e c t i o n F o r m a t T y p e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m P r o j e c t i o n F o r m a t T y p e   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   N o n e   =   0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   L n g   =   5 7 5 0 9 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   L a t   =   4 1 1 5 7 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   A n g d   =   3 2 9 3 3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   C o e f   =   1 3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   X x x   =   4 0 9 9 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   Y y y   =   4 0 9 9 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S c l   =   7 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   R o t   =   4 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m P r o j e c t i o n F o r m a t T y p e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m P r o j e c t i o n I n f o r m a t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m P r o j e c t i o n I n f o r m a t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m E n u m I n t e g e r 3 2   g e t E n u m P r o j e c t i o n s ( ) ;  + 
+     p u b l i c   i n t   g e t P a r a m e t e r C o u n t ( i n t ) ;  + 
+     p u b l i c   b o o l e a n   i s U s i n g P a r a m e t e r ( i n t ,   i n t ) ;  + 
+     p u b l i c   b o o l e a n   i s U s i n g O r i g i n L o n g i t u d e ( i n t ) ;  + 
+     p u b l i c   b o o l e a n   i s U s i n g O r i g i n L a t i t u d e ( i n t ) ;  + 
+     p u b l i c   b o o l e a n   i s U s i n g S c a l e R e d u c t i o n ( i n t ) ;  + 
+     p u b l i c   b o o l e a n   i s U s i n g Q u a d r a n t ( i n t ) ;  + 
+     p u b l i c   b o o l e a n   i s U s i n g O f f s e t ( i n t ) ;  + 
+     p u b l i c   d o u b l e   g e t P a r a m e t e r M i n ( i n t ,   i n t ) ;  + 
+     p u b l i c   d o u b l e   g e t P a r a m e t e r M a x ( i n t ,   i n t ) ;  + 
+     p u b l i c   d o u b l e   g e t P a r a m e t e r D e f a u l t ( i n t ,   i n t ) ;  + 
+     p u b l i c   i n t   g e t P a r a m e t e r L o g i c a l T y p e ( i n t ,   i n t ) ;  + 
+     p u b l i c   i n t   g e t P a r a m e t e r F o r m a t T y p e ( i n t ,   i n t ) ;  + 
+     p u b l i c   i n t   g e t P a r a m e t e r T y p e ( i n t ,   i n t ) ;  + 
+     p u b l i c   i n t   g e t U n i t T y p e ( i n t ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t T a g S t r i n g ( i n t ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m P r o j e c t i o n L o g i c a l T y p e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m P r o j e c t i o n L o g i c a l T y p e   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   N o n e   =   0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   L o n g i t u d e   =   1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   L a t i t u d e   =   2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   A z i m u t h   =   3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   A n g u l a r D i s t a n c e   =   4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   C o m p l e x C o e f f i c i e n t   =   5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   U T M Z o n e N u m b e r   =   6 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   H e m i s p h e r e S e l e c t i o n   =   7 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   G e o i d H e i g h t   =   8 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   E l e v a t i o n   =   9 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   A f f i n e C o e f f i c i e n t   =   1 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   X Y C o o r d i n a t e   =   1 1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S c a l e   =   1 2 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m P r o j e c t i o n L o g i c a l T y p e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m P r o j e c t i o n P a r a m e t e r T y p e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m P r o j e c t i o n P a r a m e t e r T y p e   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   N o t U s e d   =   0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   C n t m e r   =   1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   N s t d p l l   =   2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S s t d p l l   =   3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S t d p l l   =   4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   G c p 1 l n g   =   5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   G c p 1 l a t   =   6 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   G c p 2 l n g   =   7 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   G c p 2 l a t   =   8 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   G c p l n g   =   9 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   G c p l a t   =   1 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   G c a z m   =   1 1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   Y a x i s a z   =   1 2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   E s t d m e r   =   1 3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   N p a r a l l   =   1 4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S p a r a l l   =   1 5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   P 1 l n g   =   1 6 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   P 1 l a t   =   1 7 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   P 2 l n g   =   1 8 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   P 2 l a t   =   1 9 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   A d p 1 p 2   =   2 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   A d s p 1   =   2 1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   A d s p 2   =   2 2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   C m p l x a n   =   2 3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   C m p l x b n   =   2 4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   W e s t l l   =   2 5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   E a s t l l   =   2 6 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   U t m z n   =   2 7 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   H s n s   =   2 8 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   G h g t   =   2 9 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   A e l e v   =   3 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   P o l e l n g   =   3 1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   P o l e l a t   =   3 2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   O s t d p l l   =   3 3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S t d c i r   =   3 4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   A f a 0   =   3 5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   A f b 0   =   3 6 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   A f a 1   =   3 7 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   A f a 2   =   3 8 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   A f b 1   =   3 9 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   A f b 2   =   4 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   N r m l p l l   =   4 1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e n r g n   =   4 2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S k w a z m   =   4 3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S c l r o t o r g x   =   4 4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S c l r o t o r g y   =   4 5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   N r t h s c l   =   4 6 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   N r t h r o t   =   4 7 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   E l l i p s o i d S c a l e   =   4 8 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m P r o j e c t i o n P a r a m e t e r T y p e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m T r a n s f o r m . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m T r a n s f o r m   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g T r a n s f o r m   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   T r a n s f o r m O k ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   T r a n s f o r m O u t s i d e D o m a i n W a r n i n g ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   T r a n s f o r m D a t u m S h i f t W a r n i n g ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   T r a n s f o r m T o t a l F a i l u r e ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S o u r c e C r s E r r o r ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D a t u m S h i f t F a l l b a c k ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D a t u m S h i f t E r r o r ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   T a r g e t C r s E r r o r ;  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   t r a n s f o r m ( d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   t r a n s f o r m M ( d o u b l e ,   d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   t r a n s f o r m ( d o u b l e ,   d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   t r a n s f o r m M ( d o u b l e ,   d o u b l e ,   d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   t r a n s f o r m ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g E n v e l o p e   t r a n s f o r m ( o r g . o s g e o . m a p g u i d e . M g E n v e l o p e ) ;  + 
+     p u b l i c   v o i d   t r a n s f o r m C o o r d i n a t e ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L i n e S t r i n g   g r i d L i n e ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ,   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ,   d o u b l e ,   i n t ) ;  + 
+     p u b l i c   b o o l e a n   i s V a l i d S o u r c e P o i n t ( d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   b o o l e a n   i s V a l i d S o u r c e P o i n t ( d o u b l e ,   d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   b o o l e a n   i s V a l i d T a r g e t P o i n t ( d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   b o o l e a n   i s V a l i d T a r g e t P o i n t ( d o u b l e ,   d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m   g e t S o u r c e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m   g e t T a r g e t ( ) ;  + 
+     p u b l i c   v o i d   s e t S o u r c e A n d T a r g e t ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m ,   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m ) ;  + 
+     p u b l i c   i n t   g e t G e o d e t i c T r a n s f o r m a t i o n C o u n t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c T r a n s f o r m D e f   g e t G e o d e t i c T r a n s f o r m a t i o n ( i n t ) ;  + 
+     p u b l i c   i n t   g e t G e o d e t i c T r a n s f o r m a t i o n D i r e c t i o n ( i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m G e o d e t i c P a t h   g e t E x p l i c i t G e o d e t i c P a t h ( ) ;  + 
+     p u b l i c   v o i d   i g n o r e D a t u m S h i f t W a r n i n g ( b o o l e a n ) ;  + 
+     p u b l i c   b o o l e a n   i s I g n o r e D a t u m S h i f t W a r n i n g ( ) ;  + 
+     p u b l i c   v o i d   i g n o r e O u t s i d e D o m a i n W a r n i n g ( b o o l e a n ) ;  + 
+     p u b l i c   b o o l e a n   i s I g n o r e O u t s i d e D o m a i n W a r n i n g ( ) ;  + 
+     p u b l i c   i n t   g e t S o u r c e W a r n i n g C o u n t ( ) ;  + 
+     p u b l i c   i n t   g e t d a t u m W a r n i n g C o u n t ( ) ;  + 
+     p u b l i c   i n t   g e t T a r g e t W a r n i n g C o u n t ( ) ;  + 
+     p u b l i c   i n t   g e t L a s t T r a n s f o r m S t a t u s ( ) ;  + 
+     p u b l i c   v o i d   r e s e t L a s t T r a n s f o r m S t a t u s ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m T y p e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m T y p e   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   U n k n o w n   =   0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   A r b i t r a r y   =   1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   G e o g r a p h i c   =   2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   P r o j e c t e d   =   3 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m T y p e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m U n i t C o d e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m U n i t C o d e   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M e t e r   =   1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   F o o t   =   2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   I n c h   =   3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   I F o o t   =   4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   C l a r k e F o o t   =   5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   I I n c h   =   6 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   C e n t i m e t e r   =   7 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   K i l o m e t e r   =   8 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   Y a r d   =   9 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S e a r s Y a r d   =   1 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M i l e   =   1 1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   I Y a r d   =   1 2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   I M i l e   =   1 3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   K n o t   =   1 4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   N a u t M   =   1 5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   L a t 6 6   =   1 6 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   L a t 8 3   =   1 7 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e c i m e t e r   =   1 8 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M i l l i m e t e r   =   1 9 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e k a m e t e r   =   2 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   H e c t o m e t e r   =   2 1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   G e r m a n M e t e r   =   2 2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   C a G r i d   =   2 3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   C l a r k e C h a i n   =   2 4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   G u n t e r C h a i n   =   2 5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   B e n o i t C h a i n   =   2 6 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S e a r s C h a i n   =   2 7 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   C l a r k e L i n k   =   2 8 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   G u n t e r L i n k   =   2 9 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   B e n o i t L i n k   =   3 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S e a r s L i n k   =   3 1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   R o d   =   3 2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   P e r c h   =   3 3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   P o l e   =   3 4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   F u r l o n g   =   3 5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   R o o d   =   3 6 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   C a p e F o o t   =   3 7 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   B r e a l e y   =   3 8 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S e a r s F o o t   =   3 9 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   G o l d C o a s t F o o t   =   4 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M i c r o I n c h   =   4 1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   I n d i a n Y a r d   =   4 2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   I n d i a n F o o t   =   4 3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   I n d i a n F t 3 7   =   4 4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   I n d i a n F t 6 2   =   4 5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   I n d i a n F t 7 5   =   4 6 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   I n d i a n Y d 3 7   =   4 7 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e c a m e t e r   =   4 8 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   I n t e r n a t i o n a l C h a i n   =   4 9 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   I n t e r n a t i o n a l L i n k   =   5 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   B r F o o t T r u n c   =   5 1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   B r C h a i n T r u n c   =   5 2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   B r L i n k T r u n c   =   5 3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e g r e e   =   1 0 0 1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   G r a d   =   1 0 0 2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   G r a d e   =   1 0 0 3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M a p I n f o   =   1 0 0 4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M i l   =   1 0 0 5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M i n u t e   =   1 0 0 6 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   R a d i a n   =   1 0 0 7 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S e c o n d   =   1 0 0 8 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e c i s e c   =   1 0 0 9 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   C e n t i s e c   =   1 0 1 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M i l l i s e c   =   1 0 1 1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   U n k n o w n   =   0 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m U n i t C o d e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m U n i t I n f o r m a t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m U n i t I n f o r m a t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m E n u m I n t e g e r 3 2   g e t E n u m L i n e a r U n i t s ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m E n u m I n t e g e r 3 2   g e t E n u m A n g u l a r U n i t s ( ) ;  + 
+     p u b l i c   d o u b l e   g e t L i n e a r U n i t S c a l e ( i n t ) ;  + 
+     p u b l i c   d o u b l e   g e t A n g u l a r U n i t S c a l e ( i n t ) ;  + 
+     p u b l i c   i n t   g e t U n i t T y p e ( i n t ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t T a g S t r i n g ( i n t ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t A b b r e v i a t i o n ( i n t ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m U n i t T y p e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m U n i t T y p e   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   U n k n o w n   =   0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   L i n e a r   =   1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   A n g u l a r   =   2 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m U n i t T y p e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e S y s t e m W k t F l a v o r . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m W k t F l a v o r   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   U n k n o w n   =   - 1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   O g c   =   0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   O r a c l e   =   1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   E s r i   =   2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   E p s g   =   3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   G e o t i f f   =   4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   G e o t o o l s   =   5 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e S y s t e m W k t F l a v o r ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e X Y . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e X Y   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t D i m e n s i o n ( ) ;  + 
+     p u b l i c   d o u b l e   g e t X ( ) ;  + 
+     p u b l i c   d o u b l e   g e t Y ( ) ;  + 
+     p u b l i c   d o u b l e   g e t Z ( ) ;  + 
+     p u b l i c   d o u b l e   g e t M ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e X Y M . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e X Y M   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t D i m e n s i o n ( ) ;  + 
+     p u b l i c   d o u b l e   g e t X ( ) ;  + 
+     p u b l i c   d o u b l e   g e t Y ( ) ;  + 
+     p u b l i c   d o u b l e   g e t Z ( ) ;  + 
+     p u b l i c   d o u b l e   g e t M ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e X Y Z . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e X Y Z   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t D i m e n s i o n ( ) ;  + 
+     p u b l i c   d o u b l e   g e t X ( ) ;  + 
+     p u b l i c   d o u b l e   g e t Y ( ) ;  + 
+     p u b l i c   d o u b l e   g e t Z ( ) ;  + 
+     p u b l i c   d o u b l e   g e t M ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C o o r d i n a t e X Y Z M . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e X Y Z M   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t D i m e n s i o n ( ) ;  + 
+     p u b l i c   d o u b l e   g e t X ( ) ;  + 
+     p u b l i c   d o u b l e   g e t Y ( ) ;  + 
+     p u b l i c   d o u b l e   g e t Z ( ) ;  + 
+     p u b l i c   d o u b l e   g e t M ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C u r v e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C u r v e   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   g e t S t a r t C o o r d i n a t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   g e t E n d C o o r d i n a t e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C u r v e P o l y g o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C u r v e P o l y g o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g R e g i o n   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C u r v e R i n g   g e t E x t e r i o r R i n g ( ) ;  + 
+     p u b l i c   i n t   g e t I n t e r i o r R i n g C o u n t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C u r v e R i n g   g e t I n t e r i o r R i n g ( i n t ) ;  + 
+     p u b l i c   i n t   g e t G e o m e t r y T y p e ( ) ;  + 
+     p u b l i c   i n t   g e t D i m e n s i o n ( ) ;  + 
+     p u b l i c   b o o l e a n   i s E m p t y ( ) ;  + 
+     p u b l i c   b o o l e a n   i s C l o s e d ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r i c E n t i t y   c o p y ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r i c E n t i t y   t r a n s f o r m ( o r g . o s g e o . m a p g u i d e . M g T r a n s f o r m ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C u r v e P o l y g o n C o l l e c t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C u r v e P o l y g o n C o l l e c t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C u r v e P o l y g o n   g e t I t e m ( i n t ) ;  + 
+     p u b l i c   v o i d   s e t I t e m ( i n t ,   o r g . o s g e o . m a p g u i d e . M g C u r v e P o l y g o n ) ;  + 
+     p u b l i c   v o i d   a d d ( o r g . o s g e o . m a p g u i d e . M g C u r v e P o l y g o n ) ;  + 
+     p u b l i c   v o i d   i n s e r t ( i n t ,   o r g . o s g e o . m a p g u i d e . M g C u r v e P o l y g o n ) ;  + 
+     p u b l i c   v o i d   c l e a r ( ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e ( o r g . o s g e o . m a p g u i d e . M g C u r v e P o l y g o n ) ;  + 
+     p u b l i c   v o i d   r e m o v e A t ( i n t ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( o r g . o s g e o . m a p g u i d e . M g C u r v e P o l y g o n ) ;  + 
+     p u b l i c   i n t   i n d e x O f ( o r g . o s g e o . m a p g u i d e . M g C u r v e P o l y g o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C u r v e P o l y g o n C o l l e c t i o n ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C u r v e R i n g . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C u r v e R i n g   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g R i n g   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t C o m p o n e n t T y p e ( ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C u r v e S e g m e n t   g e t S e g m e n t ( i n t ) ;  + 
+     p u b l i c   i n t   g e t D i m e n s i o n ( ) ;  + 
+     p u b l i c   b o o l e a n   i s E m p t y ( ) ;  + 
+     p u b l i c   b o o l e a n   i s C l o s e d ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r i c E n t i t y   c o p y ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r i c E n t i t y   t r a n s f o r m ( o r g . o s g e o . m a p g u i d e . M g T r a n s f o r m ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C u r v e R i n g C o l l e c t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C u r v e R i n g C o l l e c t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C u r v e R i n g   g e t I t e m ( i n t ) ;  + 
+     p u b l i c   v o i d   s e t I t e m ( i n t ,   o r g . o s g e o . m a p g u i d e . M g C u r v e R i n g ) ;  + 
+     p u b l i c   v o i d   a d d ( o r g . o s g e o . m a p g u i d e . M g C u r v e R i n g ) ;  + 
+     p u b l i c   v o i d   i n s e r t ( i n t ,   o r g . o s g e o . m a p g u i d e . M g C u r v e R i n g ) ;  + 
+     p u b l i c   v o i d   c l e a r ( ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e ( o r g . o s g e o . m a p g u i d e . M g C u r v e R i n g ) ;  + 
+     p u b l i c   v o i d   r e m o v e A t ( i n t ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( o r g . o s g e o . m a p g u i d e . M g C u r v e R i n g ) ;  + 
+     p u b l i c   i n t   i n d e x O f ( o r g . o s g e o . m a p g u i d e . M g C u r v e R i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C u r v e R i n g C o l l e c t i o n ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C u r v e S e g m e n t . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C u r v e S e g m e n t   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y C o m p o n e n t   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   g e t S t a r t C o o r d i n a t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   g e t E n d C o o r d i n a t e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C u r v e S e g m e n t C o l l e c t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C u r v e S e g m e n t C o l l e c t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C u r v e S e g m e n t   g e t I t e m ( i n t ) ;  + 
+     p u b l i c   v o i d   s e t I t e m ( i n t ,   o r g . o s g e o . m a p g u i d e . M g C u r v e S e g m e n t ) ;  + 
+     p u b l i c   v o i d   a d d ( o r g . o s g e o . m a p g u i d e . M g C u r v e S e g m e n t ) ;  + 
+     p u b l i c   v o i d   i n s e r t ( i n t ,   o r g . o s g e o . m a p g u i d e . M g C u r v e S e g m e n t ) ;  + 
+     p u b l i c   v o i d   c l e a r ( ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e ( o r g . o s g e o . m a p g u i d e . M g C u r v e S e g m e n t ) ;  + 
+     p u b l i c   v o i d   r e m o v e A t ( i n t ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( o r g . o s g e o . m a p g u i d e . M g C u r v e S e g m e n t ) ;  + 
+     p u b l i c   i n t   i n d e x O f ( o r g . o s g e o . m a p g u i d e . M g C u r v e S e g m e n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C u r v e S e g m e n t C o l l e c t i o n ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C u r v e S t r i n g . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C u r v e S t r i n g   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g C u r v e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C u r v e S e g m e n t   g e t S e g m e n t ( i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   g e t S t a r t C o o r d i n a t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   g e t E n d C o o r d i n a t e ( ) ;  + 
+     p u b l i c   i n t   g e t G e o m e t r y T y p e ( ) ;  + 
+     p u b l i c   i n t   g e t D i m e n s i o n ( ) ;  + 
+     p u b l i c   b o o l e a n   i s E m p t y ( ) ;  + 
+     p u b l i c   b o o l e a n   i s C l o s e d ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r i c E n t i t y   c o p y ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r i c E n t i t y   t r a n s f o r m ( o r g . o s g e o . m a p g u i d e . M g T r a n s f o r m ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g C u r v e S t r i n g C o l l e c t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g C u r v e S t r i n g C o l l e c t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C u r v e S t r i n g   g e t I t e m ( i n t ) ;  + 
+     p u b l i c   v o i d   s e t I t e m ( i n t ,   o r g . o s g e o . m a p g u i d e . M g C u r v e S t r i n g ) ;  + 
+     p u b l i c   v o i d   a d d ( o r g . o s g e o . m a p g u i d e . M g C u r v e S t r i n g ) ;  + 
+     p u b l i c   v o i d   i n s e r t ( i n t ,   o r g . o s g e o . m a p g u i d e . M g C u r v e S t r i n g ) ;  + 
+     p u b l i c   v o i d   c l e a r ( ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e ( o r g . o s g e o . m a p g u i d e . M g C u r v e S t r i n g ) ;  + 
+     p u b l i c   v o i d   r e m o v e A t ( i n t ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( o r g . o s g e o . m a p g u i d e . M g C u r v e S t r i n g ) ;  + 
+     p u b l i c   i n t   i n d e x O f ( o r g . o s g e o . m a p g u i d e . M g C u r v e S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C u r v e S t r i n g C o l l e c t i o n ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g D a t a P r o p e r t y D e f i n i t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g D a t a P r o p e r t y D e f i n i t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y D e f i n i t i o n   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g D a t a P r o p e r t y D e f i n i t i o n ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   i n t   g e t D a t a T y p e ( ) ;  + 
+     p u b l i c   i n t   g e t L e n g t h ( ) ;  + 
+     p u b l i c   i n t   g e t P r e c i s i o n ( ) ;  + 
+     p u b l i c   i n t   g e t S c a l e ( ) ;  + 
+     p u b l i c   b o o l e a n   i s A u t o G e n e r a t e d ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t D e f a u l t V a l u e ( ) ;  + 
+     p u b l i c   b o o l e a n   g e t N u l l a b l e ( ) ;  + 
+     p u b l i c   b o o l e a n   g e t R e a d O n l y ( ) ;  + 
+     p u b l i c   v o i d   s e t D a t a T y p e ( i n t ) ;  + 
+     p u b l i c   v o i d   s e t R e a d O n l y ( b o o l e a n ) ;  + 
+     p u b l i c   v o i d   s e t L e n g t h ( i n t ) ;  + 
+     p u b l i c   v o i d   s e t P r e c i s i o n ( i n t ) ;  + 
+     p u b l i c   v o i d   s e t S c a l e ( i n t ) ;  + 
+     p u b l i c   v o i d   s e t N u l l a b l e ( b o o l e a n ) ;  + 
+     p u b l i c   v o i d   s e t D e f a u l t V a l u e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   s e t A u t o G e n e r a t i o n ( b o o l e a n ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g D a t a R e a d e r . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g D a t a R e a d e r   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g R e a d e r   i m p l e m e n t s   j a v a . l a n g . A u t o C l o s e a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g D a t e T i m e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g D a t e T i m e   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g S e r i a l i z a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g D a t e T i m e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g D a t e T i m e ( s h o r t ,   s h o r t ,   s h o r t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g D a t e T i m e ( s h o r t ,   s h o r t ,   s h o r t ,   i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g D a t e T i m e ( s h o r t ,   s h o r t ,   s h o r t ,   s h o r t ,   s h o r t ,   s h o r t ,   i n t ) ;  + 
+     p u b l i c   s h o r t   g e t D a y ( ) ;  + 
+     p u b l i c   s h o r t   g e t M o n t h ( ) ;  + 
+     p u b l i c   s h o r t   g e t Y e a r ( ) ;  + 
+     p u b l i c   s h o r t   g e t H o u r ( ) ;  + 
+     p u b l i c   s h o r t   g e t M i n u t e ( ) ;  + 
+     p u b l i c   s h o r t   g e t S e c o n d ( ) ;  + 
+     p u b l i c   i n t   g e t M i c r o s e c o n d ( ) ;  + 
+     p u b l i c   v o i d   s e t D a y ( s h o r t ) ;  + 
+     p u b l i c   v o i d   s e t M o n t h ( s h o r t ) ;  + 
+     p u b l i c   v o i d   s e t Y e a r ( s h o r t ) ;  + 
+     p u b l i c   v o i d   s e t H o u r ( s h o r t ) ;  + 
+     p u b l i c   v o i d   s e t M i n u t e ( s h o r t ) ;  + 
+     p u b l i c   v o i d   s e t S e c o n d ( s h o r t ) ;  + 
+     p u b l i c   v o i d   s e t M i c r o s e c o n d ( i n t ) ;  + 
+     p u b l i c   v o i d   v a l i d a t e ( ) ;  + 
+     p u b l i c   b o o l e a n   i s D a t e ( ) ;  + 
+     p u b l i c   b o o l e a n   i s T i m e ( ) ;  + 
+     p u b l i c   b o o l e a n   i s D a t e T i m e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   t o S t r i n g ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g D a t e T i m e P r o p e r t y . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g D a t e T i m e P r o p e r t y   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g N u l l a b l e P r o p e r t y   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g D a t e T i m e P r o p e r t y ( j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g D a t e T i m e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g D a t e T i m e   g e t V a l u e ( ) ;  + 
+     p u b l i c   s h o r t   g e t P r o p e r t y T y p e ( ) ;  + 
+     p u b l i c   v o i d   s e t V a l u e ( o r g . o s g e o . m a p g u i d e . M g D a t e T i m e ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g D e l e t e F e a t u r e s . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g D e l e t e F e a t u r e s   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g F e a t u r e C o m m a n d   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g D e l e t e F e a t u r e s ( j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   i n t   g e t C o m m a n d T y p e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t F e a t u r e C l a s s N a m e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t F i l t e r T e x t ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g D i s p o s a b l e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g D i s p o s a b l e   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g O b j e c t   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g D i s p o s a b l e C o l l e c t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g D i s p o s a b l e C o l l e c t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g C o l l e c t i o n   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g D i s p o s a b l e C o l l e c t i o n ( ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g D i s p o s a b l e   g e t I t e m ( i n t ) ;  + 
+     p u b l i c   v o i d   s e t I t e m ( i n t ,   o r g . o s g e o . m a p g u i d e . M g D i s p o s a b l e ) ;  + 
+     p u b l i c   v o i d   a d d ( o r g . o s g e o . m a p g u i d e . M g D i s p o s a b l e ) ;  + 
+     p u b l i c   v o i d   i n s e r t ( i n t ,   o r g . o s g e o . m a p g u i d e . M g D i s p o s a b l e ) ;  + 
+     p u b l i c   v o i d   c l e a r ( ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e ( o r g . o s g e o . m a p g u i d e . M g D i s p o s a b l e ) ;  + 
+     p u b l i c   v o i d   r e m o v e A t ( i n t ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( o r g . o s g e o . m a p g u i d e . M g D i s p o s a b l e ) ;  + 
+     p u b l i c   i n t   i n d e x O f ( o r g . o s g e o . m a p g u i d e . M g D i s p o s a b l e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   t o X m l ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g D o u b l e P r o p e r t y . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g D o u b l e P r o p e r t y   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g N u l l a b l e P r o p e r t y   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g D o u b l e P r o p e r t y ( j a v a . l a n g . S t r i n g ,   d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t V a l u e ( ) ;  + 
+     p u b l i c   s h o r t   g e t P r o p e r t y T y p e ( ) ;  + 
+     p u b l i c   v o i d   s e t V a l u e ( d o u b l e ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g D r a w i n g S e r v i c e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g D r a w i n g S e r v i c e   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g S e r v i c e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t D r a w i n g ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   d e s c r i b e D r a w i n g ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t S e c t i o n ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t S e c t i o n R e s o u r c e ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n   e n u m e r a t e L a y e r s ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t L a y e r ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   e n u m e r a t e S e c t i o n s ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   e n u m e r a t e S e c t i o n R e s o u r c e s ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t C o o r d i n a t e S p a c e ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g D w f V e r s i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g D w f V e r s i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g S e r i a l i z a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g D w f V e r s i o n ( j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t F i l e V e r s i o n ( ) ;  + 
+     p u b l i c   v o i d   s e t F i l e V e r s i o n ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t S c h e m a V e r s i o n ( ) ;  + 
+     p u b l i c   v o i d   s e t S c h e m a V e r s i o n ( j a v a . l a n g . S t r i n g ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g E n v e l o p e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g E n v e l o p e   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g S e r i a l i z a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g E n v e l o p e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g E n v e l o p e ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g E n v e l o p e ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ,   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g E n v e l o p e ( d o u b l e ,   d o u b l e ,   d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g E n v e l o p e ( o r g . o s g e o . m a p g u i d e . M g E n v e l o p e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   g e t L o w e r L e f t C o o r d i n a t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   g e t U p p e r R i g h t C o o r d i n a t e ( ) ;  + 
+     p u b l i c   d o u b l e   g e t W i d t h ( ) ;  + 
+     p u b l i c   d o u b l e   g e t H e i g h t ( ) ;  + 
+     p u b l i c   d o u b l e   g e t D e p t h ( ) ;  + 
+     p u b l i c   b o o l e a n   i s N u l l ( ) ;  + 
+     p u b l i c   v o i d   m a k e N u l l ( ) ;  + 
+     p u b l i c   v o i d   e x p a n d T o I n c l u d e ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ) ;  + 
+     p u b l i c   v o i d   e x p a n d T o I n c l u d e ( o r g . o s g e o . m a p g u i d e . M g E n v e l o p e ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( o r g . o s g e o . m a p g u i d e . M g E n v e l o p e ) ;  + 
+     p u b l i c   b o o l e a n   i n t e r s e c t s ( o r g . o s g e o . m a p g u i d e . M g E n v e l o p e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g E n v e l o p e   t r a n s f o r m ( o r g . o s g e o . m a p g u i d e . M g T r a n s f o r m ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g E x c e p t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g E x c e p t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . A p p T h r o w a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t E x c e p t i o n C o d e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t E x c e p t i o n M e s s a g e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t D e t a i l s ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t E x c e p t i o n S t a c k T r a c e ( ) ;  + 
+     p u b l i c   l o n g   g e t N a t i v e E r r o r C o d e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t E x c e p t i o n M e s s a g e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t D e t a i l s ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t E x c e p t i o n S t a c k T r a c e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   a d d S t a c k T r a c e I n f o ( j a v a . l a n g . S t r i n g ,   i n t ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   a d d S t a c k T r a c e I n f o ( j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ,   i n t ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   p r i n t S t a c k T r a c e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t M e s s a g e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g E x c e p t i o n C o d e s . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g E x c e p t i o n C o d e s   {  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g A l l P r o v i d e r C o n n e c t i o n s U s e d E x c e p t i o n   =   " M g A l l P r o v i d e r C o n n e c t i o n s U s e d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g A r g u m e n t O u t O f R a n g e E x c e p t i o n   =   " M g A r g u m e n t O u t O f R a n g e E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g A r r a y T y p e M i s m a t c h E x c e p t i o n   =   " M g A r r a y T y p e M i s m a t c h E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g A u t h e n t i c a t i o n F a i l e d E x c e p t i o n   =   " M g A u t h e n t i c a t i o n F a i l e d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g C l a s s N o t F o u n d E x c e p t i o n   =   " M g C l a s s N o t F o u n d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g C o n f i g u r a t i o n E x c e p t i o n   =   " M g C o n f i g u r a t i o n E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g C o n f i g u r a t i o n S a v e F a i l e d E x c e p t i o n   =   " M g C o n f i g u r a t i o n S a v e F a i l e d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g C o n n e c t i o n F a i l e d E x c e p t i o n   =   " M g C o n n e c t i o n F a i l e d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g C o n n e c t i o n N o t O p e n E x c e p t i o n   =   " M g C o n n e c t i o n N o t O p e n E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g C o o r d i n a t e S y s t e m C o m p u t a t i o n F a i l e d E x c e p t i o n   =   " M g C o o r d i n a t e S y s t e m C o m p u t a t i o n F a i l e d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g C o o r d i n a t e S y s t e m C o n v e r s i o n F a i l e d E x c e p t i o n   =   " M g C o o r d i n a t e S y s t e m C o n v e r s i o n F a i l e d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g C o o r d i n a t e S y s t e m I n i t i a l i z a t i o n F a i l e d E x c e p t i o n   =   " M g C o o r d i n a t e S y s t e m I n i t i a l i z a t i o n F a i l e d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g C o o r d i n a t e S y s t e m L o a d F a i l e d E x c e p t i o n   =   " M g C o o r d i n a t e S y s t e m L o a d F a i l e d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g C o o r d i n a t e S y s t e m M e a s u r e F a i l e d E x c e p t i o n   =   " M g C o o r d i n a t e S y s t e m M e a s u r e F a i l e d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g C o o r d i n a t e S y s t e m T r a n s f o r m F a i l e d E x c e p t i o n   =   " M g C o o r d i n a t e S y s t e m T r a n s f o r m F a i l e d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g D a t e T i m e E x c e p t i o n   =   " M g D a t e T i m e E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g D b E x c e p t i o n   =   " M g D b E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g D b X m l E x c e p t i o n   =   " M g D b X m l E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g D e c r y p t i o n E x c e p t i o n   =   " M g D e c r y p t i o n E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g D i r e c t o r y N o t F o u n d E x c e p t i o n   =   " M g D i r e c t o r y N o t F o u n d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g D i v i d e B y Z e r o E x c e p t i o n   =   " M g D i v i d e B y Z e r o E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g D o m a i n E x c e p t i o n   =   " M g D o m a i n E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g D u p l i c a t e D i r e c t o r y E x c e p t i o n   =   " M g D u p l i c a t e D i r e c t o r y E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g D u p l i c a t e F i l e E x c e p t i o n   =   " M g D u p l i c a t e F i l e E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g D u p l i c a t e G r o u p E x c e p t i o n   =   " M g D u p l i c a t e G r o u p E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g D u p l i c a t e N a m e E x c e p t i o n   =   " M g D u p l i c a t e N a m e E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g D u p l i c a t e O b j e c t E x c e p t i o n   =   " M g D u p l i c a t e O b j e c t E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g D u p l i c a t e P a r a m e t e r E x c e p t i o n   =   " M g D u p l i c a t e P a r a m e t e r E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g D u p l i c a t e R e p o s i t o r y E x c e p t i o n   =   " M g D u p l i c a t e R e p o s i t o r y E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g D u p l i c a t e R e s o u r c e D a t a E x c e p t i o n   =   " M g D u p l i c a t e R e s o u r c e D a t a E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g D u p l i c a t e R e s o u r c e E x c e p t i o n   =   " M g D u p l i c a t e R e s o u r c e E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g D u p l i c a t e R o l e E x c e p t i o n   =   " M g D u p l i c a t e R o l e E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g D u p l i c a t e S e r v e r E x c e p t i o n   =   " M g D u p l i c a t e S e r v e r E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g D u p l i c a t e S e s s i o n E x c e p t i o n   =   " M g D u p l i c a t e S e s s i o n E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g D u p l i c a t e U s e r E x c e p t i o n   =   " M g D u p l i c a t e U s e r E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g D w f E x c e p t i o n   =   " M g D w f E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g D w f S e c t i o n N o t F o u n d E x c e p t i o n   =   " M g D w f S e c t i o n N o t F o u n d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g D w f S e c t i o n R e s o u r c e N o t F o u n d E x c e p t i o n   =   " M g D w f S e c t i o n R e s o u r c e N o t F o u n d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g E m p t y F e a t u r e S e t E x c e p t i o n   =   " M g E m p t y F e a t u r e S e t E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g E n c r y p t i o n E x c e p t i o n   =   " M g E n c r y p t i o n E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g E n d O f S t r e a m E x c e p t i o n   =   " M g E n d O f S t r e a m E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g E v a l u a t i o n E x p i r e d E x c e p t i o n   =   " M g E v a l u a t i o n E x p i r e d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g F d o E x c e p t i o n   =   " M g F d o E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g F e a t u r e S e r v i c e E x c e p t i o n   =   " M g F e a t u r e S e r v i c e E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g F i l e I o E x c e p t i o n   =   " M g F i l e I o E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g F i l e N o t F o u n d E x c e p t i o n   =   " M g F i l e N o t F o u n d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g G e o m e t r y E x c e p t i o n   =   " M g G e o m e t r y E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g G r o u p N o t F o u n d E x c e p t i o n   =   " M g G r o u p N o t F o u n d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g I n d e x O u t O f R a n g e E x c e p t i o n   =   " M g I n d e x O u t O f R a n g e E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g I n v a l i d A r g u m e n t E x c e p t i o n   =   " M g I n v a l i d A r g u m e n t E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g I n v a l i d C a s t E x c e p t i o n   =   " M g I n v a l i d C a s t E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g I n v a l i d C o o r d i n a t e S y s t e m E x c e p t i o n   =   " M g I n v a l i d C o o r d i n a t e S y s t e m E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g I n v a l i d C o o r d i n a t e S y s t e m T y p e E x c e p t i o n   =   " M g I n v a l i d C o o r d i n a t e S y s t e m T y p e E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g I n v a l i d C o o r d i n a t e S y s t e m U n i t s E x c e p t i o n   =   " M g I n v a l i d C o o r d i n a t e S y s t e m U n i t s E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g I n v a l i d D w f P a c k a g e E x c e p t i o n   =   " M g I n v a l i d D w f P a c k a g e E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g I n v a l i d D w f S e c t i o n E x c e p t i o n   =   " M g I n v a l i d D w f S e c t i o n E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g I n v a l i d F e a t u r e S o u r c e E x c e p t i o n   =   " M g I n v a l i d F e a t u r e S o u r c e E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g I n v a l i d I p A d d r e s s E x c e p t i o n   =   " M g I n v a l i d I p A d d r e s s E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g I n v a l i d L i c e n s e E x c e p t i o n   =   " M g I n v a l i d L i c e n s e E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g I n v a l i d L o g E n t r y E x c e p t i o n   =   " M g I n v a l i d L o g E n t r y E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g I n v a l i d M a p D e f i n i t i o n E x c e p t i o n   =   " M g I n v a l i d M a p D e f i n i t i o n E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g I n v a l i d M i m e T y p e E x c e p t i o n   =   " M g I n v a l i d M i m e T y p e E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g I n v a l i d O p e r a t i o n E x c e p t i o n   =   " M g I n v a l i d O p e r a t i o n E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g I n v a l i d O p e r a t i o n V e r s i o n E x c e p t i o n   =   " M g I n v a l i d O p e r a t i o n V e r s i o n E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g I n v a l i d P a s s w o r d E x c e p t i o n   =   " M g I n v a l i d P a s s w o r d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g I n v a l i d P r i n t L a y o u t F o n t S i z e U n i t s E x c e p t i o n   =   " M g I n v a l i d P r i n t L a y o u t F o n t S i z e U n i t s E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g I n v a l i d P r i n t L a y o u t P o s i t i o n U n i t s E x c e p t i o n   =   " M g I n v a l i d P r i n t L a y o u t P o s i t i o n U n i t s E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g I n v a l i d P r i n t L a y o u t S i z e U n i t s E x c e p t i o n   =   " M g I n v a l i d P r i n t L a y o u t S i z e U n i t s E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g I n v a l i d P r o p e r t y T y p e E x c e p t i o n   =   " M g I n v a l i d P r o p e r t y T y p e E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g I n v a l i d R e p o s i t o r y N a m e E x c e p t i o n   =   " M g I n v a l i d R e p o s i t o r y N a m e E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g I n v a l i d R e p o s i t o r y T y p e E x c e p t i o n   =   " M g I n v a l i d R e p o s i t o r y T y p e E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g I n v a l i d R e s o u r c e D a t a N a m e E x c e p t i o n   =   " M g I n v a l i d R e s o u r c e D a t a N a m e E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g I n v a l i d R e s o u r c e D a t a T y p e E x c e p t i o n   =   " M g I n v a l i d R e s o u r c e D a t a T y p e E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g I n v a l i d R e s o u r c e N a m e E x c e p t i o n   =   " M g I n v a l i d R e s o u r c e N a m e E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g I n v a l i d R e s o u r c e P a t h E x c e p t i o n   =   " M g I n v a l i d R e s o u r c e P a t h E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g I n v a l i d R e s o u r c e P r e P r o c e s s i n g T y p e E x c e p t i o n   =   " M g I n v a l i d R e s o u r c e P r e P r o c e s s i n g T y p e E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g I n v a l i d R e s o u r c e T y p e E x c e p t i o n   =   " M g I n v a l i d R e s o u r c e T y p e E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g I n v a l i d S e r v e r N a m e E x c e p t i o n   =   " M g I n v a l i d S e r v e r N a m e E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g I n v a l i d S e r i a l N u m b e r E x c e p t i o n   =   " M g I n v a l i d S e r i a l N u m b e r E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g I n v a l i d S t r e a m H e a d e r E x c e p t i o n   =   " M g I n v a l i d S t r e a m H e a d e r E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g I o E x c e p t i o n   =   " M g I o E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g L a y e r N o t F o u n d E x c e p t i o n   =   " M g L a y e r N o t F o u n d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g L e n g t h E x c e p t i o n   =   " M g L e n g t h E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g L i c e n s e E x c e p t i o n   =   " M g L i c e n s e E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g L i c e n s e E x p i r e d E x c e p t i o n   =   " M g L i c e n s e E x p i r e d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g L o g i c E x c e p t i o n   =   " M g L o g i c E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g L o g O p e n F a i l e d E x c e p t i o n   =   " M g L o g O p e n F a i l e d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g N o t F i n i t e N u m b e r E x c e p t i o n   =   " M g N o t F i n i t e N u m b e r E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g N o t I m p l e m e n t e d E x c e p t i o n   =   " M g N o t I m p l e m e n t e d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g N u l l A r g u m e n t E x c e p t i o n   =   " M g N u l l A r g u m e n t E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g N u l l P r o p e r t y V a l u e E x c e p t i o n   =   " M g N u l l P r o p e r t y V a l u e E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g N u l l R e f e r e n c e E x c e p t i o n   =   " M g N u l l R e f e r e n c e E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g O b j e c t N o t F o u n d E x c e p t i o n   =   " M g O b j e c t N o t F o u n d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g O p e r a t i o n P r o c e s s i n g E x c e p t i o n   =   " M g O p e r a t i o n P r o c e s s i n g E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g O u t O f M e m o r y E x c e p t i o n   =   " M g O u t O f M e m o r y E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g O u t O f R a n g e E x c e p t i o n   =   " M g O u t O f R a n g e E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g O v e r f l o w E x c e p t i o n   =   " M g O v e r f l o w E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g P a r a m e t e r N o t F o u n d E x c e p t i o n   =   " M g P a r a m e t e r N o t F o u n d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g P a t h T o o L o n g E x c e p t i o n   =   " M g P a t h T o o L o n g E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g P e r m i s s i o n D e n i e d E x c e p t i o n   =   " M g P e r m i s s i o n D e n i e d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g P l a t f o r m N o t S u p p o r t e d E x c e p t i o n   =   " M g P l a t f o r m N o t S u p p o r t e d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g P o r t N o t A v a i l a b l e E x c e p t i o n   =   " M g P o r t N o t A v a i l a b l e E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g P r i n t T o S c a l e M o d e N o t S e l e c t e d E x c e p t i o n   =   " M g P r i n t T o S c a l e M o d e N o t S e l e c t e d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g R a s t e r T r a n s f o r m a t i o n N o t S u p p o r t e d E x c e p t i o n   =   " M g R a s t e r T r a n s f o r m a t i o n N o t S u p p o r t e d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g R e p o s i t o r y C r e a t i o n F a i l e d E x c e p t i o n   =   " M g R e p o s i t o r y C r e a t i o n F a i l e d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g R e p o s i t o r y N o t F o u n d E x c e p t i o n   =   " M g R e p o s i t o r y N o t F o u n d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g R e p o s i t o r y N o t O p e n E x c e p t i o n   =   " M g R e p o s i t o r y N o t O p e n E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g R e p o s i t o r y O p e n F a i l e d E x c e p t i o n   =   " M g R e p o s i t o r y O p e n F a i l e d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g R e s o u r c e B u s y E x c e p t i o n   =   " M g R e s o u r c e B u s y E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g R e s o u r c e D a t a N o t F o u n d E x c e p t i o n   =   " M g R e s o u r c e D a t a N o t F o u n d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g R e s o u r c e N o t F o u n d E x c e p t i o n   =   " M g R e s o u r c e N o t F o u n d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g R e s o u r c e s E x c e p t i o n   =   " M g R e s o u r c e s E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g R e s o u r c e T a g N o t F o u n d E x c e p t i o n   =   " M g R e s o u r c e T a g N o t F o u n d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g R o l e N o t F o u n d E x c e p t i o n   =   " M g R o l e N o t F o u n d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g R u n t i m e E x c e p t i o n   =   " M g R u n t i m e E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g S e r v e r N o t F o u n d E x c e p t i o n   =   " M g S e r v e r N o t F o u n d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g S e r v e r N o t O n l i n e E x c e p t i o n   =   " M g S e r v e r N o t O n l i n e E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g S e r v i c e N o t A v a i l a b l e E x c e p t i o n   =   " M g S e r v i c e N o t A v a i l a b l e E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g S e r v i c e N o t S u p p o r t e d E x c e p t i o n   =   " M g S e r v i c e N o t S u p p o r t e d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g S e s s i o n E x p i r e d E x c e p t i o n   =   " M g S e s s i o n E x p i r e d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g S e s s i o n N o t F o u n d E x c e p t i o n   =   " M g S e s s i o n N o t F o u n d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g S t r e a m I o E x c e p t i o n   =   " M g S t r e a m I o E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g S t y l i z e L a y e r F a i l e d E x c e p t i o n   =   " M g S t y l i z e L a y e r F a i l e d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g T e m p o r a r y F i l e N o t A v a i l a b l e E x c e p t i o n   =   " M g T e m p o r a r y F i l e N o t A v a i l a b l e E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g U n a u t h o r i z e d A c c e s s E x c e p t i o n   =   " M g U n a u t h o r i z e d A c c e s s E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g U n c l a s s i f i e d E x c e p t i o n   =   " M g U n c l a s s i f i e d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g U n d e r f l o w E x c e p t i o n   =   " M g U n d e r f l o w E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g U n k n o w n T i l e P r o v i d e r E x c e p t i o n   =   " M g U n k n o w n T i l e P r o v i d e r E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g U n s u p p o r t e d P r o v i d e r T h r e a d M o d e l E x c e p t i o n   =   " M g U n s u p p o r t e d P r o v i d e r T h r e a d M o d e l E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g U n s u p p o r t e d T i l e P r o v i d e r E x c e p t i o n   =   " M g U n s u p p o r t e d T i l e P r o v i d e r E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g U r i F o r m a t E x c e p t i o n   =   " M g U r i F o r m a t E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g U s e r N o t F o u n d E x c e p t i o n   =   " M g U s e r N o t F o u n d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g X m l E x c e p t i o n   =   " M g X m l E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g X m l P a r s e r E x c e p t i o n   =   " M g X m l P a r s e r E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g C o n f i g u r a t i o n L o a d F a i l e d E x c e p t i o n   =   " M g C o n f i g u r a t i o n L o a d F a i l e d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g R e s o u r c e s L o a d F a i l e d E x c e p t i o n   =   " M g R e s o u r c e s L o a d F a i l e d E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g G r i d D e n s i t y E x c e p t i o n   =   " M g G r i d D e n s i t y E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g I n v a l i d L a y e r D e f i n i t i o n E x c e p t i o n   =   " M g I n v a l i d L a y e r D e f i n i t i o n E x c e p t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M g I n v a l i d W a t e r m a r k D e f i n i t i o n E x c e p t i o n   =   " M g I n v a l i d W a t e r m a r k D e f i n i t i o n E x c e p t i o n " ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g E x c e p t i o n C o d e s ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g F e a t u r e A g g r e g a t e O p t i o n s . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g F e a t u r e A g g r e g a t e O p t i o n s   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g F e a t u r e Q u e r y O p t i o n s   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e A g g r e g a t e O p t i o n s ( ) ;  + 
+     p u b l i c   v o i d   s e l e c t D i s t i n c t ( b o o l e a n ) ;  + 
+     p u b l i c   v o i d   s e t G r o u p i n g F i l t e r ( o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n ,   j a v a . l a n g . S t r i n g ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g F e a t u r e C o m m a n d . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g F e a t u r e C o m m a n d   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g S e r i a l i z a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t C o m m a n d T y p e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g F e a t u r e C o m m a n d C o l l e c t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g F e a t u r e C o m m a n d C o l l e c t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g S e r i a l i z a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e C o m m a n d   g e t I t e m ( i n t ) ;  + 
+     p u b l i c   v o i d   s e t I t e m ( i n t ,   o r g . o s g e o . m a p g u i d e . M g F e a t u r e C o m m a n d ) ;  + 
+     p u b l i c   v o i d   a d d ( o r g . o s g e o . m a p g u i d e . M g F e a t u r e C o m m a n d ) ;  + 
+     p u b l i c   v o i d   i n s e r t ( i n t ,   o r g . o s g e o . m a p g u i d e . M g F e a t u r e C o m m a n d ) ;  + 
+     p u b l i c   v o i d   c l e a r ( ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e ( o r g . o s g e o . m a p g u i d e . M g F e a t u r e C o m m a n d ) ;  + 
+     p u b l i c   v o i d   r e m o v e A t ( i n t ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( o r g . o s g e o . m a p g u i d e . M g F e a t u r e C o m m a n d ) ;  + 
+     p u b l i c   i n t   i n d e x O f ( o r g . o s g e o . m a p g u i d e . M g F e a t u r e C o m m a n d ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e C o m m a n d C o l l e c t i o n ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g F e a t u r e C o m m a n d T y p e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g F e a t u r e C o m m a n d T y p e   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   I n s e r t F e a t u r e s   =   0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   U p d a t e F e a t u r e s   =   1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e l e t e F e a t u r e s   =   2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   L o c k F e a t u r e s   =   3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   U n l o c k F e a t u r e s   =   4 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e C o m m a n d T y p e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g F e a t u r e G e o m e t r i c T y p e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g F e a t u r e G e o m e t r i c T y p e   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   P o i n t   =   1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   C u r v e   =   2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S u r f a c e   =   4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S o l i d   =   8 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e G e o m e t r i c T y p e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g F e a t u r e I n f o r m a t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g F e a t u r e I n f o r m a t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g S e r i a l i z a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S e l e c t i o n   g e t S e l e c t i o n ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t T o o l t i p ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t H y p e r l i n k ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y C o l l e c t i o n   g e t P r o p e r t i e s ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   t o X m l ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g F e a t u r e P r o p e r t y . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g F e a t u r e P r o p e r t y   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g N u l l a b l e P r o p e r t y   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e P r o p e r t y ( j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g F e a t u r e R e a d e r ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e R e a d e r   g e t V a l u e ( ) ;  + 
+     p u b l i c   s h o r t   g e t P r o p e r t y T y p e ( ) ;  + 
+     p u b l i c   v o i d   s e t V a l u e ( o r g . o s g e o . m a p g u i d e . M g F e a t u r e R e a d e r ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g F e a t u r e P r o p e r t y T y p e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g F e a t u r e P r o p e r t y T y p e   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D a t a P r o p e r t y   =   1 0 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   O b j e c t P r o p e r t y   =   1 0 1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   G e o m e t r i c P r o p e r t y   =   1 0 2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   A s s o c i a t i o n P r o p e r t y   =   1 0 3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   R a s t e r P r o p e r t y   =   1 0 4 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e P r o p e r t y T y p e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g F e a t u r e Q u e r y O p t i o n s . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g F e a t u r e Q u e r y O p t i o n s   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g S e r i a l i z a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e Q u e r y O p t i o n s ( ) ;  + 
+     p u b l i c   i n t   a d d F e a t u r e P r o p e r t y ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   i n t   a d d C o m p u t e d P r o p e r t y ( j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   s e t F i l t e r ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   s e t B i n a r y O p e r a t o r ( b o o l e a n ) ;  + 
+     p u b l i c   v o i d   s e t S p a t i a l F i l t e r ( j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y ,   i n t ) ;  + 
+     p u b l i c   v o i d   s e t O r d e r i n g F i l t e r ( o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n ,   i n t ) ;  + 
+     p u b l i c   v o i d   r e m o v e F e a t u r e P r o p e r t y ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   r e m o v e C o m p u t e d P r o p e r t y ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   s e t F e t c h S i z e ( i n t ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g F e a t u r e R e a d e r . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g F e a t u r e R e a d e r   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g R e a d e r   i m p l e m e n t s   j a v a . l a n g . A u t o C l o s e a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C l a s s D e f i n i t i o n   g e t C l a s s D e f i n i t i o n ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e R e a d e r   g e t F e a t u r e O b j e c t ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e R e a d e r   g e t F e a t u r e O b j e c t ( i n t ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g F e a t u r e S c h e m a . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g F e a t u r e S c h e m a   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g N a m e d S e r i a l i z a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   b o o l e a n   e q u a l s ( j a v a . l a n g . O b j e c t ) ;  + 
+     p u b l i c   i n t   h a s h C o d e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e S c h e m a ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e S c h e m a ( j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t N a m e ( ) ;  + 
+     p u b l i c   v o i d   s e t N a m e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t D e s c r i p t i o n ( ) ;  + 
+     p u b l i c   v o i d   s e t D e s c r i p t i o n ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C l a s s D e f i n i t i o n C o l l e c t i o n   g e t C l a s s e s ( ) ;  + 
+     p u b l i c   v o i d   m a r k A s D e l e t e d ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g F e a t u r e S c h e m a C o l l e c t i o n . j a v a "  + 
+ c l a s s   o r g . o s g e o . m a p g u i d e . M g F e a t u r e S c h e m a C o l l e c t i o n $ I t e m I t e r a t o r   i m p l e m e n t s   j a v a . u t i l . I t e r a t o r < o r g . o s g e o . m a p g u i d e . M g F e a t u r e S c h e m a >   {  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e S c h e m a C o l l e c t i o n $ I t e m I t e r a t o r ( o r g . o s g e o . m a p g u i d e . M g F e a t u r e S c h e m a C o l l e c t i o n ,   o r g . o s g e o . m a p g u i d e . M g F e a t u r e S c h e m a C o l l e c t i o n ) ;  + 
+     p u b l i c   b o o l e a n   h a s N e x t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e S c h e m a   n e x t ( ) ;  + 
+     p u b l i c   v o i d   r e m o v e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . O b j e c t   n e x t ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g F e a t u r e S c h e m a C o l l e c t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g F e a t u r e S c h e m a C o l l e c t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g C o l l e c t i o n   i m p l e m e n t s   j a v a . u t i l . C o l l e c t i o n < o r g . o s g e o . m a p g u i d e . M g F e a t u r e S c h e m a >   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   j a v a . u t i l . I t e r a t o r < o r g . o s g e o . m a p g u i d e . M g F e a t u r e S c h e m a >   i t e r a t o r ( ) ;  + 
+     p u b l i c   b o o l e a n   a d d ( o r g . o s g e o . m a p g u i d e . M g F e a t u r e S c h e m a ) ;  + 
+     p u b l i c   b o o l e a n   a d d A l l ( j a v a . u t i l . C o l l e c t i o n < ?   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g F e a t u r e S c h e m a > ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( j a v a . l a n g . O b j e c t ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s A l l ( j a v a . u t i l . C o l l e c t i o n < ? > ) ;  + 
+     p u b l i c   b o o l e a n   i s E m p t y ( ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e ( j a v a . l a n g . O b j e c t ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e A l l ( j a v a . u t i l . C o l l e c t i o n < ? > ) ;  + 
+     p u b l i c   b o o l e a n   r e t a i n A l l ( j a v a . u t i l . C o l l e c t i o n < ? > ) ;  + 
+     p u b l i c   i n t   s i z e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . O b j e c t [ ]   t o A r r a y ( ) ;  + 
+     p u b l i c   < M g F e a t u r e S c h e m a >   M g F e a t u r e S c h e m a [ ]   t o A r r a y ( M g F e a t u r e S c h e m a [ ] ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e S c h e m a C o l l e c t i o n ( ) ;  + 
+     p u b l i c   v o i d   s e t I t e m ( i n t ,   o r g . o s g e o . m a p g u i d e . M g F e a t u r e S c h e m a ) ;  + 
+     p u b l i c   v o i d   a d d I t e m ( o r g . o s g e o . m a p g u i d e . M g F e a t u r e S c h e m a ) ;  + 
+     p u b l i c   v o i d   i n s e r t ( i n t ,   o r g . o s g e o . m a p g u i d e . M g F e a t u r e S c h e m a ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e ( o r g . o s g e o . m a p g u i d e . M g F e a t u r e S c h e m a ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e S c h e m a   g e t I t e m ( i n t ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+     p u b l i c   v o i d   c l e a r ( ) ;  + 
+     p u b l i c   v o i d   r e m o v e A t ( i n t ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( o r g . o s g e o . m a p g u i d e . M g F e a t u r e S c h e m a ) ;  + 
+     p u b l i c   i n t   i n d e x O f ( o r g . o s g e o . m a p g u i d e . M g F e a t u r e S c h e m a ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   t o X m l ( ) ;  + 
+     p u b l i c   b o o l e a n   a d d ( j a v a . l a n g . O b j e c t ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g F e a t u r e S e r v i c e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g F e a t u r e S e r v i c e   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g S e r v i c e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t F e a t u r e P r o v i d e r s ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n   g e t C o n n e c t i o n P r o p e r t y V a l u e s ( j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   t e s t C o n n e c t i o n ( j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   t e s t C o n n e c t i o n ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t C a p a b i l i t i e s ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t C a p a b i l i t i e s ( j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   a p p l y S c h e m a ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   o r g . o s g e o . m a p g u i d e . M g F e a t u r e S c h e m a ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e S c h e m a C o l l e c t i o n   d e s c r i b e S c h e m a ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e S c h e m a C o l l e c t i o n   d e s c r i b e S c h e m a ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   d e s c r i b e S c h e m a A s X m l ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   d e s c r i b e S c h e m a A s X m l ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   s c h e m a T o X m l ( o r g . o s g e o . m a p g u i d e . M g F e a t u r e S c h e m a C o l l e c t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e S c h e m a C o l l e c t i o n   x m l T o S c h e m a ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e R e a d e r   s e l e c t F e a t u r e s ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g F e a t u r e Q u e r y O p t i o n s ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e R e a d e r   s e l e c t F e a t u r e s ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g F e a t u r e Q u e r y O p t i o n s ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g D a t a R e a d e r   s e l e c t A g g r e g a t e ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g F e a t u r e A g g r e g a t e O p t i o n s ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y C o l l e c t i o n   u p d a t e F e a t u r e s ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   o r g . o s g e o . m a p g u i d e . M g F e a t u r e C o m m a n d C o l l e c t i o n ,   b o o l e a n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y C o l l e c t i o n   u p d a t e F e a t u r e s ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   o r g . o s g e o . m a p g u i d e . M g F e a t u r e C o m m a n d C o l l e c t i o n ,   o r g . o s g e o . m a p g u i d e . M g T r a n s a c t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e R e a d e r   i n s e r t F e a t u r e s ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y C o l l e c t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e R e a d e r   i n s e r t F e a t u r e s ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y C o l l e c t i o n ,   o r g . o s g e o . m a p g u i d e . M g T r a n s a c t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e R e a d e r   i n s e r t F e a t u r e s ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g B a t c h P r o p e r t y C o l l e c t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e R e a d e r   i n s e r t F e a t u r e s ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g B a t c h P r o p e r t y C o l l e c t i o n ,   o r g . o s g e o . m a p g u i d e . M g T r a n s a c t i o n ) ;  + 
+     p u b l i c   i n t   u p d a t e M a t c h i n g F e a t u r e s ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y C o l l e c t i o n ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   i n t   u p d a t e M a t c h i n g F e a t u r e s ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y C o l l e c t i o n ,   j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g T r a n s a c t i o n ) ;  + 
+     p u b l i c   i n t   d e l e t e F e a t u r e s ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   i n t   d e l e t e F e a t u r e s ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g T r a n s a c t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e R e a d e r   g e t L o c k e d F e a t u r e s ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g F e a t u r e Q u e r y O p t i o n s ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g T r a n s a c t i o n   b e g i n T r a n s a c t i o n ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S q l D a t a R e a d e r   e x e c u t e S q l Q u e r y ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S q l D a t a R e a d e r   e x e c u t e S q l Q u e r y ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g P a r a m e t e r C o l l e c t i o n ,   o r g . o s g e o . m a p g u i d e . M g T r a n s a c t i o n ) ;  + 
+     p u b l i c   i n t   e x e c u t e S q l N o n Q u e r y ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   i n t   e x e c u t e S q l N o n Q u e r y ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g P a r a m e t e r C o l l e c t i o n ,   o r g . o s g e o . m a p g u i d e . M g T r a n s a c t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S p a t i a l C o n t e x t R e a d e r   g e t S p a t i a l C o n t e x t s ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   b o o l e a n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L o n g T r a n s a c t i o n R e a d e r   g e t L o n g T r a n s a c t i o n s ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   b o o l e a n ) ;  + 
+     p u b l i c   b o o l e a n   s e t L o n g T r a n s a c t i o n ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n   g e t S c h e m a s ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n   g e t C l a s s e s ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C l a s s D e f i n i t i o n   g e t C l a s s D e f i n i t i o n ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   c r e a t e F e a t u r e S o u r c e ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   o r g . o s g e o . m a p g u i d e . M g F e a t u r e S o u r c e P a r a m s ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   d e s c r i b e W f s F e a t u r e T y p e ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   d e s c r i b e W f s F e a t u r e T y p e ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n ,   j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t W f s F e a t u r e ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n ,   j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ,   i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t W f s F e a t u r e ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n ,   j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ,   i n t ,   j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e R e a d e r   g e t W f s R e a d e r ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n ,   j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   e n u m e r a t e D a t a S t o r e s ( j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t S c h e m a M a p p i n g ( j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g F e a t u r e S o u r c e P a r a m s . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g F e a t u r e S o u r c e P a r a m s   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g S e r i a l i z a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g F e a t u r e S p a t i a l O p e r a t i o n s . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g F e a t u r e S p a t i a l O p e r a t i o n s   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   C o n t a i n s   =   0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   C r o s s e s   =   1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D i s j o i n t   =   2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   E q u a l s   =   3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   I n t e r s e c t s   =   4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   O v e r l a p s   =   5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   T o u c h e s   =   6 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   W i t h i n   =   7 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   C o v e r e d B y   =   8 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   I n s i d e   =   9 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   E n v e l o p e I n t e r s e c t s   =   1 0 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e S p a t i a l O p e r a t i o n s ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g F i l e F e a t u r e S o u r c e P a r a m s . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g F i l e F e a t u r e S o u r c e P a r a m s   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g F e a t u r e S o u r c e P a r a m s   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F i l e F e a t u r e S o u r c e P a r a m s ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F i l e F e a t u r e S o u r c e P a r a m s ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F i l e F e a t u r e S o u r c e P a r a m s ( j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g F e a t u r e S c h e m a ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t P r o v i d e r N a m e ( ) ;  + 
+     p u b l i c   v o i d   s e t P r o v i d e r N a m e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t F i l e N a m e ( ) ;  + 
+     p u b l i c   v o i d   s e t F i l e N a m e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t S p a t i a l C o n t e x t N a m e ( ) ;  + 
+     p u b l i c   v o i d   s e t S p a t i a l C o n t e x t N a m e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t S p a t i a l C o n t e x t D e s c r i p t i o n ( ) ;  + 
+     p u b l i c   v o i d   s e t S p a t i a l C o n t e x t D e s c r i p t i o n ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t C o o r d i n a t e S y s t e m W k t ( ) ;  + 
+     p u b l i c   v o i d   s e t C o o r d i n a t e S y s t e m W k t ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   d o u b l e   g e t X Y T o l e r a n c e ( ) ;  + 
+     p u b l i c   v o i d   s e t X Y T o l e r a n c e ( d o u b l e ) ;  + 
+     p u b l i c   d o u b l e   g e t Z T o l e r a n c e ( ) ;  + 
+     p u b l i c   v o i d   s e t Z T o l e r a n c e ( d o u b l e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e S c h e m a   g e t F e a t u r e S c h e m a ( ) ;  + 
+     p u b l i c   v o i d   s e t F e a t u r e S c h e m a ( o r g . o s g e o . m a p g u i d e . M g F e a t u r e S c h e m a ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g G e o J s o n W r i t e r . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g G e o J s o n W r i t e r   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o J s o n W r i t e r ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   f e a t u r e T o G e o J s o n ( o r g . o s g e o . m a p g u i d e . M g F e a t u r e R e a d e r ,   o r g . o s g e o . m a p g u i d e . M g T r a n s f o r m ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   f e a t u r e T o G e o J s o n ( o r g . o s g e o . m a p g u i d e . M g R e a d e r ,   o r g . o s g e o . m a p g u i d e . M g T r a n s f o r m ,   j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   s e t P r e c i s i o n ( i n t ) ;  + 
+     p u b l i c   i n t   g e t P r e c i s i o n ( ) ;  + 
+     p u b l i c   v o i d   s e t P r e c i s i o n E n a b l e d ( b o o l e a n ) ;  + 
+     p u b l i c   b o o l e a n   i s P r e c i s i o n E n a b l e d ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g G e o m e t r i c E n t i t y . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g G e o m e t r i c E n t i t y   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g S e r i a l i z a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t D i m e n s i o n ( ) ;  + 
+     p u b l i c   b o o l e a n   i s E m p t y ( ) ;  + 
+     p u b l i c   b o o l e a n   i s S i m p l e ( ) ;  + 
+     p u b l i c   b o o l e a n   i s C l o s e d ( ) ;  + 
+     p u b l i c   b o o l e a n   i s V a l i d ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g E n v e l o p e   e n v e l o p e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r i c E n t i t y   c o p y ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r i c E n t i t y   t r a n s f o r m ( o r g . o s g e o . m a p g u i d e . M g T r a n s f o r m ) ;  + 
+     p u b l i c   d o u b l e   g e t A r e a ( ) ;  + 
+     p u b l i c   d o u b l e   g e t L e n g t h ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P o i n t   g e t C e n t r o i d ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g G e o m e t r i c P a t h I n s t r u c t i o n T y p e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g G e o m e t r i c P a t h I n s t r u c t i o n T y p e   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M o v e T o   =   0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   L i n e T o   =   1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   Q u a d T o   =   2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   C l o s e   =   4 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r i c P a t h I n s t r u c t i o n T y p e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g G e o m e t r i c P r o p e r t y D e f i n i t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g G e o m e t r i c P r o p e r t y D e f i n i t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y D e f i n i t i o n   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r i c P r o p e r t y D e f i n i t i o n ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   i n t   g e t G e o m e t r y T y p e s ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y T y p e I n f o   g e t S p e c i f i c G e o m e t r y T y p e s ( ) ;  + 
+     p u b l i c   b o o l e a n   g e t R e a d O n l y ( ) ;  + 
+     p u b l i c   b o o l e a n   g e t H a s E l e v a t i o n ( ) ;  + 
+     p u b l i c   b o o l e a n   g e t H a s M e a s u r e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t S p a t i a l C o n t e x t A s s o c i a t i o n ( ) ;  + 
+     p u b l i c   v o i d   s e t G e o m e t r y T y p e s ( i n t ) ;  + 
+     p u b l i c   v o i d   s e t S p e c i f i c G e o m e t r y T y p e s ( o r g . o s g e o . m a p g u i d e . M g G e o m e t r y T y p e I n f o ) ;  + 
+     p u b l i c   v o i d   s e t R e a d O n l y ( b o o l e a n ) ;  + 
+     p u b l i c   v o i d   s e t H a s E l e v a t i o n ( b o o l e a n ) ;  + 
+     p u b l i c   v o i d   s e t H a s M e a s u r e ( b o o l e a n ) ;  + 
+     p u b l i c   v o i d   s e t S p a t i a l C o n t e x t A s s o c i a t i o n ( j a v a . l a n g . S t r i n g ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g G e o m e t r y . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G e o m e t r i c E n t i t y   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t G e o m e t r y T y p e ( ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( o r g . o s g e o . m a p g u i d e . M g G e o m e t r y ) ;  + 
+     p u b l i c   b o o l e a n   c r o s s e s ( o r g . o s g e o . m a p g u i d e . M g G e o m e t r y ) ;  + 
+     p u b l i c   b o o l e a n   d i s j o i n t ( o r g . o s g e o . m a p g u i d e . M g G e o m e t r y ) ;  + 
+     p u b l i c   b o o l e a n   e q u a l s ( o r g . o s g e o . m a p g u i d e . M g G e o m e t r y ) ;  + 
+     p u b l i c   b o o l e a n   i n t e r s e c t s ( o r g . o s g e o . m a p g u i d e . M g G e o m e t r y ) ;  + 
+     p u b l i c   b o o l e a n   o v e r l a p s ( o r g . o s g e o . m a p g u i d e . M g G e o m e t r y ) ;  + 
+     p u b l i c   b o o l e a n   t o u c h e s ( o r g . o s g e o . m a p g u i d e . M g G e o m e t r y ) ;  + 
+     p u b l i c   b o o l e a n   w i t h i n ( o r g . o s g e o . m a p g u i d e . M g G e o m e t r y ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y   b o u n d a r y ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y   b u f f e r ( d o u b l e ,   o r g . o s g e o . m a p g u i d e . M g M e a s u r e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y   c o n v e x H u l l ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y   d i f f e r e n c e ( o r g . o s g e o . m a p g u i d e . M g G e o m e t r y ) ;  + 
+     p u b l i c   d o u b l e   d i s t a n c e ( o r g . o s g e o . m a p g u i d e . M g G e o m e t r y ,   o r g . o s g e o . m a p g u i d e . M g M e a s u r e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y   i n t e r s e c t i o n ( o r g . o s g e o . m a p g u i d e . M g G e o m e t r y ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y   s y m e t r i c D i f f e r e n c e ( o r g . o s g e o . m a p g u i d e . M g G e o m e t r y ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y   u n i o n ( o r g . o s g e o . m a p g u i d e . M g G e o m e t r y ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P r e p a r e d G e o m e t r y   p r e p a r e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y   t e s s e l l a t e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g G e o m e t r y C o l l e c t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y C o l l e c t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y   g e t I t e m ( i n t ) ;  + 
+     p u b l i c   v o i d   s e t I t e m ( i n t ,   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y ) ;  + 
+     p u b l i c   v o i d   a d d ( o r g . o s g e o . m a p g u i d e . M g G e o m e t r y ) ;  + 
+     p u b l i c   v o i d   i n s e r t ( i n t ,   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y ) ;  + 
+     p u b l i c   v o i d   c l e a r ( ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e ( o r g . o s g e o . m a p g u i d e . M g G e o m e t r y ) ;  + 
+     p u b l i c   v o i d   r e m o v e A t ( i n t ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( o r g . o s g e o . m a p g u i d e . M g G e o m e t r y ) ;  + 
+     p u b l i c   i n t   i n d e x O f ( o r g . o s g e o . m a p g u i d e . M g G e o m e t r y ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y C o l l e c t i o n ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g G e o m e t r y C o m p o n e n t . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y C o m p o n e n t   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G e o m e t r i c E n t i t y   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t C o m p o n e n t T y p e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g G e o m e t r y C o m p o n e n t T y p e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y C o m p o n e n t T y p e   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   L i n e a r R i n g   =   1 2 9 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   A r c S e g m e n t   =   1 3 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   L i n e a r S e g m e n t   =   1 3 1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   C u r v e R i n g   =   1 3 2 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y C o m p o n e n t T y p e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g G e o m e t r y E n t i t y T y p e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y E n t i t y T y p e   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   G e o m e t r y C o m p o n e n t   =   0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   G e o m e t r y   =   1 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y E n t i t y T y p e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g G e o m e t r y F a c t o r y . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y F a c t o r y   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y F a c t o r y ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   c r e a t e C o o r d i n a t e X Y ( d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   c r e a t e C o o r d i n a t e X Y M ( d o u b l e ,   d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   c r e a t e C o o r d i n a t e X Y Z ( d o u b l e ,   d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   c r e a t e C o o r d i n a t e X Y Z M ( d o u b l e ,   d o u b l e ,   d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g A r c S e g m e n t   c r e a t e A r c S e g m e n t ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ,   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ,   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L i n e a r S e g m e n t   c r e a t e L i n e a r S e g m e n t ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e C o l l e c t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L i n e a r R i n g   c r e a t e L i n e a r R i n g ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e C o l l e c t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C u r v e R i n g   c r e a t e C u r v e R i n g ( o r g . o s g e o . m a p g u i d e . M g C u r v e S e g m e n t C o l l e c t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P o i n t   c r e a t e P o i n t ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L i n e S t r i n g   c r e a t e L i n e S t r i n g ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e C o l l e c t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C u r v e S t r i n g   c r e a t e C u r v e S t r i n g ( o r g . o s g e o . m a p g u i d e . M g C u r v e S e g m e n t C o l l e c t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P o l y g o n   c r e a t e P o l y g o n ( o r g . o s g e o . m a p g u i d e . M g L i n e a r R i n g ,   o r g . o s g e o . m a p g u i d e . M g L i n e a r R i n g C o l l e c t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C u r v e P o l y g o n   c r e a t e C u r v e P o l y g o n ( o r g . o s g e o . m a p g u i d e . M g C u r v e R i n g ,   o r g . o s g e o . m a p g u i d e . M g C u r v e R i n g C o l l e c t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g M u l t i P o i n t   c r e a t e M u l t i P o i n t ( o r g . o s g e o . m a p g u i d e . M g P o i n t C o l l e c t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g M u l t i L i n e S t r i n g   c r e a t e M u l t i L i n e S t r i n g ( o r g . o s g e o . m a p g u i d e . M g L i n e S t r i n g C o l l e c t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g M u l t i C u r v e S t r i n g   c r e a t e M u l t i C u r v e S t r i n g ( o r g . o s g e o . m a p g u i d e . M g C u r v e S t r i n g C o l l e c t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g M u l t i P o l y g o n   c r e a t e M u l t i P o l y g o n ( o r g . o s g e o . m a p g u i d e . M g P o l y g o n C o l l e c t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g M u l t i C u r v e P o l y g o n   c r e a t e M u l t i C u r v e P o l y g o n ( o r g . o s g e o . m a p g u i d e . M g C u r v e P o l y g o n C o l l e c t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g M u l t i G e o m e t r y   c r e a t e M u l t i G e o m e t r y ( o r g . o s g e o . m a p g u i d e . M g G e o m e t r y C o l l e c t i o n ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g G e o m e t r y P r o p e r t y . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y P r o p e r t y   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g N u l l a b l e P r o p e r t y   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y P r o p e r t y ( j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t V a l u e ( ) ;  + 
+     p u b l i c   s h o r t   g e t P r o p e r t y T y p e ( ) ;  + 
+     p u b l i c   v o i d   s e t V a l u e ( o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g G e o m e t r y S i m p l i f i c a t i o n A l g o r i t h m T y p e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y S i m p l i f i c a t i o n A l g o r i t h m T y p e   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D o u g l a s P e u c k e r   =   0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   T o p o l o g y P r e s e r v i n g   =   1 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y S i m p l i f i c a t i o n A l g o r i t h m T y p e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g G e o m e t r y S i m p l i f i e r . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y S i m p l i f i e r   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y S i m p l i f i e r ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y   s i m p l i f y ( o r g . o s g e o . m a p g u i d e . M g G e o m e t r y ,   d o u b l e ,   i n t ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g G e o m e t r y T y p e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y T y p e   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   P o i n t   =   1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   L i n e S t r i n g   =   2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   P o l y g o n   =   3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M u l t i P o i n t   =   4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M u l t i L i n e S t r i n g   =   5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M u l t i P o l y g o n   =   6 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M u l t i G e o m e t r y   =   7 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   C u r v e S t r i n g   =   1 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   C u r v e P o l y g o n   =   1 1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M u l t i C u r v e S t r i n g   =   1 2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M u l t i C u r v e P o l y g o n   =   1 3 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y T y p e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g G e o m e t r y T y p e I n f o . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y T y p e I n f o   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g S e r i a l i z a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y T y p e I n f o ( ) ;  + 
+     p u b l i c   i n t   g e t T y p e ( i n t ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+     p u b l i c   v o i d   s e t T y p e s ( o r g . o s g e o . m a p g u i d e . M g I n t C o l l e c t i o n ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g G r o u p . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g G r o u p   {  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   E v e r y o n e   =   " E v e r y o n e " ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G r o u p ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g G u a r d D i s p o s a b l e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g G w s F e a t u r e R e a d e r . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g G w s F e a t u r e R e a d e r   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g F e a t u r e R e a d e r   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g H t t p H e a d e r . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g H t t p H e a d e r   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g H t t p H e a d e r ( ) ;  + 
+     p u b l i c   b o o l e a n   a d d H e a d e r ( j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e H e a d e r ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t H e a d e r V a l u e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   s e t H e a d e r V a l u e ( j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   i n t   g e t D a t e H e a d e r ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   i n t   g e t I n t H e a d e r ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n   g e t H e a d e r N a m e s ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n   g e t H e a d e r s ( j a v a . l a n g . S t r i n g ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g H t t p P r i m i t i v e V a l u e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g H t t p P r i m i t i v e V a l u e   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g H t t p P r i m i t i v e V a l u e ( b o o l e a n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g H t t p P r i m i t i v e V a l u e ( i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g H t t p P r i m i t i v e V a l u e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   i n t   g e t T y p e ( ) ;  + 
+     p u b l i c   b o o l e a n   g e t B o o l V a l u e ( ) ;  + 
+     p u b l i c   i n t   g e t I n t e g e r V a l u e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t S t r i n g V a l u e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   t o S t r i n g ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g H t t p R e q u e s t . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g H t t p R e q u e s t   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g H t t p R e q u e s t ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g H t t p H e a d e r   g e t H e a d e r ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g H t t p R e q u e s t P a r a m   g e t R e q u e s t P a r a m ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g H t t p R e q u e s t M e t a d a t a   g e t R e q u e s t M e t a d a t a ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g H t t p R e s p o n s e   e x e c u t e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t A g e n t U r i ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g H t t p R e q u e s t M e t a d a t a . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g H t t p R e q u e s t M e t a d a t a   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g H t t p R e q u e s t M e t a d a t a ( ) ;  + 
+     p u b l i c   b o o l e a n   a d d P r o p e r t y ( j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e P r o p e r t y ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t P r o p e r t y V a l u e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   s e t P r o p e r t y V a l u e ( j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n   g e t P r o p e r t y N a m e s ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g H t t p R e q u e s t P a r a m . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g H t t p R e q u e s t P a r a m   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g H t t p R e q u e s t P a r a m ( ) ;  + 
+     p u b l i c   b o o l e a n   a d d P a r a m e t e r ( j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e P a r a m e t e r ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t P a r a m e t e r V a l u e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t P a r a m e t e r T y p e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   s e t P a r a m e t e r V a l u e ( j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   s e t P a r a m e t e r T y p e ( j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n   g e t P a r a m e t e r N a m e s ( ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s P a r a m e t e r ( j a v a . l a n g . S t r i n g ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g H t t p R e s p o n s e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g H t t p R e s p o n s e   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g H t t p R e s p o n s e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g H t t p H e a d e r   g e t H e a d e r ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g H t t p R e s u l t   g e t R e s u l t ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g H t t p R e s u l t . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g H t t p R e s u l t   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t S t a t u s C o d e ( ) ;  + 
+     p u b l i c   v o i d   s e t S t a t u s C o d e ( i n t ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t E r r o r M e s s a g e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t D e t a i l e d E r r o r M e s s a g e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t H t t p S t a t u s M e s s a g e ( ) ;  + 
+     p u b l i c   v o i d   s e t E r r o r M e s s a g e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   s e t D e t a i l e d E r r o r M e s s a g e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   s e t H t t p S t a t u s M e s s a g e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g D i s p o s a b l e   g e t R e s u l t O b j e c t ( ) ;  + 
+     p u b l i c   v o i d   s e t R e s u l t O b j e c t ( o r g . o s g e o . m a p g u i d e . M g D i s p o s a b l e ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t R e s u l t C o n t e n t T y p e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g I m a g e F o r m a t s . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g I m a g e F o r m a t s   {  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   G i f   =   " G I F " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   J p e g   =   " J P G " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   P n g   =   " P N G " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   P n g 8   =   " P N G 8 " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   T i f f   =   " T I F " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   R a w   =   " R A W " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M e t a   =   " M E T A " ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g I m a g e F o r m a t s ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g I n s e r t F e a t u r e s . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g I n s e r t F e a t u r e s   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g F e a t u r e C o m m a n d   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g I n s e r t F e a t u r e s ( j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y C o l l e c t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g I n s e r t F e a t u r e s ( j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g B a t c h P r o p e r t y C o l l e c t i o n ) ;  + 
+     p u b l i c   i n t   g e t C o m m a n d T y p e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y C o l l e c t i o n   g e t P r o p e r t y V a l u e s ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t F e a t u r e C l a s s N a m e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g I n t 1 6 P r o p e r t y . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g I n t 1 6 P r o p e r t y   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g N u l l a b l e P r o p e r t y   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g I n t 1 6 P r o p e r t y ( j a v a . l a n g . S t r i n g ,   s h o r t ) ;  + 
+     p u b l i c   s h o r t   g e t V a l u e ( ) ;  + 
+     p u b l i c   s h o r t   g e t P r o p e r t y T y p e ( ) ;  + 
+     p u b l i c   v o i d   s e t V a l u e ( s h o r t ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g I n t 3 2 P r o p e r t y . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g I n t 3 2 P r o p e r t y   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g N u l l a b l e P r o p e r t y   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g I n t 3 2 P r o p e r t y ( j a v a . l a n g . S t r i n g ,   i n t ) ;  + 
+     p u b l i c   i n t   g e t V a l u e ( ) ;  + 
+     p u b l i c   s h o r t   g e t P r o p e r t y T y p e ( ) ;  + 
+     p u b l i c   v o i d   s e t V a l u e ( i n t ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g I n t 6 4 P r o p e r t y . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g I n t 6 4 P r o p e r t y   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g N u l l a b l e P r o p e r t y   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g I n t 6 4 P r o p e r t y ( j a v a . l a n g . S t r i n g ,   l o n g ) ;  + 
+     p u b l i c   l o n g   g e t V a l u e ( ) ;  + 
+     p u b l i c   s h o r t   g e t P r o p e r t y T y p e ( ) ;  + 
+     p u b l i c   v o i d   s e t V a l u e ( l o n g ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g I n t C o l l e c t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g I n t C o l l e c t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g C o l l e c t i o n   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g I n t C o l l e c t i o n ( ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+     p u b l i c   i n t   g e t I t e m ( i n t ) ;  + 
+     p u b l i c   v o i d   s e t I t e m ( i n t ,   i n t ) ;  + 
+     p u b l i c   v o i d   a d d I t e m ( i n t ) ;  + 
+     p u b l i c   v o i d   i n s e r t ( i n t ,   i n t ) ;  + 
+     p u b l i c   v o i d   c l e a r ( ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e ( i n t ) ;  + 
+     p u b l i c   v o i d   r e m o v e A t ( i n t ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( i n t ) ;  + 
+     p u b l i c   i n t   i n d e x O f ( i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   t o X m l ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g K m l S e r v i c e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g K m l S e r v i c e   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g S e r v i c e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t M a p K m l ( o r g . o s g e o . m a p g u i d e . M g M a p ,   d o u b l e ,   j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t L a y e r K m l ( o r g . o s g e o . m a p g u i d e . M g L a y e r ,   o r g . o s g e o . m a p g u i d e . M g E n v e l o p e ,   i n t ,   i n t ,   d o u b l e ,   i n t ,   j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t F e a t u r e s K m l ( o r g . o s g e o . m a p g u i d e . M g L a y e r ,   o r g . o s g e o . m a p g u i d e . M g E n v e l o p e ,   i n t ,   i n t ,   d o u b l e ,   i n t ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t F e a t u r e s K m l ( o r g . o s g e o . m a p g u i d e . M g L a y e r ,   o r g . o s g e o . m a p g u i d e . M g E n v e l o p e ,   i n t ,   i n t ,   d o u b l e ,   i n t ,   j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g L a y e r . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g L a y e r   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g L a y e r B a s e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L a y e r ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   o r g . o s g e o . m a p g u i d e . M g R e s o u r c e S e r v i c e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C l a s s D e f i n i t i o n   g e t C l a s s D e f i n i t i o n ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e R e a d e r   s e l e c t F e a t u r e s ( o r g . o s g e o . m a p g u i d e . M g F e a t u r e Q u e r y O p t i o n s ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e R e a d e r   s e l e c t F e a t u r e s ( o r g . o s g e o . m a p g u i d e . M g F e a t u r e Q u e r y O p t i o n s ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g D a t a R e a d e r   s e l e c t A g g r e g a t e ( o r g . o s g e o . m a p g u i d e . M g F e a t u r e A g g r e g a t e O p t i o n s ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y C o l l e c t i o n   u p d a t e F e a t u r e s ( o r g . o s g e o . m a p g u i d e . M g F e a t u r e C o m m a n d C o l l e c t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g T r a n s a c t i o n   b e g i n T r a n s a c t i o n ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y C o l l e c t i o n   u p d a t e F e a t u r e s ( o r g . o s g e o . m a p g u i d e . M g F e a t u r e C o m m a n d C o l l e c t i o n ,   o r g . o s g e o . m a p g u i d e . M g T r a n s a c t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e R e a d e r   i n s e r t F e a t u r e s ( o r g . o s g e o . m a p g u i d e . M g P r o p e r t y C o l l e c t i o n ,   o r g . o s g e o . m a p g u i d e . M g T r a n s a c t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e R e a d e r   i n s e r t F e a t u r e s ( o r g . o s g e o . m a p g u i d e . M g B a t c h P r o p e r t y C o l l e c t i o n ,   o r g . o s g e o . m a p g u i d e . M g T r a n s a c t i o n ) ;  + 
+     p u b l i c   i n t   u p d a t e M a t c h i n g F e a t u r e s ( o r g . o s g e o . m a p g u i d e . M g P r o p e r t y C o l l e c t i o n ,   j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g T r a n s a c t i o n ) ;  + 
+     p u b l i c   i n t   d e l e t e F e a t u r e s ( j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g T r a n s a c t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g I n t C o l l e c t i o n   g e t G e o m e t r y T y p e S t y l e s ( ) ;  + 
+     p u b l i c   i n t   g e t T h e m e C a t e g o r y C o u n t ( i n t ) ;  + 
+     p u b l i c   i n t   g e t C o m p o s i t e T h e m e C a t e g o r y C o u n t ( i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e n e r a t e L e g e n d I m a g e ( i n t ,   i n t ,   j a v a . l a n g . S t r i n g ,   i n t ,   i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g I n t C o l l e c t i o n   g e t G e o m e t r y T y p e S t y l e s ( d o u b l e ) ;  + 
+     p u b l i c   i n t   g e t T h e m e C a t e g o r y C o u n t ( d o u b l e ,   i n t ) ;  + 
+     p u b l i c   i n t   g e t C o m p o s i t e T h e m e C a t e g o r y C o u n t ( d o u b l e ,   i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e n e r a t e L e g e n d I m a g e ( d o u b l e ,   i n t ,   i n t ,   j a v a . l a n g . S t r i n g ,   i n t ,   i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S p a t i a l C o n t e x t R e a d e r   g e t S p a t i a l C o n t e x t s ( b o o l e a n ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g L a y e r B a s e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g L a y e r B a s e   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g N a m e d S e r i a l i z a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   b o o l e a n   e q u a l s ( j a v a . l a n g . O b j e c t ) ;  + 
+     p u b l i c   i n t   h a s h C o d e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L a y e r B a s e ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   o r g . o s g e o . m a p g u i d e . M g R e s o u r c e S e r v i c e ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t N a m e ( ) ;  + 
+     p u b l i c   v o i d   s e t N a m e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t O b j e c t I d ( ) ;  + 
+     p u b l i c   i n t   g e t L a y e r T y p e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L a y e r G r o u p   g e t G r o u p ( ) ;  + 
+     p u b l i c   v o i d   s e t G r o u p ( o r g . o s g e o . m a p g u i d e . M g L a y e r G r o u p ) ;  + 
+     p u b l i c   b o o l e a n   n e e d s R e f r e s h ( ) ;  + 
+     p u b l i c   v o i d   f o r c e R e f r e s h ( ) ;  + 
+     p u b l i c   b o o l e a n   g e t V i s i b l e ( ) ;  + 
+     p u b l i c   v o i d   s e t V i s i b l e ( b o o l e a n ) ;  + 
+     p u b l i c   b o o l e a n   i s V i s i b l e ( ) ;  + 
+     p u b l i c   b o o l e a n   g e t S e l e c t a b l e ( ) ;  + 
+     p u b l i c   v o i d   s e t S e l e c t a b l e ( b o o l e a n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r   g e t L a y e r D e f i n i t i o n ( ) ;  + 
+     p u b l i c   v o i d   s e t L a y e r D e f i n i t i o n ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   o r g . o s g e o . m a p g u i d e . M g R e s o u r c e S e r v i c e ) ;  + 
+     p u b l i c   b o o l e a n   g e t D i s p l a y I n L e g e n d ( ) ;  + 
+     p u b l i c   v o i d   s e t D i s p l a y I n L e g e n d ( b o o l e a n ) ;  + 
+     p u b l i c   b o o l e a n   g e t E x p a n d I n L e g e n d ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t L e g e n d L a b e l ( ) ;  + 
+     p u b l i c   v o i d   s e t L e g e n d L a b e l ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t F e a t u r e S o u r c e I d ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t F e a t u r e C l a s s N a m e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t F i l t e r ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t F e a t u r e G e o m e t r y N a m e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C l a s s D e f i n i t i o n   g e t C l a s s D e f i n i t i o n ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e R e a d e r   s e l e c t F e a t u r e s ( o r g . o s g e o . m a p g u i d e . M g F e a t u r e Q u e r y O p t i o n s ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e R e a d e r   s e l e c t F e a t u r e s ( o r g . o s g e o . m a p g u i d e . M g F e a t u r e Q u e r y O p t i o n s ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g D a t a R e a d e r   s e l e c t A g g r e g a t e ( o r g . o s g e o . m a p g u i d e . M g F e a t u r e A g g r e g a t e O p t i o n s ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y C o l l e c t i o n   u p d a t e F e a t u r e s ( o r g . o s g e o . m a p g u i d e . M g F e a t u r e C o m m a n d C o l l e c t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g T r a n s a c t i o n   b e g i n T r a n s a c t i o n ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y C o l l e c t i o n   u p d a t e F e a t u r e s ( o r g . o s g e o . m a p g u i d e . M g F e a t u r e C o m m a n d C o l l e c t i o n ,   o r g . o s g e o . m a p g u i d e . M g T r a n s a c t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e R e a d e r   i n s e r t F e a t u r e s ( o r g . o s g e o . m a p g u i d e . M g P r o p e r t y C o l l e c t i o n ,   o r g . o s g e o . m a p g u i d e . M g T r a n s a c t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e R e a d e r   i n s e r t F e a t u r e s ( o r g . o s g e o . m a p g u i d e . M g B a t c h P r o p e r t y C o l l e c t i o n ,   o r g . o s g e o . m a p g u i d e . M g T r a n s a c t i o n ) ;  + 
+     p u b l i c   i n t   u p d a t e M a t c h i n g F e a t u r e s ( o r g . o s g e o . m a p g u i d e . M g P r o p e r t y C o l l e c t i o n ,   j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g T r a n s a c t i o n ) ;  + 
+     p u b l i c   i n t   d e l e t e F e a t u r e s ( j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g T r a n s a c t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S p a t i a l C o n t e x t R e a d e r   g e t S p a t i a l C o n t e x t s ( b o o l e a n ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g L a y e r C o l l e c t i o n . j a v a "  + 
+ c l a s s   o r g . o s g e o . m a p g u i d e . M g L a y e r C o l l e c t i o n $ I t e m I t e r a t o r   i m p l e m e n t s   j a v a . u t i l . I t e r a t o r < o r g . o s g e o . m a p g u i d e . M g L a y e r B a s e >   {  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L a y e r C o l l e c t i o n $ I t e m I t e r a t o r ( o r g . o s g e o . m a p g u i d e . M g L a y e r C o l l e c t i o n ,   o r g . o s g e o . m a p g u i d e . M g L a y e r C o l l e c t i o n ) ;  + 
+     p u b l i c   b o o l e a n   h a s N e x t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L a y e r B a s e   n e x t ( ) ;  + 
+     p u b l i c   v o i d   r e m o v e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . O b j e c t   n e x t ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g L a y e r C o l l e c t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g L a y e r C o l l e c t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   i m p l e m e n t s   j a v a . u t i l . C o l l e c t i o n < o r g . o s g e o . m a p g u i d e . M g L a y e r B a s e >   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   j a v a . u t i l . I t e r a t o r < o r g . o s g e o . m a p g u i d e . M g L a y e r B a s e >   i t e r a t o r ( ) ;  + 
+     p u b l i c   b o o l e a n   a d d ( o r g . o s g e o . m a p g u i d e . M g L a y e r B a s e ) ;  + 
+     p u b l i c   b o o l e a n   a d d A l l ( j a v a . u t i l . C o l l e c t i o n < ?   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g L a y e r B a s e > ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( j a v a . l a n g . O b j e c t ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s A l l ( j a v a . u t i l . C o l l e c t i o n < ? > ) ;  + 
+     p u b l i c   b o o l e a n   i s E m p t y ( ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e ( j a v a . l a n g . O b j e c t ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e A l l ( j a v a . u t i l . C o l l e c t i o n < ? > ) ;  + 
+     p u b l i c   b o o l e a n   r e t a i n A l l ( j a v a . u t i l . C o l l e c t i o n < ? > ) ;  + 
+     p u b l i c   i n t   s i z e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . O b j e c t [ ]   t o A r r a y ( ) ;  + 
+     p u b l i c   < M g L a y e r B a s e >   M g L a y e r B a s e [ ]   t o A r r a y ( M g L a y e r B a s e [ ] ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L a y e r B a s e   g e t I t e m ( i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L a y e r B a s e   g e t I t e m ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   s e t I t e m ( i n t ,   o r g . o s g e o . m a p g u i d e . M g L a y e r B a s e ) ;  + 
+     p u b l i c   v o i d   a d d I t e m ( o r g . o s g e o . m a p g u i d e . M g L a y e r B a s e ) ;  + 
+     p u b l i c   v o i d   i n s e r t ( i n t ,   o r g . o s g e o . m a p g u i d e . M g L a y e r B a s e ) ;  + 
+     p u b l i c   v o i d   c l e a r ( ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e ( o r g . o s g e o . m a p g u i d e . M g L a y e r B a s e ) ;  + 
+     p u b l i c   v o i d   r e m o v e A t ( i n t ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( o r g . o s g e o . m a p g u i d e . M g L a y e r B a s e ) ;  + 
+     p u b l i c   i n t   i n d e x O f ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   i n t   i n d e x O f ( o r g . o s g e o . m a p g u i d e . M g L a y e r B a s e ) ;  + 
+     p u b l i c   b o o l e a n   a d d ( j a v a . l a n g . O b j e c t ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g L a y e r G r o u p . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g L a y e r G r o u p   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g N a m e d S e r i a l i z a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   b o o l e a n   e q u a l s ( j a v a . l a n g . O b j e c t ) ;  + 
+     p u b l i c   i n t   h a s h C o d e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L a y e r G r o u p ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t N a m e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t O b j e c t I d ( ) ;  + 
+     p u b l i c   i n t   g e t L a y e r G r o u p T y p e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L a y e r G r o u p   g e t G r o u p ( ) ;  + 
+     p u b l i c   v o i d   s e t G r o u p ( o r g . o s g e o . m a p g u i d e . M g L a y e r G r o u p ) ;  + 
+     p u b l i c   b o o l e a n   g e t V i s i b l e ( ) ;  + 
+     p u b l i c   v o i d   s e t V i s i b l e ( b o o l e a n ) ;  + 
+     p u b l i c   b o o l e a n   i s V i s i b l e ( ) ;  + 
+     p u b l i c   b o o l e a n   g e t D i s p l a y I n L e g e n d ( ) ;  + 
+     p u b l i c   v o i d   s e t D i s p l a y I n L e g e n d ( b o o l e a n ) ;  + 
+     p u b l i c   b o o l e a n   g e t E x p a n d I n L e g e n d ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t L e g e n d L a b e l ( ) ;  + 
+     p u b l i c   v o i d   s e t L e g e n d L a b e l ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   s e t E x p a n d I n L e g e n d ( b o o l e a n ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g L a y e r G r o u p C o l l e c t i o n . j a v a "  + 
+ c l a s s   o r g . o s g e o . m a p g u i d e . M g L a y e r G r o u p C o l l e c t i o n $ I t e m I t e r a t o r   i m p l e m e n t s   j a v a . u t i l . I t e r a t o r < o r g . o s g e o . m a p g u i d e . M g L a y e r G r o u p >   {  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L a y e r G r o u p C o l l e c t i o n $ I t e m I t e r a t o r ( o r g . o s g e o . m a p g u i d e . M g L a y e r G r o u p C o l l e c t i o n ,   o r g . o s g e o . m a p g u i d e . M g L a y e r G r o u p C o l l e c t i o n ) ;  + 
+     p u b l i c   b o o l e a n   h a s N e x t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L a y e r G r o u p   n e x t ( ) ;  + 
+     p u b l i c   v o i d   r e m o v e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . O b j e c t   n e x t ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g L a y e r G r o u p C o l l e c t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g L a y e r G r o u p C o l l e c t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   i m p l e m e n t s   j a v a . u t i l . C o l l e c t i o n < o r g . o s g e o . m a p g u i d e . M g L a y e r G r o u p >   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   j a v a . u t i l . I t e r a t o r < o r g . o s g e o . m a p g u i d e . M g L a y e r G r o u p >   i t e r a t o r ( ) ;  + 
+     p u b l i c   b o o l e a n   a d d ( o r g . o s g e o . m a p g u i d e . M g L a y e r G r o u p ) ;  + 
+     p u b l i c   b o o l e a n   a d d A l l ( j a v a . u t i l . C o l l e c t i o n < ?   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g L a y e r G r o u p > ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( j a v a . l a n g . O b j e c t ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s A l l ( j a v a . u t i l . C o l l e c t i o n < ? > ) ;  + 
+     p u b l i c   b o o l e a n   i s E m p t y ( ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e ( j a v a . l a n g . O b j e c t ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e A l l ( j a v a . u t i l . C o l l e c t i o n < ? > ) ;  + 
+     p u b l i c   b o o l e a n   r e t a i n A l l ( j a v a . u t i l . C o l l e c t i o n < ? > ) ;  + 
+     p u b l i c   i n t   s i z e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . O b j e c t [ ]   t o A r r a y ( ) ;  + 
+     p u b l i c   < M g L a y e r G r o u p >   M g L a y e r G r o u p [ ]   t o A r r a y ( M g L a y e r G r o u p [ ] ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L a y e r G r o u p   g e t I t e m ( i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L a y e r G r o u p   g e t I t e m ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   s e t I t e m ( i n t ,   o r g . o s g e o . m a p g u i d e . M g L a y e r G r o u p ) ;  + 
+     p u b l i c   v o i d   a d d I t e m ( o r g . o s g e o . m a p g u i d e . M g L a y e r G r o u p ) ;  + 
+     p u b l i c   v o i d   i n s e r t ( i n t ,   o r g . o s g e o . m a p g u i d e . M g L a y e r G r o u p ) ;  + 
+     p u b l i c   v o i d   c l e a r ( ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e ( o r g . o s g e o . m a p g u i d e . M g L a y e r G r o u p ) ;  + 
+     p u b l i c   v o i d   r e m o v e A t ( i n t ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( o r g . o s g e o . m a p g u i d e . M g L a y e r G r o u p ) ;  + 
+     p u b l i c   i n t   i n d e x O f ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   i n t   i n d e x O f ( o r g . o s g e o . m a p g u i d e . M g L a y e r G r o u p ) ;  + 
+     p u b l i c   b o o l e a n   a d d ( j a v a . l a n g . O b j e c t ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g L a y e r G r o u p T y p e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g L a y e r G r o u p T y p e   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   N o r m a l   =   1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   B a s e M a p   =   2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   B a s e M a p F r o m T i l e S e t   =   3 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L a y e r G r o u p T y p e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g L a y e r T y p e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g L a y e r T y p e   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D y n a m i c   =   1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   B a s e M a p   =   2 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L a y e r T y p e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g L a y o u t . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g L a y o u t   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g S e r i a l i z a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L a y o u t ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r   g e t L a y o u t ( ) ;  + 
+     p u b l i c   v o i d   s e t L a y o u t ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t T i t l e ( ) ;  + 
+     p u b l i c   v o i d   s e t T i t l e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t U n i t T y p e ( ) ;  + 
+     p u b l i c   v o i d   s e t U n i t T y p e ( j a v a . l a n g . S t r i n g ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g L i n e a r R i n g . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g L i n e a r R i n g   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g R i n g   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t C o m p o n e n t T y p e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e I t e r a t o r   g e t C o o r d i n a t e s ( ) ;  + 
+     p u b l i c   i n t   g e t D i m e n s i o n ( ) ;  + 
+     p u b l i c   b o o l e a n   i s E m p t y ( ) ;  + 
+     p u b l i c   b o o l e a n   i s C l o s e d ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r i c E n t i t y   c o p y ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r i c E n t i t y   t r a n s f o r m ( o r g . o s g e o . m a p g u i d e . M g T r a n s f o r m ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g L i n e a r R i n g C o l l e c t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g L i n e a r R i n g C o l l e c t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L i n e a r R i n g   g e t I t e m ( i n t ) ;  + 
+     p u b l i c   v o i d   s e t I t e m ( i n t ,   o r g . o s g e o . m a p g u i d e . M g L i n e a r R i n g ) ;  + 
+     p u b l i c   v o i d   a d d ( o r g . o s g e o . m a p g u i d e . M g L i n e a r R i n g ) ;  + 
+     p u b l i c   v o i d   i n s e r t ( i n t ,   o r g . o s g e o . m a p g u i d e . M g L i n e a r R i n g ) ;  + 
+     p u b l i c   v o i d   c l e a r ( ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e ( o r g . o s g e o . m a p g u i d e . M g L i n e a r R i n g ) ;  + 
+     p u b l i c   v o i d   r e m o v e A t ( i n t ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( o r g . o s g e o . m a p g u i d e . M g L i n e a r R i n g ) ;  + 
+     p u b l i c   i n t   i n d e x O f ( o r g . o s g e o . m a p g u i d e . M g L i n e a r R i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L i n e a r R i n g C o l l e c t i o n ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g L i n e a r S e g m e n t . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g L i n e a r S e g m e n t   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g C u r v e S e g m e n t   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t C o m p o n e n t T y p e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e I t e r a t o r   g e t C o o r d i n a t e s ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   g e t S t a r t C o o r d i n a t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   g e t E n d C o o r d i n a t e ( ) ;  + 
+     p u b l i c   i n t   g e t D i m e n s i o n ( ) ;  + 
+     p u b l i c   b o o l e a n   i s E m p t y ( ) ;  + 
+     p u b l i c   b o o l e a n   i s C l o s e d ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r i c E n t i t y   c o p y ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r i c E n t i t y   t r a n s f o r m ( o r g . o s g e o . m a p g u i d e . M g T r a n s f o r m ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g L i n e S t r i n g . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g L i n e S t r i n g   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g C u r v e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e I t e r a t o r   g e t C o o r d i n a t e s ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   g e t S t a r t C o o r d i n a t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   g e t E n d C o o r d i n a t e ( ) ;  + 
+     p u b l i c   i n t   g e t G e o m e t r y T y p e ( ) ;  + 
+     p u b l i c   i n t   g e t D i m e n s i o n ( ) ;  + 
+     p u b l i c   b o o l e a n   i s E m p t y ( ) ;  + 
+     p u b l i c   b o o l e a n   i s C l o s e d ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r i c E n t i t y   c o p y ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r i c E n t i t y   t r a n s f o r m ( o r g . o s g e o . m a p g u i d e . M g T r a n s f o r m ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g L i n e S t r i n g C o l l e c t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g L i n e S t r i n g C o l l e c t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L i n e S t r i n g   g e t I t e m ( i n t ) ;  + 
+     p u b l i c   v o i d   s e t I t e m ( i n t ,   o r g . o s g e o . m a p g u i d e . M g L i n e S t r i n g ) ;  + 
+     p u b l i c   v o i d   a d d ( o r g . o s g e o . m a p g u i d e . M g L i n e S t r i n g ) ;  + 
+     p u b l i c   v o i d   i n s e r t ( i n t ,   o r g . o s g e o . m a p g u i d e . M g L i n e S t r i n g ) ;  + 
+     p u b l i c   v o i d   c l e a r ( ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e ( o r g . o s g e o . m a p g u i d e . M g L i n e S t r i n g ) ;  + 
+     p u b l i c   v o i d   r e m o v e A t ( i n t ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( o r g . o s g e o . m a p g u i d e . M g L i n e S t r i n g ) ;  + 
+     p u b l i c   i n t   i n d e x O f ( o r g . o s g e o . m a p g u i d e . M g L i n e S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L i n e S t r i n g C o l l e c t i o n ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g L o c a l i z e r . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g L o c a l i z e r   {  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L o c a l i z e r ( ) ;  + 
+     p u b l i c   s t a t i c   v o i d   S e t L o c a l i z e d F i l e s P a t h ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   s t a t i c   j a v a . l a n g . S t r i n g   L o c a l i z e ( j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ,   i n t ) ;  + 
+     p u b l i c   s t a t i c   j a v a . l a n g . S t r i n g   G e t S t r i n g ( j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g L o g F i l e T y p e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g L o g F i l e T y p e   {  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A c c e s s   =   " A c c e s s L o g " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A d m i n   =   " A d m i n L o g " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A u t h e n t i c a t i o n   =   " A u t h e n t i c a t i o n L o g " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   E r r o r   =   " E r r o r L o g " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   S e s s i o n   =   " S e s s i o n L o g " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   T r a c e   =   " T r a c e L o g " ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L o g F i l e T y p e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g L o n g T r a n s a c t i o n R e a d e r . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g L o n g T r a n s a c t i o n R e a d e r   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g S e r i a l i z a b l e   i m p l e m e n t s   j a v a . l a n g . A u t o C l o s e a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t N a m e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t D e s c r i p t i o n ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L o n g T r a n s a c t i o n R e a d e r   g e t C h i l d r e n ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L o n g T r a n s a c t i o n R e a d e r   g e t P a r e n t s ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t O w n e r ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g D a t e T i m e   g e t C r e a t i o n D a t e ( ) ;  + 
+     p u b l i c   b o o l e a n   i s A c t i v e ( ) ;  + 
+     p u b l i c   b o o l e a n   i s F r o z e n ( ) ;  + 
+     p u b l i c   b o o l e a n   r e a d N e x t ( ) ;  + 
+     p u b l i c   v o i d   c l o s e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   t o X m l ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g M a p . j a v a "  + 
+ p u b l i c   f i n a l   c l a s s   o r g . o s g e o . m a p g u i d e . M g M a p $ W a t e r m a r k U s a g e T y p e   {  + 
+     p u b l i c   s t a t i c   f i n a l   o r g . o s g e o . m a p g u i d e . M g M a p $ W a t e r m a r k U s a g e T y p e   W M S ;  + 
+     p u b l i c   s t a t i c   f i n a l   o r g . o s g e o . m a p g u i d e . M g M a p $ W a t e r m a r k U s a g e T y p e   V i e w e r ;  + 
+     p u b l i c   f i n a l   i n t   s w i g V a l u e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   t o S t r i n g ( ) ;  + 
+     p u b l i c   s t a t i c   o r g . o s g e o . m a p g u i d e . M g M a p $ W a t e r m a r k U s a g e T y p e   s w i g T o E n u m ( i n t ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g M a p . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g M a p   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g M a p B a s e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g M a p ( o r g . o s g e o . m a p g u i d e . M g S i t e C o n n e c t i o n ) ;  + 
+     p u b l i c   v o i d   c r e a t e ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   c r e a t e ( j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g E n v e l o p e ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   c r e a t e ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ,   i n t ,   i n t ,   d o u b l e ,   d o u b l e ,   d o u b l e ,   i n t ) ;  + 
+     p u b l i c   v o i d   o p e n ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   s a v e ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e S e r v i c e ,   o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ) ;  + 
+     p u b l i c   v o i d   s a v e ( ) ;  + 
+     p u b l i c   i n t   g e t W a t e r m a r k U s a g e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r   g e t T i l e S e t D e f i n i t i o n ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t T i l e S e t P r o v i d e r ( ) ;  + 
+     p u b l i c   i n t   g e t T i l e P i x e l R a t i o ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t T i l e F o r m a t ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g M a p B a s e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g M a p B a s e   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g R e s o u r c e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g M a p B a s e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t N a m e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t S e s s i o n I d ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t O b j e c t I d ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r   g e t M a p D e f i n i t i o n ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t M a p S R S ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g E n v e l o p e   g e t M a p E x t e n t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L a y e r C o l l e c t i o n   g e t L a y e r s ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L a y e r G r o u p C o l l e c t i o n   g e t L a y e r G r o u p s ( ) ;  + 
+     p u b l i c   v o i d   c r e a t e ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e S e r v i c e ,   o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   c r e a t e ( j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g E n v e l o p e ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   o p e n ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e S e r v i c e ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P o i n t   g e t V i e w C e n t e r ( ) ;  + 
+     p u b l i c   d o u b l e   g e t V i e w S c a l e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g E n v e l o p e   g e t D a t a E x t e n t ( ) ;  + 
+     p u b l i c   i n t   g e t D i s p l a y D p i ( ) ;  + 
+     p u b l i c   v o i d   s e t D i s p l a y D p i ( i n t ) ;  + 
+     p u b l i c   i n t   g e t D i s p l a y W i d t h ( ) ;  + 
+     p u b l i c   i n t   g e t D i s p l a y H e i g h t ( ) ;  + 
+     p u b l i c   i n t   g e t F i n i t e D i s p l a y S c a l e C o u n t ( ) ;  + 
+     p u b l i c   d o u b l e   g e t F i n i t e D i s p l a y S c a l e A t ( i n t ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t B a c k g r o u n d C o l o r ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g M a p C o l l e c t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g M a p C o l l e c t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g M a p B a s e   g e t I t e m ( i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g M a p B a s e   g e t I t e m ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   s e t I t e m ( i n t ,   o r g . o s g e o . m a p g u i d e . M g M a p B a s e ) ;  + 
+     p u b l i c   v o i d   a d d ( o r g . o s g e o . m a p g u i d e . M g M a p B a s e ) ;  + 
+     p u b l i c   v o i d   i n s e r t ( i n t ,   o r g . o s g e o . m a p g u i d e . M g M a p B a s e ) ;  + 
+     p u b l i c   v o i d   c l e a r ( ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e ( o r g . o s g e o . m a p g u i d e . M g M a p B a s e ) ;  + 
+     p u b l i c   v o i d   r e m o v e A t ( i n t ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( o r g . o s g e o . m a p g u i d e . M g M a p B a s e ) ;  + 
+     p u b l i c   i n t   i n d e x O f ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   i n t   i n d e x O f ( o r g . o s g e o . m a p g u i d e . M g M a p B a s e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g M a p C o l l e c t i o n ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g M a p p i n g S e r v i c e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g M a p p i n g S e r v i c e   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g S e r v i c e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e n e r a t e P l o t ( o r g . o s g e o . m a p g u i d e . M g M a p ,   o r g . o s g e o . m a p g u i d e . M g P l o t S p e c i f i c a t i o n ,   o r g . o s g e o . m a p g u i d e . M g L a y o u t ,   o r g . o s g e o . m a p g u i d e . M g D w f V e r s i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e n e r a t e P l o t ( o r g . o s g e o . m a p g u i d e . M g M a p ,   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ,   d o u b l e ,   o r g . o s g e o . m a p g u i d e . M g P l o t S p e c i f i c a t i o n ,   o r g . o s g e o . m a p g u i d e . M g L a y o u t ,   o r g . o s g e o . m a p g u i d e . M g D w f V e r s i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e n e r a t e P l o t ( o r g . o s g e o . m a p g u i d e . M g M a p ,   o r g . o s g e o . m a p g u i d e . M g E n v e l o p e ,   b o o l e a n ,   o r g . o s g e o . m a p g u i d e . M g P l o t S p e c i f i c a t i o n ,   o r g . o s g e o . m a p g u i d e . M g L a y o u t ,   o r g . o s g e o . m a p g u i d e . M g D w f V e r s i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e n e r a t e M u l t i P l o t ( o r g . o s g e o . m a p g u i d e . M g M a p P l o t C o l l e c t i o n ,   o r g . o s g e o . m a p g u i d e . M g D w f V e r s i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e n e r a t e L e g e n d I m a g e ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   d o u b l e ,   i n t ,   i n t ,   j a v a . l a n g . S t r i n g ,   i n t ,   i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   c r e a t e R u n t i m e M a p ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ,   i n t ,   i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   c r e a t e R u n t i m e M a p ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ,   i n t ,   i n t ,   i n t ,   i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   d e s c r i b e R u n t i m e M a p ( o r g . o s g e o . m a p g u i d e . M g M a p ,   i n t ,   i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   d e s c r i b e R u n t i m e M a p ( o r g . o s g e o . m a p g u i d e . M g M a p ,   j a v a . l a n g . S t r i n g ,   i n t ,   i n t ,   i n t ,   i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   q u e r y F e a t u r e s ( o r g . o s g e o . m a p g u i d e . M g M a p ,   j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   q u e r y F e a t u r e s ( o r g . o s g e o . m a p g u i d e . M g M a p ,   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n ,   i n t ,   i n t ,   i n t ,   j a v a . l a n g . S t r i n g ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g M a p P l o t . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g M a p P l o t   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g N a m e d S e r i a l i z a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g M a p P l o t ( o r g . o s g e o . m a p g u i d e . M g M a p ,   o r g . o s g e o . m a p g u i d e . M g P l o t S p e c i f i c a t i o n ,   o r g . o s g e o . m a p g u i d e . M g L a y o u t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g M a p P l o t ( o r g . o s g e o . m a p g u i d e . M g M a p ,   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ,   d o u b l e ,   o r g . o s g e o . m a p g u i d e . M g P l o t S p e c i f i c a t i o n ,   o r g . o s g e o . m a p g u i d e . M g L a y o u t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g M a p P l o t ( o r g . o s g e o . m a p g u i d e . M g M a p ,   o r g . o s g e o . m a p g u i d e . M g E n v e l o p e ,   b o o l e a n ,   o r g . o s g e o . m a p g u i d e . M g P l o t S p e c i f i c a t i o n ,   o r g . o s g e o . m a p g u i d e . M g L a y o u t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g M a p   g e t M a p ( ) ;  + 
+     p u b l i c   v o i d   s e t M a p ( o r g . o s g e o . m a p g u i d e . M g M a p ) ;  + 
+     p u b l i c   i n t   g e t M a p P l o t I n s t r u c t i o n ( ) ;  + 
+     p u b l i c   v o i d   s e t M a p P l o t I n s t r u c t i o n ( i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   g e t C e n t e r ( ) ;  + 
+     p u b l i c   d o u b l e   g e t S c a l e ( ) ;  + 
+     p u b l i c   v o i d   s e t C e n t e r A n d S c a l e ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ,   d o u b l e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g E n v e l o p e   g e t E x t e n t ( ) ;  + 
+     p u b l i c   b o o l e a n   g e t E x p a n d T o F i t ( ) ;  + 
+     p u b l i c   v o i d   s e t E x t e n t ( o r g . o s g e o . m a p g u i d e . M g E n v e l o p e ,   b o o l e a n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P l o t S p e c i f i c a t i o n   g e t P l o t S p e c i f i c a t i o n ( ) ;  + 
+     p u b l i c   v o i d   s e t P l o t S p e c i f i c a t i o n ( o r g . o s g e o . m a p g u i d e . M g P l o t S p e c i f i c a t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L a y o u t   g e t L a y o u t ( ) ;  + 
+     p u b l i c   v o i d   s e t L a y o u t ( o r g . o s g e o . m a p g u i d e . M g L a y o u t ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g M a p P l o t C o l l e c t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g M a p P l o t C o l l e c t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g S e r i a l i z a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g M a p P l o t   g e t I t e m ( i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g M a p P l o t   g e t I t e m ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   s e t I t e m ( i n t ,   o r g . o s g e o . m a p g u i d e . M g M a p P l o t ) ;  + 
+     p u b l i c   v o i d   a d d ( o r g . o s g e o . m a p g u i d e . M g M a p P l o t ) ;  + 
+     p u b l i c   v o i d   i n s e r t ( i n t ,   o r g . o s g e o . m a p g u i d e . M g M a p P l o t ) ;  + 
+     p u b l i c   v o i d   c l e a r ( ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e ( o r g . o s g e o . m a p g u i d e . M g M a p P l o t ) ;  + 
+     p u b l i c   v o i d   r e m o v e A t ( i n t ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( o r g . o s g e o . m a p g u i d e . M g M a p P l o t ) ;  + 
+     p u b l i c   i n t   i n d e x O f ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   i n t   i n d e x O f ( o r g . o s g e o . m a p g u i d e . M g M a p P l o t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g M a p P l o t C o l l e c t i o n ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g M a p P l o t I n s t r u c t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g M a p P l o t I n s t r u c t i o n   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   U s e M a p C e n t e r A n d S c a l e   =   0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   U s e O v e r r i d d e n C e n t e r A n d S c a l e   =   1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   U s e O v e r r i d d e n E x t e n t   =   2 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g M a p P l o t I n s t r u c t i o n ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g M e a s u r e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g M e a s u r e   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   d o u b l e   g e t D i s t a n c e ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ,   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ) ;  + 
+     p u b l i c   d o u b l e   g e t A z i m u t h ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ,   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   g e t C o o r d i n a t e ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ,   d o u b l e ,   d o u b l e ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g M e t a t i l e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g M e t a t i l e   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g S e r i a l i z a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t I m a g e ( ) ;  + 
+     p u b l i c   i n t   g e t R e q u e s t e d W i d t h ( ) ;  + 
+     p u b l i c   i n t   g e t R e q u e s t e d H e i g h t ( ) ;  + 
+     p u b l i c   i n t   g e t W i d t h ( ) ;  + 
+     p u b l i c   i n t   g e t H e i g h t ( ) ;  + 
+     p u b l i c   i n t   g e t M e t a T i l i n g F a c t o r ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t T i l e I m a g e F o r m a t ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g M i m e T y p e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g M i m e T y p e   {  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A g f   =   " a p p l i c a t i o n / a g f " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   B i n a r y   =   " a p p l i c a t i o n / o c t e t - s t r e a m " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D w f   =   " m o d e l / v n d . d w f " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   G i f   =   " i m a g e / g i f " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   J p e g   =   " i m a g e / j p e g " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   P n g   =   " i m a g e / p n g " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   T e x t   =   " t e x t / p l a i n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   T i f f   =   " i m a g e / t i f f " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   X m l   =   " t e x t / x m l " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   J s o n   =   " a p p l i c a t i o n / j s o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   H t m l   =   " t e x t / h t m l " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   K m l   =   " a p p l i c a t i o n / v n d . g o o g l e - e a r t h . k m l + x m l " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   K m z   =   " a p p l i c a t i o n / v n d . g o o g l e - e a r t h . k m z " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M e t a   =   " a p p l i c a t i o n / m e t a t i l e " ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g M i m e T y p e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g M u l t i C u r v e P o l y g o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g M u l t i C u r v e P o l y g o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g A g g r e g a t e G e o m e t r y   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C u r v e P o l y g o n   g e t C u r v e P o l y g o n ( i n t ) ;  + 
+     p u b l i c   i n t   g e t G e o m e t r y T y p e ( ) ;  + 
+     p u b l i c   i n t   g e t D i m e n s i o n ( ) ;  + 
+     p u b l i c   b o o l e a n   i s E m p t y ( ) ;  + 
+     p u b l i c   b o o l e a n   i s C l o s e d ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r i c E n t i t y   c o p y ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r i c E n t i t y   t r a n s f o r m ( o r g . o s g e o . m a p g u i d e . M g T r a n s f o r m ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g M u l t i C u r v e S t r i n g . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g M u l t i C u r v e S t r i n g   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g A g g r e g a t e G e o m e t r y   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C u r v e S t r i n g   g e t C u r v e S t r i n g ( i n t ) ;  + 
+     p u b l i c   i n t   g e t G e o m e t r y T y p e ( ) ;  + 
+     p u b l i c   i n t   g e t D i m e n s i o n ( ) ;  + 
+     p u b l i c   b o o l e a n   i s E m p t y ( ) ;  + 
+     p u b l i c   b o o l e a n   i s C l o s e d ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r i c E n t i t y   c o p y ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r i c E n t i t y   t r a n s f o r m ( o r g . o s g e o . m a p g u i d e . M g T r a n s f o r m ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g M u l t i G e o m e t r y . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g M u l t i G e o m e t r y   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g A g g r e g a t e G e o m e t r y   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y   g e t G e o m e t r y ( i n t ) ;  + 
+     p u b l i c   i n t   g e t G e o m e t r y T y p e ( ) ;  + 
+     p u b l i c   i n t   g e t D i m e n s i o n ( ) ;  + 
+     p u b l i c   b o o l e a n   i s E m p t y ( ) ;  + 
+     p u b l i c   b o o l e a n   i s C l o s e d ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r i c E n t i t y   c o p y ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r i c E n t i t y   t r a n s f o r m ( o r g . o s g e o . m a p g u i d e . M g T r a n s f o r m ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g M u l t i L i n e S t r i n g . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g M u l t i L i n e S t r i n g   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g A g g r e g a t e G e o m e t r y   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L i n e S t r i n g   g e t L i n e S t r i n g ( i n t ) ;  + 
+     p u b l i c   i n t   g e t G e o m e t r y T y p e ( ) ;  + 
+     p u b l i c   i n t   g e t D i m e n s i o n ( ) ;  + 
+     p u b l i c   b o o l e a n   i s E m p t y ( ) ;  + 
+     p u b l i c   b o o l e a n   i s C l o s e d ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r i c E n t i t y   c o p y ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r i c E n t i t y   t r a n s f o r m ( o r g . o s g e o . m a p g u i d e . M g T r a n s f o r m ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g M u l t i P o i n t . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g M u l t i P o i n t   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g A g g r e g a t e G e o m e t r y   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P o i n t   g e t P o i n t ( i n t ) ;  + 
+     p u b l i c   i n t   g e t G e o m e t r y T y p e ( ) ;  + 
+     p u b l i c   i n t   g e t D i m e n s i o n ( ) ;  + 
+     p u b l i c   b o o l e a n   i s E m p t y ( ) ;  + 
+     p u b l i c   b o o l e a n   i s C l o s e d ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r i c E n t i t y   c o p y ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r i c E n t i t y   t r a n s f o r m ( o r g . o s g e o . m a p g u i d e . M g T r a n s f o r m ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g M u l t i P o l y g o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g M u l t i P o l y g o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g A g g r e g a t e G e o m e t r y   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P o l y g o n   g e t P o l y g o n ( i n t ) ;  + 
+     p u b l i c   i n t   g e t G e o m e t r y T y p e ( ) ;  + 
+     p u b l i c   i n t   g e t D i m e n s i o n ( ) ;  + 
+     p u b l i c   b o o l e a n   i s E m p t y ( ) ;  + 
+     p u b l i c   b o o l e a n   i s C l o s e d ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r i c E n t i t y   c o p y ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r i c E n t i t y   t r a n s f o r m ( o r g . o s g e o . m a p g u i d e . M g T r a n s f o r m ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e I t e r a t o r   g e t C o o r d i n a t e s ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g N a m e d S e r i a l i z a b l e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g N a m e d S e r i a l i z a b l e   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g S e r i a l i z a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g N u l l a b l e P r o p e r t y . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g N u l l a b l e P r o p e r t y   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   v o i d   s e t N u l l ( b o o l e a n ) ;  + 
+     p u b l i c   b o o l e a n   i s N u l l ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g O b j e c t . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g O b j e c t   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t C l a s s I d ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g O b j e c t P r o p e r t y D e f i n i t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g O b j e c t P r o p e r t y D e f i n i t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y D e f i n i t i o n   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g O b j e c t P r o p e r t y D e f i n i t i o n ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C l a s s D e f i n i t i o n   g e t C l a s s D e f i n i t i o n ( ) ;  + 
+     p u b l i c   i n t   g e t O b j e c t T y p e ( ) ;  + 
+     p u b l i c   i n t   g e t O r d e r T y p e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g D a t a P r o p e r t y D e f i n i t i o n   g e t I d e n t i t y P r o p e r t y ( ) ;  + 
+     p u b l i c   v o i d   s e t C l a s s D e f i n i t i o n ( o r g . o s g e o . m a p g u i d e . M g C l a s s D e f i n i t i o n ) ;  + 
+     p u b l i c   v o i d   s e t O b j e c t T y p e ( i n t ) ;  + 
+     p u b l i c   v o i d   s e t O r d e r T y p e ( i n t ) ;  + 
+     p u b l i c   v o i d   s e t I d e n t i t y P r o p e r t y ( o r g . o s g e o . m a p g u i d e . M g D a t a P r o p e r t y D e f i n i t i o n ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g O b j e c t P r o p e r t y T y p e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g O b j e c t P r o p e r t y T y p e   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   V a l u e   =   0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   C o l l e c t i o n   =   1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   O r d e r e d C o l l e c t i o n   =   2 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g O b j e c t P r o p e r t y T y p e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g O r d e r i n g O p t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g O r d e r i n g O p t i o n   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   A s c e n d i n g   =   0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e s c e n d i n g   =   1 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g O r d e r i n g O p t i o n ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g P a c k a g e S t a t u s I n f o r m a t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g P a c k a g e S t a t u s I n f o r m a t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g S e r i a l i z a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P a c k a g e S t a t u s I n f o r m a t i o n ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t S t a t u s M e s s a g e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t S t a t u s C o d e ( ) ;  + 
+     p u b l i c   v o i d   s e t S t a t u s C o d e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t A p i N a m e ( ) ;  + 
+     p u b l i c   v o i d   s e t A p i N a m e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t P a c k a g e N a m e ( ) ;  + 
+     p u b l i c   v o i d   s e t P a c k a g e N a m e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t P a c k a g e D e s c r i p t i o n ( ) ;  + 
+     p u b l i c   v o i d   s e t P a c k a g e D e s c r i p t i o n ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g D a t e T i m e   g e t P a c k a g e D a t e ( ) ;  + 
+     p u b l i c   v o i d   s e t P a c k a g e D a t e ( o r g . o s g e o . m a p g u i d e . M g D a t e T i m e ) ;  + 
+     p u b l i c   l o n g   g e t P a c k a g e S i z e ( ) ;  + 
+     p u b l i c   v o i d   s e t P a c k a g e S i z e ( l o n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t U s e r N a m e ( ) ;  + 
+     p u b l i c   v o i d   s e t U s e r N a m e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t S e r v e r N a m e ( ) ;  + 
+     p u b l i c   v o i d   s e t S e r v e r N a m e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t S e r v e r A d d r e s s ( ) ;  + 
+     p u b l i c   v o i d   s e t S e r v e r A d d r e s s ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g D a t e T i m e   g e t S t a r t T i m e ( ) ;  + 
+     p u b l i c   v o i d   s e t S t a r t T i m e ( o r g . o s g e o . m a p g u i d e . M g D a t e T i m e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g D a t e T i m e   g e t E n d T i m e ( ) ;  + 
+     p u b l i c   v o i d   s e t E n d T i m e ( o r g . o s g e o . m a p g u i d e . M g D a t e T i m e ) ;  + 
+     p u b l i c   i n t   g e t O p e r a t i o n s F a i l e d ( ) ;  + 
+     p u b l i c   v o i d   s e t O p e r a t i o n s F a i l e d ( i n t ) ;  + 
+     p u b l i c   i n t   g e t O p e r a t i o n s R e c e i v e d ( ) ;  + 
+     p u b l i c   v o i d   s e t O p e r a t i o n s R e c e i v e d ( i n t ) ;  + 
+     p u b l i c   d o u b l e   g e t A v e r a g e O p e r a t i o n T i m e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t E r r o r M e s s a g e ( ) ;  + 
+     p u b l i c   v o i d   s e t E r r o r M e s s a g e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t S t a c k T r a c e ( ) ;  + 
+     p u b l i c   v o i d   s e t S t a c k T r a c e ( j a v a . l a n g . S t r i n g ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g P a g e U n i t s T y p e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g P a g e U n i t s T y p e   {  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   I n c h e s   =   " i n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M i l l i m e t e r s   =   " m m " ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P a g e U n i t s T y p e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g P a r a m e t e r . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g P a r a m e t e r   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g N a m e d S e r i a l i z a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P a r a m e t e r ( o r g . o s g e o . m a p g u i d e . M g N u l l a b l e P r o p e r t y ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P a r a m e t e r ( o r g . o s g e o . m a p g u i d e . M g N u l l a b l e P r o p e r t y ,   i n t ) ;  + 
+     p u b l i c   v o i d   s e t P r o p e r t y ( o r g . o s g e o . m a p g u i d e . M g N u l l a b l e P r o p e r t y ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g N u l l a b l e P r o p e r t y   g e t P r o p e r t y ( ) ;  + 
+     p u b l i c   v o i d   s e t D i r e c t i o n ( i n t ) ;  + 
+     p u b l i c   i n t   g e t D i r e c t i o n ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t N a m e ( ) ;  + 
+     p u b l i c   v o i d   s e t N a m e ( j a v a . l a n g . S t r i n g ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g P a r a m e t e r C o l l e c t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g P a r a m e t e r C o l l e c t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g C o l l e c t i o n   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P a r a m e t e r C o l l e c t i o n ( ) ;  + 
+     p u b l i c   v o i d   s e t I t e m ( i n t ,   o r g . o s g e o . m a p g u i d e . M g P a r a m e t e r ) ;  + 
+     p u b l i c   v o i d   a d d ( o r g . o s g e o . m a p g u i d e . M g P a r a m e t e r ) ;  + 
+     p u b l i c   v o i d   i n s e r t ( i n t ,   o r g . o s g e o . m a p g u i d e . M g P a r a m e t e r ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e ( o r g . o s g e o . m a p g u i d e . M g P a r a m e t e r ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P a r a m e t e r   g e t I t e m ( i n t ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+     p u b l i c   v o i d   c l e a r ( ) ;  + 
+     p u b l i c   v o i d   r e m o v e A t ( i n t ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( o r g . o s g e o . m a p g u i d e . M g P a r a m e t e r ) ;  + 
+     p u b l i c   i n t   i n d e x O f ( o r g . o s g e o . m a p g u i d e . M g P a r a m e t e r ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   t o X m l ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g P a r a m e t e r D i r e c t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g P a r a m e t e r D i r e c t i o n   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   I n p u t   =   0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   O u t p u t   =   1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   I n p u t O u t p u t   =   2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   R e t   =   3 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P a r a m e t e r D i r e c t i o n ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g P l o t S p e c i f i c a t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g P l o t S p e c i f i c a t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g S e r i a l i z a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P l o t S p e c i f i c a t i o n ( f l o a t ,   f l o a t ,   j a v a . l a n g . S t r i n g ,   f l o a t ,   f l o a t ,   f l o a t ,   f l o a t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P l o t S p e c i f i c a t i o n ( f l o a t ,   f l o a t ,   j a v a . l a n g . S t r i n g ,   f l o a t ,   f l o a t ,   f l o a t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P l o t S p e c i f i c a t i o n ( f l o a t ,   f l o a t ,   j a v a . l a n g . S t r i n g ,   f l o a t ,   f l o a t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P l o t S p e c i f i c a t i o n ( f l o a t ,   f l o a t ,   j a v a . l a n g . S t r i n g ,   f l o a t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P l o t S p e c i f i c a t i o n ( f l o a t ,   f l o a t ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   f l o a t   g e t P a p e r W i d t h ( ) ;  + 
+     p u b l i c   v o i d   s e t P a p e r W i d t h ( f l o a t ) ;  + 
+     p u b l i c   f l o a t   g e t P a p e r H e i g h t ( ) ;  + 
+     p u b l i c   v o i d   s e t P a p e r H e i g h t ( f l o a t ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t P a g e S i z e U n i t s ( ) ;  + 
+     p u b l i c   v o i d   s e t P a g e S i z e U n i t s ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   f l o a t   g e t M a r g i n L e f t ( ) ;  + 
+     p u b l i c   f l o a t   g e t M a r g i n T o p ( ) ;  + 
+     p u b l i c   f l o a t   g e t M a r g i n R i g h t ( ) ;  + 
+     p u b l i c   f l o a t   g e t M a r g i n B o t t o m ( ) ;  + 
+     p u b l i c   v o i d   s e t M a r g i n s ( f l o a t ,   f l o a t ,   f l o a t ,   f l o a t ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g P o i n t . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g P o i n t   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t G e o m e t r y T y p e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   g e t C o o r d i n a t e ( ) ;  + 
+     p u b l i c   i n t   g e t D i m e n s i o n ( ) ;  + 
+     p u b l i c   b o o l e a n   i s E m p t y ( ) ;  + 
+     p u b l i c   b o o l e a n   i s C l o s e d ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r i c E n t i t y   c o p y ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r i c E n t i t y   t r a n s f o r m ( o r g . o s g e o . m a p g u i d e . M g T r a n s f o r m ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e I t e r a t o r   g e t C o o r d i n a t e s ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g P o i n t C o l l e c t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g P o i n t C o l l e c t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P o i n t   g e t I t e m ( i n t ) ;  + 
+     p u b l i c   v o i d   s e t I t e m ( i n t ,   o r g . o s g e o . m a p g u i d e . M g P o i n t ) ;  + 
+     p u b l i c   v o i d   a d d ( o r g . o s g e o . m a p g u i d e . M g P o i n t ) ;  + 
+     p u b l i c   v o i d   i n s e r t ( i n t ,   o r g . o s g e o . m a p g u i d e . M g P o i n t ) ;  + 
+     p u b l i c   v o i d   c l e a r ( ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e ( o r g . o s g e o . m a p g u i d e . M g P o i n t ) ;  + 
+     p u b l i c   v o i d   r e m o v e A t ( i n t ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( o r g . o s g e o . m a p g u i d e . M g P o i n t ) ;  + 
+     p u b l i c   i n t   i n d e x O f ( o r g . o s g e o . m a p g u i d e . M g P o i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P o i n t C o l l e c t i o n ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g P o l y g o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g P o l y g o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g R e g i o n   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L i n e a r R i n g   g e t E x t e r i o r R i n g ( ) ;  + 
+     p u b l i c   i n t   g e t I n t e r i o r R i n g C o u n t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L i n e a r R i n g   g e t I n t e r i o r R i n g ( i n t ) ;  + 
+     p u b l i c   i n t   g e t G e o m e t r y T y p e ( ) ;  + 
+     p u b l i c   i n t   g e t D i m e n s i o n ( ) ;  + 
+     p u b l i c   b o o l e a n   i s E m p t y ( ) ;  + 
+     p u b l i c   b o o l e a n   i s C l o s e d ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r i c E n t i t y   c o p y ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r i c E n t i t y   t r a n s f o r m ( o r g . o s g e o . m a p g u i d e . M g T r a n s f o r m ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e I t e r a t o r   g e t C o o r d i n a t e s ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g P o l y g o n C o l l e c t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g P o l y g o n C o l l e c t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P o l y g o n   g e t I t e m ( i n t ) ;  + 
+     p u b l i c   v o i d   s e t I t e m ( i n t ,   o r g . o s g e o . m a p g u i d e . M g P o l y g o n ) ;  + 
+     p u b l i c   v o i d   a d d ( o r g . o s g e o . m a p g u i d e . M g P o l y g o n ) ;  + 
+     p u b l i c   v o i d   i n s e r t ( i n t ,   o r g . o s g e o . m a p g u i d e . M g P o l y g o n ) ;  + 
+     p u b l i c   v o i d   c l e a r ( ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e ( o r g . o s g e o . m a p g u i d e . M g P o l y g o n ) ;  + 
+     p u b l i c   v o i d   r e m o v e A t ( i n t ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( o r g . o s g e o . m a p g u i d e . M g P o l y g o n ) ;  + 
+     p u b l i c   i n t   i n d e x O f ( o r g . o s g e o . m a p g u i d e . M g P o l y g o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P o l y g o n C o l l e c t i o n ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g P r e p a r e d G e o m e t r y . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g P r e p a r e d G e o m e t r y   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( o r g . o s g e o . m a p g u i d e . M g G e o m e t r y ) ;  + 
+     p u b l i c   b o o l e a n   c r o s s e s ( o r g . o s g e o . m a p g u i d e . M g G e o m e t r y ) ;  + 
+     p u b l i c   b o o l e a n   d i s j o i n t ( o r g . o s g e o . m a p g u i d e . M g G e o m e t r y ) ;  + 
+     p u b l i c   b o o l e a n   i n t e r s e c t s ( o r g . o s g e o . m a p g u i d e . M g G e o m e t r y ) ;  + 
+     p u b l i c   b o o l e a n   o v e r l a p s ( o r g . o s g e o . m a p g u i d e . M g G e o m e t r y ) ;  + 
+     p u b l i c   b o o l e a n   t o u c h e s ( o r g . o s g e o . m a p g u i d e . M g G e o m e t r y ) ;  + 
+     p u b l i c   b o o l e a n   w i t h i n ( o r g . o s g e o . m a p g u i d e . M g G e o m e t r y ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g P r o f i l i n g S e r v i c e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g P r o f i l i n g S e r v i c e   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g S e r v i c e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   p r o f i l e R e n d e r D y n a m i c O v e r l a y ( o r g . o s g e o . m a p g u i d e . M g M a p ,   o r g . o s g e o . m a p g u i d e . M g S e l e c t i o n ,   o r g . o s g e o . m a p g u i d e . M g R e n d e r i n g O p t i o n s ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   p r o f i l e R e n d e r M a p ( o r g . o s g e o . m a p g u i d e . M g M a p ,   o r g . o s g e o . m a p g u i d e . M g S e l e c t i o n ,   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ,   d o u b l e ,   i n t ,   i n t ,   o r g . o s g e o . m a p g u i d e . M g C o l o r ,   j a v a . l a n g . S t r i n g ,   b o o l e a n ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g P r o p e r t y . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g N a m e d S e r i a l i z a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   b o o l e a n   e q u a l s ( j a v a . l a n g . O b j e c t ) ;  + 
+     p u b l i c   i n t   h a s h C o d e ( ) ;  + 
+     p u b l i c   s h o r t   g e t P r o p e r t y T y p e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t N a m e ( ) ;  + 
+     p u b l i c   v o i d   s e t N a m e ( j a v a . l a n g . S t r i n g ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g P r o p e r t y C o l l e c t i o n . j a v a "  + 
+ c l a s s   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y C o l l e c t i o n $ I t e m I t e r a t o r   i m p l e m e n t s   j a v a . u t i l . I t e r a t o r < o r g . o s g e o . m a p g u i d e . M g P r o p e r t y >   {  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y C o l l e c t i o n $ I t e m I t e r a t o r ( o r g . o s g e o . m a p g u i d e . M g P r o p e r t y C o l l e c t i o n ,   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y C o l l e c t i o n ) ;  + 
+     p u b l i c   b o o l e a n   h a s N e x t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y   n e x t ( ) ;  + 
+     p u b l i c   v o i d   r e m o v e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . O b j e c t   n e x t ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g P r o p e r t y C o l l e c t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y C o l l e c t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g C o l l e c t i o n   i m p l e m e n t s   j a v a . u t i l . C o l l e c t i o n < o r g . o s g e o . m a p g u i d e . M g P r o p e r t y >   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   j a v a . u t i l . I t e r a t o r < o r g . o s g e o . m a p g u i d e . M g P r o p e r t y >   i t e r a t o r ( ) ;  + 
+     p u b l i c   b o o l e a n   a d d ( o r g . o s g e o . m a p g u i d e . M g P r o p e r t y ) ;  + 
+     p u b l i c   b o o l e a n   a d d A l l ( j a v a . u t i l . C o l l e c t i o n < ?   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y > ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( j a v a . l a n g . O b j e c t ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s A l l ( j a v a . u t i l . C o l l e c t i o n < ? > ) ;  + 
+     p u b l i c   b o o l e a n   i s E m p t y ( ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e ( j a v a . l a n g . O b j e c t ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e A l l ( j a v a . u t i l . C o l l e c t i o n < ? > ) ;  + 
+     p u b l i c   b o o l e a n   r e t a i n A l l ( j a v a . u t i l . C o l l e c t i o n < ? > ) ;  + 
+     p u b l i c   i n t   s i z e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . O b j e c t [ ]   t o A r r a y ( ) ;  + 
+     p u b l i c   < M g P r o p e r t y >   M g P r o p e r t y [ ]   t o A r r a y ( M g P r o p e r t y [ ] ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y C o l l e c t i o n ( ) ;  + 
+     p u b l i c   v o i d   s e t I t e m ( i n t ,   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y ) ;  + 
+     p u b l i c   v o i d   a d d I t e m ( o r g . o s g e o . m a p g u i d e . M g P r o p e r t y ) ;  + 
+     p u b l i c   v o i d   i n s e r t ( i n t ,   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e ( o r g . o s g e o . m a p g u i d e . M g P r o p e r t y ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y   g e t I t e m ( i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y   g e t I t e m ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+     p u b l i c   v o i d   c l e a r ( ) ;  + 
+     p u b l i c   v o i d   r e m o v e A t ( i n t ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( o r g . o s g e o . m a p g u i d e . M g P r o p e r t y ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   i n t   i n d e x O f ( o r g . o s g e o . m a p g u i d e . M g P r o p e r t y ) ;  + 
+     p u b l i c   i n t   i n d e x O f ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   t o X m l ( ) ;  + 
+     p u b l i c   b o o l e a n   a d d ( j a v a . l a n g . O b j e c t ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g P r o p e r t y D e f i n i t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y D e f i n i t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   b o o l e a n   e q u a l s ( j a v a . l a n g . O b j e c t ) ;  + 
+     p u b l i c   i n t   h a s h C o d e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y D e f i n i t i o n ( j a v a . l a n g . S t r i n g ,   s h o r t ) ;  + 
+     p u b l i c   s h o r t   g e t P r o p e r t y T y p e ( ) ;  + 
+     p u b l i c   v o i d   s e t D e s c r i p t i o n ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t D e s c r i p t i o n ( ) ;  + 
+     p u b l i c   v o i d   s e t Q u a l i f i e d N a m e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t Q u a l i f i e d N a m e ( ) ;  + 
+     p u b l i c   v o i d   m a r k A s D e l e t e d ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g P r o p e r t y D e f i n i t i o n C o l l e c t i o n . j a v a "  + 
+ c l a s s   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y D e f i n i t i o n C o l l e c t i o n $ I t e m I t e r a t o r   i m p l e m e n t s   j a v a . u t i l . I t e r a t o r < o r g . o s g e o . m a p g u i d e . M g P r o p e r t y D e f i n i t i o n >   {  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y D e f i n i t i o n C o l l e c t i o n $ I t e m I t e r a t o r ( o r g . o s g e o . m a p g u i d e . M g P r o p e r t y D e f i n i t i o n C o l l e c t i o n ,   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y D e f i n i t i o n C o l l e c t i o n ) ;  + 
+     p u b l i c   b o o l e a n   h a s N e x t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y D e f i n i t i o n   n e x t ( ) ;  + 
+     p u b l i c   v o i d   r e m o v e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . O b j e c t   n e x t ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g P r o p e r t y D e f i n i t i o n C o l l e c t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y D e f i n i t i o n C o l l e c t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g C o l l e c t i o n   i m p l e m e n t s   j a v a . u t i l . C o l l e c t i o n < o r g . o s g e o . m a p g u i d e . M g P r o p e r t y D e f i n i t i o n >   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   j a v a . u t i l . I t e r a t o r < o r g . o s g e o . m a p g u i d e . M g P r o p e r t y D e f i n i t i o n >   i t e r a t o r ( ) ;  + 
+     p u b l i c   b o o l e a n   a d d ( o r g . o s g e o . m a p g u i d e . M g P r o p e r t y D e f i n i t i o n ) ;  + 
+     p u b l i c   b o o l e a n   a d d A l l ( j a v a . u t i l . C o l l e c t i o n < ?   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y D e f i n i t i o n > ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( j a v a . l a n g . O b j e c t ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s A l l ( j a v a . u t i l . C o l l e c t i o n < ? > ) ;  + 
+     p u b l i c   b o o l e a n   i s E m p t y ( ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e ( j a v a . l a n g . O b j e c t ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e A l l ( j a v a . u t i l . C o l l e c t i o n < ? > ) ;  + 
+     p u b l i c   b o o l e a n   r e t a i n A l l ( j a v a . u t i l . C o l l e c t i o n < ? > ) ;  + 
+     p u b l i c   i n t   s i z e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . O b j e c t [ ]   t o A r r a y ( ) ;  + 
+     p u b l i c   < M g P r o p e r t y D e f i n i t i o n >   M g P r o p e r t y D e f i n i t i o n [ ]   t o A r r a y ( M g P r o p e r t y D e f i n i t i o n [ ] ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y D e f i n i t i o n C o l l e c t i o n ( ) ;  + 
+     p u b l i c   v o i d   s e t I t e m ( i n t ,   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y D e f i n i t i o n ) ;  + 
+     p u b l i c   v o i d   a d d I t e m ( o r g . o s g e o . m a p g u i d e . M g P r o p e r t y D e f i n i t i o n ) ;  + 
+     p u b l i c   v o i d   i n s e r t ( i n t ,   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y D e f i n i t i o n ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e ( o r g . o s g e o . m a p g u i d e . M g P r o p e r t y D e f i n i t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y D e f i n i t i o n   g e t I t e m ( i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y D e f i n i t i o n   g e t I t e m ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+     p u b l i c   v o i d   c l e a r ( ) ;  + 
+     p u b l i c   v o i d   r e m o v e A t ( i n t ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( o r g . o s g e o . m a p g u i d e . M g P r o p e r t y D e f i n i t i o n ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   i n t   i n d e x O f ( o r g . o s g e o . m a p g u i d e . M g P r o p e r t y D e f i n i t i o n ) ;  + 
+     p u b l i c   i n t   i n d e x O f ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   t o X m l ( ) ;  + 
+     p u b l i c   b o o l e a n   a d d ( j a v a . l a n g . O b j e c t ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g P r o p e r t y T y p e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y T y p e   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   N u l l   =   0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   B o o l e a n   =   1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   B y t e   =   2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D a t e T i m e   =   3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S i n g l e   =   4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D o u b l e   =   5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   I n t 1 6   =   6 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   I n t 3 2   =   7 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   I n t 6 4   =   8 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S t r i n g   =   9 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   B l o b   =   1 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   C l o b   =   1 1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   F e a t u r e   =   1 2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   G e o m e t r y   =   1 3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   R a s t e r   =   1 4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D e c i m a l   =   1 5 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y T y p e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g R a s t e r . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g R a s t e r   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g S e r i a l i z a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   b o o l e a n   i s N u l l ( ) ;  + 
+     p u b l i c   v o i d   s e t N u l l ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g E n v e l o p e   g e t B o u n d s ( ) ;  + 
+     p u b l i c   i n t   g e t I m a g e X S i z e ( ) ;  + 
+     p u b l i c   v o i d   s e t I m a g e X S i z e ( i n t ) ;  + 
+     p u b l i c   i n t   g e t I m a g e Y S i z e ( ) ;  + 
+     p u b l i c   v o i d   s e t I m a g e Y S i z e ( i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t S t r e a m ( ) ;  + 
+     p u b l i c   i n t   g e t B i t s P e r P i x e l ( ) ;  + 
+     p u b l i c   i n t   g e t D a t a M o d e l T y p e ( ) ;  + 
+     p u b l i c   i n t   g e t N u m b e r O f B a n d s ( ) ;  + 
+     p u b l i c   i n t   g e t C u r r e n t B a n d ( ) ;  + 
+     p u b l i c   s h o r t   g e t D a t a T y p e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t V e r t i c a l U n i t s ( ) ;  + 
+     p u b l i c   i n t   g e t N u l l V a l u e T y p e ( ) ;  + 
+     p u b l i c   l o n g   g e t N u l l V a l u e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g R a s t e r D a t a M o d e l T y p e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g R a s t e r D a t a M o d e l T y p e   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   U n k n o w n   =   0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D a t a   =   1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   B i t o n a l   =   2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   G r a y   =   3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   R G B   =   4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   R G B A   =   5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   P a l e t t e   =   6 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g R a s t e r D a t a M o d e l T y p e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g R a s t e r P r o p e r t y . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g R a s t e r P r o p e r t y   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g N u l l a b l e P r o p e r t y   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g R a s t e r P r o p e r t y ( j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g R a s t e r ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g R a s t e r   g e t V a l u e ( ) ;  + 
+     p u b l i c   s h o r t   g e t P r o p e r t y T y p e ( ) ;  + 
+     p u b l i c   v o i d   s e t V a l u e ( o r g . o s g e o . m a p g u i d e . M g R a s t e r ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g R a s t e r P r o p e r t y D e f i n i t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g R a s t e r P r o p e r t y D e f i n i t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y D e f i n i t i o n   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g R a s t e r P r o p e r t y D e f i n i t i o n ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   g e t R e a d O n l y ( ) ;  + 
+     p u b l i c   b o o l e a n   g e t N u l l a b l e ( ) ;  + 
+     p u b l i c   i n t   g e t D e f a u l t I m a g e X S i z e ( ) ;  + 
+     p u b l i c   i n t   g e t D e f a u l t I m a g e Y S i z e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t S p a t i a l C o n t e x t A s s o c i a t i o n ( ) ;  + 
+     p u b l i c   v o i d   s e t R e a d O n l y ( b o o l e a n ) ;  + 
+     p u b l i c   v o i d   s e t N u l l a b l e ( b o o l e a n ) ;  + 
+     p u b l i c   v o i d   s e t D e f a u l t I m a g e X S i z e ( i n t ) ;  + 
+     p u b l i c   v o i d   s e t D e f a u l t I m a g e Y S i z e ( i n t ) ;  + 
+     p u b l i c   v o i d   s e t S p a t i a l C o n t e x t A s s o c i a t i o n ( j a v a . l a n g . S t r i n g ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g R e a d e r . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g R e a d e r   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g S e r i a l i z a b l e   i m p l e m e n t s   j a v a . l a n g . A u t o C l o s e a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   b o o l e a n   r e a d N e x t ( ) ;  + 
+     p u b l i c   i n t   g e t P r o p e r t y C o u n t ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t P r o p e r t y N a m e ( i n t ) ;  + 
+     p u b l i c   i n t   g e t P r o p e r t y T y p e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   i n t   g e t P r o p e r t y T y p e ( i n t ) ;  + 
+     p u b l i c   b o o l e a n   i s N u l l ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   g e t B o o l e a n ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b y t e   g e t B y t e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g D a t e T i m e   g e t D a t e T i m e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   f l o a t   g e t S i n g l e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   d o u b l e   g e t D o u b l e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   s h o r t   g e t I n t 1 6 ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   i n t   g e t I n t 3 2 ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   l o n g   g e t I n t 6 4 ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t S t r i n g ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t B L O B ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t C L O B ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t G e o m e t r y ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g R a s t e r   g e t R a s t e r ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   i n t   g e t P r o p e r t y I n d e x ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   i s N u l l ( i n t ) ;  + 
+     p u b l i c   b o o l e a n   g e t B o o l e a n ( i n t ) ;  + 
+     p u b l i c   b y t e   g e t B y t e ( i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g D a t e T i m e   g e t D a t e T i m e ( i n t ) ;  + 
+     p u b l i c   f l o a t   g e t S i n g l e ( i n t ) ;  + 
+     p u b l i c   d o u b l e   g e t D o u b l e ( i n t ) ;  + 
+     p u b l i c   s h o r t   g e t I n t 1 6 ( i n t ) ;  + 
+     p u b l i c   i n t   g e t I n t 3 2 ( i n t ) ;  + 
+     p u b l i c   l o n g   g e t I n t 6 4 ( i n t ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t S t r i n g ( i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t B L O B ( i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t C L O B ( i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t G e o m e t r y ( i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g R a s t e r   g e t R a s t e r ( i n t ) ;  + 
+     p u b l i c   v o i d   c l o s e ( ) ;  + 
+     p u b l i c   i n t   g e t R e a d e r T y p e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   t o X m l ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g R e a d e r T y p e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g R e a d e r T y p e   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   F e a t u r e R e a d e r   =   0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D a t a R e a d e r   =   1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S q l D a t a R e a d e r   =   2 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g R e a d e r T y p e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g R e a d O n l y L a y e r C o l l e c t i o n . j a v a "  + 
+ c l a s s   o r g . o s g e o . m a p g u i d e . M g R e a d O n l y L a y e r C o l l e c t i o n $ I t e m I t e r a t o r   i m p l e m e n t s   j a v a . u t i l . I t e r a t o r < o r g . o s g e o . m a p g u i d e . M g L a y e r B a s e >   {  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g R e a d O n l y L a y e r C o l l e c t i o n $ I t e m I t e r a t o r ( o r g . o s g e o . m a p g u i d e . M g R e a d O n l y L a y e r C o l l e c t i o n ,   o r g . o s g e o . m a p g u i d e . M g R e a d O n l y L a y e r C o l l e c t i o n ) ;  + 
+     p u b l i c   b o o l e a n   h a s N e x t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L a y e r B a s e   n e x t ( ) ;  + 
+     p u b l i c   v o i d   r e m o v e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . O b j e c t   n e x t ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g R e a d O n l y L a y e r C o l l e c t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g R e a d O n l y L a y e r C o l l e c t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   i m p l e m e n t s   j a v a . l a n g . I t e r a b l e < o r g . o s g e o . m a p g u i d e . M g L a y e r B a s e >   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   j a v a . u t i l . I t e r a t o r < o r g . o s g e o . m a p g u i d e . M g L a y e r B a s e >   i t e r a t o r ( ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g L a y e r B a s e   g e t I t e m ( i n t ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( o r g . o s g e o . m a p g u i d e . M g L a y e r B a s e ) ;  + 
+     p u b l i c   i n t   i n d e x O f ( o r g . o s g e o . m a p g u i d e . M g L a y e r B a s e ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g R e g i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g R e g i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P o i n t   g e t P o i n t I n R e g i o n ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e I t e r a t o r   g e t C o o r d i n a t e s ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g R e n d e r i n g O p t i o n s . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g R e n d e r i n g O p t i o n s   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g S e r i a l i z a b l e   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   R e n d e r S e l e c t i o n ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   R e n d e r L a y e r s ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   K e e p S e l e c t i o n ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   R e n d e r B a s e L a y e r s ;  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g R e n d e r i n g O p t i o n s ( j a v a . l a n g . S t r i n g ,   i n t ,   o r g . o s g e o . m a p g u i d e . M g C o l o r ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t I m a g e F o r m a t ( ) ;  + 
+     p u b l i c   i n t   g e t B e h a v i o r ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o l o r   g e t S e l e c t i o n C o l o r ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g R e n d e r i n g S e r v i c e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g R e n d e r i n g S e r v i c e   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g S e r v i c e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   r e n d e r T i l e ( o r g . o s g e o . m a p g u i d e . M g M a p ,   j a v a . l a n g . S t r i n g ,   i n t ,   i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   r e n d e r T i l e ( o r g . o s g e o . m a p g u i d e . M g M a p ,   j a v a . l a n g . S t r i n g ,   i n t ,   i n t ,   i n t ,   i n t ,   i n t ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   r e n d e r T i l e ( o r g . o s g e o . m a p g u i d e . M g M a p ,   j a v a . l a n g . S t r i n g ,   i n t ,   i n t ,   i n t ,   i n t ,   i n t ,   j a v a . l a n g . S t r i n g ,   d o u b l e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   r e n d e r T i l e X Y Z ( o r g . o s g e o . m a p g u i d e . M g M a p ,   j a v a . l a n g . S t r i n g ,   i n t ,   i n t ,   i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   r e n d e r T i l e X Y Z ( o r g . o s g e o . m a p g u i d e . M g M a p ,   j a v a . l a n g . S t r i n g ,   i n t ,   i n t ,   i n t ,   i n t ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   r e n d e r T i l e X Y Z ( o r g . o s g e o . m a p g u i d e . M g M a p ,   j a v a . l a n g . S t r i n g ,   i n t ,   i n t ,   i n t ,   i n t ,   j a v a . l a n g . S t r i n g ,   d o u b l e ,   i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   r e n d e r T i l e U T F G r i d ( o r g . o s g e o . m a p g u i d e . M g M a p ,   j a v a . l a n g . S t r i n g ,   i n t ,   i n t ,   i n t ,   i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   r e n d e r D y n a m i c O v e r l a y ( o r g . o s g e o . m a p g u i d e . M g M a p ,   o r g . o s g e o . m a p g u i d e . M g S e l e c t i o n ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   r e n d e r D y n a m i c O v e r l a y ( o r g . o s g e o . m a p g u i d e . M g M a p ,   o r g . o s g e o . m a p g u i d e . M g S e l e c t i o n ,   j a v a . l a n g . S t r i n g ,   b o o l e a n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   r e n d e r D y n a m i c O v e r l a y ( o r g . o s g e o . m a p g u i d e . M g M a p ,   o r g . o s g e o . m a p g u i d e . M g S e l e c t i o n ,   o r g . o s g e o . m a p g u i d e . M g R e n d e r i n g O p t i o n s ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   r e n d e r M a p ( o r g . o s g e o . m a p g u i d e . M g M a p ,   o r g . o s g e o . m a p g u i d e . M g S e l e c t i o n ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   r e n d e r M a p ( o r g . o s g e o . m a p g u i d e . M g M a p ,   o r g . o s g e o . m a p g u i d e . M g S e l e c t i o n ,   j a v a . l a n g . S t r i n g ,   b o o l e a n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   r e n d e r M a p ( o r g . o s g e o . m a p g u i d e . M g M a p ,   o r g . o s g e o . m a p g u i d e . M g S e l e c t i o n ,   j a v a . l a n g . S t r i n g ,   b o o l e a n ,   b o o l e a n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   r e n d e r M a p ( o r g . o s g e o . m a p g u i d e . M g M a p ,   o r g . o s g e o . m a p g u i d e . M g S e l e c t i o n ,   j a v a . l a n g . S t r i n g ,   b o o l e a n ,   b o o l e a n ,   o r g . o s g e o . m a p g u i d e . M g C o l o r ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   r e n d e r M a p ( o r g . o s g e o . m a p g u i d e . M g M a p ,   o r g . o s g e o . m a p g u i d e . M g S e l e c t i o n ,   o r g . o s g e o . m a p g u i d e . M g E n v e l o p e ,   i n t ,   i n t ,   o r g . o s g e o . m a p g u i d e . M g C o l o r ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   r e n d e r M a p ( o r g . o s g e o . m a p g u i d e . M g M a p ,   o r g . o s g e o . m a p g u i d e . M g S e l e c t i o n ,   o r g . o s g e o . m a p g u i d e . M g E n v e l o p e ,   i n t ,   i n t ,   o r g . o s g e o . m a p g u i d e . M g C o l o r ,   j a v a . l a n g . S t r i n g ,   b o o l e a n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   r e n d e r M a p ( o r g . o s g e o . m a p g u i d e . M g M a p ,   o r g . o s g e o . m a p g u i d e . M g S e l e c t i o n ,   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ,   d o u b l e ,   i n t ,   i n t ,   o r g . o s g e o . m a p g u i d e . M g C o l o r ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   r e n d e r M a p ( o r g . o s g e o . m a p g u i d e . M g M a p ,   o r g . o s g e o . m a p g u i d e . M g S e l e c t i o n ,   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ,   d o u b l e ,   i n t ,   i n t ,   o r g . o s g e o . m a p g u i d e . M g C o l o r ,   j a v a . l a n g . S t r i n g ,   b o o l e a n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   r e n d e r M a p ( o r g . o s g e o . m a p g u i d e . M g M a p ,   o r g . o s g e o . m a p g u i d e . M g S e l e c t i o n ,   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ,   d o u b l e ,   i n t ,   i n t ,   o r g . o s g e o . m a p g u i d e . M g C o l o r ,   j a v a . l a n g . S t r i n g ,   b o o l e a n ,   o r g . o s g e o . m a p g u i d e . M g C o l o r ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   r e n d e r M a p L e g e n d ( o r g . o s g e o . m a p g u i d e . M g M a p ,   i n t ,   i n t ,   o r g . o s g e o . m a p g u i d e . M g C o l o r ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e I n f o r m a t i o n   q u e r y F e a t u r e s ( o r g . o s g e o . m a p g u i d e . M g M a p ,   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n ,   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y ,   i n t ,   i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e I n f o r m a t i o n   q u e r y F e a t u r e s ( o r g . o s g e o . m a p g u i d e . M g M a p ,   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n ,   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y ,   i n t ,   j a v a . l a n g . S t r i n g ,   i n t ,   i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B a t c h P r o p e r t y C o l l e c t i o n   q u e r y F e a t u r e P r o p e r t i e s ( o r g . o s g e o . m a p g u i d e . M g M a p ,   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n ,   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y ,   i n t ,   i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B a t c h P r o p e r t y C o l l e c t i o n   q u e r y F e a t u r e P r o p e r t i e s ( o r g . o s g e o . m a p g u i d e . M g M a p ,   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n ,   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y ,   i n t ,   j a v a . l a n g . S t r i n g ,   i n t ,   i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g M e t a t i l e   r e n d e r M e t a t i l e ( o r g . o s g e o . m a p g u i d e . M g M a p ,   j a v a . l a n g . S t r i n g ,   i n t ,   i n t ,   i n t ,   i n t ,   i n t ,   j a v a . l a n g . S t r i n g ,   d o u b l e ,   i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g M e t a t i l e   r e n d e r M e t a t i l e X Y Z ( o r g . o s g e o . m a p g u i d e . M g M a p ,   j a v a . l a n g . S t r i n g ,   i n t ,   i n t ,   i n t ,   i n t ,   j a v a . l a n g . S t r i n g ,   d o u b l e ,   i n t ,   i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   r e n d e r T i l e F r o m M e t a T i l e ( o r g . o s g e o . m a p g u i d e . M g M a p ,   o r g . o s g e o . m a p g u i d e . M g M e t a t i l e ,   i n t ,   i n t ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g R e p o s i t o r y T y p e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g R e p o s i t o r y T y p e   {  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   L i b r a r y   =   " L i b r a r y " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   S e s s i o n   =   " S e s s i o n " ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g R e p o s i t o r y T y p e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g R e s o u r c e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g R e s o u r c e   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g N a m e d S e r i a l i z a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r   g e t R e s o u r c e I d ( ) ;  + 
+     p u b l i c   v o i d   o p e n ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e S e r v i c e ,   o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ) ;  + 
+     p u b l i c   v o i d   s a v e ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e S e r v i c e ) ;  + 
+     p u b l i c   v o i d   s a v e ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e S e r v i c e ,   o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g R e s o u r c e D a t a N a m e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g R e s o u r c e D a t a N a m e   {  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   U s e r C r e d e n t i a l s   =   " M G _ U S E R _ C R E D E N T I A L S " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   P r o x y S e r v e r N a m e   =   " M G _ P R O X Y _ S E R V E R " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   P r o x y S e r v e r P o r t   =   " M G _ P R O X Y _ P O R T " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   P r o x y C r e d e n t i a l s   =   " M G _ P R O X Y _ C R E D E N T I A L S " ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g R e s o u r c e D a t a N a m e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g R e s o u r c e D a t a T y p e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g R e s o u r c e D a t a T y p e   {  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   F i l e   =   " F i l e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   S t r e a m   =   " S t r e a m " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   S t r i n g   =   " S t r i n g " ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g R e s o u r c e D a t a T y p e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g R e s o u r c e H e a d e r P r o p e r t i e s . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g R e s o u r c e H e a d e r P r o p e r t i e s   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   G e n e r a l   =   1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S e c u r i t y   =   2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M e t a d a t a   =   4 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g R e s o u r c e H e a d e r P r o p e r t i e s ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g R e s o u r c e I d e n t i f i e r . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g S e r i a l i z a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t R e p o s i t o r y T y p e ( ) ;  + 
+     p u b l i c   v o i d   s e t R e p o s i t o r y T y p e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t R e p o s i t o r y N a m e ( ) ;  + 
+     p u b l i c   v o i d   s e t R e p o s i t o r y N a m e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   t o S t r i n g ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t P a t h ( ) ;  + 
+     p u b l i c   v o i d   s e t P a t h ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t N a m e ( ) ;  + 
+     p u b l i c   v o i d   s e t N a m e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t R e s o u r c e T y p e ( ) ;  + 
+     p u b l i c   v o i d   s e t R e s o u r c e T y p e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   v a l i d a t e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g R e s o u r c e P e r m i s s i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g R e s o u r c e P e r m i s s i o n   {  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   P e r m i s s i o n N o A c c e s s   =   " n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   P e r m i s s i o n R e a d O n l y   =   " r " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   P e r m i s s i o n R e a d W r i t e   =   " r , w " ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g R e s o u r c e P e r m i s s i o n ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g R e s o u r c e S e r v i c e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g R e s o u r c e S e r v i c e   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g S e r v i c e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   v o i d   u p d a t e R e p o s i t o r y ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r ,   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r ) ;  + 
+     p u b l i c   v o i d   a p p l y R e s o u r c e P a c k a g e ( o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   e n u m e r a t e R e s o u r c e s ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   i n t ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   e n u m e r a t e R e s o u r c e s ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   i n t ,   j a v a . l a n g . S t r i n g ,   b o o l e a n ) ;  + 
+     p u b l i c   v o i d   s e t R e s o u r c e ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r ,   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r ) ;  + 
+     p u b l i c   v o i d   d e l e t e R e s o u r c e ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ) ;  + 
+     p u b l i c   v o i d   m o v e R e s o u r c e ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   b o o l e a n ) ;  + 
+     p u b l i c   v o i d   m o v e R e s o u r c e ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   b o o l e a n ,   b o o l e a n ) ;  + 
+     p u b l i c   v o i d   c o p y R e s o u r c e ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   b o o l e a n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t R e s o u r c e C o n t e n t ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n   g e t R e s o u r c e C o n t e n t s ( o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n ,   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t R e s o u r c e H e a d e r ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ) ;  + 
+     p u b l i c   v o i d   c h a n g e R e s o u r c e O w n e r ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ,   b o o l e a n ) ;  + 
+     p u b l i c   v o i d   i n h e r i t P e r m i s s i o n s F r o m ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ) ;  + 
+     p u b l i c   v o i d   s e t R e s o u r c e D a t a ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r ) ;  + 
+     p u b l i c   v o i d   d e l e t e R e s o u r c e D a t a ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   r e n a m e R e s o u r c e D a t a ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ,   b o o l e a n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t R e s o u r c e D a t a ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   e n u m e r a t e R e s o u r c e D a t a ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t R e p o s i t o r y C o n t e n t ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t R e p o s i t o r y H e a d e r ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   e n u m e r a t e R e f e r e n c e s ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ) ;  + 
+     p u b l i c   b o o l e a n   r e s o u r c e E x i s t s ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   e n u m e r a t e U n m a n a g e d D a t a ( j a v a . l a n g . S t r i n g ,   b o o l e a n ,   j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   e n u m e r a t e R e s o u r c e D o c u m e n t s ( o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n ,   j a v a . l a n g . S t r i n g ,   i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g D a t e T i m e   g e t R e s o u r c e M o d i f i e d D a t e ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ) ;  + 
+     p u b l i c   v o i d   s e t R e s o u r c e M e t a d a t a ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t R e s o u r c e M e t a d a t a ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g R e s o u r c e T a g . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g R e s o u r c e T a g   {  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   L o g i n U s e r n a m e   =   " % M G _ L O G I N _ U S E R N A M E % " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   L o g i n P a s s w o r d   =   " % M G _ L O G I N _ P A S S W O R D % " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   U s e r n a m e   =   " % M G _ U S E R N A M E % " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   P a s s w o r d   =   " % M G _ P A S S W O R D % " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   P r o x y S e r v e r   =   " % M G _ P R O X Y _ S E R V E R % " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   P r o x y P o r t   =   " % M G _ P R O X Y _ P O R T % " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   P r o x y U s e r n a m e   =   " % M G _ P R O X Y _ U S E R N A M E % " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   P r o x y P a s s w o r d   =   " % M G _ P R O X Y _ P A S S W O R D % " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D a t a F i l e P a t h   =   " % M G _ D A T A _ F I L E _ P A T H % " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   T i l e C a c h e P a t h   =   " % M G _ T I L E _ C A C H E _ P A T H % " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D a t a P a t h A l i a s B e g i n   =   " % M G _ D A T A _ P A T H _ A L I A S [ " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D a t a P a t h A l i a s E n d   =   " ] % " ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g R e s o u r c e T a g ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g R e s o u r c e T y p e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g R e s o u r c e T y p e   {  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M a p   =   " M a p " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M a p D e f i n i t i o n   =   " M a p D e f i n i t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   L a y e r D e f i n i t i o n   =   " L a y e r D e f i n i t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D r a w i n g S o u r c e   =   " D r a w i n g S o u r c e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   F e a t u r e S o u r c e   =   " F e a t u r e S o u r c e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   F o l d e r   =   " F o l d e r " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   L o a d P r o c e d u r e   =   " L o a d P r o c e d u r e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   P r i n t L a y o u t   =   " P r i n t L a y o u t " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   S e l e c t i o n   =   " S e l e c t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   S y m b o l D e f i n i t i o n   =   " S y m b o l D e f i n i t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   S y m b o l L i b r a r y   =   " S y m b o l L i b r a r y " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   W e b L a y o u t   =   " W e b L a y o u t " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A p p l i c a t i o n D e f i n i t i o n   =   " A p p l i c a t i o n D e f i n i t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   W a t e r m a r k D e f i n i t i o n   =   " W a t e r m a r k D e f i n i t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   T i l e S e t D e f i n i t i o n   =   " T i l e S e t D e f i n i t i o n " ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g R e s o u r c e T y p e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g R i n g . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g R i n g   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y C o m p o n e n t   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P o i n t   g e t P o i n t I n R i n g ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e I t e r a t o r   g e t C o o r d i n a t e s ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g R o l e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g R o l e   {  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A d m i n i s t r a t o r   =   " A d m i n i s t r a t o r " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A u t h o r   =   " A u t h o r " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   V i e w e r   =   " V i e w e r " ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g R o l e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g S e l e c t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g S e l e c t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g S e l e c t i o n B a s e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S e l e c t i o n ( o r g . o s g e o . m a p g u i d e . M g M a p ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S e l e c t i o n ( o r g . o s g e o . m a p g u i d e . M g M a p ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e R e a d e r   g e t S e l e c t e d F e a t u r e s ( o r g . o s g e o . m a p g u i d e . M g L a y e r B a s e ,   j a v a . l a n g . S t r i n g ,   b o o l e a n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e R e a d e r   g e t S e l e c t e d F e a t u r e s ( o r g . o s g e o . m a p g u i d e . M g L a y e r B a s e ,   j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n ) ;  + 
+     p u b l i c   v o i d   o p e n ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e S e r v i c e ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   s a v e ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e S e r v i c e ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S e l e c t i o n ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g S e l e c t i o n B a s e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g S e l e c t i o n B a s e   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g R e s o u r c e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S e l e c t i o n B a s e ( o r g . o s g e o . m a p g u i d e . M g M a p B a s e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S e l e c t i o n B a s e ( o r g . o s g e o . m a p g u i d e . M g M a p B a s e ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   i n t   g e t S e l e c t e d F e a t u r e s C o u n t ( o r g . o s g e o . m a p g u i d e . M g L a y e r B a s e ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e R e a d e r   g e t S e l e c t e d F e a t u r e s ( o r g . o s g e o . m a p g u i d e . M g L a y e r B a s e ,   j a v a . l a n g . S t r i n g ,   b o o l e a n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g F e a t u r e R e a d e r   g e t S e l e c t e d F e a t u r e s ( o r g . o s g e o . m a p g u i d e . M g L a y e r B a s e ,   j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n ) ;  + 
+     p u b l i c   v o i d   f r o m X m l ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   t o X m l ( ) ;  + 
+     p u b l i c   v o i d   a d d F e a t u r e s ( o r g . o s g e o . m a p g u i d e . M g L a y e r B a s e ,   o r g . o s g e o . m a p g u i d e . M g F e a t u r e R e a d e r ,   i n t ) ;  + 
+     p u b l i c   v o i d   a d d F e a t u r e I d s ( o r g . o s g e o . m a p g u i d e . M g L a y e r B a s e ,   j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y C o l l e c t i o n ) ;  + 
+     p u b l i c   v o i d   a d d F e a t u r e I d I n t 1 6 ( o r g . o s g e o . m a p g u i d e . M g L a y e r B a s e ,   j a v a . l a n g . S t r i n g ,   s h o r t ) ;  + 
+     p u b l i c   v o i d   a d d F e a t u r e I d I n t 3 2 ( o r g . o s g e o . m a p g u i d e . M g L a y e r B a s e ,   j a v a . l a n g . S t r i n g ,   i n t ) ;  + 
+     p u b l i c   v o i d   a d d F e a t u r e I d I n t 6 4 ( o r g . o s g e o . m a p g u i d e . M g L a y e r B a s e ,   j a v a . l a n g . S t r i n g ,   l o n g ) ;  + 
+     p u b l i c   v o i d   a d d F e a t u r e I d S t r i n g ( o r g . o s g e o . m a p g u i d e . M g L a y e r B a s e ,   j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   a d d F e a t u r e I d D o u b l e ( o r g . o s g e o . m a p g u i d e . M g L a y e r B a s e ,   j a v a . l a n g . S t r i n g ,   d o u b l e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g R e a d O n l y L a y e r C o l l e c t i o n   g e t L a y e r s ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n   g e t C l a s s e s ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t C l a s s ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( o r g . o s g e o . m a p g u i d e . M g L a y e r B a s e ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e n e r a t e F i l t e r ( o r g . o s g e o . m a p g u i d e . M g L a y e r B a s e ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n   g e n e r a t e F i l t e r s ( o r g . o s g e o . m a p g u i d e . M g L a y e r B a s e ,   j a v a . l a n g . S t r i n g ,   i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g E n v e l o p e   g e t E x t e n t s ( o r g . o s g e o . m a p g u i d e . M g F e a t u r e S e r v i c e ) ;  + 
+     p u b l i c   v o i d   a d d ( j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   o p e n ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e S e r v i c e ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   s a v e ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e S e r v i c e ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t R e s o u r c e N a m e ( j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   s e t M a p ( o r g . o s g e o . m a p g u i d e . M g M a p B a s e ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g S e r i a l i z a b l e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g S e r i a l i z a b l e   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g S e r v e r A d m i n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g S e r v e r A d m i n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S e r v e r A d m i n ( ) ;  + 
+     p u b l i c   v o i d   o p e n ( j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g U s e r I n f o r m a t i o n ) ;  + 
+     p u b l i c   v o i d   o p e n ( o r g . o s g e o . m a p g u i d e . M g U s e r I n f o r m a t i o n ) ;  + 
+     p u b l i c   v o i d   c l o s e ( ) ;  + 
+     p u b l i c   b o o l e a n   h a s W a r n i n g ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g W a r n i n g s   g e t W a r n i n g s O b j e c t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y C o l l e c t i o n   g e t C o n f i g u r a t i o n P r o p e r t i e s ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   s e t C o n f i g u r a t i o n P r o p e r t i e s ( j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y C o l l e c t i o n ) ;  + 
+     p u b l i c   v o i d   r e m o v e C o n f i g u r a t i o n P r o p e r t i e s ( j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y C o l l e c t i o n ) ;  + 
+     p u b l i c   b o o l e a n   c l e a r L o g ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   d e l e t e L o g ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   r e n a m e L o g ( j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y C o l l e c t i o n   e n u m e r a t e L o g s ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t L o g ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t L o g ( j a v a . l a n g . S t r i n g ,   i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t L o g ( j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g D a t e T i m e ,   o r g . o s g e o . m a p g u i d e . M g D a t e T i m e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t L o g F i l e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   b r i n g O n l i n e ( ) ;  + 
+     p u b l i c   v o i d   t a k e O f f l i n e ( ) ;  + 
+     p u b l i c   b o o l e a n   i s O n l i n e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y C o l l e c t i o n   g e t I n f o r m a t i o n P r o p e r t i e s ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t S i t e V e r s i o n ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y C o l l e c t i o n   g e t S i t e S t a t u s ( ) ;  + 
+     p u b l i c   v o i d   d e l e t e P a c k a g e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n   e n u m e r a t e P a c k a g e s ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t P a c k a g e L o g ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P a c k a g e S t a t u s I n f o r m a t i o n   g e t P a c k a g e S t a t u s ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   l o a d P a c k a g e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   m a k e P a c k a g e ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   s e t M a x i m u m L o g S i z e ( i n t ) ;  + 
+     p u b l i c   v o i d   s e t L o g D e l i m i t e r ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   e n a b l e M a x i m u m L o g S i z e ( b o o l e a n ) ;  + 
+     p u b l i c   b o o l e a n   i s M a x i m u m L o g S i z e E n a b l e d ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t D o c u m e n t ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   s e t D o c u m e n t ( j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g S e r v e r I n f o r m a t i o n P r o p e r t i e s . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g S e r v e r I n f o r m a t i o n P r o p e r t i e s   {  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   S e r v e r V e r s i o n   =   " S e r v e r V e r s i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A p i V e r s i o n   =   " A p i V e r s i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A d m i n O p e r a t i o n s Q u e u e C o u n t   =   " A d m i n O p e r a t i o n s Q u e u e C o u n t " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   C l i e n t O p e r a t i o n s Q u e u e C o u n t   =   " C l i e n t O p e r a t i o n s Q u e u e C o u n t " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   S i t e O p e r a t i o n s Q u e u e C o u n t   =   " S i t e O p e r a t i o n s Q u e u e C o u n t " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A v e r a g e O p e r a t i o n T i m e   =   " A v e r a g e O p e r a t i o n T i m e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   T o t a l O p e r a t i o n T i m e   =   " T o t a l O p e r a t i o n T i m e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   C p u U t i l i z a t i o n   =   " C p u U t i l i z a t i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   T o t a l P h y s i c a l M e m o r y   =   " T o t a l P h y s i c a l M e m o r y " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A v a i l a b l e P h y s i c a l M e m o r y   =   " A v a i l a b l e P h y s i c a l M e m o r y " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   T o t a l V i r t u a l M e m o r y   =   " T o t a l V i r t u a l M e m o r y " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A v a i l a b l e V i r t u a l M e m o r y   =   " A v a i l a b l e V i r t u a l M e m o r y " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   U p t i m e   =   " U p t i m e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   S t a t u s   =   " S t a t u s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   D i s p l a y N a m e   =   " D i s p l a y N a m e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M a c h i n e I p   =   " M a c h i n e I p " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   T o t a l R e c e i v e d O p e r a t i o n s   =   " T o t a l R e c e i v e d O p e r a t i o n s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   T o t a l P r o c e s s e d O p e r a t i o n s   =   " T o t a l P r o c e s s e d O p e r a t i o n s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   T o t a l C o n n e c t i o n s   =   " T o t a l C o n n e c t i o n s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   T o t a l A c t i v e C o n n e c t i o n s   =   " T o t a l A c t i v e C o n n e c t i o n s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   O p e r a t i n g S y s t e m V e r s i o n   =   " O p e r a t i n g S y s t e m V e r s i o n " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   W o r k i n g S e t   =   " W o r k i n g S e t " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   V i r t u a l M e m o r y   =   " V i r t u a l M e m o r y " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   C a c h e S i z e   =   " C a c h e S i z e " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   C a c h e D r o p p e d E n t r i e s   =   " C a c h e D r o p p e d E n t r i e s " ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S e r v e r I n f o r m a t i o n P r o p e r t i e s ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g S e r v i c e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g S e r v i c e   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   b o o l e a n   h a s W a r n i n g s ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g W a r n i n g s   g e t W a r n i n g s O b j e c t ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g S e r v i c e T y p e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g S e r v i c e T y p e   {  + 
+     p u b l i c   s t a t i c   f i n a l   s h o r t   R e s o u r c e S e r v i c e   =   0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   s h o r t   D r a w i n g S e r v i c e   =   1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   s h o r t   F e a t u r e S e r v i c e   =   2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   s h o r t   M a p p i n g S e r v i c e   =   3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   s h o r t   R e n d e r i n g S e r v i c e   =   4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   s h o r t   T i l e S e r v i c e   =   5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   s h o r t   K m l S e r v i c e   =   6 ;  + 
+     p u b l i c   s t a t i c   f i n a l   s h o r t   P r o f i l i n g S e r v i c e   =   1 0 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S e r v i c e T y p e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g S i n g l e P r o p e r t y . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g S i n g l e P r o p e r t y   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g N u l l a b l e P r o p e r t y   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S i n g l e P r o p e r t y ( j a v a . l a n g . S t r i n g ,   f l o a t ) ;  + 
+     p u b l i c   f l o a t   g e t V a l u e ( ) ;  + 
+     p u b l i c   s h o r t   g e t P r o p e r t y T y p e ( ) ;  + 
+     p u b l i c   v o i d   s e t V a l u e ( f l o a t ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g S i t e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g S i t e   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   e n u m e r a t e U s e r s ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   e n u m e r a t e G r o u p s ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   c r e a t e S e s s i o n ( ) ;  + 
+     p u b l i c   v o i d   d e s t r o y S e s s i o n ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t C u r r e n t S e s s i o n ( ) ;  + 
+     p u b l i c   i n t   g e t S e s s i o n T i m e o u t ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t U s e r F o r S e s s i o n ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   e n u m e r a t e G r o u p s ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n   e n u m e r a t e R o l e s ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S i t e ( ) ;  + 
+     p u b l i c   v o i d   o p e n ( o r g . o s g e o . m a p g u i d e . M g U s e r I n f o r m a t i o n ) ;  + 
+     p u b l i c   v o i d   o p e n ( o r g . o s g e o . m a p g u i d e . M g U s e r I n f o r m a t i o n ,   o r g . o s g e o . m a p g u i d e . M g S i t e I n f o ) ;  + 
+     p u b l i c   v o i d   c l o s e ( ) ;  + 
+     p u b l i c   b o o l e a n   h a s W a r n i n g ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g W a r n i n g s   g e t W a r n i n g ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   e n u m e r a t e U s e r s ( j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ,   b o o l e a n ) ;  + 
+     p u b l i c   v o i d   a d d U s e r ( j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   u p d a t e U s e r ( j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   d e l e t e U s e r s ( o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n ) ;  + 
+     p u b l i c   v o i d   g r a n t R o l e M e m b e r s h i p s T o U s e r s ( o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n ,   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n ) ;  + 
+     p u b l i c   v o i d   r e v o k e R o l e M e m b e r s h i p s F r o m U s e r s ( o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n ,   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n ) ;  + 
+     p u b l i c   v o i d   g r a n t G r o u p M e m b e r s h i p s T o U s e r s ( o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n ,   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n ) ;  + 
+     p u b l i c   v o i d   r e v o k e G r o u p M e m b e r s h i p s F r o m U s e r s ( o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n ,   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   e n u m e r a t e G r o u p s ( j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   a d d G r o u p ( j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   u p d a t e G r o u p ( j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   d e l e t e G r o u p s ( o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n ) ;  + 
+     p u b l i c   v o i d   g r a n t R o l e M e m b e r s h i p s T o G r o u p s ( o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n ,   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n ) ;  + 
+     p u b l i c   v o i d   r e v o k e R o l e M e m b e r s h i p s F r o m G r o u p s ( o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n ,   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n   e n u m e r a t e R o l e s ( j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   e n u m e r a t e S e r v e r s ( ) ;  + 
+     p u b l i c   v o i d   a d d S e r v e r ( j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   u p d a t e S e r v e r ( j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   r e m o v e S e r v e r ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S i t e I n f o   g e t S i t e S e r v e r I n f o ( i n t ) ;  + 
+     p u b l i c   i n t   g e t S i t e S e r v e r C o u n t ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t C u r r e n t S i t e A d d r e s s ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g S i t e C o n n e c t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g S i t e C o n n e c t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S i t e C o n n e c t i o n ( ) ;  + 
+     p u b l i c   v o i d   o p e n ( o r g . o s g e o . m a p g u i d e . M g U s e r I n f o r m a t i o n ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S e r v i c e   c r e a t e S e r v i c e ( i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S i t e   g e t S i t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S i t e C o n n e c t i o n ( j a v a . l a n g . S t r i n g ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g S i t e I n f o . j a v a "  + 
+ p u b l i c   f i n a l   c l a s s   o r g . o s g e o . m a p g u i d e . M g S i t e I n f o $ M g P o r t T y p e   {  + 
+     p u b l i c   s t a t i c   f i n a l   o r g . o s g e o . m a p g u i d e . M g S i t e I n f o $ M g P o r t T y p e   C l i e n t ;  + 
+     p u b l i c   s t a t i c   f i n a l   o r g . o s g e o . m a p g u i d e . M g S i t e I n f o $ M g P o r t T y p e   S i t e ;  + 
+     p u b l i c   s t a t i c   f i n a l   o r g . o s g e o . m a p g u i d e . M g S i t e I n f o $ M g P o r t T y p e   A d m i n ;  + 
+     p u b l i c   f i n a l   i n t   s w i g V a l u e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   t o S t r i n g ( ) ;  + 
+     p u b l i c   s t a t i c   o r g . o s g e o . m a p g u i d e . M g S i t e I n f o $ M g P o r t T y p e   s w i g T o E n u m ( i n t ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g S i t e I n f o . j a v a "  + 
+ p u b l i c   f i n a l   c l a s s   o r g . o s g e o . m a p g u i d e . M g S i t e I n f o $ M g S i t e S t a t u s   {  + 
+     p u b l i c   s t a t i c   f i n a l   o r g . o s g e o . m a p g u i d e . M g S i t e I n f o $ M g S i t e S t a t u s   O k ;  + 
+     p u b l i c   s t a t i c   f i n a l   o r g . o s g e o . m a p g u i d e . M g S i t e I n f o $ M g S i t e S t a t u s   U n a b l e T o C o n n e c t ;  + 
+     p u b l i c   s t a t i c   f i n a l   o r g . o s g e o . m a p g u i d e . M g S i t e I n f o $ M g S i t e S t a t u s   T i m e d O u t ;  + 
+     p u b l i c   s t a t i c   f i n a l   o r g . o s g e o . m a p g u i d e . M g S i t e I n f o $ M g S i t e S t a t u s   U n i n i t i a l i z e d ;  + 
+     p u b l i c   f i n a l   i n t   s w i g V a l u e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   t o S t r i n g ( ) ;  + 
+     p u b l i c   s t a t i c   o r g . o s g e o . m a p g u i d e . M g S i t e I n f o $ M g S i t e S t a t u s   s w i g T o E n u m ( i n t ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g S i t e I n f o . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g S i t e I n f o   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g S e r i a l i z a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S i t e I n f o ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S i t e I n f o ( j a v a . l a n g . S t r i n g ,   i n t ,   i n t ,   i n t ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t T a r g e t ( ) ;  + 
+     p u b l i c   i n t   g e t P o r t ( o r g . o s g e o . m a p g u i d e . M g S i t e I n f o $ M g P o r t T y p e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S i t e I n f o $ M g S i t e S t a t u s   g e t S t a t u s ( ) ;  + 
+     p u b l i c   v o i d   s e t S t a t u s ( o r g . o s g e o . m a p g u i d e . M g S i t e I n f o $ M g S i t e S t a t u s ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g S p a t i a l C o n t e x t E x t e n t T y p e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g S p a t i a l C o n t e x t E x t e n t T y p e   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   s c S t a t i c   =   0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   s c D y n a m i c   =   1 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S p a t i a l C o n t e x t E x t e n t T y p e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g S p a t i a l C o n t e x t R e a d e r . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g S p a t i a l C o n t e x t R e a d e r   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g S e r i a l i z a b l e   i m p l e m e n t s   j a v a . l a n g . A u t o C l o s e a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t N a m e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t D e s c r i p t i o n ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t C o o r d i n a t e S y s t e m ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t C o o r d i n a t e S y s t e m W k t ( ) ;  + 
+     p u b l i c   i n t   g e t E x t e n t T y p e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t E x t e n t ( ) ;  + 
+     p u b l i c   d o u b l e   g e t X Y T o l e r a n c e ( ) ;  + 
+     p u b l i c   d o u b l e   g e t Z T o l e r a n c e ( ) ;  + 
+     p u b l i c   b o o l e a n   i s A c t i v e ( ) ;  + 
+     p u b l i c   b o o l e a n   r e a d N e x t ( ) ;  + 
+     p u b l i c   v o i d   c l o s e ( ) ;  + 
+     p u b l i c   v o i d   r e s e t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   t o X m l ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g S q l D a t a R e a d e r . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g S q l D a t a R e a d e r   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g R e a d e r   i m p l e m e n t s   j a v a . l a n g . A u t o C l o s e a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g S t r i n g C o l l e c t i o n . j a v a "  + 
+ c l a s s   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n $ I t e m I t e r a t o r   i m p l e m e n t s   j a v a . u t i l . I t e r a t o r < j a v a . l a n g . S t r i n g >   {  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n $ I t e m I t e r a t o r ( o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n ,   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n ) ;  + 
+     p u b l i c   b o o l e a n   h a s N e x t ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   n e x t ( ) ;  + 
+     p u b l i c   v o i d   r e m o v e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . O b j e c t   n e x t ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g S t r i n g C o l l e c t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g C o l l e c t i o n   i m p l e m e n t s   j a v a . u t i l . C o l l e c t i o n < j a v a . l a n g . S t r i n g >   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   j a v a . u t i l . I t e r a t o r < j a v a . l a n g . S t r i n g >   i t e r a t o r ( ) ;  + 
+     p u b l i c   b o o l e a n   a d d ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   a d d A l l ( j a v a . u t i l . C o l l e c t i o n < ?   e x t e n d s   j a v a . l a n g . S t r i n g > ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( j a v a . l a n g . O b j e c t ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s A l l ( j a v a . u t i l . C o l l e c t i o n < ? > ) ;  + 
+     p u b l i c   b o o l e a n   i s E m p t y ( ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e ( j a v a . l a n g . O b j e c t ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e A l l ( j a v a . u t i l . C o l l e c t i o n < ? > ) ;  + 
+     p u b l i c   b o o l e a n   r e t a i n A l l ( j a v a . u t i l . C o l l e c t i o n < ? > ) ;  + 
+     p u b l i c   i n t   s i z e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . O b j e c t [ ]   t o A r r a y ( ) ;  + 
+     p u b l i c   < S t r i n g >   S t r i n g [ ]   t o A r r a y ( S t r i n g [ ] ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n ( ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t I t e m ( i n t ) ;  + 
+     p u b l i c   v o i d   s e t I t e m ( i n t ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   a d d I t e m ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   i n s e r t ( i n t ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   c l e a r ( ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   r e m o v e A t ( i n t ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   i n t   i n d e x O f ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   t o X m l ( ) ;  + 
+     p u b l i c   b o o l e a n   a d d ( j a v a . l a n g . O b j e c t ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g S t r i n g P r o p e r t y . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g S t r i n g P r o p e r t y   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g N u l l a b l e P r o p e r t y   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S t r i n g P r o p e r t y ( j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t V a l u e ( ) ;  + 
+     p u b l i c   s h o r t   g e t P r o p e r t y T y p e ( ) ;  + 
+     p u b l i c   v o i d   s e t V a l u e ( j a v a . l a n g . S t r i n g ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g S t r i n g P r o p e r t y C o l l e c t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g S t r i n g P r o p e r t y C o l l e c t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g C o l l e c t i o n   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S t r i n g P r o p e r t y C o l l e c t i o n ( ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t N a m e ( i n t ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t V a l u e ( i n t ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t V a l u e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   s e t V a l u e ( j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   a d d ( j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   a d d ( o r g . o s g e o . m a p g u i d e . M g S t r i n g P r o p e r t y ) ;  + 
+     p u b l i c   v o i d   i n s e r t ( i n t ,   j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   i n s e r t ( i n t ,   o r g . o s g e o . m a p g u i d e . M g S t r i n g P r o p e r t y ) ;  + 
+     p u b l i c   v o i d   c l e a r ( ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   r e m o v e ( o r g . o s g e o . m a p g u i d e . M g S t r i n g P r o p e r t y ) ;  + 
+     p u b l i c   v o i d   r e m o v e A t ( i n t ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( o r g . o s g e o . m a p g u i d e . M g S t r i n g P r o p e r t y ) ;  + 
+     p u b l i c   i n t   i n d e x O f ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   i n t   i n d e x O f ( o r g . o s g e o . m a p g u i d e . M g S t r i n g P r o p e r t y ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S t r i n g P r o p e r t y   g e t I t e m ( i n t ) ;  + 
+     p u b l i c   v o i d   s e t I t e m ( i n t ,   o r g . o s g e o . m a p g u i d e . M g S t r i n g P r o p e r t y ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   t o X m l ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g T i l e S e r v i c e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g T i l e S e r v i c e   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g S e r v i c e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t T i l e ( o r g . o s g e o . m a p g u i d e . M g M a p ,   j a v a . l a n g . S t r i n g ,   i n t ,   i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t T i l e ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ,   j a v a . l a n g . S t r i n g ,   i n t ,   i n t ,   i n t ) ;  + 
+     p u b l i c   v o i d   c l e a r C a c h e ( o r g . o s g e o . m a p g u i d e . M g M a p ) ;  + 
+     p u b l i c   v o i d   c l e a r C a c h e ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ) ;  + 
+     p u b l i c   i n t   g e t D e f a u l t T i l e S i z e X ( ) ;  + 
+     p u b l i c   i n t   g e t D e f a u l t T i l e S i z e Y ( ) ;  + 
+     p u b l i c   i n t   g e t D e f a u l t T i l e S i z e X ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ) ;  + 
+     p u b l i c   i n t   g e t D e f a u l t T i l e S i z e Y ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t T i l e P r o v i d e r s ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g T r a n s a c t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g T r a n s a c t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g S e r i a l i z a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   v o i d   c o m m i t ( ) ;  + 
+     p u b l i c   v o i d   r o l l b a c k ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r   g e t F e a t u r e S o u r c e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   a d d S a v e P o i n t ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   r e l e a s e S a v e P o i n t ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   r o l l b a c k ( j a v a . l a n g . S t r i n g ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g T r a n s f o r m . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g T r a n s f o r m   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   t r a n s f o r m ( d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   t r a n s f o r m ( d o u b l e ,   d o u b l e ,   d o u b l e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e   t r a n s f o r m ( o r g . o s g e o . m a p g u i d e . M g C o o r d i n a t e ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g E n v e l o p e   t r a n s f o r m ( o r g . o s g e o . m a p g u i d e . M g E n v e l o p e ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g U n i t T y p e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g U n i t T y p e   {  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   U S E n g l i s h   =   " U S - E n g l i s h " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   M e t r i c   =   " M e t r i c " ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g U n i t T y p e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g U p d a t e F e a t u r e s . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g U p d a t e F e a t u r e s   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g F e a t u r e C o m m a n d   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g U p d a t e F e a t u r e s ( j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y C o l l e c t i o n ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   i n t   g e t C o m m a n d T y p e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P r o p e r t y C o l l e c t i o n   g e t P r o p e r t y V a l u e s ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t F e a t u r e C l a s s N a m e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t F i l t e r T e x t ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g U s e r . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g U s e r   {  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A d m i n i s t r a t o r   =   " A d m i n i s t r a t o r " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A n o n y m o u s   =   " A n o n y m o u s " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   A u t h o r   =   " A u t h o r " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   W f s U s e r   =   " W f s U s e r " ;  + 
+     p u b l i c   s t a t i c   f i n a l   j a v a . l a n g . S t r i n g   W m s U s e r   =   " W m s U s e r " ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g U s e r ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g U s e r I n f o r m a t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g U s e r I n f o r m a t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g S e r i a l i z a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g U s e r I n f o r m a t i o n ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g U s e r I n f o r m a t i o n ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g U s e r I n f o r m a t i o n ( j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   s e t M g U s e r n a m e P a s s w o r d ( j a v a . l a n g . S t r i n g ,   j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   s e t M g S e s s i o n I d ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   v o i d   s e t L o c a l e ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t L o c a l e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   g e t R e a d e r ( ) ;  + 
+     p u b l i c   v o i d   s e t C l i e n t A g e n t ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t C l i e n t A g e n t ( ) ;  + 
+     p u b l i c   v o i d   s e t C l i e n t I p ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t C l i e n t I p ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g W a r n i n g s . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g W a r n i n g s   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g S e r i a l i z a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g S t r i n g C o l l e c t i o n   g e t M e s s a g e s ( ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g W e b A c t i o n s . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g W e b A c t i o n s   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   P a n   =   1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   P a n U p   =   2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   P a n D o w n   =   3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   P a n R i g h t   =   4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   P a n L e f t   =   5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   Z o o m   =   6 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   Z o o m I n   =   7 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   Z o o m O u t   =   8 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   Z o o m R e c t a n g l e   =   9 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   Z o o m S e l e c t i o n   =   1 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   F i t W i n d o w   =   1 1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   V i e w P r e v i o u s   =   1 2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   V i e w N e x t   =   1 3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   V i e w R e s t o r e   =   1 4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S e l e c t   =   1 5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S e l e c t R a d i u s   =   1 6 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S e l e c t P o l y g o n   =   1 7 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S e l e c t C l e a r   =   1 9 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   R e f r e s h   =   2 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   C o p y   =   2 1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   A b o u t   =   2 2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   P r i n t M a p   =   2 3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   G e t P r i n t a b l e P a g e   =   2 4 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M e a s u r e   =   2 5 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   I n v o k e U r l   =   2 6 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S e a r c h   =   2 7 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   B u f f e r   =   2 8 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   V i e w O p t i o n s   =   3 0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   I n v o k e S c r i p t   =   3 1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S e l e c t W i t h i n   =   3 2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   H e l p   =   3 3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   M a p T i p   =   3 4 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g W e b A c t i o n s ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g W e b B u f f e r C o m m a n d . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g W e b B u f f e r C o m m a n d   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g W e b U i T a r g e t C o m m a n d   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g W e b C o m m a n d . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g W e b C o m m a n d   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g N a m e d S e r i a l i z a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t N a m e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t L a b e l ( ) ;  + 
+     p u b l i c   i n t   g e t A c t i o n ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t I c o n U r l ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t D i s a b l e d I c o n U r l ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t T o o l t i p ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t D e s c r i p t i o n ( ) ;  + 
+     p u b l i c   i n t   g e t T a r g e t V i e w e r T y p e ( ) ;  + 
+     p u b l i c   b o o l e a n   i s U s e d ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g W e b C o m m a n d C o l l e c t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g W e b C o m m a n d C o l l e c t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g W e b C o m m a n d   g e t I t e m ( i n t ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g W e b C o m m a n d   g e t I t e m ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( o r g . o s g e o . m a p g u i d e . M g W e b C o m m a n d ) ;  + 
+     p u b l i c   i n t   i n d e x O f ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   i n t   i n d e x O f ( o r g . o s g e o . m a p g u i d e . M g W e b C o m m a n d ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g W e b C o m m a n d W i d g e t . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g W e b C o m m a n d W i d g e t   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g W e b W i d g e t   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g W e b C o m m a n d   g e t C o m m a n d ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g W e b C o n t e x t M e n u . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g W e b C o n t e x t M e n u   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g W e b W i d g e t C o l l e c t i o n   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   b o o l e a n   i s V i s i b l e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g W e b F l y o u t W i d g e t . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g W e b F l y o u t W i d g e t   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g W e b W i d g e t   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t L a b e l ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t I c o n U r l ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t D i s a b l e d I c o n U r l ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g W e b W i d g e t C o l l e c t i o n   g e t S u b I t e m s ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t T o o l t i p ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t D e s c r i p t i o n ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g W e b G e t P r i n t a b l e P a g e C o m m a n d . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g W e b G e t P r i n t a b l e P a g e C o m m a n d   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g W e b U i T a r g e t C o m m a n d   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g W e b H e l p C o m m a n d . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g W e b H e l p C o m m a n d   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g W e b U i T a r g e t C o m m a n d   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t U r l ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g W e b I n f o r m a t i o n P a n e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g W e b I n f o r m a t i o n P a n e   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g W e b U i S i z a b l e P a n e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   b o o l e a n   i s L e g e n d B a n d V i s i b l e ( ) ;  + 
+     p u b l i c   b o o l e a n   i s P r o p e r t i e s B a n d V i s i b l e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g W e b I n v o k e S c r i p t C o m m a n d . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g W e b I n v o k e S c r i p t C o m m a n d   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g W e b U i T a r g e t C o m m a n d   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t S c r i p t C o d e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g W e b I n v o k e U r l C o m m a n d . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g W e b I n v o k e U r l C o m m a n d   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g W e b U i T a r g e t C o m m a n d   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t U r l ( ) ;  + 
+     p u b l i c   i n t   g e t P a r a m e t e r C o u n t ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t P a r a m e t e r N a m e A t ( i n t ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t P a r a m e t e r V a l u e A t ( i n t ) ;  + 
+     p u b l i c   b o o l e a n   d i s a b l e d I f S e l e c t i o n E m p t y ( ) ;  + 
+     p u b l i c   i n t   g e t L a y e r C o u n t ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t L a y e r N a m e A t ( i n t ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g W e b L a y o u t . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g W e b L a y o u t   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g W e b L a y o u t ( o r g . o s g e o . m a p g u i d e . M g R e s o u r c e S e r v i c e ,   o r g . o s g e o . m a p g u i d e . M g R e s o u r c e I d e n t i f i e r ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t T i t l e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t M a p D e f i n i t i o n ( ) ;  + 
+     p u b l i c   b o o l e a n   g e t E n a b l e P i n g S e r v e r ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t S e l e c t i o n C o l o r ( ) ;  + 
+     p u b l i c   i n t   g e t P o i n t S e l e c t i o n B u f f e r ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t M a p I m a g e F o r m a t ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t S e l e c t i o n I m a g e F o r m a t ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t S t a r t u p S c r i p t ( ) ;  + 
+     p u b l i c   d o u b l e   g e t S c a l e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g P o i n t   g e t C e n t e r ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g W e b T o o l B a r   g e t T o o l B a r ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g W e b U i P a n e   g e t S t a t u s B a r ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g W e b T a s k P a n e   g e t T a s k P a n e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g W e b I n f o r m a t i o n P a n e   g e t I n f o r m a t i o n P a n e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t D w f P r e v i e w U r l ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t A j a x P r e v i e w U r l ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g W e b C o m m a n d C o l l e c t i o n   g e t C o m m a n d s ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g W e b C o n t e x t M e n u   g e t C o n t e x t M e n u ( ) ;  + 
+     p u b l i c   i n t   g e t H y p e r l i n k T a r g e t ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t H y p e r l i n k T a r g e t F r a m e ( ) ;  + 
+     p u b l i c   b o o l e a n   i s Z o o m C o n t r o l V i s i b l e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r   p r o c e s s G e t t i n g S t a r t e d P a g e ( o r g . o s g e o . m a p g u i d e . M g B y t e R e a d e r ,   b o o l e a n ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g W e b M e a s u r e C o m m a n d . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g W e b M e a s u r e C o m m a n d   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g W e b U i T a r g e t C o m m a n d   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g W e b P r i n t C o m m a n d . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g W e b P r i n t C o m m a n d   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g W e b C o m m a n d   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t P r i n t L a y o u t C o u n t ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t P r i n t L a y o u t A t ( i n t ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g W e b S e a r c h C o m m a n d . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g W e b S e a r c h C o m m a n d   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g W e b U i T a r g e t C o m m a n d   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t L a y e r ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t P r o m p t ( ) ;  + 
+     p u b l i c   i n t   g e t R e s u l t C o l u m n C o u n t ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t C o l u m n D i s p l a y N a m e A t ( i n t ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t C o l u m n P r o p e r t y N a m e A t ( i n t ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t F i l t e r ( ) ;  + 
+     p u b l i c   i n t   g e t M a t c h L i m i t ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g W e b S e l e c t W i t h i n C o m m a n d . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g W e b S e l e c t W i t h i n C o m m a n d   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g W e b U i T a r g e t C o m m a n d   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g W e b S e p a r a t o r W i d g e t . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g W e b S e p a r a t o r W i d g e t   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g W e b W i d g e t   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g W e b T a r g e t T y p e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g W e b T a r g e t T y p e   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   T a s k P a n e   =   1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   N e w W i n d o w   =   2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S p e c i f i e d F r a m e   =   3 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g W e b T a r g e t T y p e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g W e b T a r g e t V i e w e r T y p e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g W e b T a r g e t V i e w e r T y p e   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   D w f   =   1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   A j a x   =   2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   A l l   =   3 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g W e b T a r g e t V i e w e r T y p e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g W e b T a s k B a r . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g W e b T a s k B a r   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g W e b U i P a n e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g W e b W i d g e t C o l l e c t i o n   g e t T a s k L i s t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g W e b W i d g e t C o l l e c t i o n   g e t T a s k B u t t o n s ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g W e b T a s k B a r W i d g e t . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g W e b T a s k B a r W i d g e t   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g W e b W i d g e t   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t N a m e ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t I c o n U r l ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t D i s a b l e d I c o n U r l ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t T o o l t i p ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t D e s c r i p t i o n ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g W e b T a s k B u t t o n T y p e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g W e b T a s k B u t t o n T y p e   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   H o m e   =   0 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   B a c k   =   1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   F o r w a r d   =   2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   T a s k s   =   3 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g W e b T a s k B u t t o n T y p e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g W e b T a s k P a n e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g W e b T a s k P a n e   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g W e b U i S i z a b l e P a n e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g W e b T a s k B a r   g e t T a s k B a r ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t I n i t i a l T a s k U r l ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g W e b T o o l B a r . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g W e b T o o l B a r   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g W e b U i P a n e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g W e b W i d g e t C o l l e c t i o n   g e t W i d g e t s ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g W e b U i P a n e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g W e b U i P a n e   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   b o o l e a n   i s V i s i b l e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g W e b U i S i z a b l e P a n e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g W e b U i S i z a b l e P a n e   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g W e b U i P a n e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t W i d t h ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g W e b U i T a r g e t C o m m a n d . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g W e b U i T a r g e t C o m m a n d   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g W e b C o m m a n d   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t T a r g e t ( ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   g e t T a r g e t N a m e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g W e b V i e w O p t i o n s C o m m a n d . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g W e b V i e w O p t i o n s C o m m a n d   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g W e b U i T a r g e t C o m m a n d   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g W e b W i d g e t . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g W e b W i d g e t   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t T y p e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g W e b W i d g e t C o l l e c t i o n . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g W e b W i d g e t C o l l e c t i o n   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   i n t   g e t C o u n t ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g W e b W i d g e t   g e t W i d g e t ( i n t ) ;  + 
+     p u b l i c   b o o l e a n   c o n t a i n s ( o r g . o s g e o . m a p g u i d e . M g W e b W i d g e t ) ;  + 
+     p u b l i c   i n t   i n d e x O f ( o r g . o s g e o . m a p g u i d e . M g W e b W i d g e t ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g W e b W i d g e t T y p e . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g W e b W i d g e t T y p e   {  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   C o m m a n d   =   1 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   S e p a r a t o r   =   2 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   F l y o u t   =   3 ;  + 
+     p u b l i c   s t a t i c   f i n a l   i n t   T a s k B u t t o n   =   4 ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g W e b W i d g e t T y p e ( ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " M g W k t R e a d e r W r i t e r . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . M g W k t R e a d e r W r i t e r   e x t e n d s   o r g . o s g e o . m a p g u i d e . M g G u a r d D i s p o s a b l e   {  + 
+     p u b l i c   s y n c h r o n i z e d   v o i d   d e l e t e ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g W k t R e a d e r W r i t e r ( ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y   r e a d ( j a v a . l a n g . S t r i n g ) ;  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . M g G e o m e t r y   r e a d ( j a v a . l a n g . S t r i n g ,   o r g . o s g e o . m a p g u i d e . M g T r a n s f o r m ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   w r i t e ( o r g . o s g e o . m a p g u i d e . M g G e o m e t r y ) ;  + 
+     p u b l i c   j a v a . l a n g . S t r i n g   w r i t e ( o r g . o s g e o . m a p g u i d e . M g G e o m e t r y ,   o r g . o s g e o . m a p g u i d e . M g T r a n s f o r m ) ;  + 
+ }  + 
+ C o m p i l e d   f r o m   " O b j e c t F a c t o r y . j a v a "  + 
+ p u b l i c   c l a s s   o r g . o s g e o . m a p g u i d e . O b j e c t F a c t o r y   {  + 
+     p u b l i c   o r g . o s g e o . m a p g u i d e . O b j e c t F a c t o r y ( ) ;  + 
+     p u b l i c   s t a t i c   j a v a . l a n g . O b j e c t   c r e a t e O b j e c t ( i n t ,   l o n g ,   b o o l e a n ) ;  + 
+ }  + 
+ 
\ No newline at end of file

Modified: branches/4.0/MgDev/Bindings/src/ApiDump/api.php.txt
===================================================================
--- branches/4.0/MgDev/Bindings/src/ApiDump/api.php.txt	2025-05-01 11:50:30 UTC (rev 10134)
+++ branches/4.0/MgDev/Bindings/src/ApiDump/api.php.txt	2025-05-05 10:45:53 UTC (rev 10135)
@@ -0,0 +1,34333 @@
+Class [ <internal:MapGuideApi> class MapGuideApi ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [4] {
+    Method [ <internal:MapGuideApi> static public method MgInitializeWebTier ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> static public method SetLocalizedFilesPath ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> static public method Localize ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <required> string $arg2 ]
+        Parameter #2 [ <required> int $arg3 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> static public method GetLocalizedString ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <required> string $arg2 ]
+      }
+    }
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [0] {
+  }
+}
+Class [ <internal:MapGuideApi> class MgAgfReaderWriter extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [6] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method Read ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgByteReader $arg1 ]
+        Parameter #1 [ <required> ?MgTransform $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method Write ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+        Parameter #1 [ <required> ?MgTransform $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgAggregateGeometry extends MgGeometry implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [34] {
+    Method [ <internal:MapGuideApi> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometry, prototype MgGeometricEntity> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometry, prototype MgGeometricEntity> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometry, prototype MgGeometricEntity> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method GetGeometryType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Crosses ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Disjoint ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Equals ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Intersects ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Overlaps ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Touches ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Within ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Boundary ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Buffer ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> ?MgMeasure $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method ConvexHull ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Difference ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Distance ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+        Parameter #1 [ <required> ?MgMeasure $arg2 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Intersection ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method SymetricDifference ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Union ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Prepare ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Tessellate ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetDimension ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsEmpty ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsSimple ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsClosed ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsValid ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method Envelope ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method Copy ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method Transform ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgTransform $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetArea ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetLength ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetCentroid ] {
+
+      - Parameters [0] {
+      }
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgArcSegment extends MgCurveSegment implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [18] {
+    Method [ <internal:MapGuideApi, overwrites MgGeometryComponent, prototype MgGeometryComponent> public method GetComponentType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetControlCoordinate ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCurveSegment, prototype MgCurveSegment> public method GetStartCoordinate ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCurveSegment, prototype MgCurveSegment> public method GetEndCoordinate ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method GetDimension ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method IsEmpty ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method IsClosed ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method Copy ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method Transform ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgTransform $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCurveSegment, prototype MgGeometricEntity> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCurveSegment, prototype MgGeometricEntity> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCurveSegment, prototype MgGeometricEntity> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsSimple ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsValid ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method Envelope ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetArea ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetLength ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetCentroid ] {
+
+      - Parameters [0] {
+      }
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgBatchPropertyCollection extends MgCollection implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [15] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetItem ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgPropertyCollection $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Add ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgPropertyCollection $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Insert ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgPropertyCollection $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Remove ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgPropertyCollection $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetItem ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method Clear ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method RemoveAt ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgPropertyDefinition $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IndexOf ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgPropertyDefinition $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method ToXml ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgBlobProperty extends MgNullableProperty implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [11] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> ?MgByteReader $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetValue ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgProperty, prototype MgProperty> public method GetPropertyType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetValue ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgByteReader $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNullableProperty, prototype MgNamedSerializable> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNullableProperty, prototype MgNamedSerializable> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNullableProperty, prototype MgNamedSerializable> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgNullableProperty> public method SetNull ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgNullableProperty> public method IsNull ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgProperty> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgProperty> public method SetName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgBooleanProperty extends MgNullableProperty implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [11] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> bool $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetValue ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgProperty, prototype MgProperty> public method GetPropertyType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetValue ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNullableProperty, prototype MgNamedSerializable> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNullableProperty, prototype MgNamedSerializable> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNullableProperty, prototype MgNamedSerializable> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgNullableProperty> public method SetNull ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgNullableProperty> public method IsNull ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgProperty> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgProperty> public method SetName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgByteProperty extends MgNullableProperty implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [11] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> int $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetValue ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgProperty, prototype MgProperty> public method GetPropertyType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetValue ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNullableProperty, prototype MgNamedSerializable> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNullableProperty, prototype MgNamedSerializable> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNullableProperty, prototype MgNamedSerializable> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgNullableProperty> public method SetNull ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgNullableProperty> public method IsNull ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgProperty> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgProperty> public method SetName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgByteReader implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [11] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> $arg3 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method Read ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> &$arg1 ]
+        Parameter #1 [ <required> int $arg2 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetMimeType ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method ToString ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method ToFile ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetLength ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method IsRewindable ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Rewind ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgByteSink extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [5] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgByteReader $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method ToFile ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgByteSource extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [7] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> int $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetMimeType ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetMimeType ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetReader ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgClassDefinition extends MgNamedSerializable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [16] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetProperties ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetIdentityProperties ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDefaultGeometryPropertyName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetDefaultGeometryPropertyName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetDescription ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDescription ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetBaseClassDefinition ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method IsComputed ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsAbstract ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Delete ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNamedSerializable, prototype MgNamedSerializable> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNamedSerializable, prototype MgNamedSerializable> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNamedSerializable, prototype MgNamedSerializable> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgClassDefinitionCollection extends MgCollection implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [15] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetItem ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgClassDefinition $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Add ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgClassDefinition $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Insert ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgClassDefinition $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Remove ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgClassDefinition $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetItem ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method Clear ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method RemoveAt ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgClassDefinition $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IndexOf ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgClassDefinition $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method ToXml ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgClobProperty extends MgNullableProperty implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [11] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> ?MgByteReader $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetValue ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgProperty, prototype MgProperty> public method GetPropertyType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetValue ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgByteReader $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNullableProperty, prototype MgNamedSerializable> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNullableProperty, prototype MgNamedSerializable> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNullableProperty, prototype MgNamedSerializable> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgNullableProperty> public method SetNull ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgNullableProperty> public method IsNull ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgProperty> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgProperty> public method SetName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCollection implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [7] {
+    Method [ <internal:MapGuideApi> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Clear ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method RemoveAt ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method ToXml ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgColor implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [9] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [4] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> int $arg2 ]
+        Parameter #2 [ <required> int $arg3 ]
+        Parameter #3 [ <required> int $arg4 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetColor ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetRed ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetBlue ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetGreen ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetAlpha ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgConfigProperties implements SWIG\wrapped ] {
+
+  - Constants [329] {
+    Constant [ public string DefaultConfigurationFilename ] { webconfig.ini }
+    Constant [ public string ServerConfigurationFilename ] { serverconfig.ini }
+    Constant [ public string GeneralPropertiesSection ] { GeneralProperties }
+    Constant [ public string GeneralPropertyConnectionTimeout ] { ConnectionTimeout }
+    Constant [ public int DefaultGeneralPropertyConnectionTimeout ] { 120 }
+    Constant [ public string GeneralPropertyConnectionTimerInterval ] { ConnectionTimerInterval }
+    Constant [ public int DefaultGeneralPropertyConnectionTimerInterval ] { 60 }
+    Constant [ public string GeneralPropertyLocale ] { Locale }
+    Constant [ public string DefaultGeneralPropertyLocale ] {  }
+    Constant [ public string GeneralPropertyDefaultMessageLocale ] { DefaultMessageLocale }
+    Constant [ public string DefaultGeneralPropertyDefaultMessageLocale ] { en }
+    Constant [ public string GeneralPropertyDisplayName ] { DisplayName }
+    Constant [ public string DefaultGeneralPropertyDisplayName ] {  }
+    Constant [ public string GeneralPropertyFdoPath ] { FdoPath }
+    Constant [ public string DefaultGeneralPropertyFdoPath ] {  }
+    Constant [ public string GeneralPropertyMentorDictionaryPath ] { MentorDictionaryPath }
+    Constant [ public string DefaultGeneralPropertyMentorDictionaryPath ] {  }
+    Constant [ public string GeneralPropertyMentorUserDictionaryPath ] { MentorUserDictionaryPath }
+    Constant [ public string DefaultGeneralPropertyMentorUserDictionaryPath ] {  }
+    Constant [ public string GeneralPropertyLicenseServerPath ] { LicenseServerPath }
+    Constant [ public string DefaultGeneralPropertyLicenseServerPath ] {  }
+    Constant [ public string GeneralPropertyLinuxMemDebug ] { LinuxMemDebug }
+    Constant [ public bool DefaultGeneralPropertyLinuxMemDebug ] {  }
+    Constant [ public string GeneralPropertyLinuxFontDirectories ] { LinuxFontDirectories }
+    Constant [ public string DefaultGeneralPropertyLinuxFontDirectories ] {  }
+    Constant [ public string GeneralPropertyLogsDelimiter ] { LogsDelimiter }
+    Constant [ public string DefaultGeneralPropertyLogsDelimiter ] { 	 }
+    Constant [ public string GeneralPropertyLogsDetail ] { LogsDetail }
+    Constant [ public string DefaultGeneralPropertyLogsDetail ] {  }
+    Constant [ public string GeneralPropertyLogsPath ] { LogsPath }
+    Constant [ public string DefaultGeneralPropertyLogsPath ] { Logs/ }
+    Constant [ public string GeneralPropertyMachineIp ] { MachineIp }
+    Constant [ public string DefaultGeneralPropertyMachineIp ] { 127.0.0.1 }
+    Constant [ public string GeneralPropertyMaxLogFileSize ] { MaxLogFileSize }
+    Constant [ public int DefaultGeneralPropertyMaxLogFileSize ] { 1024 }
+    Constant [ public string GeneralPropertyMaxLogFileSizeEnabled ] { MaxLogFileSizeEnabled }
+    Constant [ public bool DefaultGeneralPropertyMaxLogFileSizeEnabled ] {  }
+    Constant [ public string GeneralPropertyResourcesPath ] { ResourcesPath }
+    Constant [ public string DefaultGeneralPropertyResourcesPath ] { Resources/ }
+    Constant [ public string GeneralPropertySerialNumber ] { SerialNumber }
+    Constant [ public string DefaultGeneralPropertySerialNumber ] {  }
+    Constant [ public string GeneralPropertyServiceRegistrationTimerInterval ] { ServiceRegistrationTimerInterval }
+    Constant [ public int DefaultGeneralPropertyServiceRegistrationTimerInterval ] { 60 }
+    Constant [ public string GeneralPropertyTcpIpMtu ] { TcpIpMtu }
+    Constant [ public int DefaultGeneralPropertyTcpIpMtu ] { 1460 }
+    Constant [ public string GeneralPropertyTempPath ] { TempPath }
+    Constant [ public string DefaultGeneralPropertyTempPath ] { Temp/ }
+    Constant [ public string GeneralPropertyWfsDocumentPath ] { WfsDocumentPath }
+    Constant [ public string DefaultGeneralPropertyWfsDocumentPath ] { Wfs/ }
+    Constant [ public string GeneralPropertyWmsDocumentPath ] { WmsDocumentPath }
+    Constant [ public string DefaultGeneralPropertyWmsDocumentPath ] { Wms/ }
+    Constant [ public string GeneralPropertyPreCacheMaps ] { PreCacheMaps }
+    Constant [ public string DefaultGeneralPropertyPreCacheMaps ] {  }
+    Constant [ public string AdministrativeConnectionPropertiesSection ] { AdministrativeConnectionProperties }
+    Constant [ public string AdministrativeConnectionPropertyEmail ] { Email }
+    Constant [ public string DefaultAdministrativeConnectionPropertyEmail ] {  }
+    Constant [ public string AdministrativeConnectionPropertyMaxConnections ] { MaxConnections }
+    Constant [ public int DefaultAdministrativeConnectionPropertyMaxConnections ] { 20 }
+    Constant [ public string AdministrativeConnectionPropertyPort ] { Port }
+    Constant [ public int DefaultAdministrativeConnectionPropertyPort ] { 5555 }
+    Constant [ public string AdministrativeConnectionPropertyQueueSize ] { QueueSize }
+    Constant [ public int DefaultAdministrativeConnectionPropertyQueueSize ] { 10 }
+    Constant [ public string AdministrativeConnectionPropertyThreadPoolSize ] { ThreadPoolSize }
+    Constant [ public int DefaultAdministrativeConnectionPropertyThreadPoolSize ] { 5 }
+    Constant [ public string ClientConnectionPropertiesSection ] { ClientConnectionProperties }
+    Constant [ public string ClientConnectionPropertyMaxConnections ] { MaxConnections }
+    Constant [ public int DefaultClientConnectionPropertyMaxConnections ] { 100 }
+    Constant [ public string ClientConnectionPropertyPort ] { Port }
+    Constant [ public int DefaultClientConnectionPropertyPort ] { 4444 }
+    Constant [ public string ClientConnectionPropertyQueueSize ] { QueueSize }
+    Constant [ public int DefaultClientConnectionPropertyQueueSize ] { 20 }
+    Constant [ public string ClientConnectionPropertyThreadPoolSize ] { ThreadPoolSize }
+    Constant [ public int DefaultClientConnectionPropertyThreadPoolSize ] { 10 }
+    Constant [ public string SiteConnectionPropertiesSection ] { SiteConnectionProperties }
+    Constant [ public string SiteConnectionPropertyIpAddress ] { IpAddress }
+    Constant [ public string DefaultSiteConnectionPropertyIpAddress ] { 127.0.0.1 }
+    Constant [ public string SiteConnectionPropertyMaxConnections ] { MaxConnections }
+    Constant [ public int DefaultSiteConnectionPropertyMaxConnections ] { 20 }
+    Constant [ public string SiteConnectionPropertyPort ] { Port }
+    Constant [ public int DefaultSiteConnectionPropertyPort ] { 3333 }
+    Constant [ public string SiteConnectionPropertyQueueSize ] { QueueSize }
+    Constant [ public int DefaultSiteConnectionPropertyQueueSize ] { 10 }
+    Constant [ public string SiteConnectionPropertyThreadPoolSize ] { ThreadPoolSize }
+    Constant [ public int DefaultSiteConnectionPropertyThreadPoolSize ] { 5 }
+    Constant [ public string HostPropertiesSection ] { HostProperties }
+    Constant [ public string HostPropertyDrawingService ] { DrawingService }
+    Constant [ public bool DefaultHostPropertyDrawingService ] {  }
+    Constant [ public string HostPropertyFeatureService ] { FeatureService }
+    Constant [ public bool DefaultHostPropertyFeatureService ] {  }
+    Constant [ public string HostPropertyKmlService ] { KmlService }
+    Constant [ public bool DefaultHostPropertyKmlService ] {  }
+    Constant [ public string HostPropertyMappingService ] { MappingService }
+    Constant [ public bool DefaultHostPropertyMappingService ] {  }
+    Constant [ public string HostPropertyRenderingService ] { RenderingService }
+    Constant [ public bool DefaultHostPropertyRenderingService ] {  }
+    Constant [ public string HostPropertyResourceService ] { ResourceService }
+    Constant [ public bool DefaultHostPropertyResourceService ] {  }
+    Constant [ public string HostPropertyProfilingService ] { ProfilingService }
+    Constant [ public bool DefaultHostPropertyProfilingService ] {  }
+    Constant [ public string HostPropertySiteService ] { SiteService }
+    Constant [ public bool DefaultHostPropertySiteService ] {  }
+    Constant [ public string HostPropertyTileService ] { TileService }
+    Constant [ public bool DefaultHostPropertyTileService ] {  }
+    Constant [ public string DrawingServicePropertiesSection ] { DrawingServiceProperties }
+    Constant [ public string FeatureServicePropertiesSection ] { FeatureServiceProperties }
+    Constant [ public string FeatureServicePropertyCacheSize ] { CacheSize }
+    Constant [ public int DefaultFeatureServicePropertyCacheSize ] { 100 }
+    Constant [ public string FeatureServicePropertyCacheTimeLimit ] { CacheTimeLimit }
+    Constant [ public int DefaultFeatureServicePropertyCacheTimeLimit ] { 86400 }
+    Constant [ public string FeatureServicePropertyCacheTimerInterval ] { CacheTimerInterval }
+    Constant [ public int DefaultFeatureServicePropertyCacheTimerInterval ] { 3600 }
+    Constant [ public string FeatureServicePropertyDataCacheSize ] { DataCacheSize }
+    Constant [ public int DefaultFeatureServicePropertyDataCacheSize ] { 100 }
+    Constant [ public string FeatureServicePropertyDataConnectionPoolEnabled ] { DataConnectionPoolEnabled }
+    Constant [ public bool DefaultFeatureServicePropertyDataConnectionPoolEnabled ] {  }
+    Constant [ public string FeatureServicePropertyDataConnectionPoolExcludedProviders ] { DataConnectionPoolExcludedProviders }
+    Constant [ public string DefaultFeatureServicePropertyDataConnectionPoolExcludedProviders ] {  }
+    Constant [ public string FeatureServicePropertyDataConnectionPoolSize ] { DataConnectionPoolSize }
+    Constant [ public int DefaultFeatureServicePropertyDataConnectionPoolSize ] { 50 }
+    Constant [ public string FeatureServicePropertyDataConnectionPoolSizeCustom ] { DataConnectionPoolSizeCustom }
+    Constant [ public string DefaultFeatureServicePropertyDataConnectionPoolSizeCustom ] {  }
+    Constant [ public string FeatureServicePropertyDataConnectionTimeout ] { DataConnectionTimeout }
+    Constant [ public int DefaultFeatureServicePropertyDataConnectionTimeout ] { 600 }
+    Constant [ public string FeatureServicePropertyDataConnectionTimerInterval ] { DataConnectionTimerInterval }
+    Constant [ public int DefaultFeatureServicePropertyDataConnectionTimerInterval ] { 60 }
+    Constant [ public string FeatureServicePropertyJoinQueryBatchSize ] { JoinQueryBatchSize }
+    Constant [ public int DefaultFeatureServicePropertyJoinQueryBatchSize ] { 100 }
+    Constant [ public string FeatureServicePropertyDataConnectionUseLimit ] { DataConnectionUseLimit }
+    Constant [ public string DefaultFeatureServicePropertyDataConnectionUseLimit ] {  }
+    Constant [ public string FeatureServicePropertyDataTransactionTimeout ] { DataTransactionTimeout }
+    Constant [ public int DefaultFeatureServicePropertyDataTransactionTimeout ] { 360 }
+    Constant [ public string FeatureServicePropertyDataTransactionTimerInterval ] { DataTransactionTimerInterval }
+    Constant [ public int DefaultFeatureServicePropertyDataTransactionTimerInterval ] { 60 }
+    Constant [ public string FeatureServicePropertyFDOConnectionTimeoutCustom ] { FDOConnectionTimeoutCustom }
+    Constant [ public string DefaultFeatureServicePropertyFDOConnectionTimeoutCustom ] { OSGeo.WMS:120 }
+    Constant [ public string FeatureServicePropertyUseFdoJoinOptimization ] { UseFdoJoinOptimization }
+    Constant [ public bool DefaultFeatureServicePropertyUseFdoJoinOptimization ] { 1 }
+    Constant [ public string MappingServicePropertiesSection ] { MappingServiceProperties }
+    Constant [ public string MappingServicePropertyLegendFont ] { LegendFont }
+    Constant [ public string DefaultMappingServicePropertyLegendFont ] { Arial }
+    Constant [ public string RenderingServicePropertiesSection ] { RenderingServiceProperties }
+    Constant [ public string RenderingServicePropertyTileExtentOffset ] { TileExtentOffset }
+    Constant [ public float DefaultRenderingServicePropertyTileExtentOffset ] { 0.35 }
+    Constant [ public string RenderingServicePropertyRasterGridSize ] { RasterGridSize }
+    Constant [ public int DefaultRenderingServicePropertyRasterGridSize ] { 100 }
+    Constant [ public string RenderingServicePropertyMinRasterGridSize ] { MinRasterGridSize }
+    Constant [ public int DefaultRenderingServicePropertyMinRasterGridSize ] { 10 }
+    Constant [ public string RenderingServicePropertyRasterGridSizeOverrideRatio ] { RasterGridSizeOverrideRatio }
+    Constant [ public float DefaultRenderingServicePropertyRasterGridSizeOverrideRatio ] { 0.25 }
+    Constant [ public string RenderingServicePropertyRasterGridSizeForPlot ] { RasterGridSizeForPlot }
+    Constant [ public int DefaultRenderingServicePropertyRasterGridSizeForPlot ] { 50 }
+    Constant [ public string RenderingServicePropertyMinRasterGridSizeForPlot ] { MinRasterGridSizeForPlot }
+    Constant [ public int DefaultRenderingServicePropertyMinRasterGridSizeForPlot ] { 5 }
+    Constant [ public string RenderingServicePropertyRasterGridSizeOverrideRatioForPlot ] { RasterGridSizeOverrideRatioForPlot }
+    Constant [ public float DefaultRenderingServicePropertyRasterGridSizeOverrideRatioForPlot ] { 0.1 }
+    Constant [ public string RenderingServicePropertyRenderSelectionBatchSize ] { RenderSelectionBatchSize }
+    Constant [ public int DefaultRenderingServicePropertyRenderSelectionBatchSize ] { 50000 }
+    Constant [ public string RenderingServicePropertyClampPoints ] { ClampPoints }
+    Constant [ public bool DefaultRenderingServicePropertyClampPoints ] {  }
+    Constant [ public string RenderingServicePropertyGeneralizeData ] { GeneralizeData }
+    Constant [ public bool DefaultRenderingServicePropertyGeneralizeData ] {  }
+    Constant [ public string RenderingServicePropertyMaxRasterImageWidth ] { MaxRasterImageWidth }
+    Constant [ public int DefaultRenderingServicePropertyMaxRasterImageWidth ] { 2048 }
+    Constant [ public string RenderingServicePropertyMaxRasterImageHeight ] { MaxRasterImageHeight }
+    Constant [ public int DefaultRenderingServicePropertyMaxRasterImageHeight ] { 2048 }
+    Constant [ public string RenderingServicePropertyMaxRenderImageWidth ] { MaxRenderImageWidth }
+    Constant [ public int DefaultRenderingServicePropertyMaxRenderImageWidth ] { 16384 }
+    Constant [ public string RenderingServicePropertyMaxRenderImageHeight ] { MaxRenderImageHeight }
+    Constant [ public int DefaultRenderingServicePropertyMaxRenderImageHeight ] { 16384 }
+    Constant [ public string RenderingServicePropertiesGlobalRasterStylizationLockEnabled ] { GlobalRasterStylizationLockEnabled }
+    Constant [ public bool DefaultRenderingServicePropertiesGlobalRasterStylizationLockEnabled ] { 1 }
+    Constant [ public string FontAliasMappingSection ] { FontAliases }
+    Constant [ public string UnmanagedDataMappingsSection ] { UnmanagedDataMappings }
+    Constant [ public string ResourceServicePropertiesSection ] { ResourceServiceProperties }
+    Constant [ public string ResourceServicePropertyLibraryRepositoryPath ] { LibraryRepositoryPath }
+    Constant [ public string DefaultResourceServicePropertyLibraryRepositoryPath ] { Repositories/Library/ }
+    Constant [ public string ResourceServicePropertyLibraryResourceDataFilePath ] { LibraryResourceDataFilePath }
+    Constant [ public string DefaultResourceServicePropertyLibraryResourceDataFilePath ] { Repositories/Library/DataFiles/ }
+    Constant [ public string ResourceServicePropertyPackagesPath ] { PackagesPath }
+    Constant [ public string DefaultResourceServicePropertyPackagesPath ] { Packages/ }
+    Constant [ public string ResourceServicePropertyRepositoryCheckpointsTimerInterval ] { RepositoryCheckpointsTimerInterval }
+    Constant [ public int DefaultResourceServicePropertyRepositoryCheckpointsTimerInterval ] { 600 }
+    Constant [ public string ResourceServicePropertyResourceChangeTimerInterval ] { ResourceChangeTimerInterval }
+    Constant [ public int DefaultResourceServicePropertyResourceChangeTimerInterval ] { 5 }
+    Constant [ public string ResourceServicePropertyResourceDataFileTrashFolderName ] { ResourceDataFileTrashFolderName }
+    Constant [ public string DefaultResourceServicePropertyResourceDataFileTrashFolderName ] { Trash }
+    Constant [ public string ResourceServicePropertyResourcePermissionCacheSize ] { ResourcePermissionCacheSize }
+    Constant [ public int DefaultResourceServicePropertyResourcePermissionCacheSize ] { 1000 }
+    Constant [ public string ResourceServicePropertyResourceSchemaFilePath ] { ResourceSchemaFilePath }
+    Constant [ public string DefaultResourceServicePropertyResourceSchemaFilePath ] { Schema/ }
+    Constant [ public string ResourceServicePropertySessionRepositoryPath ] { SessionRepositoryPath }
+    Constant [ public string DefaultResourceServicePropertySessionRepositoryPath ] { Repositories/Session/ }
+    Constant [ public string ResourceServicePropertySessionResourceDataFilePath ] { SessionResourceDataFilePath }
+    Constant [ public string DefaultResourceServicePropertySessionResourceDataFilePath ] { Repositories/Session/DataFiles/ }
+    Constant [ public string ResourceServicePropertySiteRepositoryPath ] { SiteRepositoryPath }
+    Constant [ public string DefaultResourceServicePropertySiteRepositoryPath ] { Repositories/Site/ }
+    Constant [ public string SiteServicePropertiesSection ] { SiteServiceProperties }
+    Constant [ public string SiteServicePropertySessionTimeout ] { SessionTimeout }
+    Constant [ public int DefaultSiteServicePropertySessionTimeout ] { 1200 }
+    Constant [ public string SiteServicePropertySessionTimerInterval ] { SessionTimerInterval }
+    Constant [ public int DefaultSiteServicePropertySessionTimerInterval ] { 400 }
+    Constant [ public string TileServicePropertiesSection ] { TileServiceProperties }
+    Constant [ public string TileServicePropertyRenderOnly ] { RenderOnly }
+    Constant [ public bool DefaultTileServicePropertyRenderOnly ] {  }
+    Constant [ public string TileServicePropertyTileCachePath ] { TileCachePath }
+    Constant [ public string DefaultTileServicePropertyTileCachePath ] { Repositories/TileCache/ }
+    Constant [ public string TileServicePropertyTileColumnsPerFolder ] { TileColumnsPerFolder }
+    Constant [ public int DefaultTileServicePropertyTileColumnsPerFolder ] { 30 }
+    Constant [ public string TileServicePropertyTileRowsPerFolder ] { TileRowsPerFolder }
+    Constant [ public int DefaultTileServicePropertyTileRowsPerFolder ] { 30 }
+    Constant [ public string TileServicePropertyTileSizeX ] { DefaultTileSizeX }
+    Constant [ public int DefaultTileServicePropertyTileSizeX ] { 300 }
+    Constant [ public string TileServicePropertyTileSizeY ] { DefaultTileSizeY }
+    Constant [ public int DefaultTileServicePropertyTileSizeY ] { 300 }
+    Constant [ public string TileServicePropertyImageFormat ] { ImageFormat }
+    Constant [ public string DefaultTileServicePropertyImageFormat ] { PNG }
+    Constant [ public string AccessLogPropertiesSection ] { AccessLogProperties }
+    Constant [ public string AccessLogPropertyEnabled ] { Enabled }
+    Constant [ public bool DefaultAccessLogPropertyEnabled ] { 1 }
+    Constant [ public string AccessLogPropertyFilename ] { Filename }
+    Constant [ public string DefaultAccessLogPropertyFilename ] { Access.log }
+    Constant [ public string AccessLogPropertyParameters ] { Parameters }
+    Constant [ public string DefaultAccessLogPropertyParameters ] {  }
+    Constant [ public string AdminLogPropertiesSection ] { AdminLogProperties }
+    Constant [ public string AdminLogPropertyEnabled ] { Enabled }
+    Constant [ public bool DefaultAdminLogPropertyEnabled ] { 1 }
+    Constant [ public string AdminLogPropertyFilename ] { Filename }
+    Constant [ public string DefaultAdminLogPropertyFilename ] { Admin.log }
+    Constant [ public string AdminLogPropertyParameters ] { Parameters }
+    Constant [ public string DefaultAdminLogPropertyParameters ] {  }
+    Constant [ public string AuthenticationLogPropertiesSection ] { AuthenticationLogProperties }
+    Constant [ public string AuthenticationLogPropertyEnabled ] { Enabled }
+    Constant [ public bool DefaultAuthenticationLogPropertyEnabled ] { 1 }
+    Constant [ public string AuthenticationLogPropertyFilename ] { Filename }
+    Constant [ public string DefaultAuthenticationLogPropertyFilename ] { Authentication.log }
+    Constant [ public string AuthenticationLogPropertyParameters ] { Parameters }
+    Constant [ public string DefaultAuthenticationLogPropertyParameters ] {  }
+    Constant [ public string ErrorLogPropertiesSection ] { ErrorLogProperties }
+    Constant [ public string ErrorLogPropertyEnabled ] { Enabled }
+    Constant [ public bool DefaultErrorLogPropertyEnabled ] { 1 }
+    Constant [ public string ErrorLogPropertyFilename ] { Filename }
+    Constant [ public string DefaultErrorLogPropertyFilename ] { Error.log }
+    Constant [ public string ErrorLogPropertyParameters ] { Parameters }
+    Constant [ public string DefaultErrorLogPropertyParameters ] {  }
+    Constant [ public string PerformanceLogPropertiesSection ] { PerformanceLogProperties }
+    Constant [ public string PerformanceLogPropertyEnabled ] { Enabled }
+    Constant [ public bool DefaultPerformanceLogPropertyEnabled ] {  }
+    Constant [ public string PerformanceLogPropertyFilename ] { Filename }
+    Constant [ public string DefaultPerformanceLogPropertyFilename ] { Performance.log }
+    Constant [ public string PerformanceLogPropertyParameters ] { Parameters }
+    Constant [ public string DefaultPerformanceLogPropertyParameters ] {  }
+    Constant [ public string PerformanceLogPropertyInterval ] { Interval }
+    Constant [ public int DefaultPerformanceLogPropertyInterval ] { 300 }
+    Constant [ public string SessionLogPropertiesSection ] { SessionLogProperties }
+    Constant [ public string SessionLogPropertyEnabled ] { Enabled }
+    Constant [ public bool DefaultSessionLogPropertyEnabled ] {  }
+    Constant [ public string SessionLogPropertyFilename ] { Filename }
+    Constant [ public string DefaultSessionLogPropertyFilename ] { Session.log }
+    Constant [ public string SessionLogPropertyParameters ] { Parameters }
+    Constant [ public string DefaultSessionLogPropertyParameters ] {  }
+    Constant [ public string TraceLogPropertiesSection ] { TraceLogProperties }
+    Constant [ public string TraceLogPropertyEnabled ] { Enabled }
+    Constant [ public bool DefaultTraceLogPropertyEnabled ] {  }
+    Constant [ public string TraceLogPropertyFilename ] { Filename }
+    Constant [ public string DefaultTraceLogPropertyFilename ] { Trace.log }
+    Constant [ public string TraceLogPropertyParameters ] { Parameters }
+    Constant [ public string DefaultTraceLogPropertyParameters ] {  }
+    Constant [ public string DBEnvironmentPropertiesSection ] { DBEnvironmentProperties }
+    Constant [ public string LibraryCacheSizeParameters ] { LibraryCacheSize }
+    Constant [ public int DefaultLibraryCacheSizeParameters ] { 32 }
+    Constant [ public string SessionCacheSizeParamters ] { SessionCacheSize }
+    Constant [ public int DefaultSessionCacheSizeParamters ] { 2 }
+    Constant [ public string DBPageSizeParameters ] { DBPageSize }
+    Constant [ public int DefaultDBPageSizeParameters ] { 32 }
+    Constant [ public string DBXMLPageSizeParameters ] { DBXMLPageSize }
+    Constant [ public int DefaultDBXMLPageSizeParameters ] { 32 }
+    Constant [ public string LibraryLogBufferSizeParameters ] { LibraryLogBufferSize }
+    Constant [ public int DefaultLibraryLogBufferSizeParameters ] { 12 }
+    Constant [ public string SessionLogBufferSizeParameters ] { SessionLogBufferSize }
+    Constant [ public int DefaultSessionLogBufferSizeParameters ] { 1 }
+    Constant [ public string DBMaxTransactionsParamters ] { DBMaxTransactions }
+    Constant [ public int DefaultDBMaxTransactionsParamters ] { 1000 }
+    Constant [ public string SessionDBPageSizeParameters ] { SessionDBPageSize }
+    Constant [ public int DefaultSessionDBPageSizeParameters ] { 2 }
+    Constant [ public string SessionDBXMLPageSizeParameters ] { SessionDBXMLPageSize }
+    Constant [ public float DefaultSessionDBXMLPageSizeParameters ] { 0.5 }
+    Constant [ public string DBTimeoutParameters ] { DBTimeout }
+    Constant [ public float DefaultDBTimeoutParameters ] { 0.2 }
+    Constant [ public string DBMaxLockersParameters ] { DBMaxLockers }
+    Constant [ public int DefaultDBMaxLockersParameters ] { 1000 }
+    Constant [ public string AgentPropertiesSection ] { AgentProperties }
+    Constant [ public string AgentDebugPause ] { DebugPause }
+    Constant [ public int DefaultAgentDebugPause ] { 0 }
+    Constant [ public string AgentDisableAuthoring ] { DisableAuthoring }
+    Constant [ public string AgentDisableWfs ] { DisableWfs }
+    Constant [ public string AgentDisableWms ] { DisableWms }
+    Constant [ public string AgentErrorLogEnabled ] { ErrorLogEnabled }
+    Constant [ public bool DefaultAgentErrorLogEnabled ] {  }
+    Constant [ public string AgentErrorLogFilename ] { ErrorLogFilename }
+    Constant [ public string DefaultAgentErrorLogFilename ] { Error.log }
+    Constant [ public string AgentRequestLogEnabled ] { RequestLogEnabled }
+    Constant [ public bool DefaultAgentRequestLogEnabled ] {  }
+    Constant [ public string AgentRequestLogFilename ] { RequestLogFilename }
+    Constant [ public string DefaultAgentRequestLogFilename ] { Request.log }
+    Constant [ public string AgentGlobalMaxFeatureQueryLimit ] { GlobalMaxFeatureQueryLimit }
+    Constant [ public int DefaultAgentGlobalMaxFeatureQueryLimit ] { 0 }
+    Constant [ public string AgentGlobalMaxMapFeatureQueryLimit ] { GlobalMaxMapFeatureQueryLimit }
+    Constant [ public int DefaultAgentGlobalMaxMapFeatureQueryLimit ] { 0 }
+    Constant [ public string AgentAnonymousDenyGetResourceContent ] { AnonymousDenyGetResourceContent }
+    Constant [ public string DefaultAgentAnonymousDenyGetResourceContent ] {  }
+    Constant [ public string AgentAnonymousDenyGetResourceData ] { AnonymousDenyGetResourceData }
+    Constant [ public string DefaultAgentAnonymousDenyGetResourceData ] {  }
+    Constant [ public string AgentAnonymousDenyGetResourceHeader ] { AnonymousDenyGetResourceHeader }
+    Constant [ public string DefaultAgentAnonymousDenyGetResourceHeader ] {  }
+    Constant [ public string OgcPropertiesSection ] { OgcProperties }
+    Constant [ public string WfsPassword ] { WfsPassword }
+    Constant [ public string WmsPassword ] { WmsPassword }
+    Constant [ public string CITEWfsEnabled ] { CITEWfsEnabled }
+    Constant [ public bool DefaultCITEWfsEnabled ] {  }
+    Constant [ public string CITEWmsEnabled ] { CITEWmsEnabled }
+    Constant [ public bool DefaultCITEWmsEnabled ] {  }
+    Constant [ public string AgentGlobalGetWfsFeaturesLimit ] { GlobalGetWfsFeaturesLimit }
+    Constant [ public int DefaultAgentGlobalGetWfsFeaturesLimit ] { 0 }
+    Constant [ public string AgentGlobalGetWmsFeatureInfoLimit ] { GlobalGetWmsFeatureInfoLimit }
+    Constant [ public int DefaultAgentGlobalGetWmsFeatureInfoLimit ] { 0 }
+    Constant [ public string WebApplicationPropertiesSection ] { WebApplicationProperties }
+    Constant [ public string TemplateRootFolder ] { TemplateRootFolder }
+    Constant [ public string WidgetInfoFolder ] { WidgetInfoFolder }
+    Constant [ public string ContainerInfoFolder ] { ContainerInfoFolder }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinate implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [2] {
+    Method [ <internal:MapGuideApi> static public method NoZ ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> static public method NoM ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [8] {
+    Method [ <internal:MapGuideApi> public method GetDimension ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetX ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetY ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetZ ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetM ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateCollection extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [14] {
+    Method [ <internal:MapGuideApi> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetItem ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetItem ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgCoordinate $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Add ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCoordinate $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Insert ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgCoordinate $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Clear ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Remove ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCoordinate $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method RemoveAt ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCoordinate $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IndexOf ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCoordinate $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateDimension implements SWIG\wrapped ] {
+
+  - Constants [3] {
+    Constant [ public int XY ] { 0 }
+    Constant [ public int XYZ ] { 1 }
+    Constant [ public int M ] { 2 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateIterator extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [6] {
+    Method [ <internal:MapGuideApi> public method GetCurrent ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method MoveNext ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Reset ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSpace implements SWIG\wrapped ] {
+
+  - Constants [3] {
+    Constant [ public string None ] { None }
+    Constant [ public string Map ] { Map }
+    Constant [ public string Display ] { Display }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystem extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [103] {
+    Method [ <internal:MapGuideApi> public method GetType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method ConvertCoordinateSystemUnitsToMeters ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method ConvertMetersToCoordinateSystemUnits ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method MeasureEuclideanDistance ] {
+
+      - Parameters [4] {
+        Parameter #0 [ <required> MgCoordinate|float|null $arg1 ]
+        Parameter #1 [ <required> MgCoordinate|float|null $arg2 ]
+        Parameter #2 [ <required> float $arg3 ]
+        Parameter #3 [ <required> float $arg4 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method MeasureGreatCircleDistance ] {
+
+      - Parameters [4] {
+        Parameter #0 [ <required> MgCoordinate|float|null $arg1 ]
+        Parameter #1 [ <required> MgCoordinate|float|null $arg2 ]
+        Parameter #2 [ <required> float $arg3 ]
+        Parameter #3 [ <required> float $arg4 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetAzimuth ] {
+
+      - Parameters [4] {
+        Parameter #0 [ <required> MgCoordinate|float|null $arg1 ]
+        Parameter #1 [ <required> MgCoordinate|float|null $arg2 ]
+        Parameter #2 [ <required> float $arg3 ]
+        Parameter #3 [ <required> float $arg4 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCoordinate ] {
+
+      - Parameters [4] {
+        Parameter #0 [ <required> MgCoordinate|float|null $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+        Parameter #2 [ <required> float $arg3 ]
+        Parameter #3 [ <required> float $arg4 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method ToString ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetUnits ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetUnitScale ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetMinX ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetMinY ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetMaxX ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetMaxY ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCsCode ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDescription ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetProjection ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetProjectionDescription ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDatum ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDatumDescription ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetEllipsoid ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetEllipsoidDescription ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetEpsgCode ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSridCode ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetEpsgQuadrant ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetMeasure ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCategories ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCatalog ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetCsCode ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsLegalCsCode ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsValid ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsUsable ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCoordinateSystemCatalog $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsSameAs ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGuardDisposable $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetDescription ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsLegalDescription ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetGroup ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetGroup ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsLegalGroup ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSource ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetSource ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsLegalSource ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsProtected ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetAge ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetProtectMode ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsEncrypted ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetEncryptMode ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetErrors ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetLocation ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetLocation ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsLegalLocation ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCountryOrState ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetCountryOrState ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsLegalCountryOrState ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsGeodetic ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetProjectionCode ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetProjectionCode ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetUnitCode ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetUnitCode ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetProjectionParameterCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetProjectionParameter ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetProjectionParameter ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetOriginLongitude ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetOriginLongitude ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetOriginLatitude ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetOriginLatitude ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetOffsetX ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetOffsetY ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetOffsets ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetScaleReduction ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetScaleReduction ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetMapScale ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetMapScale ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetZeroX ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetZeroY ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetZeroes ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetLonMin ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetLonMax ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetLatMin ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetLatMax ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetLonLatBounds ] {
+
+      - Parameters [4] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+        Parameter #2 [ <required> float $arg3 ]
+        Parameter #3 [ <required> float $arg4 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method CancelLonLatBounds ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetXYBounds ] {
+
+      - Parameters [4] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+        Parameter #2 [ <required> float $arg3 ]
+        Parameter #3 [ <required> float $arg4 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method CancelXYBounds ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetQuadrant ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetQuadrant ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDatumDefinition ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetDatumDefinition ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCoordinateSystemDatum $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetEllipsoidDefinition ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetEllipsoidDefinition ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCoordinateSystemEllipsoid $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsValidXY ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsValidLonLat ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method ConvertCoordinateFromLonLat ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCoordinate $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method ConvertCoordinateToLonLat ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCoordinate $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method ConvertToLonLat ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> MgCoordinate|float|null $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+        Parameter #2 [ <required> float $arg3 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method ConvertFromLonLat ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> MgCoordinate|float|null $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+        Parameter #2 [ <required> float $arg3 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetConvergence ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetScale ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetScaleH ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetScaleK ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method CreateClone ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemCatalog extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [25] {
+    Method [ <internal:MapGuideApi> public method SetDefaultDictionaryDirAndFileNames ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDefaultDictionaryDir ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetDictionaryDir ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDictionaryDir ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDefaultUserDictionaryDir ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetUserDictionaryDir ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetUserDictionaryDir ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetProtectionMode ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetProtectionMode ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCategoryDictionary ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCoordinateSystemDictionary ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDatumDictionary ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetEllipsoidDictionary ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetGeodeticPathDictionary ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetGeodeticTransformDefDictionary ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetGeodeticTransformations ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgCoordinateSystemDatum $arg1 ]
+        Parameter #1 [ <required> ?MgCoordinateSystemDatum $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetMathComparator ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetFormatConverter ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetProjectionInformation ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetUnitInformation ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDictionaryUtility ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method AreDictionaryFilesWritable ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemCategory extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [18] {
+    Method [ <internal:MapGuideApi> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsLegalName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsValid ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsUsable ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCoordinateSystemCatalog $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsSameAs ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGuardDisposable $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method CreateClone ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSize ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetEnum ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method AddCoordinateSystem ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method RemoveCoordinateSystem ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method HasCoordinateSystem ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Clear ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCoordinateSystems ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCatalog ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemCategoryDictionary extends MgCoordinateSystemDictionaryBase implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [18] {
+    Method [ <internal:MapGuideApi> public method NewCategory ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method Rename ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCategory ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinateSystemDictionaryBase, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinateSystemDictionaryBase, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinateSystemDictionaryBase, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method GetCatalog ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method GetDefaultFileName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method GetFileName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method SetFileName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method GetPath ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method GetSize ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method Add ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGuardDisposable $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method Remove ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method Modify ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGuardDisposable $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method Get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method Has ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method GetEnum ] {
+
+      - Parameters [0] {
+      }
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemCodeFormat implements SWIG\wrapped ] {
+
+  - Constants [2] {
+    Constant [ public int Mentor ] { 0 }
+    Constant [ public int Epsg ] { 1 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemDatum extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [38] {
+    Method [ <internal:MapGuideApi> public method GetDtCode ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetDtCode ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsLegalDtCode ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsValid ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsUsable ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCoordinateSystemCatalog $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsSameAs ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGuardDisposable $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDescription ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetDescription ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsLegalDescription ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetGroup ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetGroup ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsLegalGroup ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSource ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetSource ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetEpsgCode ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetEpsgCode ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsLegalSource ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsProtected ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetAge ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetProtectMode ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsEncrypted ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetEncryptMode ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetLocation ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetLocation ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsLegalLocation ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCountryOrState ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetCountryOrState ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsLegalCountryOrState ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetEllipsoid ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetEllipsoid ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetEllipsoidDefinition ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetEllipsoidDefinition ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCoordinateSystemEllipsoid $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method CreateClone ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetGeodeticTransformations ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCoordinateSystemDatum $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCatalog ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemDatumDictionary extends MgCoordinateSystemDictionaryBase implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [17] {
+    Method [ <internal:MapGuideApi> public method NewDatum ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDatum ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinateSystemDictionaryBase, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinateSystemDictionaryBase, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinateSystemDictionaryBase, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method GetCatalog ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method GetDefaultFileName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method GetFileName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method SetFileName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method GetPath ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method GetSize ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method Add ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGuardDisposable $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method Remove ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method Modify ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGuardDisposable $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method Get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method Has ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method GetEnum ] {
+
+      - Parameters [0] {
+      }
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemDictionary extends MgCoordinateSystemDictionaryBase implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [17] {
+    Method [ <internal:MapGuideApi> public method NewCoordinateSystem ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCoordinateSystem ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinateSystemDictionaryBase, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinateSystemDictionaryBase, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinateSystemDictionaryBase, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method GetCatalog ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method GetDefaultFileName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method GetFileName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method SetFileName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method GetPath ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method GetSize ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method Add ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGuardDisposable $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method Remove ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method Modify ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGuardDisposable $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method Get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method Has ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method GetEnum ] {
+
+      - Parameters [0] {
+      }
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemDictionaryBase extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [15] {
+    Method [ <internal:MapGuideApi> public method GetCatalog ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDefaultFileName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetFileName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetFileName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetPath ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSize ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Add ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGuardDisposable $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Remove ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Modify ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGuardDisposable $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method Has ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetEnum ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemDictionaryUtility extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [8] {
+    Method [ <internal:MapGuideApi> public method GetCatalog ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method CreateEllipsoidDictionary ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method CreateDatumDictionary ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method CreateCoordsysDictionary ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method CreateCategoryDictionary ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemEllipsoid extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [45] {
+    Method [ <internal:MapGuideApi> public method GetElCode ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetElCode ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsLegalElCode ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsValid ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsUsable ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsSameAs ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGuardDisposable $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method CreateClone ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDescription ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetDescription ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsLegalDescription ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetGroup ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetGroup ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsLegalGroup ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSource ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetSource ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetEpsgCode ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetEpsgCode ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsLegalSource ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsProtected ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetAge ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetProtectMode ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsEncrypted ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetEncryptMode ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetEquatorialRadius ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetPolarRadius ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetFlatteningRatio ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetEccentricity ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetRadii ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method FlatteningRatioToEccentricity ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method EccentricityToFlatteningRatio ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method EquatorialRadiusFromPolarRadiusFlatteningRatio ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method PolarRadiusFromEquatorialRadiusFlatteningRatio ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetGreatCircleDistance ] {
+
+      - Parameters [4] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+        Parameter #2 [ <required> float $arg3 ]
+        Parameter #3 [ <required> float $arg4 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetGreatCircleAzimuth ] {
+
+      - Parameters [4] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+        Parameter #2 [ <required> float $arg3 ]
+        Parameter #3 [ <required> float $arg4 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetRadiusMin ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetRadiusMax ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsLegalRadius ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetFlatteningRatioMin ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetFlatteningRatioMax ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsLegalFlatteningRatio ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method FlatteningRatioFromRadii ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCatalog ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemEllipsoidDictionary extends MgCoordinateSystemDictionaryBase implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [17] {
+    Method [ <internal:MapGuideApi> public method NewEllipsoid ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetEllipsoid ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinateSystemDictionaryBase, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinateSystemDictionaryBase, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinateSystemDictionaryBase, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method GetCatalog ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method GetDefaultFileName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method GetFileName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method SetFileName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method GetPath ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method GetSize ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method Add ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGuardDisposable $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method Remove ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method Modify ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGuardDisposable $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method Get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method Has ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method GetEnum ] {
+
+      - Parameters [0] {
+      }
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemEnum extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [10] {
+    Method [ <internal:MapGuideApi> public method Next ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method Skip ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Reset ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method CreateClone ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method AddFilter ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCoordinateSystemFilter $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method NextName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method NextDescription ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemEnumInteger32 extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [8] {
+    Method [ <internal:MapGuideApi> public method Next ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method Skip ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Reset ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method CreateClone ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method AddFilter ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCoordinateSystemFilterInteger32 $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemErrorCode implements SWIG\wrapped ] {
+
+  - Constants [63] {
+    Constant [ public int AZM ] { 201 }
+    Constant [ public int AZMTH ] { 202 }
+    Constant [ public int LAT ] { 203 }
+    Constant [ public int LATEQU ] { 204 }
+    Constant [ public int LNG ] { 205 }
+    Constant [ public int LNGEQU ] { 206 }
+    Constant [ public int MAPSCL ] { 207 }
+    Constant [ public int MEREQU ] { 208 }
+    Constant [ public int MRCAT ] { 209 }
+    Constant [ public int MSCOEF ] { 210 }
+    Constant [ public int NOREF ] { 211 }
+    Constant [ public int NOTNRTH ] { 212 }
+    Constant [ public int NRTHLAT ] { 213 }
+    Constant [ public int NRTHPNT ] { 214 }
+    Constant [ public int ORGLAT ] { 215 }
+    Constant [ public int ORGLNG ] { 216 }
+    Constant [ public int PLL90 ] { 217 }
+    Constant [ public int PLLEQU ] { 218 }
+    Constant [ public int PLLLRG ] { 219 }
+    Constant [ public int PLLREV ] { 220 }
+    Constant [ public int PLLZERO ] { 221 }
+    Constant [ public int POLDD ] { 222 }
+    Constant [ public int POLDUP ] { 223 }
+    Constant [ public int POLLAT ] { 224 }
+    Constant [ public int POLLNG ] { 225 }
+    Constant [ public int QUAD ] { 226 }
+    Constant [ public int SCLRED ] { 227 }
+    Constant [ public int SOTHLAT ] { 228 }
+    Constant [ public int STDLAT ] { 229 }
+    Constant [ public int STDLNG ] { 230 }
+    Constant [ public int STDPLL ] { 231 }
+    Constant [ public int STDSOU ] { 232 }
+    Constant [ public int STDWEST ] { 233 }
+    Constant [ public int UNIT ] { 234 }
+    Constant [ public int INVPRJ ] { 235 }
+    Constant [ public int INVDTM ] { 236 }
+    Constant [ public int INVELP ] { 237 }
+    Constant [ public int LLRNG ] { 238 }
+    Constant [ public int RNGORD ] { 239 }
+    Constant [ public int INVQUAD ] { 240 }
+    Constant [ public int GEOMM ] { 241 }
+    Constant [ public int CRTMM ] { 242 }
+    Constant [ public int PLLED ] { 243 }
+    Constant [ public int PLRLAT ] { 244 }
+    Constant [ public int USEPLR ] { 245 }
+    Constant [ public int UTMZON ] { 246 }
+    Constant [ public int HMISPHR ] { 247 }
+    Constant [ public int USESW ] { 248 }
+    Constant [ public int MAX15 ] { 249 }
+    Constant [ public int OBLQPOLE ] { 250 }
+    Constant [ public int AFFZERO ] { 251 }
+    Constant [ public int NRDATUM ] { 252 }
+    Constant [ public int OSTN97 ] { 253 }
+    Constant [ public int DENRGN ] { 253 }
+    Constant [ public int ELEVEL ] { 254 }
+    Constant [ public int OSTN02 ] { 255 }
+    Constant [ public int TMKRG0 ] { 256 }
+    Constant [ public int Ok ] { 1000 }
+    Constant [ public int OutOfMemory ] { 1001 }
+    Constant [ public int InitializationFailed ] { 1002 }
+    Constant [ public int ConversionFailed ] { 1003 }
+    Constant [ public int NullArgument ] { 1004 }
+    Constant [ public int InvalidArgument ] { 1005 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemFactory extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [23] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method Create ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCatalog ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetTransform ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgCoordinateSystem $arg1 ]
+        Parameter #1 [ <required> ?MgCoordinateSystem $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method CreateFromCode ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method ConvertWktToCoordinateSystemCode ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method ConvertCoordinateSystemCodeToWkt ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method EnumerateCategories ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method EnumerateCoordinateSystems ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method ConvertEpsgCodeToWkt ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method ConvertWktToEpsgCode ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetBaseLibrary ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method IsValid ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GridBoundary ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> MgCoordinate|MgPolygon|null $arg1 ]
+        Parameter #1 [ <optional> ?MgCoordinate $arg2 = <default> ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GridSpecification ] {
+
+      - Parameters [4] {
+        Parameter #0 [ <required> int|float $arg1 ]
+        Parameter #1 [ <required> int|float $arg2 ]
+        Parameter #2 [ <optional> int $arg3 = <default> ]
+        Parameter #3 [ <optional> float $arg4 = <default> ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GenericGrid ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> bool $arg3 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetMgrs ] {
+
+      - Parameters [4] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+        Parameter #2 [ <required> int $arg3 ]
+        Parameter #3 [ <required> bool $arg4 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetMgrsEllipsoid ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> int $arg2 ]
+        Parameter #2 [ <required> bool $arg3 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetMgrsDatum ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> int $arg2 ]
+        Parameter #2 [ <required> bool $arg3 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method MgrsGrid ] {
+
+      - Parameters [4] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> bool $arg2 ]
+        Parameter #2 [ <required> int $arg3 ]
+        Parameter #3 [ <required> bool $arg4 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemFilter extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [4] {
+    Method [ <internal:MapGuideApi> public method IsFilteredOut ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGuardDisposable $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemFilterInteger32 extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [4] {
+    Method [ <internal:MapGuideApi> public method IsFilteredOut ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemFormatConverter extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [11] {
+    Method [ <internal:MapGuideApi> public method DefinitionToWkt ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgCoordinateSystem $arg1 ]
+        Parameter #1 [ <required> int $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method WktToDefinition ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method CodeToWkt ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> int $arg3 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method WktToCode ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> int $arg3 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method DefinitionToCode ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgCoordinateSystem $arg1 ]
+        Parameter #1 [ <required> int $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method CodeToDefinition ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method CodeToCode ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> int $arg3 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method IsCodeInDictionary ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemGeodeticAnalyticalTransformDefParams extends MgCoordinateSystemGeodeticTransformDefParams implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [27] {
+    Method [ <internal:MapGuideApi> public method GetDeltaX ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetDeltaX ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDeltaY ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetDeltaY ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDeltaZ ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetDeltaZ ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetRotateX ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetRotateX ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetRotateY ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetRotateY ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetRotateZ ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetRotateZ ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetScale ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetScale ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetTranslateX ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetTranslateX ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetTranslateY ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetTranslateY ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetTranslateZ ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetTranslateZ ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetTransformationMethod ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetTransformationMethod ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinateSystemGeodeticTransformDefParams, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinateSystemGeodeticTransformDefParams, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinateSystemGeodeticTransformDefParams, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemGeodeticTransformDefParams> public method IsValid ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemGeodeticTransformDefParams> public method IsProtected ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemGeodeticAnalyticalTransformationMethod implements SWIG\wrapped ] {
+
+  - Constants [11] {
+    Constant [ public int None ] { 0 }
+    Constant [ public int ThreeParameter ] { 8193 }
+    Constant [ public int Molodensky ] { 8194 }
+    Constant [ public int AbridgedMolodensky ] { 8195 }
+    Constant [ public int Geocentric ] { 8196 }
+    Constant [ public int FourParameter ] { 8197 }
+    Constant [ public int SixParameter ] { 8198 }
+    Constant [ public int Bursa ] { 8199 }
+    Constant [ public int Frame ] { 8200 }
+    Constant [ public int SevenParameter ] { 8201 }
+    Constant [ public int MolodenskyBadekas ] { 8202 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemGeodeticInterpolationTransformDefParams extends MgCoordinateSystemGeodeticTransformDefParams implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [10] {
+    Method [ <internal:MapGuideApi> public method SetGridFiles ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgDisposableCollection $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetGridFiles ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetFallback ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetFallback ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method NewGridFile ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinateSystemGeodeticTransformDefParams, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinateSystemGeodeticTransformDefParams, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinateSystemGeodeticTransformDefParams, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemGeodeticTransformDefParams> public method IsValid ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemGeodeticTransformDefParams> public method IsProtected ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemGeodeticMultipleRegressionTransformDefParams extends MgCoordinateSystemGeodeticTransformDefParams implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [31] {
+    Method [ <internal:MapGuideApi> public method GetValidation ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetValidation ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetTestPhi ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetTestPhi ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetTestLambda ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetTestLambda ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDeltaPhi ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetDeltaPhi ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDeltaLambda ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetDeltaLambda ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDeltaHeight ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetDeltaHeight ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetPhiOffset ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetPhiOffset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetLambdaOffset ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetLambdaOffset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetNormalizationScale ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetNormalizationScale ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCoefficientPhi ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetCoefficientPhi ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCoefficientLambda ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetCoefficientLambda ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCoefficientHeight ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetCoefficientHeight ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetTransformationMethod ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetTransformationMethod ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinateSystemGeodeticTransformDefParams, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinateSystemGeodeticTransformDefParams, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinateSystemGeodeticTransformDefParams, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemGeodeticTransformDefParams> public method IsValid ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemGeodeticTransformDefParams> public method IsProtected ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemGeodeticMultipleRegressionTransformationMethod implements SWIG\wrapped ] {
+
+  - Constants [3] {
+    Constant [ public int None ] { 0 }
+    Constant [ public int MultipleRegression ] { 20481 }
+    Constant [ public int GeneralPolynomialEpsg ] { 20482 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemGeodeticPath extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [29] {
+    Method [ <internal:MapGuideApi> public method GetPathName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetPathName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDescription ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetDescription ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetGroup ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetGroup ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSource ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetSource ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetTargetDatum ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetTargetDatum ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSourceDatum ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetSourceDatum ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetAccuracy ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetAccuracy ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetIsReversible ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetIsReversible ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetEpsgCode ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetEpsgCode ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetEpsgVariant ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetEpsgVariant ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetPathElements ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetPathElements ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgDisposableCollection $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsProtected ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsValid ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method NewPathElement ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method CreateClone ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemGeodeticPathDictionary extends MgCoordinateSystemDictionaryBase implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [17] {
+    Method [ <internal:MapGuideApi> public method NewGeodeticPath ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetGeodeticPath ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinateSystemDictionaryBase, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinateSystemDictionaryBase, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinateSystemDictionaryBase, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method GetCatalog ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method GetDefaultFileName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method GetFileName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method SetFileName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method GetPath ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method GetSize ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method Add ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGuardDisposable $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method Remove ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method Modify ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGuardDisposable $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method Get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method Has ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method GetEnum ] {
+
+      - Parameters [0] {
+      }
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemGeodeticPathElement extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [9] {
+    Method [ <internal:MapGuideApi> public method GetTransformName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetTransformName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetIsInversed ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetIsInversed ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsValid ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsProtected ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemGeodeticStandaloneTransformDefParams extends MgCoordinateSystemGeodeticTransformDefParams implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [7] {
+    Method [ <internal:MapGuideApi> public method GetTransformationMethod ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetTransformationMethod ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinateSystemGeodeticTransformDefParams, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinateSystemGeodeticTransformDefParams, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinateSystemGeodeticTransformDefParams, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemGeodeticTransformDefParams> public method IsValid ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemGeodeticTransformDefParams> public method IsProtected ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemGeodeticTransformDef extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [44] {
+    Method [ <internal:MapGuideApi> public method GetTransformName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetTransformName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSourceDatum ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetSourceDatum ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetTargetDatum ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetTargetDatum ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetGroup ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetGroup ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDescription ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetDescription ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSource ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetSource ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetEpsgCode ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetEpsgCode ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetEpsgVariation ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetEpsgVariation ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetInverseSupported ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetInverseSupported ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetMaxIterations ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetMaxIterations ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetConvergenceValue ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetConvergenceValue ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetErrorValue ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetErrorValue ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetAccuracy ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetAccuracy ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetRangeMinLongitude ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetRangeMinLongitude ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetRangeMaxLongitude ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetRangeMaxLongitude ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetRangeMinLatitude ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetRangeMinLatitude ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetRangeMaxLatitude ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetRangeMaxLatitude ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsProtected ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsValid ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetTransformDefType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetParameters ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetParameters ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCoordinateSystemGeodeticTransformDefParams $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method CreateClone ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method CreateTransformation ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemGeodeticTransformDefDictionary extends MgCoordinateSystemDictionaryBase implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [17] {
+    Method [ <internal:MapGuideApi> public method NewGeodeticTransformationDef ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetGeodeticTransformationDef ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinateSystemDictionaryBase, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinateSystemDictionaryBase, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinateSystemDictionaryBase, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method GetCatalog ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method GetDefaultFileName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method GetFileName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method SetFileName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method GetPath ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method GetSize ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method Add ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGuardDisposable $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method Remove ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method Modify ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGuardDisposable $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method Get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method Has ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemDictionaryBase> public method GetEnum ] {
+
+      - Parameters [0] {
+      }
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemGeodeticTransformDefParams extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [5] {
+    Method [ <internal:MapGuideApi> public method IsValid ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsProtected ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemGeodeticTransformDefType implements SWIG\wrapped ] {
+
+  - Constants [5] {
+    Constant [ public int None ] { 0 }
+    Constant [ public int Standalone ] { 1 }
+    Constant [ public int Analytical ] { 2 }
+    Constant [ public int Interpolation ] { 3 }
+    Constant [ public int MultipleRegression ] { 4 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemGeodeticTransformGridFile extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [11] {
+    Method [ <internal:MapGuideApi> public method GetFileFormat ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetFileFormat ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetIsInverseDirection ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetIsInverseDirection ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetFileName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetFileName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsProtected ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsValid ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemGeodeticTransformGridFileFormat implements SWIG\wrapped ] {
+
+  - Constants [11] {
+    Constant [ public int None ] { 0 }
+    Constant [ public int NTv1 ] { 1 }
+    Constant [ public int NTv2 ] { 2 }
+    Constant [ public int NADCON ] { 3 }
+    Constant [ public int RGF ] { 4 }
+    Constant [ public int PAR ] { 5 }
+    Constant [ public int ATS77 ] { 6 }
+    Constant [ public int OST97 ] { 7 }
+    Constant [ public int OST02 ] { 8 }
+    Constant [ public int OST15 ] { 9 }
+    Constant [ public int GEOCON ] { 10 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemGeodeticTransformation extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [25] {
+    Method [ <internal:MapGuideApi> public method SetSourceAndTarget ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgCoordinateSystemDatum $arg1 ]
+        Parameter #1 [ <required> ?MgCoordinateSystemDatum $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSource ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetTarget ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method Shift ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> MgCoordinate|float|null $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+        Parameter #2 [ <required> float $arg3 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetOffsetX ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetOffsetY ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetOffsetZ ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetOffset ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+        Parameter #2 [ <required> float $arg3 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetBursaWolfeTransformRotationX ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetBursaWolfeTransformRotationY ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetBursaWolfeTransformRotationZ ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetBursaWolfeTransformBwScale ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetBursaWolfeTransform ] {
+
+      - Parameters [4] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+        Parameter #2 [ <required> float $arg3 ]
+        Parameter #3 [ <required> float $arg4 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetGeodeticTransformationMethod ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetGeodeticTransformationMethod ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetMaxOffset ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsLegalOffset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetMaxRotation ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsLegalRotation ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetBwScaleMin ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetBwScaleMax ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsLegalBwScale ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemGeodeticTransformationMethod implements SWIG\wrapped ] {
+
+  - Constants [28] {
+    Constant [ public int None ] { 0 }
+    Constant [ public int Molodensky ] { 1 }
+    Constant [ public int MReg ] { 2 }
+    Constant [ public int Bursa ] { 3 }
+    Constant [ public int NAD27 ] { 4 }
+    Constant [ public int NAD83 ] { 5 }
+    Constant [ public int WGS84 ] { 6 }
+    Constant [ public int WGS72 ] { 7 }
+    Constant [ public int HPGN ] { 8 }
+    Constant [ public int SevenParameter ] { 9 }
+    Constant [ public int AGD66 ] { 10 }
+    Constant [ public int ThreeParameter ] { 11 }
+    Constant [ public int SixParameter ] { 12 }
+    Constant [ public int FourParameter ] { 13 }
+    Constant [ public int AGD84 ] { 14 }
+    Constant [ public int NZGD49 ] { 15 }
+    Constant [ public int ATS77 ] { 16 }
+    Constant [ public int GDA94 ] { 17 }
+    Constant [ public int NZGD2K ] { 18 }
+    Constant [ public int CSRS ] { 19 }
+    Constant [ public int TOKYO ] { 20 }
+    Constant [ public int RGF93 ] { 21 }
+    Constant [ public int ED50 ] { 22 }
+    Constant [ public int DHDN ] { 23 }
+    Constant [ public int ETRF89 ] { 24 }
+    Constant [ public int Lclgrf ] { 99 }
+    Constant [ public int Geocentric ] { 25 }
+    Constant [ public int CHENYX ] { 26 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemGridBase extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [21] {
+    Method [ <internal:MapGuideApi> public method GetSpecializationType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetBoundary ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCoordinateSystemGridBoundary $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetBoundary ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetGridLines ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCoordinateSystemGridSpecification $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetGridRegions ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCoordinateSystemGridSpecification $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetGridTicks ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCoordinateSystemGridSpecification $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetConvergenceAngle ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCoordinate $arg1 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetProjectiveGridScale ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCoordinate $arg1 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method ApproxGridLineMemoryUsage ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCoordinateSystemGridSpecification $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method ApproxGridRegionMemoryUsage ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCoordinateSystemGridSpecification $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method ApproxGridTickMemoryUsage ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCoordinateSystemGridSpecification $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetGridLineExceptionLevel ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetGridRegionExceptionLevel ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetGridTickExceptionLevel ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetLastError ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method ResetLastError ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method AreExceptionsOn ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetExceptionsOn ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemGridBoundary extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [5] {
+    Method [ <internal:MapGuideApi> public method SetBoundaryExtents ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> MgCoordinate|MgPolygon|null $arg1 ]
+        Parameter #1 [ <optional> ?MgCoordinate $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetBoundary ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemGridLine extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [9] {
+    Method [ <internal:MapGuideApi> public method GetGridOrientation ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetRealValue ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSegment ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSegmentCollection ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetSegmentCollection ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgLineStringCollection $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemGridLineCollection extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [8] {
+    Method [ <internal:MapGuideApi> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetItem ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method IndexOf ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method RemoveAt ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Clear ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemGridOrientation implements SWIG\wrapped ] {
+
+  - Constants [4] {
+    Constant [ public int None ] { 0 }
+    Constant [ public int EastWest ] { 1 }
+    Constant [ public int NorthSouth ] { 2 }
+    Constant [ public int Unknown ] { 3 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemGridRegion extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [10] {
+    Method [ <internal:MapGuideApi> public method GetLabel ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetRegionCenter ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetRegionBoundary ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSouthLine ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetEastLine ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetNorthLine ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetWestLine ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemGridRegionCollection extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [7] {
+    Method [ <internal:MapGuideApi> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetItem ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method RemoveAt ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Clear ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemGridSpecializationType implements SWIG\wrapped ] {
+
+  - Constants [5] {
+    Constant [ public int None ] { 0 }
+    Constant [ public int Generic ] { 1 }
+    Constant [ public int MGRS ] { 17 }
+    Constant [ public int USNG ] { 18 }
+    Constant [ public int Unknown ] { 65366 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemGridSpecification extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [20] {
+    Method [ <internal:MapGuideApi> public method GetEastingBase ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetNorthingBase ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetEastingIncrement ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetNorthingIncrement ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetTickEastingIncrement ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetTickNorthingIncrement ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetUnitType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetUnitCode ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsSameAs ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCoordinateSystemGridSpecification $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCurvePrecision ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetGridBase ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetGridIncrement ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetTickIncrements ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetUnits ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> int $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetCurvePrecision ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetMaxCurvePoints ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsConsistent ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemGridTick extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [8] {
+    Method [ <internal:MapGuideApi> public method GetIsOnGridLine ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetTickOrientation ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetValue ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetPosition ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDirectionVector ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemGridTickCollection extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [7] {
+    Method [ <internal:MapGuideApi> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetItem ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method RemoveAt ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Clear ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemMathComparator extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [9] {
+    Method [ <internal:MapGuideApi> public method Same ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgGuardDisposable $arg1 ]
+        Parameter #1 [ <required> ?MgGuardDisposable $arg2 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SameEllipsoid ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgCoordinateSystemEllipsoid $arg1 ]
+        Parameter #1 [ <required> ?MgCoordinateSystemEllipsoid $arg2 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SameDatum ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgCoordinateSystemDatum $arg1 ]
+        Parameter #1 [ <required> ?MgCoordinateSystemDatum $arg2 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SameCoordinateSystem ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgCoordinateSystem $arg1 ]
+        Parameter #1 [ <required> ?MgCoordinateSystem $arg2 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetCompareInternalDatumOldParameters ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCompareInternalDatumOldParameters ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemMeasure extends MgMeasure implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [10] {
+    Method [ <internal:MapGuideApi, overwrites MgMeasure, prototype MgMeasure> public method GetDistance ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgCoordinate $arg1 ]
+        Parameter #1 [ <required> ?MgCoordinate $arg2 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDistanceSimple ] {
+
+      - Parameters [4] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+        Parameter #2 [ <required> float $arg3 ]
+        Parameter #3 [ <required> float $arg4 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgMeasure, prototype MgMeasure> public method GetAzimuth ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgCoordinate $arg1 ]
+        Parameter #1 [ <required> ?MgCoordinate $arg2 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetAzimuthSimple ] {
+
+      - Parameters [4] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+        Parameter #2 [ <required> float $arg3 ]
+        Parameter #3 [ <required> float $arg4 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgMeasure, prototype MgMeasure> public method GetCoordinate ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> ?MgCoordinate $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+        Parameter #2 [ <required> float $arg3 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCoordinateSimple ] {
+
+      - Parameters [4] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+        Parameter #2 [ <required> float $arg3 ]
+        Parameter #3 [ <required> float $arg4 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetEnvelope ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgMeasure, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgMeasure, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgMeasure, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemMgrs extends MgCoordinateSystemGridBase implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [24] {
+    Method [ <internal:MapGuideApi> public method ConvertFromLonLat ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> MgCoordinate|float|null $arg1 ]
+        Parameter #1 [ <required> int|float $arg2 ]
+        Parameter #2 [ <optional> int $arg3 = <default> ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method ConvertToLonLat ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> int $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetLetteringScheme ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinateSystemGridBase, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinateSystemGridBase, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinateSystemGridBase, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemGridBase> public method GetSpecializationType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemGridBase> public method SetBoundary ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCoordinateSystemGridBoundary $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemGridBase> public method GetBoundary ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemGridBase> public method GetGridLines ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCoordinateSystemGridSpecification $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemGridBase> public method GetGridRegions ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCoordinateSystemGridSpecification $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemGridBase> public method GetGridTicks ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCoordinateSystemGridSpecification $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemGridBase> public method GetConvergenceAngle ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCoordinate $arg1 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemGridBase> public method GetProjectiveGridScale ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCoordinate $arg1 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemGridBase> public method ApproxGridLineMemoryUsage ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCoordinateSystemGridSpecification $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemGridBase> public method ApproxGridRegionMemoryUsage ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCoordinateSystemGridSpecification $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemGridBase> public method ApproxGridTickMemoryUsage ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCoordinateSystemGridSpecification $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemGridBase> public method SetGridLineExceptionLevel ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemGridBase> public method SetGridRegionExceptionLevel ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemGridBase> public method SetGridTickExceptionLevel ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemGridBase> public method GetLastError ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemGridBase> public method ResetLastError ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemGridBase> public method AreExceptionsOn ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinateSystemGridBase> public method SetExceptionsOn ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemMgrsGridLevel implements SWIG\wrapped ] {
+
+  - Constants [10] {
+    Constant [ public int MgrsNone ] { 0 }
+    Constant [ public int MgrsUtm ] { 1 }
+    Constant [ public int MgrsUps ] { 2 }
+    Constant [ public int Mgrs100Km ] { 3 }
+    Constant [ public int Mgrs10Km ] { 4 }
+    Constant [ public int Mgrs1Km ] { 5 }
+    Constant [ public int Mgrs100m ] { 6 }
+    Constant [ public int Mgrs10m ] { 7 }
+    Constant [ public int Mgrs1m ] { 8 }
+    Constant [ public int MgrsUnknown ] { 99 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemMgrsGridSquarePosition implements SWIG\wrapped ] {
+
+  - Constants [11] {
+    Constant [ public int None ] { 0 }
+    Constant [ public int Center ] { 1 }
+    Constant [ public int SouthWest ] { 2 }
+    Constant [ public int West ] { 3 }
+    Constant [ public int NorthWest ] { 4 }
+    Constant [ public int North ] { 5 }
+    Constant [ public int NorthEast ] { 6 }
+    Constant [ public int East ] { 7 }
+    Constant [ public int SouthEast ] { 8 }
+    Constant [ public int South ] { 9 }
+    Constant [ public int Unknown ] { 10 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemMgrsLetteringScheme implements SWIG\wrapped ] {
+
+  - Constants [2] {
+    Constant [ public int Normal ] { 0 }
+    Constant [ public int Alternative ] { 1 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemProjectionCode implements SWIG\wrapped ] {
+
+  - Constants [73] {
+    Constant [ public int Alber ] { 4 }
+    Constant [ public int Azede ] { 59 }
+    Constant [ public int Azmea ] { 11 }
+    Constant [ public int Azmed ] { 7 }
+    Constant [ public int Bipolar ] { 31 }
+    Constant [ public int Bonne ] { 24 }
+    Constant [ public int Cassini ] { 22 }
+    Constant [ public int Eckert4 ] { 25 }
+    Constant [ public int Eckert6 ] { 26 }
+    Constant [ public int Edcnc ] { 12 }
+    Constant [ public int Edcyl ] { 20 }
+    Constant [ public int GaussK ] { 46 }
+    Constant [ public int Gnomonic ] { 19 }
+    Constant [ public int Goode ] { 28 }
+    Constant [ public int Hom1uv ] { 1281 }
+    Constant [ public int Hom1xy ] { 1282 }
+    Constant [ public int Hom2uv ] { 1283 }
+    Constant [ public int Hom2xy ] { 1284 }
+    Constant [ public int Krovak ] { 47 }
+    Constant [ public int Krvk95 ] { 51 }
+    Constant [ public int LL ] { 1 }
+    Constant [ public int Lm1sp ] { 36 }
+    Constant [ public int Lm2sp ] { 37 }
+    Constant [ public int Lmblg ] { 38 }
+    Constant [ public int Lmtan ] { 8 }
+    Constant [ public int Miller ] { 13 }
+    Constant [ public int Mndotl ] { 41 }
+    Constant [ public int Mndott ] { 42 }
+    Constant [ public int Modpc ] { 10 }
+    Constant [ public int Mollweid ] { 27 }
+    Constant [ public int Mrcat ] { 6 }
+    Constant [ public int MrcatK ] { 49 }
+    Constant [ public int Mstero ] { 15 }
+    Constant [ public int Neacyl ] { 29 }
+    Constant [ public int Nerth ] { 55 }
+    Constant [ public int Nzealand ] { 16 }
+    Constant [ public int OblqM ] { 5 }
+    Constant [ public int Obqcyl ] { 56 }
+    Constant [ public int Ortho ] { 18 }
+    Constant [ public int Ostn02 ] { 60 }
+    Constant [ public int Ostn97 ] { 58 }
+    Constant [ public int Ostro ] { 34 }
+    Constant [ public int Plycn ] { 9 }
+    Constant [ public int Pstro ] { 33 }
+    Constant [ public int Pstrosl ] { 53 }
+    Constant [ public int Rskew ] { 1285 }
+    Constant [ public int Rskewc ] { 1286 }
+    Constant [ public int Rskewo ] { 1287 }
+    Constant [ public int Robinson ] { 23 }
+    Constant [ public int Sinus ] { 17 }
+    Constant [ public int Sotrm ] { 43 }
+    Constant [ public int Sstro ] { 35 }
+    Constant [ public int Swiss ] { 32 }
+    Constant [ public int Sys34 ] { 57 }
+    Constant [ public int Sys34_99 ] { 61 }
+    Constant [ public int Teacyl ] { 30 }
+    Constant [ public int Tm ] { 3 }
+    Constant [ public int Trmeraf ] { 54 }
+    Constant [ public int Trmrkrg ] { 62 }
+    Constant [ public int Trmrs ] { 45 }
+    Constant [ public int Vdgrntn ] { 21 }
+    Constant [ public int Wccsl ] { 39 }
+    Constant [ public int Wccst ] { 40 }
+    Constant [ public int Utm ] { 44 }
+    Constant [ public int Winkl ] { 63 }
+    Constant [ public int Nrthsrt ] { 64 }
+    Constant [ public int Lmbrtaf ] { 65 }
+    Constant [ public int Sys34_01 ] { 66 }
+    Constant [ public int EdcylE ] { 67 }
+    Constant [ public int PlateCarree ] { 68 }
+    Constant [ public int PvMercator ] { 69 }
+    Constant [ public int LmMich ] { 70 }
+    Constant [ public int Unknown ] { 0 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemProjectionFormatType implements SWIG\wrapped ] {
+
+  - Constants [9] {
+    Constant [ public int None ] { 0 }
+    Constant [ public int Lng ] { 57509 }
+    Constant [ public int Lat ] { 41157 }
+    Constant [ public int Angd ] { 32933 }
+    Constant [ public int Coef ] { 13 }
+    Constant [ public int Xxx ] { 4099 }
+    Constant [ public int Yyy ] { 4099 }
+    Constant [ public int Scl ] { 7 }
+    Constant [ public int Rot ] { 4 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemProjectionInformation extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [19] {
+    Method [ <internal:MapGuideApi> public method GetEnumProjections ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetParameterCount ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsUsingParameter ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> int $arg2 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsUsingOriginLongitude ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsUsingOriginLatitude ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsUsingScaleReduction ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsUsingQuadrant ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsUsingOffset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetParameterMin ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> int $arg2 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetParameterMax ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> int $arg2 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetParameterDefault ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> int $arg2 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetParameterLogicalType ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> int $arg2 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetParameterFormatType ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> int $arg2 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetParameterType ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> int $arg2 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetUnitType ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetTagString ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemProjectionLogicalType implements SWIG\wrapped ] {
+
+  - Constants [13] {
+    Constant [ public int None ] { 0 }
+    Constant [ public int Longitude ] { 1 }
+    Constant [ public int Latitude ] { 2 }
+    Constant [ public int Azimuth ] { 3 }
+    Constant [ public int AngularDistance ] { 4 }
+    Constant [ public int ComplexCoefficient ] { 5 }
+    Constant [ public int UTMZoneNumber ] { 6 }
+    Constant [ public int HemisphereSelection ] { 7 }
+    Constant [ public int GeoidHeight ] { 8 }
+    Constant [ public int Elevation ] { 9 }
+    Constant [ public int AffineCoefficient ] { 10 }
+    Constant [ public int XYCoordinate ] { 11 }
+    Constant [ public int Scale ] { 12 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemProjectionParameterType implements SWIG\wrapped ] {
+
+  - Constants [49] {
+    Constant [ public int NotUsed ] { 0 }
+    Constant [ public int Cntmer ] { 1 }
+    Constant [ public int Nstdpll ] { 2 }
+    Constant [ public int Sstdpll ] { 3 }
+    Constant [ public int Stdpll ] { 4 }
+    Constant [ public int Gcp1lng ] { 5 }
+    Constant [ public int Gcp1lat ] { 6 }
+    Constant [ public int Gcp2lng ] { 7 }
+    Constant [ public int Gcp2lat ] { 8 }
+    Constant [ public int Gcplng ] { 9 }
+    Constant [ public int Gcplat ] { 10 }
+    Constant [ public int Gcazm ] { 11 }
+    Constant [ public int Yaxisaz ] { 12 }
+    Constant [ public int Estdmer ] { 13 }
+    Constant [ public int Nparall ] { 14 }
+    Constant [ public int Sparall ] { 15 }
+    Constant [ public int P1lng ] { 16 }
+    Constant [ public int P1lat ] { 17 }
+    Constant [ public int P2lng ] { 18 }
+    Constant [ public int P2lat ] { 19 }
+    Constant [ public int Adp1p2 ] { 20 }
+    Constant [ public int Adsp1 ] { 21 }
+    Constant [ public int Adsp2 ] { 22 }
+    Constant [ public int Cmplxan ] { 23 }
+    Constant [ public int Cmplxbn ] { 24 }
+    Constant [ public int Westll ] { 25 }
+    Constant [ public int Eastll ] { 26 }
+    Constant [ public int Utmzn ] { 27 }
+    Constant [ public int Hsns ] { 28 }
+    Constant [ public int Ghgt ] { 29 }
+    Constant [ public int Aelev ] { 30 }
+    Constant [ public int Polelng ] { 31 }
+    Constant [ public int Polelat ] { 32 }
+    Constant [ public int Ostdpll ] { 33 }
+    Constant [ public int Stdcir ] { 34 }
+    Constant [ public int Afa0 ] { 35 }
+    Constant [ public int Afb0 ] { 36 }
+    Constant [ public int Afa1 ] { 37 }
+    Constant [ public int Afa2 ] { 38 }
+    Constant [ public int Afb1 ] { 39 }
+    Constant [ public int Afb2 ] { 40 }
+    Constant [ public int Nrmlpll ] { 41 }
+    Constant [ public int Denrgn ] { 42 }
+    Constant [ public int Skwazm ] { 43 }
+    Constant [ public int Sclrotorgx ] { 44 }
+    Constant [ public int Sclrotorgy ] { 45 }
+    Constant [ public int Nrthscl ] { 46 }
+    Constant [ public int Nrthrot ] { 47 }
+    Constant [ public int EllipsoidScale ] { 48 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemTransform extends MgTransform implements SWIG\wrapped ] {
+
+  - Constants [7] {
+    Constant [ public int TransformOutsideDomainWarning ] { 1 }
+    Constant [ public int TransformDatumShiftWarning ] { 2 }
+    Constant [ public int TransformTotalFailure ] { 3 }
+    Constant [ public int SourceCrsError ] { 1 }
+    Constant [ public int DatumShiftFallback ] { 2 }
+    Constant [ public int DatumShiftError ] { 4 }
+    Constant [ public int TargetCrsError ] { 8 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [1] {
+    Method [ <internal:MapGuideApi> static public method TransformOk ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [25] {
+    Method [ <internal:MapGuideApi> public method TransformM ] {
+
+      - Parameters [4] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+        Parameter #2 [ <required> float $arg3 ]
+        Parameter #3 [ <required> float $arg4 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgTransform, prototype MgTransform> public method Transform ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> MgCoordinate|MgEnvelope|float|null $arg1 ]
+        Parameter #1 [ <optional> float $arg2 = <default> ]
+        Parameter #2 [ <optional> float $arg3 = <default> ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method TransformCoordinate ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCoordinate $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GridLine ] {
+
+      - Parameters [4] {
+        Parameter #0 [ <required> ?MgCoordinate $arg1 ]
+        Parameter #1 [ <required> ?MgCoordinate $arg2 ]
+        Parameter #2 [ <required> float $arg3 ]
+        Parameter #3 [ <required> int $arg4 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method IsValidSourcePoint ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+        Parameter #2 [ <required> float $arg3 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsValidTargetPoint ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+        Parameter #2 [ <required> float $arg3 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSource ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetTarget ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetSourceAndTarget ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgCoordinateSystem $arg1 ]
+        Parameter #1 [ <required> ?MgCoordinateSystem $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetGeodeticTransformationCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetGeodeticTransformation ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetGeodeticTransformationDirection ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetExplicitGeodeticPath ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method IgnoreDatumShiftWarning ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsIgnoreDatumShiftWarning ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IgnoreOutsideDomainWarning ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsIgnoreOutsideDomainWarning ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSourceWarningCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetdatumWarningCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetTargetWarningCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetLastTransformStatus ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method ResetLastTransformStatus ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgTransform, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgTransform, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgTransform, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemType implements SWIG\wrapped ] {
+
+  - Constants [4] {
+    Constant [ public int Unknown ] { 0 }
+    Constant [ public int Arbitrary ] { 1 }
+    Constant [ public int Geographic ] { 2 }
+    Constant [ public int Projected ] { 3 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemUnitCode implements SWIG\wrapped ] {
+
+  - Constants [65] {
+    Constant [ public int Meter ] { 1 }
+    Constant [ public int Foot ] { 2 }
+    Constant [ public int Inch ] { 3 }
+    Constant [ public int IFoot ] { 4 }
+    Constant [ public int ClarkeFoot ] { 5 }
+    Constant [ public int IInch ] { 6 }
+    Constant [ public int Centimeter ] { 7 }
+    Constant [ public int Kilometer ] { 8 }
+    Constant [ public int Yard ] { 9 }
+    Constant [ public int SearsYard ] { 10 }
+    Constant [ public int Mile ] { 11 }
+    Constant [ public int IYard ] { 12 }
+    Constant [ public int IMile ] { 13 }
+    Constant [ public int Knot ] { 14 }
+    Constant [ public int NautM ] { 15 }
+    Constant [ public int Lat66 ] { 16 }
+    Constant [ public int Lat83 ] { 17 }
+    Constant [ public int Decimeter ] { 18 }
+    Constant [ public int Millimeter ] { 19 }
+    Constant [ public int Dekameter ] { 20 }
+    Constant [ public int Hectometer ] { 21 }
+    Constant [ public int GermanMeter ] { 22 }
+    Constant [ public int CaGrid ] { 23 }
+    Constant [ public int ClarkeChain ] { 24 }
+    Constant [ public int GunterChain ] { 25 }
+    Constant [ public int BenoitChain ] { 26 }
+    Constant [ public int SearsChain ] { 27 }
+    Constant [ public int ClarkeLink ] { 28 }
+    Constant [ public int GunterLink ] { 29 }
+    Constant [ public int BenoitLink ] { 30 }
+    Constant [ public int SearsLink ] { 31 }
+    Constant [ public int Rod ] { 32 }
+    Constant [ public int Perch ] { 33 }
+    Constant [ public int Pole ] { 34 }
+    Constant [ public int Furlong ] { 35 }
+    Constant [ public int Rood ] { 36 }
+    Constant [ public int CapeFoot ] { 37 }
+    Constant [ public int Brealey ] { 38 }
+    Constant [ public int SearsFoot ] { 39 }
+    Constant [ public int GoldCoastFoot ] { 40 }
+    Constant [ public int MicroInch ] { 41 }
+    Constant [ public int IndianYard ] { 42 }
+    Constant [ public int IndianFoot ] { 43 }
+    Constant [ public int IndianFt37 ] { 44 }
+    Constant [ public int IndianFt62 ] { 45 }
+    Constant [ public int IndianFt75 ] { 46 }
+    Constant [ public int IndianYd37 ] { 47 }
+    Constant [ public int Decameter ] { 48 }
+    Constant [ public int InternationalChain ] { 49 }
+    Constant [ public int InternationalLink ] { 50 }
+    Constant [ public int BrFootTrunc ] { 51 }
+    Constant [ public int BrChainTrunc ] { 52 }
+    Constant [ public int BrLinkTrunc ] { 53 }
+    Constant [ public int Degree ] { 1001 }
+    Constant [ public int Grad ] { 1002 }
+    Constant [ public int Grade ] { 1003 }
+    Constant [ public int MapInfo ] { 1004 }
+    Constant [ public int Mil ] { 1005 }
+    Constant [ public int Minute ] { 1006 }
+    Constant [ public int Radian ] { 1007 }
+    Constant [ public int Second ] { 1008 }
+    Constant [ public int Decisec ] { 1009 }
+    Constant [ public int Centisec ] { 1010 }
+    Constant [ public int Millisec ] { 1011 }
+    Constant [ public int Unknown ] { 0 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemUnitInformation extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [10] {
+    Method [ <internal:MapGuideApi> public method GetEnumLinearUnits ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetEnumAngularUnits ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetLinearUnitScale ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetAngularUnitScale ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetUnitType ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetTagString ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetAbbreviation ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemUnitType implements SWIG\wrapped ] {
+
+  - Constants [3] {
+    Constant [ public int Unknown ] { 0 }
+    Constant [ public int Linear ] { 1 }
+    Constant [ public int Angular ] { 2 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateSystemWktFlavor implements SWIG\wrapped ] {
+
+  - Constants [7] {
+    Constant [ public int Unknown ] { -1 }
+    Constant [ public int Ogc ] { 0 }
+    Constant [ public int Oracle ] { 1 }
+    Constant [ public int Esri ] { 2 }
+    Constant [ public int Epsg ] { 3 }
+    Constant [ public int Geotiff ] { 4 }
+    Constant [ public int Geotools ] { 5 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateXY extends MgCoordinate implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [2] {
+    Method [ <internal:MapGuideApi, inherits MgCoordinate> static public method NoZ ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinate> static public method NoM ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [8] {
+    Method [ <internal:MapGuideApi, overwrites MgCoordinate, prototype MgCoordinate> public method GetDimension ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinate, prototype MgCoordinate> public method GetX ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinate, prototype MgCoordinate> public method GetY ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinate, prototype MgCoordinate> public method GetZ ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinate, prototype MgCoordinate> public method GetM ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinate, prototype MgCoordinate> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinate, prototype MgCoordinate> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinate, prototype MgCoordinate> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateXYM extends MgCoordinate implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [2] {
+    Method [ <internal:MapGuideApi, inherits MgCoordinate> static public method NoZ ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinate> static public method NoM ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [8] {
+    Method [ <internal:MapGuideApi, overwrites MgCoordinate, prototype MgCoordinate> public method GetDimension ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinate, prototype MgCoordinate> public method GetX ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinate, prototype MgCoordinate> public method GetY ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinate, prototype MgCoordinate> public method GetZ ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinate, prototype MgCoordinate> public method GetM ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinate, prototype MgCoordinate> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinate, prototype MgCoordinate> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinate, prototype MgCoordinate> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateXYZ extends MgCoordinate implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [2] {
+    Method [ <internal:MapGuideApi, inherits MgCoordinate> static public method NoZ ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinate> static public method NoM ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [8] {
+    Method [ <internal:MapGuideApi, overwrites MgCoordinate, prototype MgCoordinate> public method GetDimension ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinate, prototype MgCoordinate> public method GetX ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinate, prototype MgCoordinate> public method GetY ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinate, prototype MgCoordinate> public method GetZ ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinate, prototype MgCoordinate> public method GetM ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinate, prototype MgCoordinate> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinate, prototype MgCoordinate> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinate, prototype MgCoordinate> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCoordinateXYZM extends MgCoordinate implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [2] {
+    Method [ <internal:MapGuideApi, inherits MgCoordinate> static public method NoZ ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgCoordinate> static public method NoM ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [8] {
+    Method [ <internal:MapGuideApi, overwrites MgCoordinate, prototype MgCoordinate> public method GetDimension ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinate, prototype MgCoordinate> public method GetX ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinate, prototype MgCoordinate> public method GetY ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinate, prototype MgCoordinate> public method GetZ ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinate, prototype MgCoordinate> public method GetM ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinate, prototype MgCoordinate> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinate, prototype MgCoordinate> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCoordinate, prototype MgCoordinate> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCurve extends MgGeometry implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [35] {
+    Method [ <internal:MapGuideApi> public method GetStartCoordinate ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetEndCoordinate ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometry, prototype MgGeometricEntity> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometry, prototype MgGeometricEntity> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometry, prototype MgGeometricEntity> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method GetGeometryType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Crosses ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Disjoint ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Equals ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Intersects ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Overlaps ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Touches ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Within ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Boundary ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Buffer ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> ?MgMeasure $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method ConvexHull ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Difference ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Distance ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+        Parameter #1 [ <required> ?MgMeasure $arg2 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Intersection ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method SymetricDifference ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Union ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Prepare ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Tessellate ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetDimension ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsEmpty ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsSimple ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsClosed ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsValid ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method Envelope ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method Copy ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method Transform ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgTransform $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetArea ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetLength ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetCentroid ] {
+
+      - Parameters [0] {
+      }
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCurvePolygon extends MgRegion implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [38] {
+    Method [ <internal:MapGuideApi> public method GetExteriorRing ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetInteriorRingCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetInteriorRing ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometry, prototype MgGeometry> public method GetGeometryType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method GetDimension ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method IsEmpty ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method IsClosed ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method Copy ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method Transform ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgTransform $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgRegion, prototype MgGeometricEntity> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgRegion, prototype MgGeometricEntity> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgRegion, prototype MgGeometricEntity> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgRegion> public method GetPointInRegion ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgRegion> public method GetCoordinates ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Crosses ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Disjoint ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Equals ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Intersects ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Overlaps ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Touches ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Within ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Boundary ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Buffer ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> ?MgMeasure $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method ConvexHull ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Difference ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Distance ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+        Parameter #1 [ <required> ?MgMeasure $arg2 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Intersection ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method SymetricDifference ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Union ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Prepare ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Tessellate ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsSimple ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsValid ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method Envelope ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetArea ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetLength ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetCentroid ] {
+
+      - Parameters [0] {
+      }
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCurvePolygonCollection extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [14] {
+    Method [ <internal:MapGuideApi> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetItem ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetItem ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgCurvePolygon $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Add ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCurvePolygon $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Insert ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgCurvePolygon $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Clear ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Remove ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCurvePolygon $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method RemoveAt ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCurvePolygon $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IndexOf ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCurvePolygon $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCurveRing extends MgRing implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [19] {
+    Method [ <internal:MapGuideApi, overwrites MgGeometryComponent, prototype MgGeometryComponent> public method GetComponentType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSegment ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method GetDimension ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method IsEmpty ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method IsClosed ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method Copy ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method Transform ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgTransform $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgRing, prototype MgGeometricEntity> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgRing, prototype MgGeometricEntity> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgRing, prototype MgGeometricEntity> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgRing> public method GetPointInRing ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgRing> public method GetCoordinates ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsSimple ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsValid ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method Envelope ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetArea ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetLength ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetCentroid ] {
+
+      - Parameters [0] {
+      }
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCurveRingCollection extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [14] {
+    Method [ <internal:MapGuideApi> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetItem ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetItem ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgCurveRing $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Add ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCurveRing $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Insert ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgCurveRing $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Clear ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Remove ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCurveRing $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method RemoveAt ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCurveRing $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IndexOf ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCurveRing $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCurveSegment extends MgGeometryComponent implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [17] {
+    Method [ <internal:MapGuideApi> public method GetStartCoordinate ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetEndCoordinate ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometryComponent, prototype MgGeometricEntity> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometryComponent, prototype MgGeometricEntity> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometryComponent, prototype MgGeometricEntity> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometryComponent> public method GetComponentType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetDimension ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsEmpty ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsSimple ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsClosed ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsValid ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method Envelope ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method Copy ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method Transform ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgTransform $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetArea ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetLength ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetCentroid ] {
+
+      - Parameters [0] {
+      }
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCurveSegmentCollection extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [14] {
+    Method [ <internal:MapGuideApi> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetItem ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetItem ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgCurveSegment $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Add ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCurveSegment $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Insert ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgCurveSegment $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Clear ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Remove ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCurveSegment $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method RemoveAt ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCurveSegment $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IndexOf ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCurveSegment $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCurveString extends MgCurve implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [37] {
+    Method [ <internal:MapGuideApi> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSegment ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCurve, prototype MgCurve> public method GetStartCoordinate ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCurve, prototype MgCurve> public method GetEndCoordinate ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometry, prototype MgGeometry> public method GetGeometryType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method GetDimension ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method IsEmpty ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method IsClosed ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method Copy ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method Transform ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgTransform $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCurve, prototype MgGeometricEntity> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCurve, prototype MgGeometricEntity> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCurve, prototype MgGeometricEntity> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Crosses ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Disjoint ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Equals ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Intersects ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Overlaps ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Touches ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Within ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Boundary ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Buffer ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> ?MgMeasure $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method ConvexHull ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Difference ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Distance ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+        Parameter #1 [ <required> ?MgMeasure $arg2 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Intersection ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method SymetricDifference ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Union ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Prepare ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Tessellate ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsSimple ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsValid ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method Envelope ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetArea ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetLength ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetCentroid ] {
+
+      - Parameters [0] {
+      }
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgCurveStringCollection extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [14] {
+    Method [ <internal:MapGuideApi> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetItem ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetItem ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgCurveString $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Add ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCurveString $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Insert ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgCurveString $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Clear ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Remove ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCurveString $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method RemoveAt ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCurveString $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IndexOf ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCurveString $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgDataPropertyDefinition extends MgPropertyDefinition implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [28] {
+    Method [ <internal:MapGuideApi, overwrites MgPropertyDefinition, ctor> public method __construct ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDataType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetLength ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetPrecision ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetScale ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsAutoGenerated ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDefaultValue ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetNullable ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetReadOnly ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetDataType ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetReadOnly ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetLength ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetPrecision ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetScale ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetNullable ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetDefaultValue ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetAutoGeneration ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgPropertyDefinition, prototype MgNamedSerializable> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgPropertyDefinition, prototype MgNamedSerializable> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgPropertyDefinition, prototype MgNamedSerializable> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgPropertyDefinition, prototype MgProperty> public method GetPropertyType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgPropertyDefinition> public method SetDescription ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgPropertyDefinition> public method GetDescription ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgPropertyDefinition> public method SetQualifiedName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgPropertyDefinition> public method GetQualifiedName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgPropertyDefinition> public method Delete ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgProperty> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgProperty> public method SetName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgDataReader extends MgReader implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [25] {
+    Method [ <internal:MapGuideApi, overwrites MgReader, prototype MgReader> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgReader, prototype MgReader> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgReader, prototype MgReader> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method ReadNext ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetPropertyCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetPropertyName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetPropertyType ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetPropertyIndex ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method IsNull ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetBoolean ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetByte ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetDateTime ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetSingle ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetDouble ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetInt16 ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetInt32 ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetInt64 ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetString ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetBLOB ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetCLOB ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetGeometry ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetRaster ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method Close ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetReaderType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method ToXml ] {
+
+      - Parameters [0] {
+      }
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgDateTime implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [23] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [7] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> int $arg2 ]
+        Parameter #2 [ <required> int $arg3 ]
+        Parameter #3 [ <required> int $arg4 ]
+        Parameter #4 [ <required> int $arg5 ]
+        Parameter #5 [ <required> int $arg6 ]
+        Parameter #6 [ <required> int $arg7 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDay ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetMonth ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetYear ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetHour ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetMinute ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSecond ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetMicrosecond ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetDay ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetMonth ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetYear ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetHour ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetMinute ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetSecond ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetMicrosecond ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Validate ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsDate ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsTime ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsDateTime ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method ToString ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgDateTimeProperty extends MgNullableProperty implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [11] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> ?MgDateTime $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetValue ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgProperty, prototype MgProperty> public method GetPropertyType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetValue ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgDateTime $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNullableProperty, prototype MgNamedSerializable> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNullableProperty, prototype MgNamedSerializable> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNullableProperty, prototype MgNamedSerializable> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgNullableProperty> public method SetNull ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgNullableProperty> public method IsNull ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgProperty> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgProperty> public method SetName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgDeleteFeatures extends MgFeatureCommand implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [7] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgFeatureCommand, prototype MgFeatureCommand> public method GetCommandType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetFeatureClassName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetFilterText ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgFeatureCommand, prototype MgFeatureCommand> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgFeatureCommand, prototype MgFeatureCommand> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgFeatureCommand, prototype MgFeatureCommand> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgDisposable extends MgObject implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi, overwrites MgObject, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgObject, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgObject, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgDisposableCollection extends MgCollection implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [15] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetItem ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetItem ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgDisposable $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Add ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgDisposable $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Insert ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgDisposable $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method Clear ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Remove ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgDisposable $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method RemoveAt ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgDisposable $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IndexOf ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgDisposable $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method ToXml ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgDoubleProperty extends MgNullableProperty implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [11] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetValue ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgProperty, prototype MgProperty> public method GetPropertyType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetValue ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNullableProperty, prototype MgNamedSerializable> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNullableProperty, prototype MgNamedSerializable> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNullableProperty, prototype MgNamedSerializable> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgNullableProperty> public method SetNull ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgNullableProperty> public method IsNull ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgProperty> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgProperty> public method SetName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgDrawingService extends MgService implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [14] {
+    Method [ <internal:MapGuideApi> public method GetDrawing ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method DescribeDrawing ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSection ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSectionResource ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method EnumerateLayers ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetLayer ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> $arg3 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method EnumerateSections ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method EnumerateSectionResources ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCoordinateSpace ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgService, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgService, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgService, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgService> public method HasWarnings ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgService> public method GetWarningsObject ] {
+
+      - Parameters [0] {
+      }
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgDwfVersion implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [8] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetFileVersion ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetFileVersion ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSchemaVersion ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetSchemaVersion ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgEnvelope implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [15] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [4] {
+        Parameter #0 [ <required> MgCoordinate|MgEnvelope|float|null $arg1 ]
+        Parameter #1 [ <optional> MgCoordinate|float|null $arg2 = <default> ]
+        Parameter #2 [ <optional> float $arg3 = <default> ]
+        Parameter #3 [ <optional> float $arg4 = <default> ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetLowerLeftCoordinate ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetUpperRightCoordinate ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetWidth ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetHeight ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDepth ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsNull ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method MakeNull ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method ExpandToInclude ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> MgCoordinate|MgEnvelope|null $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> MgCoordinate|MgEnvelope|null $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Intersects ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgEnvelope $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Transform ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgTransform $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgException extends Exception implements Throwable, Stringable, SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [4] {
+    Property [ protected $message = '' ]
+    Property [ protected $code = 0 ]
+    Property [ protected string $file = '' ]
+    Property [ protected int $line = 0 ]
+  }
+
+  - Methods [19] {
+    Method [ <internal:MapGuideApi> public method GetExceptionCode ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetNativeErrorCode ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetExceptionMessage ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDetails ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetStackTrace ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method AddStackTraceInfo ] {
+
+      - Parameters [4] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> $arg3 ]
+        Parameter #3 [ <required> $arg4 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <optional> string $message = "" ]
+        Parameter #1 [ <optional> int $code = 0 ]
+        Parameter #2 [ <optional> ?Throwable $previous = null ]
+      }
+    }
+
+    Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+      - Parameters [0] {
+      }
+      - Tentative return [ void ]
+    }
+
+    Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+      - Parameters [0] {
+      }
+      - Return [ string ]
+    }
+
+    Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+      - Parameters [0] {
+      }
+      - Return [ string ]
+    }
+
+    Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+      - Parameters [0] {
+      }
+      - Return [ array ]
+    }
+
+    Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+      - Parameters [0] {
+      }
+      - Return [ ?Throwable ]
+    }
+
+    Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+      - Parameters [0] {
+      }
+      - Return [ string ]
+    }
+
+    Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+      - Parameters [0] {
+      }
+      - Return [ string ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgExceptionCodes implements SWIG\wrapped ] {
+
+  - Constants [139] {
+    Constant [ public string MgAllProviderConnectionsUsedException ] { MgAllProviderConnectionsUsedException }
+    Constant [ public string MgArgumentOutOfRangeException ] { MgArgumentOutOfRangeException }
+    Constant [ public string MgArrayTypeMismatchException ] { MgArrayTypeMismatchException }
+    Constant [ public string MgAuthenticationFailedException ] { MgAuthenticationFailedException }
+    Constant [ public string MgClassNotFoundException ] { MgClassNotFoundException }
+    Constant [ public string MgConfigurationException ] { MgConfigurationException }
+    Constant [ public string MgConfigurationSaveFailedException ] { MgConfigurationSaveFailedException }
+    Constant [ public string MgConnectionFailedException ] { MgConnectionFailedException }
+    Constant [ public string MgConnectionNotOpenException ] { MgConnectionNotOpenException }
+    Constant [ public string MgCoordinateSystemComputationFailedException ] { MgCoordinateSystemComputationFailedException }
+    Constant [ public string MgCoordinateSystemConversionFailedException ] { MgCoordinateSystemConversionFailedException }
+    Constant [ public string MgCoordinateSystemInitializationFailedException ] { MgCoordinateSystemInitializationFailedException }
+    Constant [ public string MgCoordinateSystemLoadFailedException ] { MgCoordinateSystemLoadFailedException }
+    Constant [ public string MgCoordinateSystemMeasureFailedException ] { MgCoordinateSystemMeasureFailedException }
+    Constant [ public string MgCoordinateSystemTransformFailedException ] { MgCoordinateSystemTransformFailedException }
+    Constant [ public string MgDateTimeException ] { MgDateTimeException }
+    Constant [ public string MgDbException ] { MgDbException }
+    Constant [ public string MgDbXmlException ] { MgDbXmlException }
+    Constant [ public string MgDecryptionException ] { MgDecryptionException }
+    Constant [ public string MgDirectoryNotFoundException ] { MgDirectoryNotFoundException }
+    Constant [ public string MgDivideByZeroException ] { MgDivideByZeroException }
+    Constant [ public string MgDomainException ] { MgDomainException }
+    Constant [ public string MgDuplicateDirectoryException ] { MgDuplicateDirectoryException }
+    Constant [ public string MgDuplicateFileException ] { MgDuplicateFileException }
+    Constant [ public string MgDuplicateGroupException ] { MgDuplicateGroupException }
+    Constant [ public string MgDuplicateNameException ] { MgDuplicateNameException }
+    Constant [ public string MgDuplicateObjectException ] { MgDuplicateObjectException }
+    Constant [ public string MgDuplicateParameterException ] { MgDuplicateParameterException }
+    Constant [ public string MgDuplicateRepositoryException ] { MgDuplicateRepositoryException }
+    Constant [ public string MgDuplicateResourceDataException ] { MgDuplicateResourceDataException }
+    Constant [ public string MgDuplicateResourceException ] { MgDuplicateResourceException }
+    Constant [ public string MgDuplicateRoleException ] { MgDuplicateRoleException }
+    Constant [ public string MgDuplicateServerException ] { MgDuplicateServerException }
+    Constant [ public string MgDuplicateSessionException ] { MgDuplicateSessionException }
+    Constant [ public string MgDuplicateUserException ] { MgDuplicateUserException }
+    Constant [ public string MgDwfException ] { MgDwfException }
+    Constant [ public string MgDwfSectionNotFoundException ] { MgDwfSectionNotFoundException }
+    Constant [ public string MgDwfSectionResourceNotFoundException ] { MgDwfSectionResourceNotFoundException }
+    Constant [ public string MgEmptyFeatureSetException ] { MgEmptyFeatureSetException }
+    Constant [ public string MgEncryptionException ] { MgEncryptionException }
+    Constant [ public string MgEndOfStreamException ] { MgEndOfStreamException }
+    Constant [ public string MgEvaluationExpiredException ] { MgEvaluationExpiredException }
+    Constant [ public string MgFdoException ] { MgFdoException }
+    Constant [ public string MgFeatureServiceException ] { MgFeatureServiceException }
+    Constant [ public string MgFileIoException ] { MgFileIoException }
+    Constant [ public string MgFileNotFoundException ] { MgFileNotFoundException }
+    Constant [ public string MgGeometryException ] { MgGeometryException }
+    Constant [ public string MgGroupNotFoundException ] { MgGroupNotFoundException }
+    Constant [ public string MgIndexOutOfRangeException ] { MgIndexOutOfRangeException }
+    Constant [ public string MgInvalidArgumentException ] { MgInvalidArgumentException }
+    Constant [ public string MgInvalidCastException ] { MgInvalidCastException }
+    Constant [ public string MgInvalidCoordinateSystemException ] { MgInvalidCoordinateSystemException }
+    Constant [ public string MgInvalidCoordinateSystemTypeException ] { MgInvalidCoordinateSystemTypeException }
+    Constant [ public string MgInvalidCoordinateSystemUnitsException ] { MgInvalidCoordinateSystemUnitsException }
+    Constant [ public string MgInvalidDwfPackageException ] { MgInvalidDwfPackageException }
+    Constant [ public string MgInvalidDwfSectionException ] { MgInvalidDwfSectionException }
+    Constant [ public string MgInvalidFeatureSourceException ] { MgInvalidFeatureSourceException }
+    Constant [ public string MgInvalidIpAddressException ] { MgInvalidIpAddressException }
+    Constant [ public string MgInvalidLicenseException ] { MgInvalidLicenseException }
+    Constant [ public string MgInvalidLogEntryException ] { MgInvalidLogEntryException }
+    Constant [ public string MgInvalidMapDefinitionException ] { MgInvalidMapDefinitionException }
+    Constant [ public string MgInvalidMimeTypeException ] { MgInvalidMimeTypeException }
+    Constant [ public string MgInvalidOperationException ] { MgInvalidOperationException }
+    Constant [ public string MgInvalidOperationVersionException ] { MgInvalidOperationVersionException }
+    Constant [ public string MgInvalidPasswordException ] { MgInvalidPasswordException }
+    Constant [ public string MgInvalidPrintLayoutFontSizeUnitsException ] { MgInvalidPrintLayoutFontSizeUnitsException }
+    Constant [ public string MgInvalidPrintLayoutPositionUnitsException ] { MgInvalidPrintLayoutPositionUnitsException }
+    Constant [ public string MgInvalidPrintLayoutSizeUnitsException ] { MgInvalidPrintLayoutSizeUnitsException }
+    Constant [ public string MgInvalidPropertyTypeException ] { MgInvalidPropertyTypeException }
+    Constant [ public string MgInvalidRepositoryNameException ] { MgInvalidRepositoryNameException }
+    Constant [ public string MgInvalidRepositoryTypeException ] { MgInvalidRepositoryTypeException }
+    Constant [ public string MgInvalidResourceDataNameException ] { MgInvalidResourceDataNameException }
+    Constant [ public string MgInvalidResourceDataTypeException ] { MgInvalidResourceDataTypeException }
+    Constant [ public string MgInvalidResourceNameException ] { MgInvalidResourceNameException }
+    Constant [ public string MgInvalidResourcePathException ] { MgInvalidResourcePathException }
+    Constant [ public string MgInvalidResourcePreProcessingTypeException ] { MgInvalidResourcePreProcessingTypeException }
+    Constant [ public string MgInvalidResourceTypeException ] { MgInvalidResourceTypeException }
+    Constant [ public string MgInvalidServerNameException ] { MgInvalidServerNameException }
+    Constant [ public string MgInvalidSerialNumberException ] { MgInvalidSerialNumberException }
+    Constant [ public string MgInvalidStreamHeaderException ] { MgInvalidStreamHeaderException }
+    Constant [ public string MgIoException ] { MgIoException }
+    Constant [ public string MgLayerNotFoundException ] { MgLayerNotFoundException }
+    Constant [ public string MgLengthException ] { MgLengthException }
+    Constant [ public string MgLicenseException ] { MgLicenseException }
+    Constant [ public string MgLicenseExpiredException ] { MgLicenseExpiredException }
+    Constant [ public string MgLogicException ] { MgLogicException }
+    Constant [ public string MgLogOpenFailedException ] { MgLogOpenFailedException }
+    Constant [ public string MgNotFiniteNumberException ] { MgNotFiniteNumberException }
+    Constant [ public string MgNotImplementedException ] { MgNotImplementedException }
+    Constant [ public string MgNullArgumentException ] { MgNullArgumentException }
+    Constant [ public string MgNullPropertyValueException ] { MgNullPropertyValueException }
+    Constant [ public string MgNullReferenceException ] { MgNullReferenceException }
+    Constant [ public string MgObjectNotFoundException ] { MgObjectNotFoundException }
+    Constant [ public string MgOperationProcessingException ] { MgOperationProcessingException }
+    Constant [ public string MgOutOfMemoryException ] { MgOutOfMemoryException }
+    Constant [ public string MgOutOfRangeException ] { MgOutOfRangeException }
+    Constant [ public string MgOverflowException ] { MgOverflowException }
+    Constant [ public string MgParameterNotFoundException ] { MgParameterNotFoundException }
+    Constant [ public string MgPathTooLongException ] { MgPathTooLongException }
+    Constant [ public string MgPermissionDeniedException ] { MgPermissionDeniedException }
+    Constant [ public string MgPlatformNotSupportedException ] { MgPlatformNotSupportedException }
+    Constant [ public string MgPortNotAvailableException ] { MgPortNotAvailableException }
+    Constant [ public string MgPrintToScaleModeNotSelectedException ] { MgPrintToScaleModeNotSelectedException }
+    Constant [ public string MgRasterTransformationNotSupportedException ] { MgRasterTransformationNotSupportedException }
+    Constant [ public string MgRepositoryCreationFailedException ] { MgRepositoryCreationFailedException }
+    Constant [ public string MgRepositoryNotFoundException ] { MgRepositoryNotFoundException }
+    Constant [ public string MgRepositoryNotOpenException ] { MgRepositoryNotOpenException }
+    Constant [ public string MgRepositoryOpenFailedException ] { MgRepositoryOpenFailedException }
+    Constant [ public string MgResourceBusyException ] { MgResourceBusyException }
+    Constant [ public string MgResourceDataNotFoundException ] { MgResourceDataNotFoundException }
+    Constant [ public string MgResourceNotFoundException ] { MgResourceNotFoundException }
+    Constant [ public string MgResourcesException ] { MgResourcesException }
+    Constant [ public string MgResourceTagNotFoundException ] { MgResourceTagNotFoundException }
+    Constant [ public string MgRoleNotFoundException ] { MgRoleNotFoundException }
+    Constant [ public string MgRuntimeException ] { MgRuntimeException }
+    Constant [ public string MgServerNotFoundException ] { MgServerNotFoundException }
+    Constant [ public string MgServerNotOnlineException ] { MgServerNotOnlineException }
+    Constant [ public string MgServiceNotAvailableException ] { MgServiceNotAvailableException }
+    Constant [ public string MgServiceNotSupportedException ] { MgServiceNotSupportedException }
+    Constant [ public string MgSessionExpiredException ] { MgSessionExpiredException }
+    Constant [ public string MgSessionNotFoundException ] { MgSessionNotFoundException }
+    Constant [ public string MgStreamIoException ] { MgStreamIoException }
+    Constant [ public string MgStylizeLayerFailedException ] { MgStylizeLayerFailedException }
+    Constant [ public string MgTemporaryFileNotAvailableException ] { MgTemporaryFileNotAvailableException }
+    Constant [ public string MgUnauthorizedAccessException ] { MgUnauthorizedAccessException }
+    Constant [ public string MgUnclassifiedException ] { MgUnclassifiedException }
+    Constant [ public string MgUnderflowException ] { MgUnderflowException }
+    Constant [ public string MgUnknownTileProviderException ] { MgUnknownTileProviderException }
+    Constant [ public string MgUnsupportedProviderThreadModelException ] { MgUnsupportedProviderThreadModelException }
+    Constant [ public string MgUnsupportedTileProviderException ] { MgUnsupportedTileProviderException }
+    Constant [ public string MgUriFormatException ] { MgUriFormatException }
+    Constant [ public string MgUserNotFoundException ] { MgUserNotFoundException }
+    Constant [ public string MgXmlException ] { MgXmlException }
+    Constant [ public string MgXmlParserException ] { MgXmlParserException }
+    Constant [ public string MgConfigurationLoadFailedException ] { MgConfigurationLoadFailedException }
+    Constant [ public string MgResourcesLoadFailedException ] { MgResourcesLoadFailedException }
+    Constant [ public string MgGridDensityException ] { MgGridDensityException }
+    Constant [ public string MgInvalidLayerDefinitionException ] { MgInvalidLayerDefinitionException }
+    Constant [ public string MgInvalidWatermarkDefinitionException ] { MgInvalidWatermarkDefinitionException }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgFeatureAggregateOptions extends MgFeatureQueryOptions implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [15] {
+    Method [ <internal:MapGuideApi, overwrites MgFeatureQueryOptions, ctor> public method __construct ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SelectDistinct ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetGroupingFilter ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgStringCollection $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgFeatureQueryOptions, prototype MgFeatureQueryOptions> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgFeatureQueryOptions, prototype MgFeatureQueryOptions> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgFeatureQueryOptions, prototype MgFeatureQueryOptions> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgFeatureQueryOptions> public method AddFeatureProperty ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgFeatureQueryOptions> public method AddComputedProperty ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgFeatureQueryOptions> public method SetFilter ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgFeatureQueryOptions> public method SetBinaryOperator ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgFeatureQueryOptions> public method SetSpatialFilter ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> ?MgGeometry $arg2 ]
+        Parameter #2 [ <required> int $arg3 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgFeatureQueryOptions> public method SetOrderingFilter ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgStringCollection $arg1 ]
+        Parameter #1 [ <required> int $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgFeatureQueryOptions> public method RemoveFeatureProperty ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgFeatureQueryOptions> public method RemoveComputedProperty ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgFeatureQueryOptions> public method SetFetchSize ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgFeatureCommand implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [4] {
+    Method [ <internal:MapGuideApi> public method GetCommandType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgFeatureCommandCollection implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [14] {
+    Method [ <internal:MapGuideApi> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetItem ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetItem ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgFeatureCommand $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Add ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgFeatureCommand $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Insert ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgFeatureCommand $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Clear ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Remove ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgFeatureCommand $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method RemoveAt ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgFeatureCommand $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IndexOf ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgFeatureCommand $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgFeatureCommandType implements SWIG\wrapped ] {
+
+  - Constants [5] {
+    Constant [ public int InsertFeatures ] { 0 }
+    Constant [ public int UpdateFeatures ] { 1 }
+    Constant [ public int DeleteFeatures ] { 2 }
+    Constant [ public int LockFeatures ] { 3 }
+    Constant [ public int UnlockFeatures ] { 4 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgFeatureGeometricType implements SWIG\wrapped ] {
+
+  - Constants [4] {
+    Constant [ public int Point ] { 1 }
+    Constant [ public int Curve ] { 2 }
+    Constant [ public int Surface ] { 4 }
+    Constant [ public int Solid ] { 8 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgFeatureInformation implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [8] {
+    Method [ <internal:MapGuideApi> public method GetSelection ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetTooltip ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetHyperlink ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetProperties ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method ToXml ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgFeatureProperty extends MgNullableProperty implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [11] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> ?MgFeatureReader $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetValue ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgProperty, prototype MgProperty> public method GetPropertyType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetValue ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgFeatureReader $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNullableProperty, prototype MgNamedSerializable> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNullableProperty, prototype MgNamedSerializable> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNullableProperty, prototype MgNamedSerializable> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgNullableProperty> public method SetNull ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgNullableProperty> public method IsNull ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgProperty> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgProperty> public method SetName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgFeaturePropertyType implements SWIG\wrapped ] {
+
+  - Constants [5] {
+    Constant [ public int DataProperty ] { 100 }
+    Constant [ public int ObjectProperty ] { 101 }
+    Constant [ public int GeometricProperty ] { 102 }
+    Constant [ public int AssociationProperty ] { 103 }
+    Constant [ public int RasterProperty ] { 104 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgFeatureQueryOptions implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [13] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method AddFeatureProperty ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method AddComputedProperty ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetFilter ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetBinaryOperator ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetSpatialFilter ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> ?MgGeometry $arg2 ]
+        Parameter #2 [ <required> int $arg3 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetOrderingFilter ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgStringCollection $arg1 ]
+        Parameter #1 [ <required> int $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method RemoveFeatureProperty ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method RemoveComputedProperty ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetFetchSize ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgFeatureReader extends MgReader implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [27] {
+    Method [ <internal:MapGuideApi> public method GetClassDefinition ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetFeatureObject ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgReader, prototype MgReader> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgReader, prototype MgReader> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgReader, prototype MgReader> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method ReadNext ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetPropertyCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetPropertyName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetPropertyType ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetPropertyIndex ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method IsNull ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetBoolean ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetByte ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetDateTime ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetSingle ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetDouble ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetInt16 ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetInt32 ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetInt64 ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetString ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetBLOB ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetCLOB ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetGeometry ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetRaster ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method Close ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetReaderType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method ToXml ] {
+
+      - Parameters [0] {
+      }
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgFeatureSchema extends MgNamedSerializable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [10] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDescription ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetDescription ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetClasses ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method Delete ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNamedSerializable, prototype MgNamedSerializable> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNamedSerializable, prototype MgNamedSerializable> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNamedSerializable, prototype MgNamedSerializable> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgFeatureSchemaCollection extends MgCollection implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [15] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetItem ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgFeatureSchema $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Add ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgFeatureSchema $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Insert ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgFeatureSchema $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Remove ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgFeatureSchema $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetItem ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method Clear ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method RemoveAt ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgFeatureSchema $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IndexOf ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgFeatureSchema $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method ToXml ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgFeatureService extends MgService implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [36] {
+    Method [ <internal:MapGuideApi> public method GetFeatureProviders ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetConnectionPropertyValues ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> $arg3 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method TestConnection ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCapabilities ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method ApplySchema ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> ?MgFeatureSchema $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method DescribeSchema ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <optional> ?MgStringCollection $arg3 = <default> ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method DescribeSchemaAsXml ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <optional> ?MgStringCollection $arg3 = <default> ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SchemaToXml ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgFeatureSchemaCollection $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method XmlToSchema ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SelectFeatures ] {
+
+      - Parameters [4] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> ?MgFeatureQueryOptions $arg3 ]
+        Parameter #3 [ <required> $arg4 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SelectAggregate ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> ?MgFeatureAggregateOptions $arg3 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method UpdateFeatures ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> ?MgFeatureCommandCollection $arg2 ]
+        Parameter #2 [ <required> MgTransaction|bool|null $arg3 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method InsertFeatures ] {
+
+      - Parameters [4] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> MgBatchPropertyCollection|MgPropertyCollection|null $arg3 ]
+        Parameter #3 [ <required> ?MgTransaction $arg4 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method UpdateMatchingFeatures ] {
+
+      - Parameters [5] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> ?MgPropertyCollection $arg3 ]
+        Parameter #3 [ <required> $arg4 ]
+        Parameter #4 [ <required> ?MgTransaction $arg5 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method DeleteFeatures ] {
+
+      - Parameters [4] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> $arg3 ]
+        Parameter #3 [ <required> ?MgTransaction $arg4 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetLockedFeatures ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> ?MgFeatureQueryOptions $arg3 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method BeginTransaction ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method ExecuteSqlQuery ] {
+
+      - Parameters [4] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> ?MgParameterCollection $arg3 ]
+        Parameter #3 [ <required> ?MgTransaction $arg4 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method ExecuteSqlNonQuery ] {
+
+      - Parameters [4] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> ?MgParameterCollection $arg3 ]
+        Parameter #3 [ <required> ?MgTransaction $arg4 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSpatialContexts ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> bool $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetLongTransactions ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> bool $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetLongTransaction ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSchemas ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetClasses ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetClassDefinition ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> $arg3 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method CreateFeatureSource ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> ?MgFeatureSourceParams $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method DescribeWfsFeatureType ] {
+
+      - Parameters [4] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> ?MgStringCollection $arg2 ]
+        Parameter #2 [ <required> $arg3 ]
+        Parameter #3 [ <required> $arg4 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetWfsFeature ] {
+
+      - Parameters [11] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> ?MgStringCollection $arg3 ]
+        Parameter #3 [ <required> $arg4 ]
+        Parameter #4 [ <required> $arg5 ]
+        Parameter #5 [ <required> int $arg6 ]
+        Parameter #6 [ <required> $arg7 ]
+        Parameter #7 [ <required> $arg8 ]
+        Parameter #8 [ <required> $arg9 ]
+        Parameter #9 [ <required> $arg10 ]
+        Parameter #10 [ <required> $arg11 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetWfsReader ] {
+
+      - Parameters [6] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> ?MgStringCollection $arg3 ]
+        Parameter #3 [ <required> $arg4 ]
+        Parameter #4 [ <required> $arg5 ]
+        Parameter #5 [ <required> $arg6 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method EnumerateDataStores ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSchemaMapping ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgService, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgService, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgService, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgService> public method HasWarnings ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgService> public method GetWarningsObject ] {
+
+      - Parameters [0] {
+      }
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgFeatureSourceParams implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgFeatureSpatialOperations implements SWIG\wrapped ] {
+
+  - Constants [11] {
+    Constant [ public int Contains ] { 0 }
+    Constant [ public int Crosses ] { 1 }
+    Constant [ public int Disjoint ] { 2 }
+    Constant [ public int Equals ] { 3 }
+    Constant [ public int Intersects ] { 4 }
+    Constant [ public int Overlaps ] { 5 }
+    Constant [ public int Touches ] { 6 }
+    Constant [ public int Within ] { 7 }
+    Constant [ public int CoveredBy ] { 8 }
+    Constant [ public int Inside ] { 9 }
+    Constant [ public int EnvelopeIntersects ] { 10 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgFileFeatureSourceParams extends MgFeatureSourceParams implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [20] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [4] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> $arg3 ]
+        Parameter #3 [ <required> ?MgFeatureSchema $arg4 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetProviderName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetProviderName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetFileName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetFileName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSpatialContextName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetSpatialContextName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSpatialContextDescription ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetSpatialContextDescription ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCoordinateSystemWkt ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetCoordinateSystemWkt ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetXYTolerance ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetXYTolerance ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetZTolerance ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetZTolerance ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetFeatureSchema ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetFeatureSchema ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgFeatureSchema $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgFeatureSourceParams, prototype MgFeatureSourceParams> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgFeatureSourceParams, prototype MgFeatureSourceParams> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgFeatureSourceParams, prototype MgFeatureSourceParams> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgGeoJsonWriter extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [9] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method FeatureToGeoJson ] {
+
+      - Parameters [4] {
+        Parameter #0 [ <required> ?MgReader $arg1 ]
+        Parameter #1 [ <required> ?MgTransform $arg2 ]
+        Parameter #2 [ <required> $arg3 ]
+        Parameter #3 [ <required> $arg4 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetPrecision ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetPrecision ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetPrecisionEnabled ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsPrecisionEnabled ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgGeometricEntity implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [14] {
+    Method [ <internal:MapGuideApi> public method GetDimension ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsEmpty ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsSimple ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsClosed ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsValid ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Envelope ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method Copy ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method Transform ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgTransform $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetArea ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetLength ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCentroid ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgGeometricPathInstructionType implements SWIG\wrapped ] {
+
+  - Constants [4] {
+    Constant [ public int MoveTo ] { 0 }
+    Constant [ public int LineTo ] { 1 }
+    Constant [ public int QuadTo ] { 2 }
+    Constant [ public int Close ] { 4 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgGeometricPropertyDefinition extends MgPropertyDefinition implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [24] {
+    Method [ <internal:MapGuideApi, overwrites MgPropertyDefinition, ctor> public method __construct ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetGeometryTypes ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSpecificGeometryTypes ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetReadOnly ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetHasElevation ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetHasMeasure ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSpatialContextAssociation ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetGeometryTypes ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetSpecificGeometryTypes ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometryTypeInfo $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetReadOnly ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetHasElevation ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetHasMeasure ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetSpatialContextAssociation ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgPropertyDefinition, prototype MgNamedSerializable> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgPropertyDefinition, prototype MgNamedSerializable> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgPropertyDefinition, prototype MgNamedSerializable> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgPropertyDefinition, prototype MgProperty> public method GetPropertyType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgPropertyDefinition> public method SetDescription ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgPropertyDefinition> public method GetDescription ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgPropertyDefinition> public method SetQualifiedName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgPropertyDefinition> public method GetQualifiedName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgPropertyDefinition> public method Delete ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgProperty> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgProperty> public method SetName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgGeometry extends MgGeometricEntity implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [33] {
+    Method [ <internal:MapGuideApi> public method GetGeometryType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Crosses ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Disjoint ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Equals ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Intersects ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Overlaps ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Touches ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Within ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Boundary ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method Buffer ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> ?MgMeasure $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method ConvexHull ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method Difference ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method Distance ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+        Parameter #1 [ <required> ?MgMeasure $arg2 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Intersection ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SymetricDifference ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method Union ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method Prepare ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method Tessellate ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetDimension ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsEmpty ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsSimple ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsClosed ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsValid ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method Envelope ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method Copy ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method Transform ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgTransform $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetArea ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetLength ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetCentroid ] {
+
+      - Parameters [0] {
+      }
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgGeometryCollection extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [14] {
+    Method [ <internal:MapGuideApi> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetItem ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetItem ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgGeometry $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Add ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Insert ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgGeometry $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Clear ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Remove ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method RemoveAt ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IndexOf ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgGeometryComponent extends MgGeometricEntity implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [15] {
+    Method [ <internal:MapGuideApi> public method GetComponentType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetDimension ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsEmpty ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsSimple ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsClosed ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsValid ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method Envelope ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method Copy ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method Transform ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgTransform $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetArea ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetLength ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetCentroid ] {
+
+      - Parameters [0] {
+      }
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgGeometryComponentType implements SWIG\wrapped ] {
+
+  - Constants [4] {
+    Constant [ public int LinearRing ] { 129 }
+    Constant [ public int ArcSegment ] { 130 }
+    Constant [ public int LinearSegment ] { 131 }
+    Constant [ public int CurveRing ] { 132 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgGeometryEntityType implements SWIG\wrapped ] {
+
+  - Constants [2] {
+    Constant [ public int GeometryComponent ] { 0 }
+    Constant [ public int Geometry ] { 1 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgGeometryFactory extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [23] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method CreateCoordinateXY ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method CreateCoordinateXYM ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+        Parameter #2 [ <required> float $arg3 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method CreateCoordinateXYZ ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+        Parameter #2 [ <required> float $arg3 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method CreateCoordinateXYZM ] {
+
+      - Parameters [4] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+        Parameter #2 [ <required> float $arg3 ]
+        Parameter #3 [ <required> float $arg4 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method CreateArcSegment ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> ?MgCoordinate $arg1 ]
+        Parameter #1 [ <required> ?MgCoordinate $arg2 ]
+        Parameter #2 [ <required> ?MgCoordinate $arg3 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method CreateLinearSegment ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCoordinateCollection $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method CreateLinearRing ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCoordinateCollection $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method CreateCurveRing ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCurveSegmentCollection $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method CreatePoint ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCoordinate $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method CreateLineString ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCoordinateCollection $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method CreateCurveString ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCurveSegmentCollection $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method CreatePolygon ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgLinearRing $arg1 ]
+        Parameter #1 [ <required> ?MgLinearRingCollection $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method CreateCurvePolygon ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgCurveRing $arg1 ]
+        Parameter #1 [ <required> ?MgCurveRingCollection $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method CreateMultiPoint ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgPointCollection $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method CreateMultiLineString ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgLineStringCollection $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method CreateMultiCurveString ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCurveStringCollection $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method CreateMultiPolygon ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgPolygonCollection $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method CreateMultiCurvePolygon ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgCurvePolygonCollection $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method CreateMultiGeometry ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometryCollection $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgGeometryProperty extends MgNullableProperty implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [11] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> ?MgByteReader $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetValue ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgProperty, prototype MgProperty> public method GetPropertyType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetValue ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgByteReader $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNullableProperty, prototype MgNamedSerializable> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNullableProperty, prototype MgNamedSerializable> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNullableProperty, prototype MgNamedSerializable> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgNullableProperty> public method SetNull ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgNullableProperty> public method IsNull ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgProperty> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgProperty> public method SetName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgGeometrySimplificationAlgorithmType implements SWIG\wrapped ] {
+
+  - Constants [2] {
+    Constant [ public int DouglasPeucker ] { 0 }
+    Constant [ public int TopologyPreserving ] { 1 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgGeometrySimplifier extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [5] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method Simplify ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+        Parameter #2 [ <required> int $arg3 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgGeometryType implements SWIG\wrapped ] {
+
+  - Constants [11] {
+    Constant [ public int Point ] { 1 }
+    Constant [ public int LineString ] { 2 }
+    Constant [ public int Polygon ] { 3 }
+    Constant [ public int MultiPoint ] { 4 }
+    Constant [ public int MultiLineString ] { 5 }
+    Constant [ public int MultiPolygon ] { 6 }
+    Constant [ public int MultiGeometry ] { 7 }
+    Constant [ public int CurveString ] { 10 }
+    Constant [ public int CurvePolygon ] { 11 }
+    Constant [ public int MultiCurveString ] { 12 }
+    Constant [ public int MultiCurvePolygon ] { 13 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgGeometryTypeInfo implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [7] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetType ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetTypes ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgIntCollection $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgGroup implements SWIG\wrapped ] {
+
+  - Constants [1] {
+    Constant [ public string Everyone ] { Everyone }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgGuardDisposable extends MgDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi, overwrites MgDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgGwsFeatureReader extends MgFeatureReader implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [27] {
+    Method [ <internal:MapGuideApi, overwrites MgFeatureReader, prototype MgReader> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgFeatureReader, prototype MgReader> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgFeatureReader, prototype MgReader> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgFeatureReader> public method GetClassDefinition ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgFeatureReader> public method GetFeatureObject ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method ReadNext ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetPropertyCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetPropertyName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetPropertyType ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetPropertyIndex ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method IsNull ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetBoolean ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetByte ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetDateTime ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetSingle ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetDouble ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetInt16 ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetInt32 ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetInt64 ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetString ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetBLOB ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetCLOB ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetGeometry ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetRaster ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method Close ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetReaderType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method ToXml ] {
+
+      - Parameters [0] {
+      }
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgHttpHeader extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [12] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method AddHeader ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method RemoveHeader ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetHeaderValue ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetHeaderValue ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDateHeader ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetIntHeader ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetHeaderNames ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetHeaders ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgHttpPrimitiveValue extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [9] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetBoolValue ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetIntegerValue ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetStringValue ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method ToString ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgHttpRequest extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [9] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetHeader ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetRequestParam ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetRequestMetadata ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method Execute ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetAgentUri ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgHttpRequestMetadata extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [9] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method AddProperty ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method RemoveProperty ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetPropertyValue ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetPropertyValue ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetPropertyNames ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgHttpRequestParam extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [12] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method AddParameter ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method RemoveParameter ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetParameterValue ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetParameterType ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetParameterValue ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetParameterType ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetParameterNames ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method ContainsParameter ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgHttpResponse extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [6] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetHeader ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetResult ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgHttpResult extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [14] {
+    Method [ <internal:MapGuideApi> public method GetStatusCode ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetStatusCode ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetErrorMessage ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDetailedErrorMessage ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetHttpStatusMessage ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetErrorMessage ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetDetailedErrorMessage ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetHttpStatusMessage ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetResultObject ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetResultObject ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgDisposable $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetResultContentType ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgImageFormats implements SWIG\wrapped ] {
+
+  - Constants [7] {
+    Constant [ public string Gif ] { GIF }
+    Constant [ public string Jpeg ] { JPG }
+    Constant [ public string Png ] { PNG }
+    Constant [ public string Png8 ] { PNG8 }
+    Constant [ public string Tiff ] { TIF }
+    Constant [ public string Raw ] { RAW }
+    Constant [ public string Meta ] { META }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgInsertFeatures extends MgFeatureCommand implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [7] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> MgBatchPropertyCollection|MgPropertyCollection|null $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgFeatureCommand, prototype MgFeatureCommand> public method GetCommandType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetPropertyValues ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetFeatureClassName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgFeatureCommand, prototype MgFeatureCommand> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgFeatureCommand, prototype MgFeatureCommand> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgFeatureCommand, prototype MgFeatureCommand> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgInt16Property extends MgNullableProperty implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [11] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> int $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetValue ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgProperty, prototype MgProperty> public method GetPropertyType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetValue ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNullableProperty, prototype MgNamedSerializable> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNullableProperty, prototype MgNamedSerializable> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNullableProperty, prototype MgNamedSerializable> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgNullableProperty> public method SetNull ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgNullableProperty> public method IsNull ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgProperty> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgProperty> public method SetName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgInt32Property extends MgNullableProperty implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [11] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> int $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetValue ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgProperty, prototype MgProperty> public method GetPropertyType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetValue ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNullableProperty, prototype MgNamedSerializable> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNullableProperty, prototype MgNamedSerializable> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNullableProperty, prototype MgNamedSerializable> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgNullableProperty> public method SetNull ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgNullableProperty> public method IsNull ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgProperty> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgProperty> public method SetName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgInt64Property extends MgNullableProperty implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [11] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetValue ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgProperty, prototype MgProperty> public method GetPropertyType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetValue ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNullableProperty, prototype MgNamedSerializable> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNullableProperty, prototype MgNamedSerializable> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNullableProperty, prototype MgNamedSerializable> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgNullableProperty> public method SetNull ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgNullableProperty> public method IsNull ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgProperty> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgProperty> public method SetName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgIntCollection extends MgCollection implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [15] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetItem ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetItem ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> int $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Add ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Insert ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> int $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method Clear ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Remove ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method RemoveAt ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IndexOf ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method ToXml ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgKmlService extends MgService implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [8] {
+    Method [ <internal:MapGuideApi> public method GetMapKml ] {
+
+      - Parameters [4] {
+        Parameter #0 [ <required> ?MgMap $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+        Parameter #2 [ <required> $arg3 ]
+        Parameter #3 [ <required> $arg4 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetLayerKml ] {
+
+      - Parameters [8] {
+        Parameter #0 [ <required> ?MgLayer $arg1 ]
+        Parameter #1 [ <required> ?MgEnvelope $arg2 ]
+        Parameter #2 [ <required> int $arg3 ]
+        Parameter #3 [ <required> int $arg4 ]
+        Parameter #4 [ <required> float $arg5 ]
+        Parameter #5 [ <required> int $arg6 ]
+        Parameter #6 [ <required> $arg7 ]
+        Parameter #7 [ <required> $arg8 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetFeaturesKml ] {
+
+      - Parameters [8] {
+        Parameter #0 [ <required> ?MgLayer $arg1 ]
+        Parameter #1 [ <required> ?MgEnvelope $arg2 ]
+        Parameter #2 [ <required> int $arg3 ]
+        Parameter #3 [ <required> int $arg4 ]
+        Parameter #4 [ <required> float $arg5 ]
+        Parameter #5 [ <required> int $arg6 ]
+        Parameter #6 [ <required> $arg7 ]
+        Parameter #7 [ <required> $arg8 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgService, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgService, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgService, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgService> public method HasWarnings ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgService> public method GetWarningsObject ] {
+
+      - Parameters [0] {
+      }
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgLayer extends MgLayerBase implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [41] {
+    Method [ <internal:MapGuideApi, overwrites MgLayerBase, ctor> public method __construct ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> ?MgResourceService $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgLayerBase, prototype MgLayerBase> public method GetClassDefinition ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgLayerBase, prototype MgLayerBase> public method SelectFeatures ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgFeatureQueryOptions $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgLayerBase, prototype MgLayerBase> public method SelectAggregate ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgFeatureAggregateOptions $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgLayerBase, prototype MgLayerBase> public method BeginTransaction ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgLayerBase, prototype MgLayerBase> public method UpdateFeatures ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgFeatureCommandCollection $arg1 ]
+        Parameter #1 [ <required> ?MgTransaction $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgLayerBase, prototype MgLayerBase> public method InsertFeatures ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> MgBatchPropertyCollection|MgPropertyCollection|null $arg1 ]
+        Parameter #1 [ <required> ?MgTransaction $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgLayerBase, prototype MgLayerBase> public method UpdateMatchingFeatures ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> ?MgPropertyCollection $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> ?MgTransaction $arg3 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgLayerBase, prototype MgLayerBase> public method DeleteFeatures ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> ?MgTransaction $arg2 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetGeometryTypeStyles ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetThemeCategoryCount ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int|float $arg1 ]
+        Parameter #1 [ <required> int $arg2 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCompositeThemeCategoryCount ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int|float $arg1 ]
+        Parameter #1 [ <required> int $arg2 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GenerateLegendImage ] {
+
+      - Parameters [6] {
+        Parameter #0 [ <required> int|float $arg1 ]
+        Parameter #1 [ <required> int $arg2 ]
+        Parameter #2 [ <required> $arg3 ]
+        Parameter #3 [ <required> $arg4 ]
+        Parameter #4 [ <required> int $arg5 ]
+        Parameter #5 [ <required> int $arg6 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgLayerBase, prototype MgLayerBase> public method GetSpatialContexts ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgLayerBase, prototype MgNamedSerializable> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgLayerBase, prototype MgNamedSerializable> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgLayerBase, prototype MgNamedSerializable> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgLayerBase> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgLayerBase> public method SetName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgLayerBase> public method GetObjectId ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgLayerBase> public method GetLayerType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgLayerBase> public method GetGroup ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgLayerBase> public method SetGroup ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgLayerGroup $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgLayerBase> public method NeedsRefresh ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgLayerBase> public method ForceRefresh ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgLayerBase> public method GetVisible ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgLayerBase> public method SetVisible ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgLayerBase> public method IsVisible ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgLayerBase> public method GetSelectable ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgLayerBase> public method SetSelectable ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgLayerBase> public method GetLayerDefinition ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgLayerBase> public method SetLayerDefinition ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> ?MgResourceService $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgLayerBase> public method GetDisplayInLegend ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgLayerBase> public method SetDisplayInLegend ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgLayerBase> public method GetExpandInLegend ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgLayerBase> public method GetLegendLabel ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgLayerBase> public method SetLegendLabel ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgLayerBase> public method GetFeatureSourceId ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgLayerBase> public method GetFeatureClassName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgLayerBase> public method GetFilter ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgLayerBase> public method GetFeatureGeometryName ] {
+
+      - Parameters [0] {
+      }
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgLayerBase extends MgNamedSerializable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [37] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> ?MgResourceService $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetObjectId ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetLayerType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetGroup ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetGroup ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgLayerGroup $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method NeedsRefresh ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method ForceRefresh ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetVisible ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetVisible ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsVisible ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSelectable ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetSelectable ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetLayerDefinition ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetLayerDefinition ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> ?MgResourceService $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDisplayInLegend ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetDisplayInLegend ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetExpandInLegend ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetLegendLabel ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetLegendLabel ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetFeatureSourceId ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetFeatureClassName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetFilter ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetFeatureGeometryName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetClassDefinition ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SelectFeatures ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgFeatureQueryOptions $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SelectAggregate ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgFeatureAggregateOptions $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method BeginTransaction ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method UpdateFeatures ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgFeatureCommandCollection $arg1 ]
+        Parameter #1 [ <required> ?MgTransaction $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method InsertFeatures ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> MgBatchPropertyCollection|MgPropertyCollection|null $arg1 ]
+        Parameter #1 [ <required> ?MgTransaction $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method UpdateMatchingFeatures ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> ?MgPropertyCollection $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> ?MgTransaction $arg3 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method DeleteFeatures ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> ?MgTransaction $arg2 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSpatialContexts ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNamedSerializable, prototype MgNamedSerializable> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNamedSerializable, prototype MgNamedSerializable> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNamedSerializable, prototype MgNamedSerializable> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgLayerCollection extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [13] {
+    Method [ <internal:MapGuideApi> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetItem ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetItem ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgLayerBase $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Add ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgLayerBase $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Insert ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgLayerBase $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Clear ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Remove ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgLayerBase $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method RemoveAt ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IndexOf ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgLayerGroup extends MgNamedSerializable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [18] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetObjectId ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetLayerGroupType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetGroup ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetGroup ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgLayerGroup $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetVisible ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetVisible ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsVisible ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDisplayInLegend ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetDisplayInLegend ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetExpandInLegend ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetLegendLabel ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetLegendLabel ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetExpandInLegend ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNamedSerializable, prototype MgNamedSerializable> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNamedSerializable, prototype MgNamedSerializable> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNamedSerializable, prototype MgNamedSerializable> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgLayerGroupCollection extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [13] {
+    Method [ <internal:MapGuideApi> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetItem ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetItem ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgLayerGroup $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Add ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgLayerGroup $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Insert ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgLayerGroup $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Clear ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Remove ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgLayerGroup $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method RemoveAt ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IndexOf ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgLayerGroupType implements SWIG\wrapped ] {
+
+  - Constants [3] {
+    Constant [ public int Normal ] { 1 }
+    Constant [ public int BaseMap ] { 2 }
+    Constant [ public int BaseMapFromTileSet ] { 3 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgLayerType implements SWIG\wrapped ] {
+
+  - Constants [2] {
+    Constant [ public int Dynamic ] { 1 }
+    Constant [ public int BaseMap ] { 2 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgLayout implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [10] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> $arg3 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetLayout ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetLayout ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetTitle ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetTitle ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetUnitType ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetUnitType ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgLineString extends MgCurve implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [36] {
+    Method [ <internal:MapGuideApi> public method GetCoordinates ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCurve, prototype MgCurve> public method GetStartCoordinate ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCurve, prototype MgCurve> public method GetEndCoordinate ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometry, prototype MgGeometry> public method GetGeometryType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method GetDimension ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method IsEmpty ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method IsClosed ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method Copy ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method Transform ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgTransform $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCurve, prototype MgGeometricEntity> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCurve, prototype MgGeometricEntity> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCurve, prototype MgGeometricEntity> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Crosses ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Disjoint ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Equals ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Intersects ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Overlaps ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Touches ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Within ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Boundary ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Buffer ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> ?MgMeasure $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method ConvexHull ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Difference ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Distance ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+        Parameter #1 [ <required> ?MgMeasure $arg2 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Intersection ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method SymetricDifference ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Union ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Prepare ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Tessellate ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsSimple ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsValid ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method Envelope ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetArea ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetLength ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetCentroid ] {
+
+      - Parameters [0] {
+      }
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgLineStringCollection extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [14] {
+    Method [ <internal:MapGuideApi> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetItem ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetItem ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgLineString $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Add ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgLineString $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Insert ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgLineString $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Clear ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Remove ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgLineString $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method RemoveAt ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgLineString $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IndexOf ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgLineString $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgLinearRing extends MgRing implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [17] {
+    Method [ <internal:MapGuideApi, overwrites MgGeometryComponent, prototype MgGeometryComponent> public method GetComponentType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgRing, prototype MgRing> public method GetCoordinates ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method GetDimension ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method IsEmpty ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method IsClosed ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method Copy ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method Transform ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgTransform $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgRing, prototype MgGeometricEntity> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgRing, prototype MgGeometricEntity> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgRing, prototype MgGeometricEntity> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgRing> public method GetPointInRing ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsSimple ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsValid ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method Envelope ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetArea ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetLength ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetCentroid ] {
+
+      - Parameters [0] {
+      }
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgLinearRingCollection extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [14] {
+    Method [ <internal:MapGuideApi> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetItem ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetItem ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgLinearRing $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Add ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgLinearRing $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Insert ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgLinearRing $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Clear ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Remove ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgLinearRing $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method RemoveAt ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgLinearRing $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IndexOf ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgLinearRing $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgLinearSegment extends MgCurveSegment implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [18] {
+    Method [ <internal:MapGuideApi, overwrites MgGeometryComponent, prototype MgGeometryComponent> public method GetComponentType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCoordinates ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCurveSegment, prototype MgCurveSegment> public method GetStartCoordinate ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCurveSegment, prototype MgCurveSegment> public method GetEndCoordinate ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method GetDimension ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method IsEmpty ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method IsClosed ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method Copy ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method Transform ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgTransform $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCurveSegment, prototype MgGeometricEntity> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCurveSegment, prototype MgGeometricEntity> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCurveSegment, prototype MgGeometricEntity> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsSimple ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsValid ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method Envelope ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetArea ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetLength ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetCentroid ] {
+
+      - Parameters [0] {
+      }
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgLogFileType implements SWIG\wrapped ] {
+
+  - Constants [6] {
+    Constant [ public string Access ] { AccessLog }
+    Constant [ public string Admin ] { AdminLog }
+    Constant [ public string Authentication ] { AuthenticationLog }
+    Constant [ public string Error ] { ErrorLog }
+    Constant [ public string Session ] { SessionLog }
+    Constant [ public string Trace ] { TraceLog }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgLongTransactionReader implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [14] {
+    Method [ <internal:MapGuideApi> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDescription ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetChildren ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetParents ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetOwner ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCreationDate ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method IsActive ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsFrozen ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method ReadNext ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Close ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method ToXml ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgMap extends MgMapBase implements SWIG\wrapped ] {
+
+  - Constants [2] {
+    Constant [ public int WMS ] { 1 }
+    Constant [ public int Viewer ] { 2 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [31] {
+    Method [ <internal:MapGuideApi, overwrites MgMapBase, ctor> public method __construct ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgSiteConnection $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgMapBase, prototype MgMapBase> public method Create ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> $arg3 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method CreateStateless ] {
+
+      - Parameters [8] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> int $arg3 ]
+        Parameter #3 [ <required> int $arg4 ]
+        Parameter #4 [ <required> float $arg5 ]
+        Parameter #5 [ <required> float $arg6 ]
+        Parameter #6 [ <required> float $arg7 ]
+        Parameter #7 [ <required> int $arg8 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Open ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Save ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <optional> ?MgResourceService $arg1 = <default> ]
+        Parameter #1 [ <optional> ?MgResourceIdentifier $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetWatermarkUsage ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetTileSetDefinition ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetTileSetProvider ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetTilePixelRatio ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetTileFormat ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgMapBase, prototype MgMapBase> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgMapBase, prototype MgMapBase> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgMapBase, prototype MgMapBase> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgMapBase> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgMapBase> public method GetSessionId ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgMapBase> public method GetObjectId ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgMapBase> public method GetMapDefinition ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgMapBase> public method GetMapSRS ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgMapBase> public method GetMapExtent ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgMapBase> public method GetLayers ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgMapBase> public method GetLayerGroups ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgMapBase> public method GetViewCenter ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgMapBase> public method GetViewScale ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgMapBase> public method GetDataExtent ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgMapBase> public method GetDisplayDpi ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgMapBase> public method SetDisplayDpi ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgMapBase> public method GetDisplayWidth ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgMapBase> public method GetDisplayHeight ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgMapBase> public method GetFiniteDisplayScaleCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgMapBase> public method GetFiniteDisplayScaleAt ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgMapBase> public method GetBackgroundColor ] {
+
+      - Parameters [0] {
+      }
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgMapBase implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [23] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSessionId ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetObjectId ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetMapDefinition ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetMapSRS ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetMapExtent ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetLayers ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetLayerGroups ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method Create ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> MgEnvelope|MgResourceIdentifier|null $arg2 ]
+        Parameter #2 [ <required> $arg3 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetViewCenter ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetViewScale ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDataExtent ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDisplayDpi ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetDisplayDpi ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDisplayWidth ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDisplayHeight ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetFiniteDisplayScaleCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetFiniteDisplayScaleAt ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetBackgroundColor ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgMapCollection extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [14] {
+    Method [ <internal:MapGuideApi> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetItem ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetItem ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgMapBase $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Add ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgMapBase $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Insert ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgMapBase $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Clear ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Remove ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgMapBase $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method RemoveAt ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IndexOf ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgMapPlot extends MgNamedSerializable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [18] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [5] {
+        Parameter #0 [ <required> ?MgMap $arg1 ]
+        Parameter #1 [ <required> MgCoordinate|MgEnvelope|MgPlotSpecification|null $arg2 ]
+        Parameter #2 [ <required> MgLayout|float|bool|null $arg3 ]
+        Parameter #3 [ <required> ?MgPlotSpecification $arg4 ]
+        Parameter #4 [ <required> ?MgLayout $arg5 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetMap ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetMap ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgMap $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetMapPlotInstruction ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetMapPlotInstruction ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCenter ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetScale ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetCenterAndScale ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgCoordinate $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetExtent ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetExpandToFit ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetExtent ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgEnvelope $arg1 ]
+        Parameter #1 [ <required> bool $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetPlotSpecification ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetPlotSpecification ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgPlotSpecification $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetLayout ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetLayout ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgLayout $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNamedSerializable, prototype MgNamedSerializable> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNamedSerializable, prototype MgNamedSerializable> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNamedSerializable, prototype MgNamedSerializable> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgMapPlotCollection implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [14] {
+    Method [ <internal:MapGuideApi> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetItem ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetItem ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgMapPlot $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Add ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgMapPlot $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Insert ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgMapPlot $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Clear ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Remove ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgMapPlot $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method RemoveAt ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IndexOf ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgMapPlotInstruction implements SWIG\wrapped ] {
+
+  - Constants [3] {
+    Constant [ public int UseMapCenterAndScale ] { 0 }
+    Constant [ public int UseOverriddenCenterAndScale ] { 1 }
+    Constant [ public int UseOverriddenExtent ] { 2 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgMappingService extends MgService implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [11] {
+    Method [ <internal:MapGuideApi> public method GeneratePlot ] {
+
+      - Parameters [6] {
+        Parameter #0 [ <required> ?MgMap $arg1 ]
+        Parameter #1 [ <required> MgCoordinate|MgEnvelope|MgPlotSpecification|null $arg2 ]
+        Parameter #2 [ <required> MgLayout|float|bool|null $arg3 ]
+        Parameter #3 [ <required> MgDwfVersion|MgPlotSpecification|null $arg4 ]
+        Parameter #4 [ <required> ?MgLayout $arg5 ]
+        Parameter #5 [ <required> ?MgDwfVersion $arg6 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GenerateMultiPlot ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgMapPlotCollection $arg1 ]
+        Parameter #1 [ <required> ?MgDwfVersion $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GenerateLegendImage ] {
+
+      - Parameters [7] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+        Parameter #2 [ <required> int $arg3 ]
+        Parameter #3 [ <required> int $arg4 ]
+        Parameter #4 [ <required> $arg5 ]
+        Parameter #5 [ <required> int $arg6 ]
+        Parameter #6 [ <required> int $arg7 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method CreateRuntimeMap ] {
+
+      - Parameters [8] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> $arg3 ]
+        Parameter #3 [ <required> $arg4 ]
+        Parameter #4 [ <required> int $arg5 ]
+        Parameter #5 [ <required> int $arg6 ]
+        Parameter #6 [ <required> int $arg7 ]
+        Parameter #7 [ <required> int $arg8 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method DescribeRuntimeMap ] {
+
+      - Parameters [6] {
+        Parameter #0 [ <required> ?MgMap $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> int $arg3 ]
+        Parameter #3 [ <required> int $arg4 ]
+        Parameter #4 [ <required> int $arg5 ]
+        Parameter #5 [ <required> int $arg6 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method QueryFeatures ] {
+
+      - Parameters [6] {
+        Parameter #0 [ <required> ?MgMap $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> $arg3 ]
+        Parameter #3 [ <required> int $arg4 ]
+        Parameter #4 [ <required> int $arg5 ]
+        Parameter #5 [ <required> $arg6 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgService, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgService, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgService, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgService> public method HasWarnings ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgService> public method GetWarningsObject ] {
+
+      - Parameters [0] {
+      }
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgMeasure extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [6] {
+    Method [ <internal:MapGuideApi> public method GetDistance ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgCoordinate $arg1 ]
+        Parameter #1 [ <required> ?MgCoordinate $arg2 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetAzimuth ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgCoordinate $arg1 ]
+        Parameter #1 [ <required> ?MgCoordinate $arg2 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCoordinate ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> ?MgCoordinate $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+        Parameter #2 [ <required> float $arg3 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgMetatile implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [10] {
+    Method [ <internal:MapGuideApi> public method GetImage ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetRequestedWidth ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetRequestedHeight ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetWidth ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetHeight ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetMetaTilingFactor ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetTileImageFormat ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgMimeType implements SWIG\wrapped ] {
+
+  - Constants [14] {
+    Constant [ public string Agf ] { application/agf }
+    Constant [ public string Binary ] { application/octet-stream }
+    Constant [ public string Dwf ] { model/vnd.dwf }
+    Constant [ public string Gif ] { image/gif }
+    Constant [ public string Jpeg ] { image/jpeg }
+    Constant [ public string Png ] { image/png }
+    Constant [ public string Text ] { text/plain }
+    Constant [ public string Tiff ] { image/tiff }
+    Constant [ public string Xml ] { text/xml }
+    Constant [ public string Json ] { application/json }
+    Constant [ public string Html ] { text/html }
+    Constant [ public string Kml ] { application/vnd.google-earth.kml+xml }
+    Constant [ public string Kmz ] { application/vnd.google-earth.kmz }
+    Constant [ public string Meta ] { application/metatile }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgMultiCurvePolygon extends MgAggregateGeometry implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [35] {
+    Method [ <internal:MapGuideApi, overwrites MgAggregateGeometry, prototype MgAggregateGeometry> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCurvePolygon ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometry, prototype MgGeometry> public method GetGeometryType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method GetDimension ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method IsEmpty ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method IsClosed ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method Copy ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method Transform ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgTransform $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgAggregateGeometry, prototype MgGeometricEntity> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgAggregateGeometry, prototype MgGeometricEntity> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgAggregateGeometry, prototype MgGeometricEntity> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Crosses ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Disjoint ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Equals ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Intersects ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Overlaps ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Touches ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Within ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Boundary ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Buffer ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> ?MgMeasure $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method ConvexHull ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Difference ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Distance ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+        Parameter #1 [ <required> ?MgMeasure $arg2 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Intersection ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method SymetricDifference ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Union ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Prepare ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Tessellate ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsSimple ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsValid ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method Envelope ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetArea ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetLength ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetCentroid ] {
+
+      - Parameters [0] {
+      }
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgMultiCurveString extends MgAggregateGeometry implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [35] {
+    Method [ <internal:MapGuideApi, overwrites MgAggregateGeometry, prototype MgAggregateGeometry> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCurveString ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometry, prototype MgGeometry> public method GetGeometryType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method GetDimension ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method IsEmpty ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method IsClosed ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method Copy ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method Transform ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgTransform $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgAggregateGeometry, prototype MgGeometricEntity> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgAggregateGeometry, prototype MgGeometricEntity> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgAggregateGeometry, prototype MgGeometricEntity> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Crosses ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Disjoint ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Equals ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Intersects ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Overlaps ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Touches ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Within ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Boundary ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Buffer ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> ?MgMeasure $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method ConvexHull ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Difference ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Distance ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+        Parameter #1 [ <required> ?MgMeasure $arg2 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Intersection ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method SymetricDifference ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Union ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Prepare ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Tessellate ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsSimple ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsValid ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method Envelope ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetArea ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetLength ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetCentroid ] {
+
+      - Parameters [0] {
+      }
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgMultiGeometry extends MgAggregateGeometry implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [35] {
+    Method [ <internal:MapGuideApi, overwrites MgAggregateGeometry, prototype MgAggregateGeometry> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetGeometry ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometry, prototype MgGeometry> public method GetGeometryType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method GetDimension ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method IsEmpty ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method IsClosed ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method Copy ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method Transform ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgTransform $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgAggregateGeometry, prototype MgGeometricEntity> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgAggregateGeometry, prototype MgGeometricEntity> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgAggregateGeometry, prototype MgGeometricEntity> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Crosses ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Disjoint ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Equals ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Intersects ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Overlaps ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Touches ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Within ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Boundary ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Buffer ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> ?MgMeasure $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method ConvexHull ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Difference ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Distance ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+        Parameter #1 [ <required> ?MgMeasure $arg2 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Intersection ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method SymetricDifference ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Union ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Prepare ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Tessellate ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsSimple ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsValid ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method Envelope ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetArea ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetLength ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetCentroid ] {
+
+      - Parameters [0] {
+      }
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgMultiLineString extends MgAggregateGeometry implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [35] {
+    Method [ <internal:MapGuideApi, overwrites MgAggregateGeometry, prototype MgAggregateGeometry> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetLineString ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometry, prototype MgGeometry> public method GetGeometryType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method GetDimension ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method IsEmpty ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method IsClosed ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method Copy ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method Transform ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgTransform $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgAggregateGeometry, prototype MgGeometricEntity> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgAggregateGeometry, prototype MgGeometricEntity> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgAggregateGeometry, prototype MgGeometricEntity> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Crosses ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Disjoint ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Equals ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Intersects ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Overlaps ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Touches ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Within ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Boundary ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Buffer ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> ?MgMeasure $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method ConvexHull ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Difference ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Distance ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+        Parameter #1 [ <required> ?MgMeasure $arg2 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Intersection ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method SymetricDifference ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Union ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Prepare ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Tessellate ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsSimple ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsValid ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method Envelope ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetArea ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetLength ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetCentroid ] {
+
+      - Parameters [0] {
+      }
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgMultiPoint extends MgAggregateGeometry implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [35] {
+    Method [ <internal:MapGuideApi, overwrites MgAggregateGeometry, prototype MgAggregateGeometry> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetPoint ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometry, prototype MgGeometry> public method GetGeometryType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method GetDimension ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method IsEmpty ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method IsClosed ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method Copy ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method Transform ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgTransform $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgAggregateGeometry, prototype MgGeometricEntity> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgAggregateGeometry, prototype MgGeometricEntity> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgAggregateGeometry, prototype MgGeometricEntity> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Crosses ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Disjoint ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Equals ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Intersects ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Overlaps ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Touches ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Within ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Boundary ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Buffer ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> ?MgMeasure $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method ConvexHull ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Difference ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Distance ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+        Parameter #1 [ <required> ?MgMeasure $arg2 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Intersection ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method SymetricDifference ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Union ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Prepare ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Tessellate ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsSimple ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsValid ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method Envelope ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetArea ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetLength ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetCentroid ] {
+
+      - Parameters [0] {
+      }
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgMultiPolygon extends MgAggregateGeometry implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [36] {
+    Method [ <internal:MapGuideApi, overwrites MgAggregateGeometry, prototype MgAggregateGeometry> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetPolygon ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometry, prototype MgGeometry> public method GetGeometryType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method GetDimension ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method IsEmpty ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method IsClosed ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method Copy ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method Transform ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgTransform $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCoordinates ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgAggregateGeometry, prototype MgGeometricEntity> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgAggregateGeometry, prototype MgGeometricEntity> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgAggregateGeometry, prototype MgGeometricEntity> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Crosses ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Disjoint ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Equals ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Intersects ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Overlaps ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Touches ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Within ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Boundary ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Buffer ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> ?MgMeasure $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method ConvexHull ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Difference ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Distance ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+        Parameter #1 [ <required> ?MgMeasure $arg2 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Intersection ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method SymetricDifference ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Union ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Prepare ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Tessellate ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsSimple ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsValid ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method Envelope ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetArea ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetLength ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetCentroid ] {
+
+      - Parameters [0] {
+      }
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgNamedSerializable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgNullableProperty extends MgProperty implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [8] {
+    Method [ <internal:MapGuideApi> public method SetNull ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsNull ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgProperty, prototype MgNamedSerializable> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgProperty, prototype MgNamedSerializable> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgProperty, prototype MgNamedSerializable> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgProperty> public method GetPropertyType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgProperty> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgProperty> public method SetName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgObject implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgObjectPropertyDefinition extends MgPropertyDefinition implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [20] {
+    Method [ <internal:MapGuideApi, overwrites MgPropertyDefinition, ctor> public method __construct ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetClassDefinition ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetObjectType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetOrderType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetIdentityProperty ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetClassDefinition ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgClassDefinition $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetObjectType ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetOrderType ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetIdentityProperty ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgDataPropertyDefinition $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgPropertyDefinition, prototype MgNamedSerializable> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgPropertyDefinition, prototype MgNamedSerializable> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgPropertyDefinition, prototype MgNamedSerializable> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgPropertyDefinition, prototype MgProperty> public method GetPropertyType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgPropertyDefinition> public method SetDescription ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgPropertyDefinition> public method GetDescription ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgPropertyDefinition> public method SetQualifiedName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgPropertyDefinition> public method GetQualifiedName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgPropertyDefinition> public method Delete ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgProperty> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgProperty> public method SetName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgObjectPropertyType implements SWIG\wrapped ] {
+
+  - Constants [3] {
+    Constant [ public int Value ] { 0 }
+    Constant [ public int Collection ] { 1 }
+    Constant [ public int OrderedCollection ] { 2 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgOrderingOption implements SWIG\wrapped ] {
+
+  - Constants [2] {
+    Constant [ public int Ascending ] { 0 }
+    Constant [ public int Descending ] { 1 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgPackageStatusInformation implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [36] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetStatusMessage ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetStatusCode ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetStatusCode ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetApiName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetApiName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetPackageName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetPackageName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetPackageDescription ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetPackageDescription ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetPackageDate ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetPackageDate ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgDateTime $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetPackageSize ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetPackageSize ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetUserName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetUserName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetServerName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetServerName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetServerAddress ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetServerAddress ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetStartTime ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetStartTime ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgDateTime $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetEndTime ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetEndTime ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgDateTime $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetOperationsFailed ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetOperationsFailed ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetOperationsReceived ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetOperationsReceived ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetAverageOperationTime ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetErrorMessage ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetErrorMessage ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetStackTrace ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetStackTrace ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgPageUnitsType implements SWIG\wrapped ] {
+
+  - Constants [2] {
+    Constant [ public string Inches ] { in }
+    Constant [ public string Millimeters ] { mm }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgParameter extends MgNamedSerializable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [10] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgNullableProperty $arg1 ]
+        Parameter #1 [ <required> int $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetProperty ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgNullableProperty $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetProperty ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetDirection ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDirection ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNamedSerializable, prototype MgNamedSerializable> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNamedSerializable, prototype MgNamedSerializable> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNamedSerializable, prototype MgNamedSerializable> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgParameterCollection extends MgCollection implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [15] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetItem ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgParameter $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Add ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgParameter $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Insert ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgParameter $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Remove ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgParameter $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetItem ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method Clear ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method RemoveAt ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgParameter $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IndexOf ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgParameter $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method ToXml ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgParameterDirection implements SWIG\wrapped ] {
+
+  - Constants [4] {
+    Constant [ public int Input ] { 0 }
+    Constant [ public int Output ] { 1 }
+    Constant [ public int InputOutput ] { 2 }
+    Constant [ public int Ret ] { 3 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgPlotSpecification implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [15] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [7] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+        Parameter #2 [ <required> $arg3 ]
+        Parameter #3 [ <required> float $arg4 ]
+        Parameter #4 [ <required> float $arg5 ]
+        Parameter #5 [ <required> float $arg6 ]
+        Parameter #6 [ <required> float $arg7 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetPaperWidth ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetPaperWidth ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetPaperHeight ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetPaperHeight ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetPageSizeUnits ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetPageSizeUnits ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetMarginLeft ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetMarginTop ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetMarginRight ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetMarginBottom ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetMargins ] {
+
+      - Parameters [4] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+        Parameter #2 [ <required> float $arg3 ]
+        Parameter #3 [ <required> float $arg4 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgPoint extends MgGeometry implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [35] {
+    Method [ <internal:MapGuideApi, overwrites MgGeometry, prototype MgGeometry> public method GetGeometryType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCoordinate ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method GetDimension ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method IsEmpty ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method IsClosed ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method Copy ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method Transform ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgTransform $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCoordinates ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometry, prototype MgGeometricEntity> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometry, prototype MgGeometricEntity> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometry, prototype MgGeometricEntity> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Crosses ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Disjoint ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Equals ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Intersects ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Overlaps ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Touches ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Within ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Boundary ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Buffer ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> ?MgMeasure $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method ConvexHull ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Difference ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Distance ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+        Parameter #1 [ <required> ?MgMeasure $arg2 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Intersection ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method SymetricDifference ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Union ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Prepare ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Tessellate ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsSimple ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsValid ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method Envelope ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetArea ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetLength ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetCentroid ] {
+
+      - Parameters [0] {
+      }
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgPointCollection extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [14] {
+    Method [ <internal:MapGuideApi> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetItem ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetItem ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgPoint $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Add ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgPoint $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Insert ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgPoint $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Clear ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Remove ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgPoint $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method RemoveAt ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgPoint $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IndexOf ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgPoint $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgPolygon extends MgRegion implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [38] {
+    Method [ <internal:MapGuideApi> public method GetExteriorRing ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetInteriorRingCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetInteriorRing ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometry, prototype MgGeometry> public method GetGeometryType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method GetDimension ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method IsEmpty ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method IsClosed ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method Copy ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometricEntity, prototype MgGeometricEntity> public method Transform ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgTransform $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgRegion, prototype MgRegion> public method GetCoordinates ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgRegion, prototype MgGeometricEntity> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgRegion, prototype MgGeometricEntity> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgRegion, prototype MgGeometricEntity> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgRegion> public method GetPointInRegion ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Crosses ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Disjoint ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Equals ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Intersects ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Overlaps ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Touches ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Within ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Boundary ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Buffer ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> ?MgMeasure $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method ConvexHull ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Difference ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Distance ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+        Parameter #1 [ <required> ?MgMeasure $arg2 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Intersection ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method SymetricDifference ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Union ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Prepare ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Tessellate ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsSimple ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsValid ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method Envelope ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetArea ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetLength ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetCentroid ] {
+
+      - Parameters [0] {
+      }
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgPolygonCollection extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [14] {
+    Method [ <internal:MapGuideApi> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetItem ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetItem ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgPolygon $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Add ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgPolygon $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Insert ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgPolygon $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Clear ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Remove ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgPolygon $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method RemoveAt ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgPolygon $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IndexOf ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgPolygon $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgPreparedGeometry extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [10] {
+    Method [ <internal:MapGuideApi> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Crosses ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Disjoint ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Intersects ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Overlaps ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Touches ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Within ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgProfilingService extends MgService implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [7] {
+    Method [ <internal:MapGuideApi> public method ProfileRenderDynamicOverlay ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> ?MgMap $arg1 ]
+        Parameter #1 [ <required> ?MgSelection $arg2 ]
+        Parameter #2 [ <required> ?MgRenderingOptions $arg3 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method ProfileRenderMap ] {
+
+      - Parameters [9] {
+        Parameter #0 [ <required> ?MgMap $arg1 ]
+        Parameter #1 [ <required> ?MgSelection $arg2 ]
+        Parameter #2 [ <required> ?MgCoordinate $arg3 ]
+        Parameter #3 [ <required> float $arg4 ]
+        Parameter #4 [ <required> int $arg5 ]
+        Parameter #5 [ <required> int $arg6 ]
+        Parameter #6 [ <required> ?MgColor $arg7 ]
+        Parameter #7 [ <required> $arg8 ]
+        Parameter #8 [ <required> bool $arg9 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgService, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgService, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgService, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgService> public method HasWarnings ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgService> public method GetWarningsObject ] {
+
+      - Parameters [0] {
+      }
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgProperty extends MgNamedSerializable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [6] {
+    Method [ <internal:MapGuideApi> public method GetPropertyType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNamedSerializable, prototype MgNamedSerializable> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNamedSerializable, prototype MgNamedSerializable> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNamedSerializable, prototype MgNamedSerializable> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgPropertyCollection extends MgCollection implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [15] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetItem ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgProperty $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Add ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgProperty $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Insert ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgProperty $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Remove ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgProperty $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetItem ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method Clear ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method RemoveAt ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IndexOf ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method ToXml ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgPropertyDefinition extends MgProperty implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [12] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> int $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgProperty, prototype MgProperty> public method GetPropertyType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetDescription ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDescription ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetQualifiedName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetQualifiedName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method Delete ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgProperty, prototype MgNamedSerializable> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgProperty, prototype MgNamedSerializable> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgProperty, prototype MgNamedSerializable> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgProperty> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgProperty> public method SetName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgPropertyDefinitionCollection extends MgCollection implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [15] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetItem ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgPropertyDefinition $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Add ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgPropertyDefinition $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Insert ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgPropertyDefinition $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Remove ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgPropertyDefinition $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetItem ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method Clear ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method RemoveAt ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IndexOf ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method ToXml ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgPropertyType implements SWIG\wrapped ] {
+
+  - Constants [16] {
+    Constant [ public int Null ] { 0 }
+    Constant [ public int Boolean ] { 1 }
+    Constant [ public int Byte ] { 2 }
+    Constant [ public int DateTime ] { 3 }
+    Constant [ public int Single ] { 4 }
+    Constant [ public int Double ] { 5 }
+    Constant [ public int Int16 ] { 6 }
+    Constant [ public int Int32 ] { 7 }
+    Constant [ public int Int64 ] { 8 }
+    Constant [ public int String ] { 9 }
+    Constant [ public int Blob ] { 10 }
+    Constant [ public int Clob ] { 11 }
+    Constant [ public int Feature ] { 12 }
+    Constant [ public int Geometry ] { 13 }
+    Constant [ public int Raster ] { 14 }
+    Constant [ public int Decimal ] { 15 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgRaster implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [19] {
+    Method [ <internal:MapGuideApi> public method IsNull ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetNull ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetBounds ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetImageXSize ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetImageXSize ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetImageYSize ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetImageYSize ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetStream ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetBitsPerPixel ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDataModelType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetNumberOfBands ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCurrentBand ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDataType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetVerticalUnits ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetNullValueType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetNullValue ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgRasterDataModelType implements SWIG\wrapped ] {
+
+  - Constants [7] {
+    Constant [ public int Unknown ] { 0 }
+    Constant [ public int Data ] { 1 }
+    Constant [ public int Bitonal ] { 2 }
+    Constant [ public int Gray ] { 3 }
+    Constant [ public int RGB ] { 4 }
+    Constant [ public int RGBA ] { 5 }
+    Constant [ public int Palette ] { 6 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgRasterProperty extends MgNullableProperty implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [11] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> ?MgRaster $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetValue ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgProperty, prototype MgProperty> public method GetPropertyType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetValue ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgRaster $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNullableProperty, prototype MgNamedSerializable> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNullableProperty, prototype MgNamedSerializable> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNullableProperty, prototype MgNamedSerializable> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgNullableProperty> public method SetNull ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgNullableProperty> public method IsNull ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgProperty> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgProperty> public method SetName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgRasterPropertyDefinition extends MgPropertyDefinition implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [22] {
+    Method [ <internal:MapGuideApi, overwrites MgPropertyDefinition, ctor> public method __construct ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetReadOnly ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetNullable ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDefaultImageXSize ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDefaultImageYSize ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSpatialContextAssociation ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetReadOnly ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetNullable ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetDefaultImageXSize ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetDefaultImageYSize ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetSpatialContextAssociation ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgPropertyDefinition, prototype MgNamedSerializable> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgPropertyDefinition, prototype MgNamedSerializable> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgPropertyDefinition, prototype MgNamedSerializable> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgPropertyDefinition, prototype MgProperty> public method GetPropertyType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgPropertyDefinition> public method SetDescription ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgPropertyDefinition> public method GetDescription ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgPropertyDefinition> public method SetQualifiedName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgPropertyDefinition> public method GetQualifiedName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgPropertyDefinition> public method Delete ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgProperty> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgProperty> public method SetName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgReadOnlyLayerCollection extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [7] {
+    Method [ <internal:MapGuideApi> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetItem ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgLayerBase $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IndexOf ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgLayerBase $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgReader implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [25] {
+    Method [ <internal:MapGuideApi> public method ReadNext ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetPropertyCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetPropertyName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetPropertyType ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetPropertyIndex ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsNull ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetBoolean ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetByte ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDateTime ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSingle ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDouble ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetInt16 ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetInt32 ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetInt64 ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetString ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetBLOB ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCLOB ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetGeometry ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetRaster ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method Close ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetReaderType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method ToXml ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgReaderType implements SWIG\wrapped ] {
+
+  - Constants [3] {
+    Constant [ public int FeatureReader ] { 0 }
+    Constant [ public int DataReader ] { 1 }
+    Constant [ public int SqlDataReader ] { 2 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgRegion extends MgGeometry implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [35] {
+    Method [ <internal:MapGuideApi> public method GetPointInRegion ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCoordinates ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometry, prototype MgGeometricEntity> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometry, prototype MgGeometricEntity> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometry, prototype MgGeometricEntity> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method GetGeometryType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Crosses ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Disjoint ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Equals ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Intersects ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Overlaps ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Touches ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Within ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Boundary ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Buffer ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> float $arg1 ]
+        Parameter #1 [ <required> ?MgMeasure $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method ConvexHull ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Difference ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Distance ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+        Parameter #1 [ <required> ?MgMeasure $arg2 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Intersection ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method SymetricDifference ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Union ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Prepare ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometry> public method Tessellate ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetDimension ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsEmpty ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsSimple ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsClosed ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsValid ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method Envelope ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method Copy ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method Transform ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgTransform $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetArea ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetLength ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetCentroid ] {
+
+      - Parameters [0] {
+      }
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgRenderingOptions implements SWIG\wrapped ] {
+
+  - Constants [4] {
+    Constant [ public int RenderSelection ] { 1 }
+    Constant [ public int RenderLayers ] { 2 }
+    Constant [ public int KeepSelection ] { 4 }
+    Constant [ public int RenderBaseLayers ] { 8 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [7] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> int $arg2 ]
+        Parameter #2 [ <required> ?MgColor $arg3 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetImageFormat ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetBehavior ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSelectionColor ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgRenderingService extends MgService implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [16] {
+    Method [ <internal:MapGuideApi> public method RenderTile ] {
+
+      - Parameters [9] {
+        Parameter #0 [ <required> ?MgMap $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> int $arg3 ]
+        Parameter #3 [ <required> int $arg4 ]
+        Parameter #4 [ <required> int $arg5 ]
+        Parameter #5 [ <required> int $arg6 ]
+        Parameter #6 [ <required> int $arg7 ]
+        Parameter #7 [ <required> $arg8 ]
+        Parameter #8 [ <required> float $arg9 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method RenderTileXYZ ] {
+
+      - Parameters [9] {
+        Parameter #0 [ <required> ?MgMap $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> int $arg3 ]
+        Parameter #3 [ <required> int $arg4 ]
+        Parameter #4 [ <required> int $arg5 ]
+        Parameter #5 [ <required> int $arg6 ]
+        Parameter #6 [ <required> $arg7 ]
+        Parameter #7 [ <required> float $arg8 ]
+        Parameter #8 [ <required> int $arg9 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method RenderTileUTFGrid ] {
+
+      - Parameters [6] {
+        Parameter #0 [ <required> ?MgMap $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> int $arg3 ]
+        Parameter #3 [ <required> int $arg4 ]
+        Parameter #4 [ <required> int $arg5 ]
+        Parameter #5 [ <required> int $arg6 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method RenderDynamicOverlay ] {
+
+      - Parameters [4] {
+        Parameter #0 [ <required> ?MgMap $arg1 ]
+        Parameter #1 [ <required> ?MgSelection $arg2 ]
+        Parameter #2 [ <required> $arg3 ]
+        Parameter #3 [ <optional> bool $arg4 = <default> ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method RenderMap ] {
+
+      - Parameters [10] {
+        Parameter #0 [ <required> ?MgMap $arg1 ]
+        Parameter #1 [ <required> ?MgSelection $arg2 ]
+        Parameter #2 [ <required> $arg3 ]
+        Parameter #3 [ <required> int|float|bool $arg4 ]
+        Parameter #4 [ <required> int|bool $arg5 ]
+        Parameter #5 [ <required> MgColor|int|null $arg6 ]
+        Parameter #6 [ <required> $arg7 ]
+        Parameter #7 [ <required> $arg8 ]
+        Parameter #8 [ <required> bool $arg9 ]
+        Parameter #9 [ <required> ?MgColor $arg10 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method RenderMapLegend ] {
+
+      - Parameters [5] {
+        Parameter #0 [ <required> ?MgMap $arg1 ]
+        Parameter #1 [ <required> int $arg2 ]
+        Parameter #2 [ <required> int $arg3 ]
+        Parameter #3 [ <required> ?MgColor $arg4 ]
+        Parameter #4 [ <required> $arg5 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method QueryFeatures ] {
+
+      - Parameters [7] {
+        Parameter #0 [ <required> ?MgMap $arg1 ]
+        Parameter #1 [ <required> ?MgStringCollection $arg2 ]
+        Parameter #2 [ <required> ?MgGeometry $arg3 ]
+        Parameter #3 [ <required> int $arg4 ]
+        Parameter #4 [ <required> $arg5 ]
+        Parameter #5 [ <required> int $arg6 ]
+        Parameter #6 [ <required> int $arg7 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method QueryFeatureProperties ] {
+
+      - Parameters [7] {
+        Parameter #0 [ <required> ?MgMap $arg1 ]
+        Parameter #1 [ <required> ?MgStringCollection $arg2 ]
+        Parameter #2 [ <required> ?MgGeometry $arg3 ]
+        Parameter #3 [ <required> int $arg4 ]
+        Parameter #4 [ <required> $arg5 ]
+        Parameter #5 [ <required> int $arg6 ]
+        Parameter #6 [ <required> int $arg7 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method RenderMetatile ] {
+
+      - Parameters [10] {
+        Parameter #0 [ <required> ?MgMap $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> int $arg3 ]
+        Parameter #3 [ <required> int $arg4 ]
+        Parameter #4 [ <required> int $arg5 ]
+        Parameter #5 [ <required> int $arg6 ]
+        Parameter #6 [ <required> int $arg7 ]
+        Parameter #7 [ <required> $arg8 ]
+        Parameter #8 [ <required> float $arg9 ]
+        Parameter #9 [ <required> int $arg10 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method RenderMetatileXYZ ] {
+
+      - Parameters [10] {
+        Parameter #0 [ <required> ?MgMap $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> int $arg3 ]
+        Parameter #3 [ <required> int $arg4 ]
+        Parameter #4 [ <required> int $arg5 ]
+        Parameter #5 [ <required> int $arg6 ]
+        Parameter #6 [ <required> $arg7 ]
+        Parameter #7 [ <required> float $arg8 ]
+        Parameter #8 [ <required> int $arg9 ]
+        Parameter #9 [ <required> int $arg10 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method RenderTileFromMetaTile ] {
+
+      - Parameters [4] {
+        Parameter #0 [ <required> ?MgMap $arg1 ]
+        Parameter #1 [ <required> ?MgMetatile $arg2 ]
+        Parameter #2 [ <required> int $arg3 ]
+        Parameter #3 [ <required> int $arg4 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgService, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgService, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgService, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgService> public method HasWarnings ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgService> public method GetWarningsObject ] {
+
+      - Parameters [0] {
+      }
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgRepositoryType implements SWIG\wrapped ] {
+
+  - Constants [2] {
+    Constant [ public string Library ] { Library }
+    Constant [ public string Session ] { Session }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgResourceDataName implements SWIG\wrapped ] {
+
+  - Constants [4] {
+    Constant [ public string UserCredentials ] { MG_USER_CREDENTIALS }
+    Constant [ public string ProxyServerName ] { MG_PROXY_SERVER }
+    Constant [ public string ProxyServerPort ] { MG_PROXY_PORT }
+    Constant [ public string ProxyCredentials ] { MG_PROXY_CREDENTIALS }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgResourceDataType implements SWIG\wrapped ] {
+
+  - Constants [3] {
+    Constant [ public string File ] { File }
+    Constant [ public string Stream ] { Stream }
+    Constant [ public string String ] { String }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgResourceHeaderProperties implements SWIG\wrapped ] {
+
+  - Constants [3] {
+    Constant [ public int General ] { 1 }
+    Constant [ public int Security ] { 2 }
+    Constant [ public int Metadata ] { 4 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgResourceIdentifier implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [16] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetRepositoryType ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetRepositoryType ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetRepositoryName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetRepositoryName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method ToString ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetPath ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetPath ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetResourceType ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetResourceType ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Validate ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgResourcePermission implements SWIG\wrapped ] {
+
+  - Constants [3] {
+    Constant [ public string PermissionNoAccess ] { n }
+    Constant [ public string PermissionReadOnly ] { r }
+    Constant [ public string PermissionReadWrite ] { r,w }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgResourceService extends MgService implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [31] {
+    Method [ <internal:MapGuideApi> public method UpdateRepository ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> ?MgByteReader $arg2 ]
+        Parameter #2 [ <required> ?MgByteReader $arg3 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method ApplyResourcePackage ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgByteReader $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method EnumerateResources ] {
+
+      - Parameters [4] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> int $arg2 ]
+        Parameter #2 [ <required> $arg3 ]
+        Parameter #3 [ <required> bool $arg4 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetResource ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> ?MgByteReader $arg2 ]
+        Parameter #2 [ <required> ?MgByteReader $arg3 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method DeleteResource ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method MoveResource ] {
+
+      - Parameters [4] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> ?MgResourceIdentifier $arg2 ]
+        Parameter #2 [ <required> bool $arg3 ]
+        Parameter #3 [ <required> bool $arg4 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method CopyResource ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> ?MgResourceIdentifier $arg2 ]
+        Parameter #2 [ <required> bool $arg3 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetResourceContent ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetResourceContents ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgStringCollection $arg1 ]
+        Parameter #1 [ <required> ?MgStringCollection $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetResourceHeader ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method ChangeResourceOwner ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> bool $arg3 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method InheritPermissionsFrom ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetResourceData ] {
+
+      - Parameters [4] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> $arg3 ]
+        Parameter #3 [ <required> ?MgByteReader $arg4 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method DeleteResourceData ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method RenameResourceData ] {
+
+      - Parameters [4] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> $arg3 ]
+        Parameter #3 [ <required> bool $arg4 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetResourceData ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method EnumerateResourceData ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetRepositoryContent ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetRepositoryHeader ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method EnumerateReferences ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method ResourceExists ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method EnumerateUnmanagedData ] {
+
+      - Parameters [4] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> bool $arg2 ]
+        Parameter #2 [ <required> $arg3 ]
+        Parameter #3 [ <required> $arg4 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method EnumerateResourceDocuments ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> ?MgStringCollection $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> int $arg3 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetResourceModifiedDate ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetResourceMetadata ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> ?MgByteReader $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetResourceMetadata ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgService, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgService, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgService, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgService> public method HasWarnings ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgService> public method GetWarningsObject ] {
+
+      - Parameters [0] {
+      }
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgResourceTag implements SWIG\wrapped ] {
+
+  - Constants [12] {
+    Constant [ public string LoginUsername ] { %MG_LOGIN_USERNAME% }
+    Constant [ public string LoginPassword ] { %MG_LOGIN_PASSWORD% }
+    Constant [ public string Username ] { %MG_USERNAME% }
+    Constant [ public string Password ] { %MG_PASSWORD% }
+    Constant [ public string ProxyServer ] { %MG_PROXY_SERVER% }
+    Constant [ public string ProxyPort ] { %MG_PROXY_PORT% }
+    Constant [ public string ProxyUsername ] { %MG_PROXY_USERNAME% }
+    Constant [ public string ProxyPassword ] { %MG_PROXY_PASSWORD% }
+    Constant [ public string DataFilePath ] { %MG_DATA_FILE_PATH% }
+    Constant [ public string TileCachePath ] { %MG_TILE_CACHE_PATH% }
+    Constant [ public string DataPathAliasBegin ] { %MG_DATA_PATH_ALIAS[ }
+    Constant [ public string DataPathAliasEnd ] { ]% }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgResourceType implements SWIG\wrapped ] {
+
+  - Constants [15] {
+    Constant [ public string Map ] { Map }
+    Constant [ public string MapDefinition ] { MapDefinition }
+    Constant [ public string LayerDefinition ] { LayerDefinition }
+    Constant [ public string DrawingSource ] { DrawingSource }
+    Constant [ public string FeatureSource ] { FeatureSource }
+    Constant [ public string Folder ] { Folder }
+    Constant [ public string LoadProcedure ] { LoadProcedure }
+    Constant [ public string PrintLayout ] { PrintLayout }
+    Constant [ public string Selection ] { Selection }
+    Constant [ public string SymbolDefinition ] { SymbolDefinition }
+    Constant [ public string SymbolLibrary ] { SymbolLibrary }
+    Constant [ public string WebLayout ] { WebLayout }
+    Constant [ public string ApplicationDefinition ] { ApplicationDefinition }
+    Constant [ public string WatermarkDefinition ] { WatermarkDefinition }
+    Constant [ public string TileSetDefinition ] { TileSetDefinition }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgRing extends MgGeometryComponent implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [17] {
+    Method [ <internal:MapGuideApi> public method GetPointInRing ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCoordinates ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometryComponent, prototype MgGeometricEntity> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometryComponent, prototype MgGeometricEntity> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGeometryComponent, prototype MgGeometricEntity> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometryComponent> public method GetComponentType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetDimension ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsEmpty ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsSimple ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsClosed ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method IsValid ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method Envelope ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method Copy ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method Transform ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgTransform $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetArea ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetLength ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgGeometricEntity> public method GetCentroid ] {
+
+      - Parameters [0] {
+      }
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgRole implements SWIG\wrapped ] {
+
+  - Constants [3] {
+    Constant [ public string Administrator ] { Administrator }
+    Constant [ public string Author ] { Author }
+    Constant [ public string Viewer ] { Viewer }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgSelection extends MgSelectionBase implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [27] {
+    Method [ <internal:MapGuideApi, overwrites MgSelectionBase, prototype MgSelectionBase> public method GetSelectedFeatures ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> ?MgLayerBase $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> MgStringCollection|bool|null $arg3 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgSelectionBase, prototype MgSelectionBase> public method Open ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgResourceService $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgSelectionBase, prototype MgSelectionBase> public method Save ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgResourceService $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgSelectionBase, ctor> public method __construct ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <optional> ?MgMap $arg1 = <default> ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgSelectionBase, prototype MgSelectionBase> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgSelectionBase, prototype MgSelectionBase> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgSelectionBase, prototype MgSelectionBase> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgSelectionBase> public method GetSelectedFeaturesCount ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgLayerBase $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgSelectionBase> public method FromXml ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgSelectionBase> public method ToXml ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgSelectionBase> public method AddFeatures ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> ?MgLayerBase $arg1 ]
+        Parameter #1 [ <required> ?MgFeatureReader $arg2 ]
+        Parameter #2 [ <required> int $arg3 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgSelectionBase> public method AddFeatureIds ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> ?MgLayerBase $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> ?MgPropertyCollection $arg3 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgSelectionBase> public method AddFeatureIdInt16 ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> ?MgLayerBase $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> int $arg3 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgSelectionBase> public method AddFeatureIdInt32 ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> ?MgLayerBase $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> int $arg3 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgSelectionBase> public method AddFeatureIdInt64 ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> ?MgLayerBase $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> $arg3 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgSelectionBase> public method AddFeatureIdString ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> ?MgLayerBase $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> $arg3 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgSelectionBase> public method AddFeatureIdDouble ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> ?MgLayerBase $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> float $arg3 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgSelectionBase> public method GetLayers ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgSelectionBase> public method GetClasses ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgSelectionBase> public method GetClass ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgSelectionBase> public method Contains ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgLayerBase $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgSelectionBase> public method GenerateFilter ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgLayerBase $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgSelectionBase> public method GenerateFilters ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> ?MgLayerBase $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> int $arg3 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgSelectionBase> public method GetExtents ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgFeatureService $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgSelectionBase> public method Add ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> $arg3 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgSelectionBase> public method GetResourceName ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgSelectionBase> public method SetMap ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgMapBase $arg1 ]
+      }
+      - Return [ void ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgSelectionBase implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [27] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgMapBase $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSelectedFeaturesCount ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgLayerBase $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSelectedFeatures ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> ?MgLayerBase $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> MgStringCollection|bool|null $arg3 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method FromXml ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method ToXml ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method AddFeatures ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> ?MgLayerBase $arg1 ]
+        Parameter #1 [ <required> ?MgFeatureReader $arg2 ]
+        Parameter #2 [ <required> int $arg3 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method AddFeatureIds ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> ?MgLayerBase $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> ?MgPropertyCollection $arg3 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method AddFeatureIdInt16 ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> ?MgLayerBase $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> int $arg3 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method AddFeatureIdInt32 ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> ?MgLayerBase $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> int $arg3 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method AddFeatureIdInt64 ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> ?MgLayerBase $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> $arg3 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method AddFeatureIdString ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> ?MgLayerBase $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> $arg3 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method AddFeatureIdDouble ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> ?MgLayerBase $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> float $arg3 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetLayers ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetClasses ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetClass ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method Contains ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgLayerBase $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GenerateFilter ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgLayerBase $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GenerateFilters ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> ?MgLayerBase $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> int $arg3 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetExtents ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgFeatureService $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method Add ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> $arg3 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Open ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgResourceService $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Save ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgResourceService $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetResourceName ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetMap ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgMapBase $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgServerAdmin extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [35] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method Open ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <optional> ?MgUserInformation $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Close ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method HasWarning ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetWarningsObject ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetConfigurationProperties ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetConfigurationProperties ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> ?MgPropertyCollection $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method RemoveConfigurationProperties ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> ?MgPropertyCollection $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method ClearLog ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method DeleteLog ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method RenameLog ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method EnumerateLogs ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetLog ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> MgDateTime|int|null $arg2 ]
+        Parameter #2 [ <required> ?MgDateTime $arg3 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetLogFile ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method BringOnline ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method TakeOffline ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsOnline ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetInformationProperties ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSiteVersion ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSiteStatus ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method DeletePackage ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method EnumeratePackages ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetPackageLog ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetPackageStatus ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method LoadPackage ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method MakePackage ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> $arg3 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetMaximumLogSize ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetLogDelimiter ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method EnableMaximumLogSize ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsMaximumLogSizeEnabled ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDocument ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetDocument ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> ?MgByteReader $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgServerInformationProperties implements SWIG\wrapped ] {
+
+  - Constants [25] {
+    Constant [ public string ServerVersion ] { ServerVersion }
+    Constant [ public string ApiVersion ] { ApiVersion }
+    Constant [ public string AdminOperationsQueueCount ] { AdminOperationsQueueCount }
+    Constant [ public string ClientOperationsQueueCount ] { ClientOperationsQueueCount }
+    Constant [ public string SiteOperationsQueueCount ] { SiteOperationsQueueCount }
+    Constant [ public string AverageOperationTime ] { AverageOperationTime }
+    Constant [ public string TotalOperationTime ] { TotalOperationTime }
+    Constant [ public string CpuUtilization ] { CpuUtilization }
+    Constant [ public string TotalPhysicalMemory ] { TotalPhysicalMemory }
+    Constant [ public string AvailablePhysicalMemory ] { AvailablePhysicalMemory }
+    Constant [ public string TotalVirtualMemory ] { TotalVirtualMemory }
+    Constant [ public string AvailableVirtualMemory ] { AvailableVirtualMemory }
+    Constant [ public string Uptime ] { Uptime }
+    Constant [ public string Status ] { Status }
+    Constant [ public string DisplayName ] { DisplayName }
+    Constant [ public string MachineIp ] { MachineIp }
+    Constant [ public string TotalReceivedOperations ] { TotalReceivedOperations }
+    Constant [ public string TotalProcessedOperations ] { TotalProcessedOperations }
+    Constant [ public string TotalConnections ] { TotalConnections }
+    Constant [ public string TotalActiveConnections ] { TotalActiveConnections }
+    Constant [ public string OperatingSystemVersion ] { OperatingSystemVersion }
+    Constant [ public string WorkingSet ] { WorkingSet }
+    Constant [ public string VirtualMemory ] { VirtualMemory }
+    Constant [ public string CacheSize ] { CacheSize }
+    Constant [ public string CacheDroppedEntries ] { CacheDroppedEntries }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgService extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [5] {
+    Method [ <internal:MapGuideApi> public method HasWarnings ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetWarningsObject ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgServiceType implements SWIG\wrapped ] {
+
+  - Constants [8] {
+    Constant [ public int ResourceService ] { 0 }
+    Constant [ public int DrawingService ] { 1 }
+    Constant [ public int FeatureService ] { 2 }
+    Constant [ public int MappingService ] { 3 }
+    Constant [ public int RenderingService ] { 4 }
+    Constant [ public int TileService ] { 5 }
+    Constant [ public int KmlService ] { 6 }
+    Constant [ public int ProfilingService ] { 10 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgSingleProperty extends MgNullableProperty implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [11] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> float $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetValue ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgProperty, prototype MgProperty> public method GetPropertyType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetValue ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> float $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNullableProperty, prototype MgNamedSerializable> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNullableProperty, prototype MgNamedSerializable> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNullableProperty, prototype MgNamedSerializable> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgNullableProperty> public method SetNull ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgNullableProperty> public method IsNull ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgProperty> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgProperty> public method SetName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgSite extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [35] {
+    Method [ <internal:MapGuideApi> public method CreateSession ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method DestroySession ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCurrentSession ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSessionTimeout ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetUserForSession ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method Open ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgUserInformation $arg1 ]
+        Parameter #1 [ <required> ?MgSiteInfo $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Close ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method HasWarning ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetWarning ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method EnumerateUsers ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> bool $arg3 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method AddUser ] {
+
+      - Parameters [4] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> $arg3 ]
+        Parameter #3 [ <required> $arg4 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method UpdateUser ] {
+
+      - Parameters [5] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> $arg3 ]
+        Parameter #3 [ <required> $arg4 ]
+        Parameter #4 [ <required> $arg5 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method DeleteUsers ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgStringCollection $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GrantRoleMembershipsToUsers ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgStringCollection $arg1 ]
+        Parameter #1 [ <required> ?MgStringCollection $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method RevokeRoleMembershipsFromUsers ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgStringCollection $arg1 ]
+        Parameter #1 [ <required> ?MgStringCollection $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GrantGroupMembershipsToUsers ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgStringCollection $arg1 ]
+        Parameter #1 [ <required> ?MgStringCollection $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method RevokeGroupMembershipsFromUsers ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgStringCollection $arg1 ]
+        Parameter #1 [ <required> ?MgStringCollection $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method EnumerateGroups ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method AddGroup ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method UpdateGroup ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> $arg3 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method DeleteGroups ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgStringCollection $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GrantRoleMembershipsToGroups ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgStringCollection $arg1 ]
+        Parameter #1 [ <required> ?MgStringCollection $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method RevokeRoleMembershipsFromGroups ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgStringCollection $arg1 ]
+        Parameter #1 [ <required> ?MgStringCollection $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method EnumerateRoles ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method EnumerateServers ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method AddServer ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> $arg3 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method UpdateServer ] {
+
+      - Parameters [4] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> $arg3 ]
+        Parameter #3 [ <required> $arg4 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method RemoveServer ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSiteServerInfo ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSiteServerCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCurrentSiteAddress ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgSiteConnection extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [7] {
+    Method [ <internal:MapGuideApi> public method Open ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgUserInformation $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method CreateService ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSite ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgSiteInfo implements SWIG\wrapped ] {
+
+  - Constants [7] {
+    Constant [ public int Ok ] { 0 }
+    Constant [ public int UnableToConnect ] { 1 }
+    Constant [ public int TimedOut ] { 2 }
+    Constant [ public int Uninitialized ] { 3 }
+    Constant [ public int Client ] { 0 }
+    Constant [ public int Site ] { 1 }
+    Constant [ public int Admin ] { 2 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [8] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [4] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> int $arg2 ]
+        Parameter #2 [ <required> int $arg3 ]
+        Parameter #3 [ <required> int $arg4 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetTarget ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetPort ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetStatus ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetStatus ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgSpatialContextExtentType implements SWIG\wrapped ] {
+
+  - Constants [2] {
+    Constant [ public int scStatic ] { 0 }
+    Constant [ public int scDynamic ] { 1 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgSpatialContextReader implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [16] {
+    Method [ <internal:MapGuideApi> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDescription ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCoordinateSystem ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCoordinateSystemWkt ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetExtentType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetExtent ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetXYTolerance ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetZTolerance ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsActive ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method ReadNext ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Close ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Reset ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method ToXml ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgSqlDataReader extends MgReader implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [25] {
+    Method [ <internal:MapGuideApi, overwrites MgReader, prototype MgReader> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgReader, prototype MgReader> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgReader, prototype MgReader> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method ReadNext ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetPropertyCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetPropertyName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetPropertyType ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetPropertyIndex ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method IsNull ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetBoolean ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetByte ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetDateTime ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetSingle ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetDouble ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetInt16 ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetInt32 ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetInt64 ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetString ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetBLOB ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetCLOB ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetGeometry ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetRaster ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method Close ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method GetReaderType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgReader> public method ToXml ] {
+
+      - Parameters [0] {
+      }
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgStringCollection extends MgCollection implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [15] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetItem ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetItem ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Add ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Insert ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method Clear ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Remove ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method RemoveAt ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IndexOf ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method ToXml ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgStringProperty extends MgNullableProperty implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [11] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetValue ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgProperty, prototype MgProperty> public method GetPropertyType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetValue ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNullableProperty, prototype MgNamedSerializable> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNullableProperty, prototype MgNamedSerializable> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNullableProperty, prototype MgNamedSerializable> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgNullableProperty> public method SetNull ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> bool $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgNullableProperty> public method IsNull ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgProperty> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgProperty> public method SetName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgStringPropertyCollection extends MgCollection implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [18] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetName ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetValue ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetValue ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Add ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Insert ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <optional> $arg3 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method Clear ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Remove ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method RemoveAt ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IndexOf ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetItem ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetItem ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> int $arg1 ]
+        Parameter #1 [ <required> ?MgStringProperty $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method ToXml ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgCollection, prototype MgCollection> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgTileService extends MgService implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [10] {
+    Method [ <internal:MapGuideApi> public method GetTile ] {
+
+      - Parameters [5] {
+        Parameter #0 [ <required> MgMap|MgResourceIdentifier|null $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+        Parameter #2 [ <required> int $arg3 ]
+        Parameter #3 [ <required> int $arg4 ]
+        Parameter #4 [ <required> int $arg5 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method ClearCache ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> MgMap|MgResourceIdentifier|null $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDefaultTileSizeX ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDefaultTileSizeY ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgResourceIdentifier $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetTileProviders ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgService, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgService, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgService, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgService> public method HasWarnings ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgService> public method GetWarningsObject ] {
+
+      - Parameters [0] {
+      }
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgTransaction implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [8] {
+    Method [ <internal:MapGuideApi> public method Commit ] {
+
+      - Parameters [0] {
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetFeatureSource ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method AddSavePoint ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method ReleaseSavePoint ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method Rollback ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgTransform extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [4] {
+    Method [ <internal:MapGuideApi> public method Transform ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> MgCoordinate|MgEnvelope|float|null $arg1 ]
+        Parameter #1 [ <optional> float $arg2 = <default> ]
+        Parameter #2 [ <optional> float $arg3 = <default> ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgUnitType implements SWIG\wrapped ] {
+
+  - Constants [2] {
+    Constant [ public string USEnglish ] { US-English }
+    Constant [ public string Metric ] { Metric }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgUpdateFeatures extends MgFeatureCommand implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [8] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [3] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> ?MgPropertyCollection $arg2 ]
+        Parameter #2 [ <required> $arg3 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgFeatureCommand, prototype MgFeatureCommand> public method GetCommandType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetPropertyValues ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetFeatureClassName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetFilterText ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgFeatureCommand, prototype MgFeatureCommand> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgFeatureCommand, prototype MgFeatureCommand> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgFeatureCommand, prototype MgFeatureCommand> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgUser implements SWIG\wrapped ] {
+
+  - Constants [5] {
+    Constant [ public string Administrator ] { Administrator }
+    Constant [ public string Anonymous ] { Anonymous }
+    Constant [ public string Author ] { Author }
+    Constant [ public string WfsUser ] { WfsUser }
+    Constant [ public string WmsUser ] { WmsUser }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgUserInformation implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [13] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetMgUsernamePassword ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> $arg2 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetMgSessionId ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method SetLocale ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetLocale ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetReader ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetClientAgent ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetClientAgent ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method SetClientIp ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetClientIp ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgWarnings implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [5] {
+    Method [ <internal:MapGuideApi> public method GetMessages ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgWebActions implements SWIG\wrapped ] {
+
+  - Constants [32] {
+    Constant [ public int Pan ] { 1 }
+    Constant [ public int PanUp ] { 2 }
+    Constant [ public int PanDown ] { 3 }
+    Constant [ public int PanRight ] { 4 }
+    Constant [ public int PanLeft ] { 5 }
+    Constant [ public int Zoom ] { 6 }
+    Constant [ public int ZoomIn ] { 7 }
+    Constant [ public int ZoomOut ] { 8 }
+    Constant [ public int ZoomRectangle ] { 9 }
+    Constant [ public int ZoomSelection ] { 10 }
+    Constant [ public int FitWindow ] { 11 }
+    Constant [ public int ViewPrevious ] { 12 }
+    Constant [ public int ViewNext ] { 13 }
+    Constant [ public int ViewRestore ] { 14 }
+    Constant [ public int Select ] { 15 }
+    Constant [ public int SelectRadius ] { 16 }
+    Constant [ public int SelectPolygon ] { 17 }
+    Constant [ public int SelectClear ] { 19 }
+    Constant [ public int Refresh ] { 20 }
+    Constant [ public int Copy ] { 21 }
+    Constant [ public int About ] { 22 }
+    Constant [ public int PrintMap ] { 23 }
+    Constant [ public int GetPrintablePage ] { 24 }
+    Constant [ public int Measure ] { 25 }
+    Constant [ public int InvokeUrl ] { 26 }
+    Constant [ public int Search ] { 27 }
+    Constant [ public int Buffer ] { 28 }
+    Constant [ public int ViewOptions ] { 30 }
+    Constant [ public int InvokeScript ] { 31 }
+    Constant [ public int SelectWithin ] { 32 }
+    Constant [ public int Help ] { 33 }
+    Constant [ public int MapTip ] { 34 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgWebBufferCommand extends MgWebUiTargetCommand implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [14] {
+    Method [ <internal:MapGuideApi, overwrites MgWebUiTargetCommand, prototype MgNamedSerializable> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebUiTargetCommand, prototype MgNamedSerializable> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebUiTargetCommand, prototype MgNamedSerializable> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebUiTargetCommand> public method GetTarget ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebUiTargetCommand> public method GetTargetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetLabel ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetAction ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetIconUrl ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetDisabledIconUrl ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetTooltip ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetDescription ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetTargetViewerType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method IsUsed ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgWebCommand extends MgNamedSerializable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [12] {
+    Method [ <internal:MapGuideApi> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetLabel ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetAction ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetIconUrl ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDisabledIconUrl ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetTooltip ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDescription ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetTargetViewerType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsUsed ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNamedSerializable, prototype MgNamedSerializable> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNamedSerializable, prototype MgNamedSerializable> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgNamedSerializable, prototype MgNamedSerializable> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgWebCommandCollection extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [7] {
+    Method [ <internal:MapGuideApi> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetItem ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IndexOf ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgWebCommandWidget extends MgWebWidget implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [5] {
+    Method [ <internal:MapGuideApi> public method GetCommand ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebWidget, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebWidget, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebWidget, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebWidget> public method GetType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgWebContextMenu extends MgWebWidgetCollection implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [8] {
+    Method [ <internal:MapGuideApi> public method IsVisible ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebWidgetCollection, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebWidgetCollection, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebWidgetCollection, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebWidgetCollection> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebWidgetCollection> public method GetWidget ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebWidgetCollection> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgWebWidget $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebWidgetCollection> public method IndexOf ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgWebWidget $arg1 ]
+      }
+      - Return [ int ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgWebFlyoutWidget extends MgWebWidget implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [10] {
+    Method [ <internal:MapGuideApi> public method GetLabel ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetIconUrl ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDisabledIconUrl ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSubItems ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetTooltip ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDescription ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebWidget, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebWidget, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebWidget, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebWidget> public method GetType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgWebGetPrintablePageCommand extends MgWebUiTargetCommand implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [14] {
+    Method [ <internal:MapGuideApi, overwrites MgWebUiTargetCommand, prototype MgNamedSerializable> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebUiTargetCommand, prototype MgNamedSerializable> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebUiTargetCommand, prototype MgNamedSerializable> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebUiTargetCommand> public method GetTarget ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebUiTargetCommand> public method GetTargetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetLabel ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetAction ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetIconUrl ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetDisabledIconUrl ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetTooltip ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetDescription ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetTargetViewerType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method IsUsed ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgWebHelpCommand extends MgWebUiTargetCommand implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [15] {
+    Method [ <internal:MapGuideApi> public method GetUrl ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebUiTargetCommand, prototype MgNamedSerializable> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebUiTargetCommand, prototype MgNamedSerializable> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebUiTargetCommand, prototype MgNamedSerializable> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebUiTargetCommand> public method GetTarget ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebUiTargetCommand> public method GetTargetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetLabel ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetAction ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetIconUrl ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetDisabledIconUrl ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetTooltip ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetDescription ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetTargetViewerType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method IsUsed ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgWebInformationPane extends MgWebUiSizablePane implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [7] {
+    Method [ <internal:MapGuideApi> public method IsLegendBandVisible ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IsPropertiesBandVisible ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebUiSizablePane, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebUiSizablePane, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebUiSizablePane, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebUiSizablePane> public method GetWidth ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebUiPane> public method IsVisible ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgWebInvokeScriptCommand extends MgWebUiTargetCommand implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [15] {
+    Method [ <internal:MapGuideApi> public method GetScriptCode ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebUiTargetCommand, prototype MgNamedSerializable> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebUiTargetCommand, prototype MgNamedSerializable> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebUiTargetCommand, prototype MgNamedSerializable> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebUiTargetCommand> public method GetTarget ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebUiTargetCommand> public method GetTargetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetLabel ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetAction ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetIconUrl ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetDisabledIconUrl ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetTooltip ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetDescription ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetTargetViewerType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method IsUsed ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgWebInvokeUrlCommand extends MgWebUiTargetCommand implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [21] {
+    Method [ <internal:MapGuideApi> public method GetUrl ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetParameterCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetParameterNameAt ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetParameterValueAt ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method DisabledIfSelectionEmpty ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetLayerCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetLayerNameAt ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebUiTargetCommand, prototype MgNamedSerializable> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebUiTargetCommand, prototype MgNamedSerializable> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebUiTargetCommand, prototype MgNamedSerializable> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebUiTargetCommand> public method GetTarget ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebUiTargetCommand> public method GetTargetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetLabel ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetAction ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetIconUrl ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetDisabledIconUrl ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetTooltip ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetDescription ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetTargetViewerType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method IsUsed ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgWebLayout extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [26] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgResourceService $arg1 ]
+        Parameter #1 [ <required> ?MgResourceIdentifier $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetTitle ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetMapDefinition ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetEnablePingServer ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSelectionColor ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetPointSelectionBuffer ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetMapImageFormat ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetSelectionImageFormat ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetStartupScript ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetScale ] {
+
+      - Parameters [0] {
+      }
+      - Return [ float ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCenter ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetToolBar ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetStatusBar ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetTaskPane ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetInformationPane ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDwfPreviewUrl ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetAjaxPreviewUrl ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetCommands ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetContextMenu ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetHyperlinkTarget ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetHyperlinkTargetFrame ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method IsZoomControlVisible ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method ProcessGettingStartedPage ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgByteReader $arg1 ]
+        Parameter #1 [ <required> bool $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgWebMeasureCommand extends MgWebUiTargetCommand implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [14] {
+    Method [ <internal:MapGuideApi, overwrites MgWebUiTargetCommand, prototype MgNamedSerializable> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebUiTargetCommand, prototype MgNamedSerializable> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebUiTargetCommand, prototype MgNamedSerializable> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebUiTargetCommand> public method GetTarget ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebUiTargetCommand> public method GetTargetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetLabel ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetAction ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetIconUrl ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetDisabledIconUrl ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetTooltip ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetDescription ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetTargetViewerType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method IsUsed ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgWebPrintCommand extends MgWebCommand implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [14] {
+    Method [ <internal:MapGuideApi> public method GetPrintLayoutCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetPrintLayoutAt ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebCommand, prototype MgNamedSerializable> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebCommand, prototype MgNamedSerializable> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebCommand, prototype MgNamedSerializable> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetLabel ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetAction ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetIconUrl ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetDisabledIconUrl ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetTooltip ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetDescription ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetTargetViewerType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method IsUsed ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgWebSearchCommand extends MgWebUiTargetCommand implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [21] {
+    Method [ <internal:MapGuideApi> public method GetLayer ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetPrompt ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetResultColumnCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetColumnDisplayNameAt ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetColumnPropertyNameAt ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetFilter ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetMatchLimit ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebUiTargetCommand, prototype MgNamedSerializable> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebUiTargetCommand, prototype MgNamedSerializable> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebUiTargetCommand, prototype MgNamedSerializable> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebUiTargetCommand> public method GetTarget ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebUiTargetCommand> public method GetTargetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetLabel ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetAction ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetIconUrl ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetDisabledIconUrl ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetTooltip ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetDescription ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetTargetViewerType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method IsUsed ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgWebSelectWithinCommand extends MgWebUiTargetCommand implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [14] {
+    Method [ <internal:MapGuideApi, overwrites MgWebUiTargetCommand, prototype MgNamedSerializable> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebUiTargetCommand, prototype MgNamedSerializable> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebUiTargetCommand, prototype MgNamedSerializable> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebUiTargetCommand> public method GetTarget ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebUiTargetCommand> public method GetTargetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetLabel ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetAction ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetIconUrl ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetDisabledIconUrl ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetTooltip ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetDescription ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetTargetViewerType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method IsUsed ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgWebSeparatorWidget extends MgWebWidget implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [4] {
+    Method [ <internal:MapGuideApi, overwrites MgWebWidget, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebWidget, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebWidget, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebWidget> public method GetType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgWebTargetType implements SWIG\wrapped ] {
+
+  - Constants [3] {
+    Constant [ public int TaskPane ] { 1 }
+    Constant [ public int NewWindow ] { 2 }
+    Constant [ public int SpecifiedFrame ] { 3 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgWebTargetViewerType implements SWIG\wrapped ] {
+
+  - Constants [3] {
+    Constant [ public int Dwf ] { 1 }
+    Constant [ public int Ajax ] { 2 }
+    Constant [ public int All ] { 3 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgWebTaskBar extends MgWebUiPane implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [6] {
+    Method [ <internal:MapGuideApi> public method GetTaskList ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetTaskButtons ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebUiPane, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebUiPane, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebUiPane, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebUiPane> public method IsVisible ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgWebTaskBarWidget extends MgWebWidget implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [9] {
+    Method [ <internal:MapGuideApi> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetIconUrl ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDisabledIconUrl ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetTooltip ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetDescription ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebWidget, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebWidget, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebWidget, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebWidget> public method GetType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgWebTaskButtonType implements SWIG\wrapped ] {
+
+  - Constants [4] {
+    Constant [ public int Home ] { 0 }
+    Constant [ public int Back ] { 1 }
+    Constant [ public int Forward ] { 2 }
+    Constant [ public int Tasks ] { 3 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgWebTaskPane extends MgWebUiSizablePane implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [7] {
+    Method [ <internal:MapGuideApi> public method GetTaskBar ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method GetInitialTaskUrl ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebUiSizablePane, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebUiSizablePane, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebUiSizablePane, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebUiSizablePane> public method GetWidth ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebUiPane> public method IsVisible ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgWebToolBar extends MgWebUiPane implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [5] {
+    Method [ <internal:MapGuideApi> public method GetWidgets ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebUiPane, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebUiPane, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebUiPane, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebUiPane> public method IsVisible ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgWebUiPane extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [4] {
+    Method [ <internal:MapGuideApi> public method IsVisible ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgWebUiSizablePane extends MgWebUiPane implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [5] {
+    Method [ <internal:MapGuideApi> public method GetWidth ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebUiPane, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebUiPane, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebUiPane, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebUiPane> public method IsVisible ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgWebUiTargetCommand extends MgWebCommand implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [14] {
+    Method [ <internal:MapGuideApi> public method GetTarget ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetTargetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebCommand, prototype MgNamedSerializable> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebCommand, prototype MgNamedSerializable> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebCommand, prototype MgNamedSerializable> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetLabel ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetAction ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetIconUrl ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetDisabledIconUrl ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetTooltip ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetDescription ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetTargetViewerType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method IsUsed ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgWebViewOptionsCommand extends MgWebUiTargetCommand implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [14] {
+    Method [ <internal:MapGuideApi, overwrites MgWebUiTargetCommand, prototype MgNamedSerializable> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebUiTargetCommand, prototype MgNamedSerializable> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgWebUiTargetCommand, prototype MgNamedSerializable> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebUiTargetCommand> public method GetTarget ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebUiTargetCommand> public method GetTargetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetName ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetLabel ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetAction ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetIconUrl ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetDisabledIconUrl ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetTooltip ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetDescription ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method GetTargetViewerType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, inherits MgWebCommand> public method IsUsed ] {
+
+      - Parameters [0] {
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgWebWidget extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [4] {
+    Method [ <internal:MapGuideApi> public method GetType ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgWebWidgetCollection extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [7] {
+    Method [ <internal:MapGuideApi> public method GetCount ] {
+
+      - Parameters [0] {
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi> public method GetWidget ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> int $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method Contains ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgWebWidget $arg1 ]
+      }
+      - Return [ bool ]
+    }
+
+    Method [ <internal:MapGuideApi> public method IndexOf ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> ?MgWebWidget $arg1 ]
+      }
+      - Return [ int ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgWebWidgetType implements SWIG\wrapped ] {
+
+  - Constants [4] {
+    Constant [ public int Command ] { 1 }
+    Constant [ public int Separator ] { 2 }
+    Constant [ public int Flyout ] { 3 }
+    Constant [ public int TaskButton ] { 4 }
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [3] {
+    Method [ <internal:MapGuideApi> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class MgWktReaderWriter extends MgGuardDisposable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [6] {
+    Method [ <internal:MapGuideApi, ctor> public method __construct ] {
+
+      - Parameters [0] {
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method Read ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> $arg1 ]
+        Parameter #1 [ <required> ?MgTransform $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi> public method Write ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> ?MgGeometry $arg1 ]
+        Parameter #1 [ <required> ?MgTransform $arg2 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __set ] {
+
+      - Parameters [2] {
+        Parameter #0 [ <required> string $arg1 ]
+        Parameter #1 [ <optional> $arg2 = <default> ]
+      }
+      - Return [ void ]
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __get ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+    }
+
+    Method [ <internal:MapGuideApi, overwrites MgGuardDisposable, prototype MgObject> public method __isset ] {
+
+      - Parameters [1] {
+        Parameter #0 [ <required> string $arg1 ]
+      }
+      - Return [ bool ]
+    }
+  }
+}
+Class [ <internal:MapGuideApi> class SWIG\_bool implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [0] {
+  }
+}
+Class [ <internal:MapGuideApi> class SWIG\_double implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [0] {
+  }
+}
+Class [ <internal:MapGuideApi> class SWIG\_int implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [0] {
+  }
+}
+Class [ <internal:MapGuideApi> class SWIG\_p_MgResource implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [0] {
+  }
+}
+Class [ <internal:MapGuideApi> class SWIG\_p_MgSerializable implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [0] {
+  }
+}
+Class [ <internal:MapGuideApi> class SWIG\_p_char implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [0] {
+  }
+}
+Class [ <internal:MapGuideApi> class SWIG\_p_int implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [0] {
+  }
+}
+Class [ <internal:MapGuideApi> class SWIG\_p_short implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [0] {
+  }
+}
+Class [ <internal:MapGuideApi> class SWIG\_p_std__wstring implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [0] {
+  }
+}
+Class [ <internal:MapGuideApi> class SWIG\_p_unsigned_char implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [0] {
+  }
+}
+Class [ <internal:MapGuideApi> class SWIG\_short implements SWIG\wrapped ] {
+
+  - Constants [0] {
+  }
+
+  - Static properties [0] {
+  }
+
+  - Static methods [0] {
+  }
+
+  - Properties [0] {
+  }
+
+  - Methods [0] {
+  }
+}

Modified: branches/4.0/MgDev/Bindings/src/ApiDump/dotnet-dump.ps1
===================================================================
--- branches/4.0/MgDev/Bindings/src/ApiDump/dotnet-dump.ps1	2025-05-01 11:50:30 UTC (rev 10134)
+++ branches/4.0/MgDev/Bindings/src/ApiDump/dotnet-dump.ps1	2025-05-05 10:45:53 UTC (rev 10135)
@@ -7,7 +7,9 @@
     Write-Host "Could not find $libPath"
     exit 1
 }
-Clear-Content -Path $outputPath
+if (Test-Path $outputPath) {
+    Clear-Content -Path $outputPath
+}
 $assemblies = @()
 $assemblies += [System.Reflection.Assembly]::LoadFrom([System.IO.Path]::Combine($libPath, "OSGeo.MapGuide.Foundation.dll"));
 $assemblies += [System.Reflection.Assembly]::LoadFrom([System.IO.Path]::Combine($libPath, "OSGeo.MapGuide.Geometry.dll"));

Added: branches/4.0/MgDev/Bindings/src/ApiDump/filelist.csmap.windows.txt
===================================================================
--- branches/4.0/MgDev/Bindings/src/ApiDump/filelist.csmap.windows.txt	                        (rev 0)
+++ branches/4.0/MgDev/Bindings/src/ApiDump/filelist.csmap.windows.txt	2025-05-05 10:45:53 UTC (rev 10135)
@@ -0,0 +1,185 @@
+..\CS-Map\Dictionaries
+..\CS-Map\Dictionaries\Australia
+..\CS-Map\Dictionaries\Brazil
+..\CS-Map\Dictionaries\Canada
+..\CS-Map\Dictionaries\France
+..\CS-Map\Dictionaries\Germany
+..\CS-Map\Dictionaries\Japan
+..\CS-Map\Dictionaries\NewZealand
+..\CS-Map\Dictionaries\Portugal
+..\CS-Map\Dictionaries\Spain
+..\CS-Map\Dictionaries\Switzerland
+..\CS-Map\Dictionaries\UK
+..\CS-Map\Dictionaries\Usa
+..\CS-Map\Dictionaries\Venezuela
+..\CS-Map\Dictionaries\Category.CSD
+..\CS-Map\Dictionaries\Coordsys.CSD
+..\CS-Map\Dictionaries\Datums.CSD
+..\CS-Map\Dictionaries\elipsoid.asc
+..\CS-Map\Dictionaries\Elipsoid.CSD
+..\CS-Map\Dictionaries\GeodeticPath.asc
+..\CS-Map\Dictionaries\GeodeticPath.CSD
+..\CS-Map\Dictionaries\GeodeticTransform.CSD
+..\CS-Map\Dictionaries\GeodeticTransformation.asc
+..\CS-Map\Dictionaries\GeoidHeight.gdc
+..\CS-Map\Dictionaries\license.txt
+..\CS-Map\Dictionaries\NameMapper.csv
+..\CS-Map\Dictionaries\OSGM91.TXT
+..\CS-Map\Dictionaries\OSTN02._02
+..\CS-Map\Dictionaries\OSTN97._nt
+..\CS-Map\Dictionaries\version.txt
+..\CS-Map\Dictionaries\Vertcon.gdc
+..\CS-Map\Dictionaries\Australia\Agd66
+..\CS-Map\Dictionaries\Australia\Agd84
+..\CS-Map\Dictionaries\Australia\Gda94
+..\CS-Map\Dictionaries\Australia\Agd66\A66National(13.09.01).gsb
+..\CS-Map\Dictionaries\Australia\Agd84\National84(02.07.01).gsb
+..\CS-Map\Dictionaries\Australia\Gda94\GDA94_GDA2020_conformal.gsb
+..\CS-Map\Dictionaries\Australia\Gda94\GDA94_GDA2020_conformal_and_distortion.gsb
+..\CS-Map\Dictionaries\Brazil\CA61_003.GSB
+..\CS-Map\Dictionaries\Brazil\CA7072_003.GSB
+..\CS-Map\Dictionaries\Canada\ReadMe.txt
+..\CS-Map\Dictionaries\France\gr3df97a.txt
+..\CS-Map\Dictionaries\Germany\BETA2007.gsb
+..\CS-Map\Dictionaries\Japan\ReadMe.txt
+..\CS-Map\Dictionaries\Japan\TKY2JGD._par
+..\CS-Map\Dictionaries\NewZealand\nzgd2kgrid0005.gsb
+..\CS-Map\Dictionaries\Portugal\D73_ETRS89_geo.gsb
+..\CS-Map\Dictionaries\Portugal\DLX_ETRS89_geo.gsb
+..\CS-Map\Dictionaries\Portugal\pt73_e89.gsb
+..\CS-Map\Dictionaries\Portugal\ptED_e89.gsb
+..\CS-Map\Dictionaries\Portugal\ptLB_e89.gsb
+..\CS-Map\Dictionaries\Portugal\ptLX_e89.gsb
+..\CS-Map\Dictionaries\Spain\copyright_and_disclaimer.txt
+..\CS-Map\Dictionaries\Spain\sped2et-2005.gsb
+..\CS-Map\Dictionaries\Switzerland\CHENYX06.gsb
+..\CS-Map\Dictionaries\UK\HS2TN02_NTv2.gsb
+..\CS-Map\Dictionaries\UK\HS2TN15_NTv2.gsb
+..\CS-Map\Dictionaries\UK\ostn02.gsb
+..\CS-Map\Dictionaries\UK\OSTN15_NTv2_OSGBtoETRS.gsb
+..\CS-Map\Dictionaries\UK\OSTN15_OSGM15_GB.txt
+..\CS-Map\Dictionaries\UK\TN15-ETRS89-to-EWR2-IRF.gsb
+..\CS-Map\Dictionaries\Usa\Harn
+..\CS-Map\Dictionaries\Usa\Nadcon
+..\CS-Map\Dictionaries\Usa\Vertcon
+..\CS-Map\Dictionaries\Usa\Harn\48hpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\48hpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\alhpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\alhpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\arhpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\arhpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\azhpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\azhpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\cahpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\cahpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\cnhpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\cnhpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\cohpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\cohpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\cshpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\cshpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\emhpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\emhpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\eshpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\eshpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\ethpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\ethpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\flhpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\flhpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\gahpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\gahpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\guhpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\guhpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\hihpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\hihpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\iahpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\iahpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\ilhpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\ilhpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\inhpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\inhpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\kshpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\kshpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\kyhpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\kyhpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\lahpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\lahpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\mdhpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\mdhpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\mehpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\mehpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\mihpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\mihpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\mnhpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\mnhpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\mohpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\mohpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\mshpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\mshpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\nbhpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\nbhpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\nchpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\nchpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\ndhpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\ndhpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\nehpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\nehpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\njhpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\njhpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\nmhpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\nmhpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\nvhpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\nvhpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\nyhpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\nyhpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\ohhpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\ohhpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\okhpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\okhpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\pahpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\pahpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\pvhpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\pvhpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\schpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\schpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\sdhpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\sdhpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\tnhpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\tnhpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\uthpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\uthpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\vahpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\vahpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\wihpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\wihpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\wmhpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\wmhpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\wohpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\wohpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\wshpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\wshpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\wthpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\wthpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\wvhpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\wvhpgn.los
+..\CS-Map\Dictionaries\Usa\Harn\wyhpgn.las
+..\CS-Map\Dictionaries\Usa\Harn\wyhpgn.los
+..\CS-Map\Dictionaries\Usa\Nadcon\alaska.las
+..\CS-Map\Dictionaries\Usa\Nadcon\alaska.los
+..\CS-Map\Dictionaries\Usa\Nadcon\conus.las
+..\CS-Map\Dictionaries\Usa\Nadcon\conus.los
+..\CS-Map\Dictionaries\Usa\Nadcon\hawaii.las
+..\CS-Map\Dictionaries\Usa\Nadcon\hawaii.los
+..\CS-Map\Dictionaries\Usa\Nadcon\prvi.las
+..\CS-Map\Dictionaries\Usa\Nadcon\prvi.los
+..\CS-Map\Dictionaries\Usa\Nadcon\stgeorge.las
+..\CS-Map\Dictionaries\Usa\Nadcon\stgeorge.los
+..\CS-Map\Dictionaries\Usa\Nadcon\stlrnc.las
+..\CS-Map\Dictionaries\Usa\Nadcon\stlrnc.los
+..\CS-Map\Dictionaries\Usa\Nadcon\stpaul.las
+..\CS-Map\Dictionaries\Usa\Nadcon\stpaul.los
+..\CS-Map\Dictionaries\Usa\Vertcon\VERTCONC.94
+..\CS-Map\Dictionaries\Usa\Vertcon\VERTCONE.94
+..\CS-Map\Dictionaries\Usa\Vertcon\VERTCONW.94
+..\CS-Map\Dictionaries\Venezuela\canoa_wgs84_mb.gsb
+..\CS-Map\Dictionaries\Venezuela\description.txt

Added: branches/4.0/MgDev/Bindings/src/ApiDump/filelist.server.windows.txt
===================================================================
--- branches/4.0/MgDev/Bindings/src/ApiDump/filelist.server.windows.txt	                        (rev 0)
+++ branches/4.0/MgDev/Bindings/src/ApiDump/filelist.server.windows.txt	2025-05-05 10:45:53 UTC (rev 10135)
@@ -0,0 +1,215 @@
+..\Server\bin
+..\Server\FDO
+..\Server\Logs
+..\Server\Packages
+..\Server\Repositories
+..\Server\RepositoryAdmin
+..\Server\Resources
+..\Server\Schema
+..\Server\Temp
+..\Server\wfs
+..\Server\wms
+..\Server\bin\ACE.dll
+..\Server\bin\dbxml.exe
+..\Server\bin\dbxml_dump.exe
+..\Server\bin\dbxml_load.exe
+..\Server\bin\db_archive.exe
+..\Server\bin\db_checkpoint.exe
+..\Server\bin\db_dump.exe
+..\Server\bin\db_hotbackup.exe
+..\Server\bin\db_load.exe
+..\Server\bin\db_recover.exe
+..\Server\bin\db_upgrade.exe
+..\Server\bin\db_verify.exe
+..\Server\bin\gd.dll
+..\Server\bin\GEOS.dll
+..\Server\bin\libdb48.dll
+..\Server\bin\libdbxml25.dll
+..\Server\bin\MgFoundation.dll
+..\Server\bin\MgGeometry.dll
+..\Server\bin\MgGwsCommon.dll
+..\Server\bin\MgGwsQueryEngine.dll
+..\Server\bin\MgGwsResource.dll
+..\Server\bin\MgMapGuideCommon.dll
+..\Server\bin\MgMdfModel.dll
+..\Server\bin\MgMdfParser.dll
+..\Server\bin\MgPlatformBase.dll
+..\Server\bin\MgRenderers.dll
+..\Server\bin\mgserver.exe
+..\Server\bin\MgServerAdminService.dll
+..\Server\bin\MgServerBase.dll
+..\Server\bin\MgServerCache.dll
+..\Server\bin\MgServerDrawingService.dll
+..\Server\bin\MgServerFeatureService.dll
+..\Server\bin\MgServerKmlService.dll
+..\Server\bin\MgServerManager.dll
+..\Server\bin\MgServerMappingService.dll
+..\Server\bin\MgServerProfilingService.dll
+..\Server\bin\MgServerRenderingService.dll
+..\Server\bin\MgServerResourceService.dll
+..\Server\bin\MgServerSiteService.dll
+..\Server\bin\MgServerThread.dll
+..\Server\bin\MgServerTileService.dll
+..\Server\bin\MgStylization.dll
+..\Server\bin\MgUnitTesting.dll
+..\Server\bin\serverconfig.ini
+..\Server\bin\xerces-c_3_1mg.dll
+..\Server\bin\xqilla24.dll
+..\Server\FDO\com
+..\Server\FDO\ExpressionEngine.dll
+..\Server\FDO\Fdo.dll
+..\Server\FDO\FDOCommon.dll
+..\Server\FDO\FDOGeometry.dll
+..\Server\FDO\FDOMessage.dll
+..\Server\FDO\FdoRegUtil.exe
+..\Server\FDO\FDOSpatial.dll
+..\Server\FDO\gdal204.dll
+..\Server\FDO\GRFPMessage.dll
+..\Server\FDO\GRFPOverrides.dll
+..\Server\FDO\GRFPProvider.dll
+..\Server\FDO\KingOracleMessage.dll
+..\Server\FDO\KingOracleOverrides.dll
+..\Server\FDO\KingOracleProvider.dll
+..\Server\FDO\libcrypto-3-x64.dll
+..\Server\FDO\libiconv-2.dll
+..\Server\FDO\libintl-9.dll
+..\Server\FDO\libpq.dll
+..\Server\FDO\libssl-3-x64.dll
+..\Server\FDO\libwinpthread-1.dll
+..\Server\FDO\MySqlOverrides.dll
+..\Server\FDO\MySQLProvider.dll
+..\Server\FDO\ODBCOverrides.dll
+..\Server\FDO\ODBCProvider.dll
+..\Server\FDO\OGRProvider.dll
+..\Server\FDO\OSGeo.FDO.Common.dll
+..\Server\FDO\OSGeo.FDO.dll
+..\Server\FDO\OSGeo.FDO.Geometry.dll
+..\Server\FDO\OSGeo.FDO.Providers.MySQL.Overrides.dll
+..\Server\FDO\OSGeo.FDO.Providers.ODBC.Overrides.dll
+..\Server\FDO\OSGeo.FDO.Providers.Rdbms.dll
+..\Server\FDO\OSGeo.FDO.Providers.Rdbms.Overrides.dll
+..\Server\FDO\OSGeo.FDO.Providers.SHP.Overrides.dll
+..\Server\FDO\OSGeo.FDO.Providers.SQLServerSpatial.Overrides.dll
+..\Server\FDO\OSGeo.FDO.Providers.WMS.Overrides.dll
+..\Server\FDO\OSGeo.FDO.Spatial.dll
+..\Server\FDO\OWS.dll
+..\Server\FDO\PostgreSQLOverrides.dll
+..\Server\FDO\PostgreSQLProvider.dll
+..\Server\FDO\providers.xml
+..\Server\FDO\RdbmsMsg.dll
+..\Server\FDO\RdbmsOverrides.dll
+..\Server\FDO\SDFMessage.dll
+..\Server\FDO\SDFProvider.dll
+..\Server\FDO\SHPMessage.dll
+..\Server\FDO\SHPOverrides.dll
+..\Server\FDO\SHPProvider.dll
+..\Server\FDO\SmMessage.dll
+..\Server\FDO\SQLiteProvider.dll
+..\Server\FDO\SQLServerSpatialOverrides.dll
+..\Server\FDO\SQLServerSpatialProvider.dll
+..\Server\FDO\WFSMessage.dll
+..\Server\FDO\WFSProvider.dll
+..\Server\FDO\WMSMessage.dll
+..\Server\FDO\WMSOverrides.dll
+..\Server\FDO\WMSProvider.dll
+..\Server\FDO\Xalan-C_1_11fdo.dll
+..\Server\FDO\XalanMessages_1_11fdo.dll
+..\Server\FDO\xerces-c_3_1fdo.dll
+..\Server\FDO\com\fdosys_sys.sql
+..\Server\FDO\com\fdo_sys.sql
+..\Server\FDO\com\fdo_sys_idx.sql
+..\Server\Repositories\Library
+..\Server\Repositories\Session
+..\Server\Repositories\Site
+..\Server\Repositories\TileCache
+..\Server\Repositories\Library\DataFiles
+..\Server\Repositories\Session\DataFiles
+..\Server\RepositoryAdmin\README.txt
+..\Server\Resources\mapguide_en.res
+..\Server\Schema\ApplicationDefinition-1.0.0.xsd
+..\Server\Schema\ApplicationDefinitionInfo-1.0.0.xsd
+..\Server\Schema\BatchPropertyCollection-1.0.0.xsd
+..\Server\Schema\ClassDefinition-4.0.0.xsd
+..\Server\Schema\DataStoreList-1.0.0.xsd
+..\Server\Schema\DrawingSectionList-1.0.0.xsd
+..\Server\Schema\DrawingSectionResourceList-1.0.0.xsd
+..\Server\Schema\DrawingSource-1.0.0.xsd
+..\Server\Schema\Envelope-1.0.0.xsd
+..\Server\Schema\FdoLongTransactionList-1.0.0.xsd
+..\Server\Schema\FdoProviderCapabilities-1.0.0.xsd
+..\Server\Schema\FdoProviderCapabilities-1.1.0.xsd
+..\Server\Schema\FdoSpatialContextList-1.0.0.xsd
+..\Server\Schema\FeatureProviderRegistry-1.0.0.xsd
+..\Server\Schema\FeatureSchemaCollection-4.0.0.xsd
+..\Server\Schema\FeatureSet-1.0.0.xsd
+..\Server\Schema\FeatureSource-1.0.0.xsd
+..\Server\Schema\GeometryInfo-4.0.0.xsd
+..\Server\Schema\Group-1.0.0.xsd
+..\Server\Schema\GroupList-1.0.0.xsd
+..\Server\Schema\LayerDefinition-1.0.0.xsd
+..\Server\Schema\LayerDefinition-1.1.0.xsd
+..\Server\Schema\LayerDefinition-1.2.0.xsd
+..\Server\Schema\LayerDefinition-1.3.0.xsd
+..\Server\Schema\LayerDefinition-2.3.0.xsd
+..\Server\Schema\LayerDefinition-2.4.0.xsd
+..\Server\Schema\LayerDefinition-4.0.0.xsd
+..\Server\Schema\LoadProcedure-1.0.0.xsd
+..\Server\Schema\LoadProcedure-1.1.0.xsd
+..\Server\Schema\LoadProcedure-2.2.0.xsd
+..\Server\Schema\MapDefinition-1.0.0.xsd
+..\Server\Schema\MapDefinition-2.3.0.xsd
+..\Server\Schema\MapDefinition-2.4.0.xsd
+..\Server\Schema\MapDefinition-3.0.0.xsd
+..\Server\Schema\PlatformCommon-1.0.0.xsd
+..\Server\Schema\PrintLayout-1.0.0.xsd
+..\Server\Schema\ProfileResult-2.4.0.xsd
+..\Server\Schema\RepositoryContent-1.0.0.xsd
+..\Server\Schema\RepositoryList-1.0.0.xsd
+..\Server\Schema\ResourceDataList-1.0.0.xsd
+..\Server\Schema\ResourceDocumentHeader-1.0.0.xsd
+..\Server\Schema\ResourceFolderHeader-1.0.0.xsd
+..\Server\Schema\ResourceList-1.0.0.xsd
+..\Server\Schema\ResourcePackageManifest-1.0.0.xsd
+..\Server\Schema\ResourceReferenceList-1.0.0.xsd
+..\Server\Schema\ResourceSecurity-1.0.0.xsd
+..\Server\Schema\Role-1.0.0.xsd
+..\Server\Schema\RuntimeMap-2.6.0.xsd
+..\Server\Schema\RuntimeMap-3.0.0.xsd
+..\Server\Schema\RuntimeMap-4.0.0.xsd
+..\Server\Schema\SelectAggregate-1.0.0.xsd
+..\Server\Schema\Server-1.0.0.xsd
+..\Server\Schema\ServerList-1.0.0.xsd
+..\Server\Schema\SiteInformation-1.0.0.xsd
+..\Server\Schema\SiteInformation-2.2.0.xsd
+..\Server\Schema\SiteStatus-2.2.0.xsd
+..\Server\Schema\SiteVersion-1.0.0.xsd
+..\Server\Schema\SiteVersion-2.2.0.xsd
+..\Server\Schema\SqlSelect-1.0.0.xsd
+..\Server\Schema\StringCollection-1.0.0.xsd
+..\Server\Schema\SymbolDefinition-1.0.0.xsd
+..\Server\Schema\SymbolDefinition-1.1.0.xsd
+..\Server\Schema\SymbolDefinition-2.4.0.xsd
+..\Server\Schema\SymbolLibrary-1.0.0.xsd
+..\Server\Schema\TileProviderList-3.0.0.xsd
+..\Server\Schema\TileSetDefinition-3.0.0.xsd
+..\Server\Schema\TransformedCoordinateCollection-4.0.0.xsd
+..\Server\Schema\Types-1.0.0.xsd
+..\Server\Schema\UnitOfMeasure-4.0.0.xsd
+..\Server\Schema\UnmanagedDataList-1.0.0.xsd
+..\Server\Schema\User-1.0.0.xsd
+..\Server\Schema\UserList-1.0.0.xsd
+..\Server\Schema\WatermarkDefinition-2.3.0.xsd
+..\Server\Schema\WatermarkDefinition-2.4.0.xsd
+..\Server\Schema\WebLayout-1.0.0.xsd
+..\Server\Schema\WebLayout-1.1.0.xsd
+..\Server\Schema\WebLayout-2.4.0.xsd
+..\Server\Schema\WebLayout-2.6.0.xsd
+..\Server\wfs\1.0.0.xml.awd
+..\Server\wfs\1.1.0.xml.awd
+..\Server\wfs\OgcWfsService.config.awd
+..\Server\wms\1.0.0.xml.awd
+..\Server\wms\1.1.0.xml.awd
+..\Server\wms\1.1.1.xml.awd
+..\Server\wms\1.3.0.xml.awd
+..\Server\wms\OgcWmsService.config.awd
+..\Server\wms\REGRESS.xml.awd

Added: branches/4.0/MgDev/Bindings/src/ApiDump/filelist.web.windows.txt
===================================================================
--- branches/4.0/MgDev/Bindings/src/ApiDump/filelist.web.windows.txt	                        (rev 0)
+++ branches/4.0/MgDev/Bindings/src/ApiDump/filelist.web.windows.txt	2025-05-05 10:45:53 UTC (rev 10135)
@@ -0,0 +1,5089 @@
+..\Web\Apache24
+..\Web\DevHttpServer
+..\Web\nuget
+..\Web\Php
+..\Web\Temp
+..\Web\Tomcat
+..\Web\www
+..\Web\-- Win64 VS17  --
+..\Web\ReadMe.txt
+..\Web\Apache24\bin
+..\Web\Apache24\cgi-bin
+..\Web\Apache24\conf
+..\Web\Apache24\error
+..\Web\Apache24\htdocs
+..\Web\Apache24\icons
+..\Web\Apache24\include
+..\Web\Apache24\lib
+..\Web\Apache24\logs
+..\Web\Apache24\manual
+..\Web\Apache24\modules
+..\Web\Apache24\ABOUT_APACHE.txt
+..\Web\Apache24\CHANGES.txt
+..\Web\Apache24\INSTALL.txt
+..\Web\Apache24\LICENSE.txt
+..\Web\Apache24\NOTICE.txt
+..\Web\Apache24\README.txt
+..\Web\Apache24\bin\ab.exe
+..\Web\Apache24\bin\abs.exe
+..\Web\Apache24\bin\ApacheMonitor.exe
+..\Web\Apache24\bin\apr_crypto_openssl-1.dll
+..\Web\Apache24\bin\apr_dbd_odbc-1.dll
+..\Web\Apache24\bin\apr_ldap-1.dll
+..\Web\Apache24\bin\brotlicommon.dll
+..\Web\Apache24\bin\brotlienc.dll
+..\Web\Apache24\bin\dbmmanage.pl
+..\Web\Apache24\bin\htcacheclean.exe
+..\Web\Apache24\bin\htdbm.exe
+..\Web\Apache24\bin\htdigest.exe
+..\Web\Apache24\bin\htpasswd.exe
+..\Web\Apache24\bin\httpd.exe
+..\Web\Apache24\bin\httxt2dbm.exe
+..\Web\Apache24\bin\jansson.dll
+..\Web\Apache24\bin\libapr-1.dll
+..\Web\Apache24\bin\libapriconv-1.dll
+..\Web\Apache24\bin\libaprutil-1.dll
+..\Web\Apache24\bin\libcrypto-3-x64.dll
+..\Web\Apache24\bin\libcurl.dll
+..\Web\Apache24\bin\libhttpd.dll
+..\Web\Apache24\bin\libssl-3-x64.dll
+..\Web\Apache24\bin\libxml2.dll
+..\Web\Apache24\bin\logresolve.exe
+..\Web\Apache24\bin\lua54.dll
+..\Web\Apache24\bin\nghttp2.dll
+..\Web\Apache24\bin\openssl.exe
+..\Web\Apache24\bin\pcre.dll
+..\Web\Apache24\bin\pcre2-8.dll
+..\Web\Apache24\bin\rotatelogs.exe
+..\Web\Apache24\bin\wintty.exe
+..\Web\Apache24\bin\zlib1.dll
+..\Web\Apache24\cgi-bin\printenv.pl
+..\Web\Apache24\conf\extra
+..\Web\Apache24\conf\original
+..\Web\Apache24\conf\charset.conv
+..\Web\Apache24\conf\httpd.conf
+..\Web\Apache24\conf\httpd.conf.instantsetupbak
+..\Web\Apache24\conf\magic
+..\Web\Apache24\conf\mime.types
+..\Web\Apache24\conf\openssl.cnf
+..\Web\Apache24\conf\tomcat.conf
+..\Web\Apache24\conf\workers.properties
+..\Web\Apache24\conf\extra\httpd-autoindex.conf
+..\Web\Apache24\conf\extra\httpd-dav.conf
+..\Web\Apache24\conf\extra\httpd-default.conf
+..\Web\Apache24\conf\extra\httpd-info.conf
+..\Web\Apache24\conf\extra\httpd-languages.conf
+..\Web\Apache24\conf\extra\httpd-manual.conf
+..\Web\Apache24\conf\extra\httpd-mpm.conf
+..\Web\Apache24\conf\extra\httpd-multilang-errordoc.conf
+..\Web\Apache24\conf\extra\httpd-ssl.conf
+..\Web\Apache24\conf\extra\httpd-userdir.conf
+..\Web\Apache24\conf\extra\httpd-vhosts.conf
+..\Web\Apache24\conf\extra\proxy-html.conf
+..\Web\Apache24\conf\original\extra
+..\Web\Apache24\conf\original\charset.conv
+..\Web\Apache24\conf\original\httpd.conf
+..\Web\Apache24\conf\original\magic
+..\Web\Apache24\conf\original\mime.types
+..\Web\Apache24\conf\original\extra\httpd-autoindex.conf
+..\Web\Apache24\conf\original\extra\httpd-dav.conf
+..\Web\Apache24\conf\original\extra\httpd-default.conf
+..\Web\Apache24\conf\original\extra\httpd-info.conf
+..\Web\Apache24\conf\original\extra\httpd-languages.conf
+..\Web\Apache24\conf\original\extra\httpd-manual.conf
+..\Web\Apache24\conf\original\extra\httpd-mpm.conf
+..\Web\Apache24\conf\original\extra\httpd-multilang-errordoc.conf
+..\Web\Apache24\conf\original\extra\httpd-ssl.conf
+..\Web\Apache24\conf\original\extra\httpd-userdir.conf
+..\Web\Apache24\conf\original\extra\httpd-vhosts.conf
+..\Web\Apache24\conf\original\extra\proxy-html.conf
+..\Web\Apache24\error\include
+..\Web\Apache24\error\contact.html.var
+..\Web\Apache24\error\HTTP_BAD_GATEWAY.html.var
+..\Web\Apache24\error\HTTP_BAD_REQUEST.html.var
+..\Web\Apache24\error\HTTP_FORBIDDEN.html.var
+..\Web\Apache24\error\HTTP_GONE.html.var
+..\Web\Apache24\error\HTTP_INTERNAL_SERVER_ERROR.html.var
+..\Web\Apache24\error\HTTP_LENGTH_REQUIRED.html.var
+..\Web\Apache24\error\HTTP_METHOD_NOT_ALLOWED.html.var
+..\Web\Apache24\error\HTTP_NOT_FOUND.html.var
+..\Web\Apache24\error\HTTP_NOT_IMPLEMENTED.html.var
+..\Web\Apache24\error\HTTP_PRECONDITION_FAILED.html.var
+..\Web\Apache24\error\HTTP_REQUEST_ENTITY_TOO_LARGE.html.var
+..\Web\Apache24\error\HTTP_REQUEST_TIME_OUT.html.var
+..\Web\Apache24\error\HTTP_REQUEST_URI_TOO_LARGE.html.var
+..\Web\Apache24\error\HTTP_SERVICE_UNAVAILABLE.html.var
+..\Web\Apache24\error\HTTP_UNAUTHORIZED.html.var
+..\Web\Apache24\error\HTTP_UNSUPPORTED_MEDIA_TYPE.html.var
+..\Web\Apache24\error\HTTP_VARIANT_ALSO_VARIES.html.var
+..\Web\Apache24\error\README
+..\Web\Apache24\error\include\bottom.html
+..\Web\Apache24\error\include\spacer.html
+..\Web\Apache24\error\include\top.html
+..\Web\Apache24\htdocs\index.html
+..\Web\Apache24\icons\small
+..\Web\Apache24\icons\a.gif
+..\Web\Apache24\icons\a.png
+..\Web\Apache24\icons\alert.black.gif
+..\Web\Apache24\icons\alert.black.png
+..\Web\Apache24\icons\alert.red.gif
+..\Web\Apache24\icons\alert.red.png
+..\Web\Apache24\icons\apache_pb.gif
+..\Web\Apache24\icons\apache_pb.png
+..\Web\Apache24\icons\apache_pb.svg
+..\Web\Apache24\icons\apache_pb2.gif
+..\Web\Apache24\icons\apache_pb2.png
+..\Web\Apache24\icons\back.gif
+..\Web\Apache24\icons\back.png
+..\Web\Apache24\icons\ball.gray.gif
+..\Web\Apache24\icons\ball.gray.png
+..\Web\Apache24\icons\ball.red.gif
+..\Web\Apache24\icons\ball.red.png
+..\Web\Apache24\icons\binary.gif
+..\Web\Apache24\icons\binary.png
+..\Web\Apache24\icons\binhex.gif
+..\Web\Apache24\icons\binhex.png
+..\Web\Apache24\icons\blank.gif
+..\Web\Apache24\icons\blank.png
+..\Web\Apache24\icons\bomb.gif
+..\Web\Apache24\icons\bomb.png
+..\Web\Apache24\icons\box1.gif
+..\Web\Apache24\icons\box1.png
+..\Web\Apache24\icons\box2.gif
+..\Web\Apache24\icons\box2.png
+..\Web\Apache24\icons\broken.gif
+..\Web\Apache24\icons\broken.png
+..\Web\Apache24\icons\burst.gif
+..\Web\Apache24\icons\burst.png
+..\Web\Apache24\icons\c.gif
+..\Web\Apache24\icons\c.png
+..\Web\Apache24\icons\comp.blue.gif
+..\Web\Apache24\icons\comp.blue.png
+..\Web\Apache24\icons\comp.gray.gif
+..\Web\Apache24\icons\comp.gray.png
+..\Web\Apache24\icons\compressed.gif
+..\Web\Apache24\icons\compressed.png
+..\Web\Apache24\icons\continued.gif
+..\Web\Apache24\icons\continued.png
+..\Web\Apache24\icons\dir.gif
+..\Web\Apache24\icons\dir.png
+..\Web\Apache24\icons\diskimg.gif
+..\Web\Apache24\icons\diskimg.png
+..\Web\Apache24\icons\down.gif
+..\Web\Apache24\icons\down.png
+..\Web\Apache24\icons\dvi.gif
+..\Web\Apache24\icons\dvi.png
+..\Web\Apache24\icons\f.gif
+..\Web\Apache24\icons\f.png
+..\Web\Apache24\icons\folder.gif
+..\Web\Apache24\icons\folder.open.gif
+..\Web\Apache24\icons\folder.open.png
+..\Web\Apache24\icons\folder.png
+..\Web\Apache24\icons\folder.sec.gif
+..\Web\Apache24\icons\folder.sec.png
+..\Web\Apache24\icons\forward.gif
+..\Web\Apache24\icons\forward.png
+..\Web\Apache24\icons\generic.gif
+..\Web\Apache24\icons\generic.png
+..\Web\Apache24\icons\generic.red.gif
+..\Web\Apache24\icons\generic.red.png
+..\Web\Apache24\icons\generic.sec.gif
+..\Web\Apache24\icons\generic.sec.png
+..\Web\Apache24\icons\hand.right.gif
+..\Web\Apache24\icons\hand.right.png
+..\Web\Apache24\icons\hand.up.gif
+..\Web\Apache24\icons\hand.up.png
+..\Web\Apache24\icons\icon.sheet.gif
+..\Web\Apache24\icons\icon.sheet.png
+..\Web\Apache24\icons\image1.gif
+..\Web\Apache24\icons\image1.png
+..\Web\Apache24\icons\image2.gif
+..\Web\Apache24\icons\image2.png
+..\Web\Apache24\icons\image3.gif
+..\Web\Apache24\icons\image3.png
+..\Web\Apache24\icons\index.gif
+..\Web\Apache24\icons\index.png
+..\Web\Apache24\icons\layout.gif
+..\Web\Apache24\icons\layout.png
+..\Web\Apache24\icons\left.gif
+..\Web\Apache24\icons\left.png
+..\Web\Apache24\icons\link.gif
+..\Web\Apache24\icons\link.png
+..\Web\Apache24\icons\movie.gif
+..\Web\Apache24\icons\movie.png
+..\Web\Apache24\icons\odf6odb.png
+..\Web\Apache24\icons\odf6odc.png
+..\Web\Apache24\icons\odf6odf.png
+..\Web\Apache24\icons\odf6odg.png
+..\Web\Apache24\icons\odf6odi.png
+..\Web\Apache24\icons\odf6odm.png
+..\Web\Apache24\icons\odf6odp.png
+..\Web\Apache24\icons\odf6ods.png
+..\Web\Apache24\icons\odf6odt.png
+..\Web\Apache24\icons\odf6otc.png
+..\Web\Apache24\icons\odf6otf.png
+..\Web\Apache24\icons\odf6otg.png
+..\Web\Apache24\icons\odf6oth.png
+..\Web\Apache24\icons\odf6oti.png
+..\Web\Apache24\icons\odf6otp.png
+..\Web\Apache24\icons\odf6ots.png
+..\Web\Apache24\icons\odf6ott.png
+..\Web\Apache24\icons\p.gif
+..\Web\Apache24\icons\p.png
+..\Web\Apache24\icons\patch.gif
+..\Web\Apache24\icons\patch.png
+..\Web\Apache24\icons\pdf.gif
+..\Web\Apache24\icons\pdf.png
+..\Web\Apache24\icons\pie0.gif
+..\Web\Apache24\icons\pie0.png
+..\Web\Apache24\icons\pie1.gif
+..\Web\Apache24\icons\pie1.png
+..\Web\Apache24\icons\pie2.gif
+..\Web\Apache24\icons\pie2.png
+..\Web\Apache24\icons\pie3.gif
+..\Web\Apache24\icons\pie3.png
+..\Web\Apache24\icons\pie4.gif
+..\Web\Apache24\icons\pie4.png
+..\Web\Apache24\icons\pie5.gif
+..\Web\Apache24\icons\pie5.png
+..\Web\Apache24\icons\pie6.gif
+..\Web\Apache24\icons\pie6.png
+..\Web\Apache24\icons\pie7.gif
+..\Web\Apache24\icons\pie7.png
+..\Web\Apache24\icons\pie8.gif
+..\Web\Apache24\icons\pie8.png
+..\Web\Apache24\icons\portal.gif
+..\Web\Apache24\icons\portal.png
+..\Web\Apache24\icons\ps.gif
+..\Web\Apache24\icons\ps.png
+..\Web\Apache24\icons\quill.gif
+..\Web\Apache24\icons\quill.png
+..\Web\Apache24\icons\README
+..\Web\Apache24\icons\README.html
+..\Web\Apache24\icons\right.gif
+..\Web\Apache24\icons\right.png
+..\Web\Apache24\icons\screw1.gif
+..\Web\Apache24\icons\screw1.png
+..\Web\Apache24\icons\screw2.gif
+..\Web\Apache24\icons\screw2.png
+..\Web\Apache24\icons\script.gif
+..\Web\Apache24\icons\script.png
+..\Web\Apache24\icons\sound1.gif
+..\Web\Apache24\icons\sound1.png
+..\Web\Apache24\icons\sound2.gif
+..\Web\Apache24\icons\sound2.png
+..\Web\Apache24\icons\sphere1.gif
+..\Web\Apache24\icons\sphere1.png
+..\Web\Apache24\icons\sphere2.gif
+..\Web\Apache24\icons\sphere2.png
+..\Web\Apache24\icons\svg.png
+..\Web\Apache24\icons\tar.gif
+..\Web\Apache24\icons\tar.png
+..\Web\Apache24\icons\tex.gif
+..\Web\Apache24\icons\tex.png
+..\Web\Apache24\icons\text.gif
+..\Web\Apache24\icons\text.png
+..\Web\Apache24\icons\transfer.gif
+..\Web\Apache24\icons\transfer.png
+..\Web\Apache24\icons\unknown.gif
+..\Web\Apache24\icons\unknown.png
+..\Web\Apache24\icons\up.gif
+..\Web\Apache24\icons\up.png
+..\Web\Apache24\icons\uu.gif
+..\Web\Apache24\icons\uu.png
+..\Web\Apache24\icons\uuencoded.gif
+..\Web\Apache24\icons\uuencoded.png
+..\Web\Apache24\icons\world1.gif
+..\Web\Apache24\icons\world1.png
+..\Web\Apache24\icons\world2.gif
+..\Web\Apache24\icons\world2.png
+..\Web\Apache24\icons\xml.png
+..\Web\Apache24\icons\small\back.gif
+..\Web\Apache24\icons\small\back.png
+..\Web\Apache24\icons\small\binary.gif
+..\Web\Apache24\icons\small\binary.png
+..\Web\Apache24\icons\small\binhex.gif
+..\Web\Apache24\icons\small\binhex.png
+..\Web\Apache24\icons\small\blank.gif
+..\Web\Apache24\icons\small\blank.png
+..\Web\Apache24\icons\small\broken.gif
+..\Web\Apache24\icons\small\broken.png
+..\Web\Apache24\icons\small\burst.gif
+..\Web\Apache24\icons\small\burst.png
+..\Web\Apache24\icons\small\comp1.gif
+..\Web\Apache24\icons\small\comp1.png
+..\Web\Apache24\icons\small\comp2.gif
+..\Web\Apache24\icons\small\comp2.png
+..\Web\Apache24\icons\small\compressed.gif
+..\Web\Apache24\icons\small\compressed.png
+..\Web\Apache24\icons\small\continued.gif
+..\Web\Apache24\icons\small\continued.png
+..\Web\Apache24\icons\small\doc.gif
+..\Web\Apache24\icons\small\doc.png
+..\Web\Apache24\icons\small\folder.gif
+..\Web\Apache24\icons\small\folder.png
+..\Web\Apache24\icons\small\folder2.gif
+..\Web\Apache24\icons\small\folder2.png
+..\Web\Apache24\icons\small\forward.gif
+..\Web\Apache24\icons\small\forward.png
+..\Web\Apache24\icons\small\generic.gif
+..\Web\Apache24\icons\small\generic.png
+..\Web\Apache24\icons\small\generic2.gif
+..\Web\Apache24\icons\small\generic2.png
+..\Web\Apache24\icons\small\generic3.gif
+..\Web\Apache24\icons\small\generic3.png
+..\Web\Apache24\icons\small\image.gif
+..\Web\Apache24\icons\small\image.png
+..\Web\Apache24\icons\small\image2.gif
+..\Web\Apache24\icons\small\image2.png
+..\Web\Apache24\icons\small\index.gif
+..\Web\Apache24\icons\small\index.png
+..\Web\Apache24\icons\small\key.gif
+..\Web\Apache24\icons\small\key.png
+..\Web\Apache24\icons\small\movie.gif
+..\Web\Apache24\icons\small\movie.png
+..\Web\Apache24\icons\small\patch.gif
+..\Web\Apache24\icons\small\patch.png
+..\Web\Apache24\icons\small\ps.gif
+..\Web\Apache24\icons\small\ps.png
+..\Web\Apache24\icons\small\rainbow.gif
+..\Web\Apache24\icons\small\rainbow.png
+..\Web\Apache24\icons\small\sound.gif
+..\Web\Apache24\icons\small\sound.png
+..\Web\Apache24\icons\small\sound2.gif
+..\Web\Apache24\icons\small\sound2.png
+..\Web\Apache24\icons\small\tar.gif
+..\Web\Apache24\icons\small\tar.png
+..\Web\Apache24\icons\small\text.gif
+..\Web\Apache24\icons\small\text.png
+..\Web\Apache24\icons\small\transfer.gif
+..\Web\Apache24\icons\small\transfer.png
+..\Web\Apache24\icons\small\unknown.gif
+..\Web\Apache24\icons\small\unknown.png
+..\Web\Apache24\icons\small\uu.gif
+..\Web\Apache24\icons\small\uu.png
+..\Web\Apache24\include\apache_noprobes.h
+..\Web\Apache24\include\apr.h
+..\Web\Apache24\include\apr_allocator.h
+..\Web\Apache24\include\apr_anylock.h
+..\Web\Apache24\include\apr_atomic.h
+..\Web\Apache24\include\apr_base64.h
+..\Web\Apache24\include\apr_buckets.h
+..\Web\Apache24\include\apr_crypto.h
+..\Web\Apache24\include\apr_cstr.h
+..\Web\Apache24\include\apr_date.h
+..\Web\Apache24\include\apr_dbd.h
+..\Web\Apache24\include\apr_dbm.h
+..\Web\Apache24\include\apr_dso.h
+..\Web\Apache24\include\apr_encode.h
+..\Web\Apache24\include\apr_env.h
+..\Web\Apache24\include\apr_errno.h
+..\Web\Apache24\include\apr_escape.h
+..\Web\Apache24\include\apr_escape_test_char.h
+..\Web\Apache24\include\apr_file_info.h
+..\Web\Apache24\include\apr_file_io.h
+..\Web\Apache24\include\apr_fnmatch.h
+..\Web\Apache24\include\apr_general.h
+..\Web\Apache24\include\apr_getopt.h
+..\Web\Apache24\include\apr_global_mutex.h
+..\Web\Apache24\include\apr_hash.h
+..\Web\Apache24\include\apr_hooks.h
+..\Web\Apache24\include\apr_inherit.h
+..\Web\Apache24\include\apr_ldap.h
+..\Web\Apache24\include\apr_ldap_init.h
+..\Web\Apache24\include\apr_ldap_option.h
+..\Web\Apache24\include\apr_ldap_rebind.h
+..\Web\Apache24\include\apr_ldap_url.h
+..\Web\Apache24\include\apr_lib.h
+..\Web\Apache24\include\apr_md4.h
+..\Web\Apache24\include\apr_md5.h
+..\Web\Apache24\include\apr_memcache.h
+..\Web\Apache24\include\apr_mmap.h
+..\Web\Apache24\include\apr_network_io.h
+..\Web\Apache24\include\apr_optional.h
+..\Web\Apache24\include\apr_optional_hooks.h
+..\Web\Apache24\include\apr_perms_set.h
+..\Web\Apache24\include\apr_poll.h
+..\Web\Apache24\include\apr_pools.h
+..\Web\Apache24\include\apr_portable.h
+..\Web\Apache24\include\apr_proc_mutex.h
+..\Web\Apache24\include\apr_queue.h
+..\Web\Apache24\include\apr_random.h
+..\Web\Apache24\include\apr_redis.h
+..\Web\Apache24\include\apr_reslist.h
+..\Web\Apache24\include\apr_ring.h
+..\Web\Apache24\include\apr_rmm.h
+..\Web\Apache24\include\apr_sdbm.h
+..\Web\Apache24\include\apr_sha1.h
+..\Web\Apache24\include\apr_shm.h
+..\Web\Apache24\include\apr_signal.h
+..\Web\Apache24\include\apr_siphash.h
+..\Web\Apache24\include\apr_skiplist.h
+..\Web\Apache24\include\apr_strings.h
+..\Web\Apache24\include\apr_strmatch.h
+..\Web\Apache24\include\apr_support.h
+..\Web\Apache24\include\apr_tables.h
+..\Web\Apache24\include\apr_thread_cond.h
+..\Web\Apache24\include\apr_thread_mutex.h
+..\Web\Apache24\include\apr_thread_pool.h
+..\Web\Apache24\include\apr_thread_proc.h
+..\Web\Apache24\include\apr_thread_rwlock.h
+..\Web\Apache24\include\apr_time.h
+..\Web\Apache24\include\apr_uri.h
+..\Web\Apache24\include\apr_user.h
+..\Web\Apache24\include\apr_uuid.h
+..\Web\Apache24\include\apr_version.h
+..\Web\Apache24\include\apr_want.h
+..\Web\Apache24\include\apr_xlate.h
+..\Web\Apache24\include\apr_xml.h
+..\Web\Apache24\include\apu.h
+..\Web\Apache24\include\apu_errno.h
+..\Web\Apache24\include\apu_version.h
+..\Web\Apache24\include\apu_want.h
+..\Web\Apache24\include\ap_compat.h
+..\Web\Apache24\include\ap_config.h
+..\Web\Apache24\include\ap_config_layout.h
+..\Web\Apache24\include\ap_expr.h
+..\Web\Apache24\include\ap_hooks.h
+..\Web\Apache24\include\ap_listen.h
+..\Web\Apache24\include\ap_mmn.h
+..\Web\Apache24\include\ap_mpm.h
+..\Web\Apache24\include\ap_provider.h
+..\Web\Apache24\include\ap_regex.h
+..\Web\Apache24\include\ap_regkey.h
+..\Web\Apache24\include\ap_release.h
+..\Web\Apache24\include\ap_slotmem.h
+..\Web\Apache24\include\ap_socache.h
+..\Web\Apache24\include\cache_common.h
+..\Web\Apache24\include\expat.h
+..\Web\Apache24\include\heartbeat.h
+..\Web\Apache24\include\httpd.h
+..\Web\Apache24\include\http_config.h
+..\Web\Apache24\include\http_connection.h
+..\Web\Apache24\include\http_core.h
+..\Web\Apache24\include\http_log.h
+..\Web\Apache24\include\http_main.h
+..\Web\Apache24\include\http_protocol.h
+..\Web\Apache24\include\http_request.h
+..\Web\Apache24\include\http_ssl.h
+..\Web\Apache24\include\http_vhost.h
+..\Web\Apache24\include\mod_auth.h
+..\Web\Apache24\include\mod_cache.h
+..\Web\Apache24\include\mod_cgi.h
+..\Web\Apache24\include\mod_core.h
+..\Web\Apache24\include\mod_dav.h
+..\Web\Apache24\include\mod_dbd.h
+..\Web\Apache24\include\mod_http2.h
+..\Web\Apache24\include\mod_include.h
+..\Web\Apache24\include\mod_log_config.h
+..\Web\Apache24\include\mod_proxy.h
+..\Web\Apache24\include\mod_request.h
+..\Web\Apache24\include\mod_rewrite.h
+..\Web\Apache24\include\mod_so.h
+..\Web\Apache24\include\mod_ssl.h
+..\Web\Apache24\include\mod_ssl_openssl.h
+..\Web\Apache24\include\mod_status.h
+..\Web\Apache24\include\mod_watchdog.h
+..\Web\Apache24\include\mpm_common.h
+..\Web\Apache24\include\os.h
+..\Web\Apache24\include\scoreboard.h
+..\Web\Apache24\include\util_cfgtree.h
+..\Web\Apache24\include\util_charset.h
+..\Web\Apache24\include\util_cookies.h
+..\Web\Apache24\include\util_ebcdic.h
+..\Web\Apache24\include\util_fcgi.h
+..\Web\Apache24\include\util_filter.h
+..\Web\Apache24\include\util_ldap.h
+..\Web\Apache24\include\util_md5.h
+..\Web\Apache24\include\util_mutex.h
+..\Web\Apache24\include\util_script.h
+..\Web\Apache24\include\util_time.h
+..\Web\Apache24\include\util_varbuf.h
+..\Web\Apache24\include\util_xml.h
+..\Web\Apache24\include\zconf.h
+..\Web\Apache24\include\zlib.h
+..\Web\Apache24\lib\apr-1.lib
+..\Web\Apache24\lib\aprutil-1.lib
+..\Web\Apache24\lib\libapr-1.exp
+..\Web\Apache24\lib\libapr-1.lib
+..\Web\Apache24\lib\libapriconv-1.exp
+..\Web\Apache24\lib\libapriconv-1.lib
+..\Web\Apache24\lib\libaprutil-1.exp
+..\Web\Apache24\lib\libaprutil-1.lib
+..\Web\Apache24\lib\libhttpd.exp
+..\Web\Apache24\lib\libhttpd.lib
+..\Web\Apache24\lib\mod_dav.exp
+..\Web\Apache24\lib\mod_dav.lib
+..\Web\Apache24\lib\mod_proxy.lib
+..\Web\Apache24\lib\xml.lib
+..\Web\Apache24\lib\xml.pdb
+..\Web\Apache24\lib\zlib.lib
+..\Web\Apache24\lib\zlib.pdb
+..\Web\Apache24\logs\install.log
+..\Web\Apache24\manual\docs.txt
+..\Web\Apache24\modules\mod_access_compat.so
+..\Web\Apache24\modules\mod_actions.so
+..\Web\Apache24\modules\mod_alias.so
+..\Web\Apache24\modules\mod_allowmethods.so
+..\Web\Apache24\modules\mod_asis.so
+..\Web\Apache24\modules\mod_authnz_fcgi.so
+..\Web\Apache24\modules\mod_authnz_ldap.so
+..\Web\Apache24\modules\mod_authn_anon.so
+..\Web\Apache24\modules\mod_authn_core.so
+..\Web\Apache24\modules\mod_authn_dbd.so
+..\Web\Apache24\modules\mod_authn_dbm.so
+..\Web\Apache24\modules\mod_authn_file.so
+..\Web\Apache24\modules\mod_authn_socache.so
+..\Web\Apache24\modules\mod_authz_core.so
+..\Web\Apache24\modules\mod_authz_dbd.so
+..\Web\Apache24\modules\mod_authz_dbm.so
+..\Web\Apache24\modules\mod_authz_groupfile.so
+..\Web\Apache24\modules\mod_authz_host.so
+..\Web\Apache24\modules\mod_authz_owner.so
+..\Web\Apache24\modules\mod_authz_user.so
+..\Web\Apache24\modules\mod_auth_basic.so
+..\Web\Apache24\modules\mod_auth_digest.so
+..\Web\Apache24\modules\mod_auth_form.so
+..\Web\Apache24\modules\mod_autoindex.so
+..\Web\Apache24\modules\mod_brotli.so
+..\Web\Apache24\modules\mod_buffer.so
+..\Web\Apache24\modules\mod_cache.so
+..\Web\Apache24\modules\mod_cache_disk.so
+..\Web\Apache24\modules\mod_cache_socache.so
+..\Web\Apache24\modules\mod_cern_meta.so
+..\Web\Apache24\modules\mod_cgi.so
+..\Web\Apache24\modules\mod_charset_lite.so
+..\Web\Apache24\modules\mod_data.so
+..\Web\Apache24\modules\mod_dav.so
+..\Web\Apache24\modules\mod_dav_fs.so
+..\Web\Apache24\modules\mod_dav_lock.so
+..\Web\Apache24\modules\mod_dbd.so
+..\Web\Apache24\modules\mod_deflate.so
+..\Web\Apache24\modules\mod_dir.so
+..\Web\Apache24\modules\mod_dumpio.so
+..\Web\Apache24\modules\mod_env.so
+..\Web\Apache24\modules\mod_expires.so
+..\Web\Apache24\modules\mod_ext_filter.so
+..\Web\Apache24\modules\mod_fcgid.so
+..\Web\Apache24\modules\mod_file_cache.so
+..\Web\Apache24\modules\mod_filter.so
+..\Web\Apache24\modules\mod_headers.so
+..\Web\Apache24\modules\mod_heartbeat.so
+..\Web\Apache24\modules\mod_heartmonitor.so
+..\Web\Apache24\modules\mod_http2.so
+..\Web\Apache24\modules\mod_ident.so
+..\Web\Apache24\modules\mod_imagemap.so
+..\Web\Apache24\modules\mod_include.so
+..\Web\Apache24\modules\mod_info.so
+..\Web\Apache24\modules\mod_isapi.so
+..\Web\Apache24\modules\mod_jk.so
+..\Web\Apache24\modules\mod_lbmethod_bybusyness.so
+..\Web\Apache24\modules\mod_lbmethod_byrequests.so
+..\Web\Apache24\modules\mod_lbmethod_bytraffic.so
+..\Web\Apache24\modules\mod_lbmethod_heartbeat.so
+..\Web\Apache24\modules\mod_ldap.so
+..\Web\Apache24\modules\mod_logio.so
+..\Web\Apache24\modules\mod_log_config.so
+..\Web\Apache24\modules\mod_log_debug.so
+..\Web\Apache24\modules\mod_log_forensic.so
+..\Web\Apache24\modules\mod_lua.so
+..\Web\Apache24\modules\mod_macro.so
+..\Web\Apache24\modules\mod_md.so
+..\Web\Apache24\modules\mod_mgmapagent.so
+..\Web\Apache24\modules\mod_mime.so
+..\Web\Apache24\modules\mod_mime_magic.so
+..\Web\Apache24\modules\mod_negotiation.so
+..\Web\Apache24\modules\mod_proxy.so
+..\Web\Apache24\modules\mod_proxy_ajp.so
+..\Web\Apache24\modules\mod_proxy_balancer.so
+..\Web\Apache24\modules\mod_proxy_connect.so
+..\Web\Apache24\modules\mod_proxy_express.so
+..\Web\Apache24\modules\mod_proxy_fcgi.so
+..\Web\Apache24\modules\mod_proxy_ftp.so
+..\Web\Apache24\modules\mod_proxy_hcheck.so
+..\Web\Apache24\modules\mod_proxy_html.so
+..\Web\Apache24\modules\mod_proxy_http.so
+..\Web\Apache24\modules\mod_proxy_http2.so
+..\Web\Apache24\modules\mod_proxy_scgi.so
+..\Web\Apache24\modules\mod_proxy_uwsgi.so
+..\Web\Apache24\modules\mod_proxy_wstunnel.so
+..\Web\Apache24\modules\mod_ratelimit.so
+..\Web\Apache24\modules\mod_reflector.so
+..\Web\Apache24\modules\mod_remoteip.so
+..\Web\Apache24\modules\mod_reqtimeout.so
+..\Web\Apache24\modules\mod_request.so
+..\Web\Apache24\modules\mod_rewrite.so
+..\Web\Apache24\modules\mod_sed.so
+..\Web\Apache24\modules\mod_session.so
+..\Web\Apache24\modules\mod_session_cookie.so
+..\Web\Apache24\modules\mod_session_crypto.so
+..\Web\Apache24\modules\mod_session_dbd.so
+..\Web\Apache24\modules\mod_setenvif.so
+..\Web\Apache24\modules\mod_slotmem_plain.so
+..\Web\Apache24\modules\mod_slotmem_shm.so
+..\Web\Apache24\modules\mod_socache_dbm.so
+..\Web\Apache24\modules\mod_socache_memcache.so
+..\Web\Apache24\modules\mod_socache_redis.so
+..\Web\Apache24\modules\mod_socache_shmcb.so
+..\Web\Apache24\modules\mod_speling.so
+..\Web\Apache24\modules\mod_ssl.so
+..\Web\Apache24\modules\mod_status.so
+..\Web\Apache24\modules\mod_substitute.so
+..\Web\Apache24\modules\mod_unique_id.so
+..\Web\Apache24\modules\mod_userdir.so
+..\Web\Apache24\modules\mod_usertrack.so
+..\Web\Apache24\modules\mod_version.so
+..\Web\Apache24\modules\mod_vhost_alias.so
+..\Web\Apache24\modules\mod_watchdog.so
+..\Web\Apache24\modules\mod_xml2enc.so
+..\Web\DevHttpServer\ACE.dll
+..\Web\DevHttpServer\GEOS.dll
+..\Web\DevHttpServer\lib_json.dll
+..\Web\DevHttpServer\MgDevHttpServer.exe
+..\Web\DevHttpServer\MgFoundation.dll
+..\Web\DevHttpServer\MgGeometry.dll
+..\Web\DevHttpServer\MgHttpHandler.dll
+..\Web\DevHttpServer\MgMapGuideCommon.dll
+..\Web\DevHttpServer\MgMdfModel.dll
+..\Web\DevHttpServer\MgMdfParser.dll
+..\Web\DevHttpServer\MgPlatformBase.dll
+..\Web\DevHttpServer\MgRenderers.dll
+..\Web\DevHttpServer\MgStylization.dll
+..\Web\DevHttpServer\MgWebApp.dll
+..\Web\DevHttpServer\MgWebSupport.dll
+..\Web\DevHttpServer\xerces-c_3_1mg.dll
+..\Web\nuget\OSGeo.MapGuide.Foundation.4.0.0.nupkg
+..\Web\nuget\OSGeo.MapGuide.Geometry.4.0.0.nupkg
+..\Web\nuget\OSGeo.MapGuide.MapGuideCommon.4.0.0.nupkg
+..\Web\nuget\OSGeo.MapGuide.PlatformBase.4.0.0.nupkg
+..\Web\nuget\OSGeo.MapGuide.Portable.4.0.0.nupkg
+..\Web\nuget\OSGeo.MapGuide.Web.4.0.0.nupkg
+..\Web\Php\dev
+..\Web\Php\ext
+..\Web\Php\extras
+..\Web\Php\lib
+..\Web\Php\ACE.dll
+..\Web\Php\deplister.exe
+..\Web\Php\GEOS.dll
+..\Web\Php\glib-2.dll
+..\Web\Php\gmodule-2.dll
+..\Web\Php\icudt70.dll
+..\Web\Php\icuin70.dll
+..\Web\Php\icuio70.dll
+..\Web\Php\icuuc70.dll
+..\Web\Php\libcrypto-1_1-x64.dll
+..\Web\Php\libenchant2.dll
+..\Web\Php\libpq.dll
+..\Web\Php\libsasl.dll
+..\Web\Php\libsodium.dll
+..\Web\Php\libsqlite3.dll
+..\Web\Php\libssh2.dll
+..\Web\Php\libssl-1_1-x64.dll
+..\Web\Php\lib_json.dll
+..\Web\Php\license.txt
+..\Web\Php\MgFoundation.dll
+..\Web\Php\MgGeometry.dll
+..\Web\Php\MgHttpHandler.dll
+..\Web\Php\MgMapGuideCommon.dll
+..\Web\Php\MgMdfModel.dll
+..\Web\Php\MgMdfParser.dll
+..\Web\Php\MgPlatformBase.dll
+..\Web\Php\MgRenderers.dll
+..\Web\Php\MgStylization.dll
+..\Web\Php\MgWebApp.dll
+..\Web\Php\MgWebSupport.dll
+..\Web\Php\news.txt
+..\Web\Php\nghttp2.dll
+..\Web\Php\phar.phar.bat
+..\Web\Php\pharcommand.phar
+..\Web\Php\php-cgi.exe
+..\Web\Php\php-win.exe
+..\Web\Php\php.exe
+..\Web\Php\php.ini
+..\Web\Php\php.ini-development
+..\Web\Php\php.ini-production
+..\Web\Php\php8.dll
+..\Web\Php\php8embed.lib
+..\Web\Php\php8phpdbg.dll
+..\Web\Php\phpdbg.exe
+..\Web\Php\readme-redist-bins.txt
+..\Web\Php\README.md
+..\Web\Php\snapshot.txt
+..\Web\Php\xerces-c_3_1mg.dll
+..\Web\Php\dev\php8.lib
+..\Web\Php\ext\ACE.dll
+..\Web\Php\ext\GEOS.dll
+..\Web\Php\ext\lib_json.dll
+..\Web\Php\ext\MgFoundation.dll
+..\Web\Php\ext\MgGeometry.dll
+..\Web\Php\ext\MgHttpHandler.dll
+..\Web\Php\ext\MgMapGuideCommon.dll
+..\Web\Php\ext\MgMdfModel.dll
+..\Web\Php\ext\MgMdfParser.dll
+..\Web\Php\ext\MgPlatformBase.dll
+..\Web\Php\ext\MgRenderers.dll
+..\Web\Php\ext\MgStylization.dll
+..\Web\Php\ext\MgWebApp.dll
+..\Web\Php\ext\MgWebSupport.dll
+..\Web\Php\ext\php_bz2.dll
+..\Web\Php\ext\php_com_dotnet.dll
+..\Web\Php\ext\php_curl.dll
+..\Web\Php\ext\php_dba.dll
+..\Web\Php\ext\php_dl_test.dll
+..\Web\Php\ext\php_enchant.dll
+..\Web\Php\ext\php_exif.dll
+..\Web\Php\ext\php_ffi.dll
+..\Web\Php\ext\php_fileinfo.dll
+..\Web\Php\ext\php_ftp.dll
+..\Web\Php\ext\php_gd.dll
+..\Web\Php\ext\php_gettext.dll
+..\Web\Php\ext\php_gmp.dll
+..\Web\Php\ext\php_imap.dll
+..\Web\Php\ext\php_intl.dll
+..\Web\Php\ext\php_ldap.dll
+..\Web\Php\ext\php_MapGuideApi.dll
+..\Web\Php\ext\php_mbstring.dll
+..\Web\Php\ext\php_mysqli.dll
+..\Web\Php\ext\php_oci8_19.dll
+..\Web\Php\ext\php_odbc.dll
+..\Web\Php\ext\php_opcache.dll
+..\Web\Php\ext\php_openssl.dll
+..\Web\Php\ext\php_pdo_firebird.dll
+..\Web\Php\ext\php_pdo_mysql.dll
+..\Web\Php\ext\php_pdo_oci.dll
+..\Web\Php\ext\php_pdo_odbc.dll
+..\Web\Php\ext\php_pdo_pgsql.dll
+..\Web\Php\ext\php_pdo_sqlite.dll
+..\Web\Php\ext\php_pgsql.dll
+..\Web\Php\ext\php_shmop.dll
+..\Web\Php\ext\php_snmp.dll
+..\Web\Php\ext\php_soap.dll
+..\Web\Php\ext\php_sockets.dll
+..\Web\Php\ext\php_sodium.dll
+..\Web\Php\ext\php_sqlite3.dll
+..\Web\Php\ext\php_sysvshm.dll
+..\Web\Php\ext\php_tidy.dll
+..\Web\Php\ext\php_xsl.dll
+..\Web\Php\ext\php_zend_test.dll
+..\Web\Php\ext\xerces-c_3_1mg.dll
+..\Web\Php\extras\ssl
+..\Web\Php\extras\ssl\openssl.cnf
+..\Web\Php\lib\enchant
+..\Web\Php\lib\enchant\libenchant2_hunspell.dll
+..\Web\Tomcat\bin
+..\Web\Tomcat\conf
+..\Web\Tomcat\lib
+..\Web\Tomcat\temp
+..\Web\Tomcat\webapps
+..\Web\Tomcat\BUILDING.txt
+..\Web\Tomcat\CONTRIBUTING.md
+..\Web\Tomcat\LICENSE
+..\Web\Tomcat\NOTICE
+..\Web\Tomcat\README.md
+..\Web\Tomcat\RELEASE-NOTES
+..\Web\Tomcat\RUNNING.txt
+..\Web\Tomcat\bin\ACE.dll
+..\Web\Tomcat\bin\bootstrap.jar
+..\Web\Tomcat\bin\catalina-tasks.xml
+..\Web\Tomcat\bin\catalina.bat
+..\Web\Tomcat\bin\catalina.sh
+..\Web\Tomcat\bin\ciphers.bat
+..\Web\Tomcat\bin\ciphers.sh
+..\Web\Tomcat\bin\commons-daemon-native.tar.gz
+..\Web\Tomcat\bin\commons-daemon.jar
+..\Web\Tomcat\bin\configtest.bat
+..\Web\Tomcat\bin\configtest.sh
+..\Web\Tomcat\bin\daemon.sh
+..\Web\Tomcat\bin\digest.bat
+..\Web\Tomcat\bin\digest.sh
+..\Web\Tomcat\bin\GEOS.dll
+..\Web\Tomcat\bin\lib_json.dll
+..\Web\Tomcat\bin\makebase.bat
+..\Web\Tomcat\bin\makebase.sh
+..\Web\Tomcat\bin\MapGuideJavaApi.dll
+..\Web\Tomcat\bin\MgFoundation.dll
+..\Web\Tomcat\bin\MgGeometry.dll
+..\Web\Tomcat\bin\MgHttpHandler.dll
+..\Web\Tomcat\bin\MgMapGuideCommon.dll
+..\Web\Tomcat\bin\MgMdfModel.dll
+..\Web\Tomcat\bin\MgMdfParser.dll
+..\Web\Tomcat\bin\MgPlatformBase.dll
+..\Web\Tomcat\bin\MgRenderers.dll
+..\Web\Tomcat\bin\MgStylization.dll
+..\Web\Tomcat\bin\MgWebApp.dll
+..\Web\Tomcat\bin\MgWebSupport.dll
+..\Web\Tomcat\bin\setclasspath.bat
+..\Web\Tomcat\bin\setclasspath.sh
+..\Web\Tomcat\bin\shutdown.bat
+..\Web\Tomcat\bin\shutdown.sh
+..\Web\Tomcat\bin\startup.bat
+..\Web\Tomcat\bin\startup.sh
+..\Web\Tomcat\bin\tomcat-juli.jar
+..\Web\Tomcat\bin\tomcat-native.tar.gz
+..\Web\Tomcat\bin\tool-wrapper.bat
+..\Web\Tomcat\bin\tool-wrapper.sh
+..\Web\Tomcat\bin\version.bat
+..\Web\Tomcat\bin\version.sh
+..\Web\Tomcat\bin\xerces-c_3_1mg.dll
+..\Web\Tomcat\conf\Catalina
+..\Web\Tomcat\conf\catalina.policy
+..\Web\Tomcat\conf\catalina.properties
+..\Web\Tomcat\conf\context.xml
+..\Web\Tomcat\conf\jaspic-providers.xml
+..\Web\Tomcat\conf\jaspic-providers.xsd
+..\Web\Tomcat\conf\logging.properties
+..\Web\Tomcat\conf\server.xml
+..\Web\Tomcat\conf\tomcat-users.xml
+..\Web\Tomcat\conf\tomcat-users.xsd
+..\Web\Tomcat\conf\web.xml
+..\Web\Tomcat\conf\Catalina\localhost
+..\Web\Tomcat\conf\Catalina\localhost\mapguide.xml
+..\Web\Tomcat\lib\annotations-api.jar
+..\Web\Tomcat\lib\catalina-ant.jar
+..\Web\Tomcat\lib\catalina-ha.jar
+..\Web\Tomcat\lib\catalina-ssi.jar
+..\Web\Tomcat\lib\catalina-storeconfig.jar
+..\Web\Tomcat\lib\catalina-tribes.jar
+..\Web\Tomcat\lib\catalina.jar
+..\Web\Tomcat\lib\ecj-4.20.jar
+..\Web\Tomcat\lib\el-api.jar
+..\Web\Tomcat\lib\jasper-el.jar
+..\Web\Tomcat\lib\jasper.jar
+..\Web\Tomcat\lib\jaspic-api.jar
+..\Web\Tomcat\lib\jsp-api.jar
+..\Web\Tomcat\lib\servlet-api.jar
+..\Web\Tomcat\lib\tomcat-api.jar
+..\Web\Tomcat\lib\tomcat-coyote.jar
+..\Web\Tomcat\lib\tomcat-dbcp.jar
+..\Web\Tomcat\lib\tomcat-i18n-cs.jar
+..\Web\Tomcat\lib\tomcat-i18n-de.jar
+..\Web\Tomcat\lib\tomcat-i18n-es.jar
+..\Web\Tomcat\lib\tomcat-i18n-fr.jar
+..\Web\Tomcat\lib\tomcat-i18n-ja.jar
+..\Web\Tomcat\lib\tomcat-i18n-ko.jar
+..\Web\Tomcat\lib\tomcat-i18n-pt-BR.jar
+..\Web\Tomcat\lib\tomcat-i18n-ru.jar
+..\Web\Tomcat\lib\tomcat-i18n-zh-CN.jar
+..\Web\Tomcat\lib\tomcat-jdbc.jar
+..\Web\Tomcat\lib\tomcat-jni.jar
+..\Web\Tomcat\lib\tomcat-util-scan.jar
+..\Web\Tomcat\lib\tomcat-util.jar
+..\Web\Tomcat\lib\tomcat-websocket.jar
+..\Web\Tomcat\lib\websocket-api.jar
+..\Web\Tomcat\temp\safeToDelete.tmp
+..\Web\Tomcat\webapps\docs
+..\Web\Tomcat\webapps\examples
+..\Web\Tomcat\webapps\host-manager
+..\Web\Tomcat\webapps\manager
+..\Web\Tomcat\webapps\ROOT
+..\Web\Tomcat\webapps\docs\annotationapi
+..\Web\Tomcat\webapps\docs\api
+..\Web\Tomcat\webapps\docs\appdev
+..\Web\Tomcat\webapps\docs\architecture
+..\Web\Tomcat\webapps\docs\config
+..\Web\Tomcat\webapps\docs\elapi
+..\Web\Tomcat\webapps\docs\images
+..\Web\Tomcat\webapps\docs\jaspicapi
+..\Web\Tomcat\webapps\docs\jspapi
+..\Web\Tomcat\webapps\docs\META-INF
+..\Web\Tomcat\webapps\docs\servletapi
+..\Web\Tomcat\webapps\docs\tribes
+..\Web\Tomcat\webapps\docs\WEB-INF
+..\Web\Tomcat\webapps\docs\websocketapi
+..\Web\Tomcat\webapps\docs\aio.html
+..\Web\Tomcat\webapps\docs\apr.html
+..\Web\Tomcat\webapps\docs\balancer-howto.html
+..\Web\Tomcat\webapps\docs\building.html
+..\Web\Tomcat\webapps\docs\BUILDING.txt
+..\Web\Tomcat\webapps\docs\cdi.html
+..\Web\Tomcat\webapps\docs\cgi-howto.html
+..\Web\Tomcat\webapps\docs\changelog.html
+..\Web\Tomcat\webapps\docs\class-loader-howto.html
+..\Web\Tomcat\webapps\docs\cluster-howto.html
+..\Web\Tomcat\webapps\docs\comments.html
+..\Web\Tomcat\webapps\docs\connectors.html
+..\Web\Tomcat\webapps\docs\default-servlet.html
+..\Web\Tomcat\webapps\docs\deployer-howto.html
+..\Web\Tomcat\webapps\docs\developers.html
+..\Web\Tomcat\webapps\docs\graal.html
+..\Web\Tomcat\webapps\docs\host-manager-howto.html
+..\Web\Tomcat\webapps\docs\html-host-manager-howto.html
+..\Web\Tomcat\webapps\docs\html-manager-howto.html
+..\Web\Tomcat\webapps\docs\index.html
+..\Web\Tomcat\webapps\docs\introduction.html
+..\Web\Tomcat\webapps\docs\jasper-howto.html
+..\Web\Tomcat\webapps\docs\jdbc-pool.html
+..\Web\Tomcat\webapps\docs\jndi-datasource-examples-howto.html
+..\Web\Tomcat\webapps\docs\jndi-resources-howto.html
+..\Web\Tomcat\webapps\docs\logging.html
+..\Web\Tomcat\webapps\docs\manager-howto.html
+..\Web\Tomcat\webapps\docs\maven-jars.html
+..\Web\Tomcat\webapps\docs\mbeans-descriptors-howto.html
+..\Web\Tomcat\webapps\docs\mbeans-descriptors.dtd
+..\Web\Tomcat\webapps\docs\monitoring.html
+..\Web\Tomcat\webapps\docs\proxy-howto.html
+..\Web\Tomcat\webapps\docs\realm-howto.html
+..\Web\Tomcat\webapps\docs\RELEASE-NOTES.txt
+..\Web\Tomcat\webapps\docs\rewrite.html
+..\Web\Tomcat\webapps\docs\RUNNING.txt
+..\Web\Tomcat\webapps\docs\security-howto.html
+..\Web\Tomcat\webapps\docs\security-manager-howto.html
+..\Web\Tomcat\webapps\docs\setup.html
+..\Web\Tomcat\webapps\docs\ssi-howto.html
+..\Web\Tomcat\webapps\docs\ssl-howto.html
+..\Web\Tomcat\webapps\docs\virtual-hosting-howto.html
+..\Web\Tomcat\webapps\docs\web-socket-howto.html
+..\Web\Tomcat\webapps\docs\windows-auth-howto.html
+..\Web\Tomcat\webapps\docs\windows-service-howto.html
+..\Web\Tomcat\webapps\docs\annotationapi\index.html
+..\Web\Tomcat\webapps\docs\api\index.html
+..\Web\Tomcat\webapps\docs\appdev\sample
+..\Web\Tomcat\webapps\docs\appdev\build.xml.txt
+..\Web\Tomcat\webapps\docs\appdev\deployment.html
+..\Web\Tomcat\webapps\docs\appdev\index.html
+..\Web\Tomcat\webapps\docs\appdev\installation.html
+..\Web\Tomcat\webapps\docs\appdev\introduction.html
+..\Web\Tomcat\webapps\docs\appdev\processes.html
+..\Web\Tomcat\webapps\docs\appdev\source.html
+..\Web\Tomcat\webapps\docs\appdev\web.xml.txt
+..\Web\Tomcat\webapps\docs\appdev\sample\docs
+..\Web\Tomcat\webapps\docs\appdev\sample\src
+..\Web\Tomcat\webapps\docs\appdev\sample\web
+..\Web\Tomcat\webapps\docs\appdev\sample\build.xml
+..\Web\Tomcat\webapps\docs\appdev\sample\index.html
+..\Web\Tomcat\webapps\docs\appdev\sample\sample.war
+..\Web\Tomcat\webapps\docs\appdev\sample\docs\README.txt
+..\Web\Tomcat\webapps\docs\appdev\sample\src\mypackage
+..\Web\Tomcat\webapps\docs\appdev\sample\src\mypackage\Hello.java
+..\Web\Tomcat\webapps\docs\appdev\sample\web\images
+..\Web\Tomcat\webapps\docs\appdev\sample\web\WEB-INF
+..\Web\Tomcat\webapps\docs\appdev\sample\web\hello.jsp
+..\Web\Tomcat\webapps\docs\appdev\sample\web\index.html
+..\Web\Tomcat\webapps\docs\appdev\sample\web\images\tomcat.gif
+..\Web\Tomcat\webapps\docs\appdev\sample\web\WEB-INF\web.xml
+..\Web\Tomcat\webapps\docs\architecture\requestProcess
+..\Web\Tomcat\webapps\docs\architecture\startup
+..\Web\Tomcat\webapps\docs\architecture\index.html
+..\Web\Tomcat\webapps\docs\architecture\overview.html
+..\Web\Tomcat\webapps\docs\architecture\requestProcess.html
+..\Web\Tomcat\webapps\docs\architecture\startup.html
+..\Web\Tomcat\webapps\docs\architecture\requestProcess\authentication-process.png
+..\Web\Tomcat\webapps\docs\architecture\requestProcess\request-process.png
+..\Web\Tomcat\webapps\docs\architecture\startup\serverStartup.pdf
+..\Web\Tomcat\webapps\docs\architecture\startup\serverStartup.txt
+..\Web\Tomcat\webapps\docs\config\ajp.html
+..\Web\Tomcat\webapps\docs\config\automatic-deployment.html
+..\Web\Tomcat\webapps\docs\config\cluster-channel.html
+..\Web\Tomcat\webapps\docs\config\cluster-deployer.html
+..\Web\Tomcat\webapps\docs\config\cluster-interceptor.html
+..\Web\Tomcat\webapps\docs\config\cluster-listener.html
+..\Web\Tomcat\webapps\docs\config\cluster-manager.html
+..\Web\Tomcat\webapps\docs\config\cluster-membership.html
+..\Web\Tomcat\webapps\docs\config\cluster-receiver.html
+..\Web\Tomcat\webapps\docs\config\cluster-sender.html
+..\Web\Tomcat\webapps\docs\config\cluster-valve.html
+..\Web\Tomcat\webapps\docs\config\cluster.html
+..\Web\Tomcat\webapps\docs\config\context.html
+..\Web\Tomcat\webapps\docs\config\cookie-processor.html
+..\Web\Tomcat\webapps\docs\config\credentialhandler.html
+..\Web\Tomcat\webapps\docs\config\engine.html
+..\Web\Tomcat\webapps\docs\config\executor.html
+..\Web\Tomcat\webapps\docs\config\filter.html
+..\Web\Tomcat\webapps\docs\config\globalresources.html
+..\Web\Tomcat\webapps\docs\config\host.html
+..\Web\Tomcat\webapps\docs\config\http.html
+..\Web\Tomcat\webapps\docs\config\http2.html
+..\Web\Tomcat\webapps\docs\config\index.html
+..\Web\Tomcat\webapps\docs\config\jar-scan-filter.html
+..\Web\Tomcat\webapps\docs\config\jar-scanner.html
+..\Web\Tomcat\webapps\docs\config\jaspic.html
+..\Web\Tomcat\webapps\docs\config\listeners.html
+..\Web\Tomcat\webapps\docs\config\loader.html
+..\Web\Tomcat\webapps\docs\config\manager.html
+..\Web\Tomcat\webapps\docs\config\realm.html
+..\Web\Tomcat\webapps\docs\config\resources.html
+..\Web\Tomcat\webapps\docs\config\server.html
+..\Web\Tomcat\webapps\docs\config\service.html
+..\Web\Tomcat\webapps\docs\config\sessionidgenerator.html
+..\Web\Tomcat\webapps\docs\config\systemprops.html
+..\Web\Tomcat\webapps\docs\config\valve.html
+..\Web\Tomcat\webapps\docs\elapi\index.html
+..\Web\Tomcat\webapps\docs\images\fonts
+..\Web\Tomcat\webapps\docs\images\add.gif
+..\Web\Tomcat\webapps\docs\images\asf-logo.svg
+..\Web\Tomcat\webapps\docs\images\code.gif
+..\Web\Tomcat\webapps\docs\images\cors-flowchart.png
+..\Web\Tomcat\webapps\docs\images\design.gif
+..\Web\Tomcat\webapps\docs\images\docs-stylesheet.css
+..\Web\Tomcat\webapps\docs\images\docs.gif
+..\Web\Tomcat\webapps\docs\images\fix.gif
+..\Web\Tomcat\webapps\docs\images\tomcat.gif
+..\Web\Tomcat\webapps\docs\images\tomcat.png
+..\Web\Tomcat\webapps\docs\images\update.gif
+..\Web\Tomcat\webapps\docs\images\void.gif
+..\Web\Tomcat\webapps\docs\images\fonts\fonts.css
+..\Web\Tomcat\webapps\docs\images\fonts\OpenSans400.woff
+..\Web\Tomcat\webapps\docs\images\fonts\OpenSans400italic.woff
+..\Web\Tomcat\webapps\docs\images\fonts\OpenSans600.woff
+..\Web\Tomcat\webapps\docs\images\fonts\OpenSans600italic.woff
+..\Web\Tomcat\webapps\docs\images\fonts\OpenSans700.woff
+..\Web\Tomcat\webapps\docs\images\fonts\OpenSans700italic.woff
+..\Web\Tomcat\webapps\docs\jaspicapi\index.html
+..\Web\Tomcat\webapps\docs\jspapi\index.html
+..\Web\Tomcat\webapps\docs\META-INF\context.xml
+..\Web\Tomcat\webapps\docs\servletapi\index.html
+..\Web\Tomcat\webapps\docs\tribes\developers.html
+..\Web\Tomcat\webapps\docs\tribes\faq.html
+..\Web\Tomcat\webapps\docs\tribes\interceptors.html
+..\Web\Tomcat\webapps\docs\tribes\introduction.html
+..\Web\Tomcat\webapps\docs\tribes\membership.html
+..\Web\Tomcat\webapps\docs\tribes\setup.html
+..\Web\Tomcat\webapps\docs\tribes\status.html
+..\Web\Tomcat\webapps\docs\tribes\transport.html
+..\Web\Tomcat\webapps\docs\WEB-INF\jsp
+..\Web\Tomcat\webapps\docs\WEB-INF\web.xml
+..\Web\Tomcat\webapps\docs\WEB-INF\jsp\403.jsp
+..\Web\Tomcat\webapps\docs\websocketapi\index.html
+..\Web\Tomcat\webapps\examples\jsp
+..\Web\Tomcat\webapps\examples\META-INF
+..\Web\Tomcat\webapps\examples\servlets
+..\Web\Tomcat\webapps\examples\WEB-INF
+..\Web\Tomcat\webapps\examples\websocket
+..\Web\Tomcat\webapps\examples\index.html
+..\Web\Tomcat\webapps\examples\jsp\async
+..\Web\Tomcat\webapps\examples\jsp\cal
+..\Web\Tomcat\webapps\examples\jsp\checkbox
+..\Web\Tomcat\webapps\examples\jsp\colors
+..\Web\Tomcat\webapps\examples\jsp\dates
+..\Web\Tomcat\webapps\examples\jsp\error
+..\Web\Tomcat\webapps\examples\jsp\forward
+..\Web\Tomcat\webapps\examples\jsp\images
+..\Web\Tomcat\webapps\examples\jsp\include
+..\Web\Tomcat\webapps\examples\jsp\jsp2
+..\Web\Tomcat\webapps\examples\jsp\jsptoserv
+..\Web\Tomcat\webapps\examples\jsp\num
+..\Web\Tomcat\webapps\examples\jsp\security
+..\Web\Tomcat\webapps\examples\jsp\sessions
+..\Web\Tomcat\webapps\examples\jsp\simpletag
+..\Web\Tomcat\webapps\examples\jsp\snp
+..\Web\Tomcat\webapps\examples\jsp\tagplugin
+..\Web\Tomcat\webapps\examples\jsp\xml
+..\Web\Tomcat\webapps\examples\jsp\index.html
+..\Web\Tomcat\webapps\examples\jsp\async\async1.jsp
+..\Web\Tomcat\webapps\examples\jsp\async\async1.jsp.html
+..\Web\Tomcat\webapps\examples\jsp\async\async3.jsp
+..\Web\Tomcat\webapps\examples\jsp\async\async3.jsp.html
+..\Web\Tomcat\webapps\examples\jsp\async\index.jsp
+..\Web\Tomcat\webapps\examples\jsp\async\index.jsp.html
+..\Web\Tomcat\webapps\examples\jsp\cal\cal1.jsp
+..\Web\Tomcat\webapps\examples\jsp\cal\cal1.jsp.html
+..\Web\Tomcat\webapps\examples\jsp\cal\cal2.jsp
+..\Web\Tomcat\webapps\examples\jsp\cal\cal2.jsp.html
+..\Web\Tomcat\webapps\examples\jsp\cal\calendar.html
+..\Web\Tomcat\webapps\examples\jsp\cal\Entries.java.html
+..\Web\Tomcat\webapps\examples\jsp\cal\Entry.java.html
+..\Web\Tomcat\webapps\examples\jsp\cal\JspCalendar.java.html
+..\Web\Tomcat\webapps\examples\jsp\cal\login.html
+..\Web\Tomcat\webapps\examples\jsp\cal\TableBean.java.html
+..\Web\Tomcat\webapps\examples\jsp\checkbox\check.html
+..\Web\Tomcat\webapps\examples\jsp\checkbox\checkresult.jsp
+..\Web\Tomcat\webapps\examples\jsp\checkbox\checkresult.jsp.html
+..\Web\Tomcat\webapps\examples\jsp\checkbox\CheckTest.html
+..\Web\Tomcat\webapps\examples\jsp\checkbox\cresult.html
+..\Web\Tomcat\webapps\examples\jsp\colors\clr.html
+..\Web\Tomcat\webapps\examples\jsp\colors\ColorGameBean.html
+..\Web\Tomcat\webapps\examples\jsp\colors\colors.html
+..\Web\Tomcat\webapps\examples\jsp\colors\colrs.jsp
+..\Web\Tomcat\webapps\examples\jsp\colors\colrs.jsp.html
+..\Web\Tomcat\webapps\examples\jsp\dates\date.html
+..\Web\Tomcat\webapps\examples\jsp\dates\date.jsp
+..\Web\Tomcat\webapps\examples\jsp\dates\date.jsp.html
+..\Web\Tomcat\webapps\examples\jsp\error\er.html
+..\Web\Tomcat\webapps\examples\jsp\error\err.jsp
+..\Web\Tomcat\webapps\examples\jsp\error\err.jsp.html
+..\Web\Tomcat\webapps\examples\jsp\error\error.html
+..\Web\Tomcat\webapps\examples\jsp\error\errorpge.jsp
+..\Web\Tomcat\webapps\examples\jsp\error\errorpge.jsp.html
+..\Web\Tomcat\webapps\examples\jsp\forward\forward.jsp
+..\Web\Tomcat\webapps\examples\jsp\forward\forward.jsp.html
+..\Web\Tomcat\webapps\examples\jsp\forward\fwd.html
+..\Web\Tomcat\webapps\examples\jsp\forward\one.jsp
+..\Web\Tomcat\webapps\examples\jsp\forward\one.jsp.html
+..\Web\Tomcat\webapps\examples\jsp\forward\two.html
+..\Web\Tomcat\webapps\examples\jsp\images\code.gif
+..\Web\Tomcat\webapps\examples\jsp\images\execute.gif
+..\Web\Tomcat\webapps\examples\jsp\images\return.gif
+..\Web\Tomcat\webapps\examples\jsp\include\foo.html
+..\Web\Tomcat\webapps\examples\jsp\include\foo.jsp
+..\Web\Tomcat\webapps\examples\jsp\include\foo.jsp.html
+..\Web\Tomcat\webapps\examples\jsp\include\inc.html
+..\Web\Tomcat\webapps\examples\jsp\include\include.jsp
+..\Web\Tomcat\webapps\examples\jsp\include\include.jsp.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\el
+..\Web\Tomcat\webapps\examples\jsp\jsp2\jspattribute
+..\Web\Tomcat\webapps\examples\jsp\jsp2\jspx
+..\Web\Tomcat\webapps\examples\jsp\jsp2\misc
+..\Web\Tomcat\webapps\examples\jsp\jsp2\simpletag
+..\Web\Tomcat\webapps\examples\jsp\jsp2\tagfiles
+..\Web\Tomcat\webapps\examples\jsp\jsp2\el\basic-arithmetic.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\el\basic-arithmetic.jsp
+..\Web\Tomcat\webapps\examples\jsp\jsp2\el\basic-arithmetic.jsp.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\el\basic-comparisons.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\el\basic-comparisons.jsp
+..\Web\Tomcat\webapps\examples\jsp\jsp2\el\basic-comparisons.jsp.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\el\composite.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\el\composite.jsp
+..\Web\Tomcat\webapps\examples\jsp\jsp2\el\composite.jsp.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\el\functions.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\el\Functions.java.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\el\functions.jsp
+..\Web\Tomcat\webapps\examples\jsp\jsp2\el\functions.jsp.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\el\implicit-objects.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\el\implicit-objects.jsp
+..\Web\Tomcat\webapps\examples\jsp\jsp2\el\implicit-objects.jsp.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\el\ValuesBean.java.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\el\ValuesTag.java.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\jspattribute\FooBean.java.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\jspattribute\HelloWorldSimpleTag.java.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\jspattribute\jspattribute.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\jspattribute\jspattribute.jsp
+..\Web\Tomcat\webapps\examples\jsp\jsp2\jspattribute\jspattribute.jsp.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\jspattribute\shuffle.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\jspattribute\shuffle.jsp
+..\Web\Tomcat\webapps\examples\jsp\jsp2\jspattribute\shuffle.jsp.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\jspattribute\ShuffleSimpleTag.java.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\jspattribute\TileSimpleTag.java.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\jspx\basic.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\jspx\basic.jspx
+..\Web\Tomcat\webapps\examples\jsp\jsp2\jspx\basic.jspx.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\jspx\svgexample.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\jspx\textRotate.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\jspx\textRotate.jpg
+..\Web\Tomcat\webapps\examples\jsp\jsp2\jspx\textRotate.jspx
+..\Web\Tomcat\webapps\examples\jsp\jsp2\jspx\textRotate.jspx.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\misc\coda.jspf
+..\Web\Tomcat\webapps\examples\jsp\jsp2\misc\coda.jspf.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\misc\config.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\misc\config.jsp
+..\Web\Tomcat\webapps\examples\jsp\jsp2\misc\config.jsp.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\misc\dynamicattrs.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\misc\dynamicattrs.jsp
+..\Web\Tomcat\webapps\examples\jsp\jsp2\misc\dynamicattrs.jsp.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\misc\EchoAttributesTag.java.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\misc\prelude.jspf
+..\Web\Tomcat\webapps\examples\jsp\jsp2\misc\prelude.jspf.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\simpletag\book.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\simpletag\book.jsp
+..\Web\Tomcat\webapps\examples\jsp\jsp2\simpletag\book.jsp.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\simpletag\BookBean.java.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\simpletag\FindBookSimpleTag.java.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\simpletag\Functions.java.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\simpletag\hello.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\simpletag\hello.jsp
+..\Web\Tomcat\webapps\examples\jsp\jsp2\simpletag\hello.jsp.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\simpletag\HelloWorldSimpleTag.java.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\simpletag\repeat.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\simpletag\repeat.jsp
+..\Web\Tomcat\webapps\examples\jsp\jsp2\simpletag\repeat.jsp.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\simpletag\RepeatSimpleTag.java.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\tagfiles\displayProducts.tag.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\tagfiles\hello.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\tagfiles\hello.jsp
+..\Web\Tomcat\webapps\examples\jsp\jsp2\tagfiles\hello.jsp.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\tagfiles\helloWorld.tag.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\tagfiles\panel.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\tagfiles\panel.jsp
+..\Web\Tomcat\webapps\examples\jsp\jsp2\tagfiles\panel.jsp.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\tagfiles\panel.tag.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\tagfiles\products.html
+..\Web\Tomcat\webapps\examples\jsp\jsp2\tagfiles\products.jsp
+..\Web\Tomcat\webapps\examples\jsp\jsp2\tagfiles\products.jsp.html
+..\Web\Tomcat\webapps\examples\jsp\jsptoserv\hello.jsp
+..\Web\Tomcat\webapps\examples\jsp\jsptoserv\hello.jsp.html
+..\Web\Tomcat\webapps\examples\jsp\jsptoserv\jsptoservlet.jsp
+..\Web\Tomcat\webapps\examples\jsp\jsptoserv\jsptoservlet.jsp.html
+..\Web\Tomcat\webapps\examples\jsp\jsptoserv\jts.html
+..\Web\Tomcat\webapps\examples\jsp\jsptoserv\ServletToJsp.java.html
+..\Web\Tomcat\webapps\examples\jsp\num\numguess.html
+..\Web\Tomcat\webapps\examples\jsp\num\numguess.jsp
+..\Web\Tomcat\webapps\examples\jsp\num\numguess.jsp.html
+..\Web\Tomcat\webapps\examples\jsp\security\protected
+..\Web\Tomcat\webapps\examples\jsp\security\protected\error.jsp
+..\Web\Tomcat\webapps\examples\jsp\security\protected\error.jsp.html
+..\Web\Tomcat\webapps\examples\jsp\security\protected\index.jsp
+..\Web\Tomcat\webapps\examples\jsp\security\protected\index.jsp.html
+..\Web\Tomcat\webapps\examples\jsp\security\protected\login.jsp
+..\Web\Tomcat\webapps\examples\jsp\security\protected\login.jsp.html
+..\Web\Tomcat\webapps\examples\jsp\sessions\carts.html
+..\Web\Tomcat\webapps\examples\jsp\sessions\carts.jsp
+..\Web\Tomcat\webapps\examples\jsp\sessions\carts.jsp.html
+..\Web\Tomcat\webapps\examples\jsp\sessions\crt.html
+..\Web\Tomcat\webapps\examples\jsp\sessions\DummyCart.html
+..\Web\Tomcat\webapps\examples\jsp\simpletag\foo.html
+..\Web\Tomcat\webapps\examples\jsp\simpletag\foo.jsp
+..\Web\Tomcat\webapps\examples\jsp\simpletag\foo.jsp.html
+..\Web\Tomcat\webapps\examples\jsp\snp\snoop.html
+..\Web\Tomcat\webapps\examples\jsp\snp\snoop.jsp
+..\Web\Tomcat\webapps\examples\jsp\snp\snoop.jsp.html
+..\Web\Tomcat\webapps\examples\jsp\tagplugin\choose.html
+..\Web\Tomcat\webapps\examples\jsp\tagplugin\choose.jsp
+..\Web\Tomcat\webapps\examples\jsp\tagplugin\choose.jsp.html
+..\Web\Tomcat\webapps\examples\jsp\tagplugin\foreach.html
+..\Web\Tomcat\webapps\examples\jsp\tagplugin\foreach.jsp
+..\Web\Tomcat\webapps\examples\jsp\tagplugin\foreach.jsp.html
+..\Web\Tomcat\webapps\examples\jsp\tagplugin\howto.html
+..\Web\Tomcat\webapps\examples\jsp\tagplugin\if.html
+..\Web\Tomcat\webapps\examples\jsp\tagplugin\if.jsp
+..\Web\Tomcat\webapps\examples\jsp\tagplugin\if.jsp.html
+..\Web\Tomcat\webapps\examples\jsp\tagplugin\notes.html
+..\Web\Tomcat\webapps\examples\jsp\xml\xml.html
+..\Web\Tomcat\webapps\examples\jsp\xml\xml.jsp
+..\Web\Tomcat\webapps\examples\jsp\xml\xml.jsp.html
+..\Web\Tomcat\webapps\examples\META-INF\context.xml
+..\Web\Tomcat\webapps\examples\servlets\images
+..\Web\Tomcat\webapps\examples\servlets\nonblocking
+..\Web\Tomcat\webapps\examples\servlets\cookies.html
+..\Web\Tomcat\webapps\examples\servlets\helloworld.html
+..\Web\Tomcat\webapps\examples\servlets\index.html
+..\Web\Tomcat\webapps\examples\servlets\reqheaders.html
+..\Web\Tomcat\webapps\examples\servlets\reqinfo.html
+..\Web\Tomcat\webapps\examples\servlets\reqparams.html
+..\Web\Tomcat\webapps\examples\servlets\sessions.html
+..\Web\Tomcat\webapps\examples\servlets\images\code.gif
+..\Web\Tomcat\webapps\examples\servlets\images\execute.gif
+..\Web\Tomcat\webapps\examples\servlets\images\return.gif
+..\Web\Tomcat\webapps\examples\servlets\nonblocking\bytecounter.html
+..\Web\Tomcat\webapps\examples\WEB-INF\classes
+..\Web\Tomcat\webapps\examples\WEB-INF\jsp
+..\Web\Tomcat\webapps\examples\WEB-INF\lib
+..\Web\Tomcat\webapps\examples\WEB-INF\tags
+..\Web\Tomcat\webapps\examples\WEB-INF\web.xml
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\async
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\cal
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\checkbox
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\colors
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\compressionFilters
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\dates
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\error
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\examples
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\filters
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\http2
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\jsp2
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\listeners
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\nonblocking
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\num
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\sessions
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\trailers
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\util
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\validators
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\CookieExample.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\CookieExample.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\HelloWorldExample.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\HelloWorldExample.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\LocalStrings.properties
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\LocalStrings_cs.properties
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\LocalStrings_de.properties
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\LocalStrings_es.properties
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\LocalStrings_fr.properties
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\LocalStrings_ja.properties
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\LocalStrings_ko.properties
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\LocalStrings_pt.properties
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\LocalStrings_pt_BR.properties
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\LocalStrings_ru.properties
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\LocalStrings_zh_CN.properties
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\RequestHeaderExample.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\RequestHeaderExample.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\RequestInfoExample.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\RequestInfoExample.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\RequestParamExample.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\RequestParamExample.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\ServletToJsp.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\ServletToJsp.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\SessionExample.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\SessionExample.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\async\Async0$1.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\async\Async0.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\async\Async0.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\async\Async1$1.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\async\Async1.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\async\Async1.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\async\Async2$1.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\async\Async2.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\async\Async2.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\async\Async3.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\async\Async3.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\async\AsyncStockContextListener.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\async\AsyncStockContextListener.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\async\AsyncStockServlet.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\async\AsyncStockServlet.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\async\Stockticker$Stock.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\async\Stockticker$TickListener.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\async\Stockticker.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\async\Stockticker.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\cal\Entries.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\cal\Entries.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\cal\Entry.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\cal\Entry.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\cal\JspCalendar.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\cal\JspCalendar.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\cal\TableBean.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\cal\TableBean.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\checkbox\CheckTest.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\checkbox\CheckTest.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\colors\ColorGameBean.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\colors\ColorGameBean.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\compressionFilters\CompressionFilter.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\compressionFilters\CompressionFilter.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\compressionFilters\CompressionFilterTestServlet.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\compressionFilters\CompressionFilterTestServlet.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\compressionFilters\CompressionResponseStream.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\compressionFilters\CompressionResponseStream.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\compressionFilters\CompressionServletResponseWrapper.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\compressionFilters\CompressionServletResponseWrapper.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\dates\JspCalendar.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\dates\JspCalendar.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\error\Smart.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\error\Smart.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\examples\ExampleTagBase.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\examples\ExampleTagBase.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\examples\FooTag.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\examples\FooTag.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\examples\FooTagExtraInfo.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\examples\FooTagExtraInfo.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\examples\LogTag.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\examples\LogTag.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\examples\ValuesTag.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\examples\ValuesTag.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\filters\ExampleFilter.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\filters\ExampleFilter.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\http2\SimpleImagePush.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\http2\SimpleImagePush.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\jsp2\examples
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\jsp2\examples\el
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\jsp2\examples\simpletag
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\jsp2\examples\BookBean.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\jsp2\examples\BookBean.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\jsp2\examples\FooBean.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\jsp2\examples\FooBean.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\jsp2\examples\ValuesBean.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\jsp2\examples\ValuesBean.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\jsp2\examples\el\Functions.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\jsp2\examples\el\Functions.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\jsp2\examples\simpletag\EchoAttributesTag.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\jsp2\examples\simpletag\EchoAttributesTag.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\jsp2\examples\simpletag\FindBookSimpleTag.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\jsp2\examples\simpletag\FindBookSimpleTag.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\jsp2\examples\simpletag\HelloWorldSimpleTag.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\jsp2\examples\simpletag\HelloWorldSimpleTag.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\jsp2\examples\simpletag\RepeatSimpleTag.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\jsp2\examples\simpletag\RepeatSimpleTag.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\jsp2\examples\simpletag\ShuffleSimpleTag.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\jsp2\examples\simpletag\ShuffleSimpleTag.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\jsp2\examples\simpletag\TileSimpleTag.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\jsp2\examples\simpletag\TileSimpleTag.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\listeners\ContextListener.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\listeners\ContextListener.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\listeners\SessionListener.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\listeners\SessionListener.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\nonblocking\ByteCounter$1.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\nonblocking\ByteCounter$CounterListener.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\nonblocking\ByteCounter.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\nonblocking\ByteCounter.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\nonblocking\NumberWriter$1.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\nonblocking\NumberWriter$NumberWriterListener.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\nonblocking\NumberWriter.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\nonblocking\NumberWriter.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\num\NumberGuessBean.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\num\NumberGuessBean.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\sessions\DummyCart.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\sessions\DummyCart.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\trailers\ResponseTrailers$1.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\trailers\ResponseTrailers$TrailerFieldSupplier.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\trailers\ResponseTrailers.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\trailers\ResponseTrailers.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\util\CookieFilter.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\util\CookieFilter.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\util\HTMLFilter.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\util\HTMLFilter.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\validators\DebugValidator.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\validators\DebugValidator.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\chat
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\drawboard
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\echo
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\snake
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\ExamplesConfig.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\ExamplesConfig.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\chat\ChatAnnotation.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\chat\ChatAnnotation.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\drawboard\wsmessages
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\drawboard\Client$1.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\drawboard\Client.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\drawboard\Client.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\drawboard\DrawboardContextListener.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\drawboard\DrawboardContextListener.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\drawboard\DrawboardEndpoint$1.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\drawboard\DrawboardEndpoint$2.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\drawboard\DrawboardEndpoint$3$1.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\drawboard\DrawboardEndpoint$3.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\drawboard\DrawboardEndpoint.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\drawboard\DrawboardEndpoint.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\drawboard\DrawMessage$ParseException.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\drawboard\DrawMessage.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\drawboard\DrawMessage.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\drawboard\Room$1$1.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\drawboard\Room$1.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\drawboard\Room$2.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\drawboard\Room$MessageType.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\drawboard\Room$Player.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\drawboard\Room.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\drawboard\Room.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\drawboard\wsmessages\AbstractWebsocketMessage.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\drawboard\wsmessages\AbstractWebsocketMessage.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\drawboard\wsmessages\BinaryWebsocketMessage.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\drawboard\wsmessages\BinaryWebsocketMessage.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\drawboard\wsmessages\CloseWebsocketMessage.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\drawboard\wsmessages\CloseWebsocketMessage.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\drawboard\wsmessages\StringWebsocketMessage.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\drawboard\wsmessages\StringWebsocketMessage.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\echo\EchoAnnotation.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\echo\EchoAnnotation.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\echo\EchoAsyncAnnotation$1.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\echo\EchoAsyncAnnotation$CompletedFuture.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\echo\EchoAsyncAnnotation.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\echo\EchoAsyncAnnotation.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\echo\EchoEndpoint$1.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\echo\EchoEndpoint$EchoMessageHandlerBinary.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\echo\EchoEndpoint$EchoMessageHandlerText.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\echo\EchoEndpoint.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\echo\EchoEndpoint.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\echo\EchoStreamAnnotation.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\echo\EchoStreamAnnotation.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\echo\servers.json
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\snake\Direction.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\snake\Direction.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\snake\Location$1.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\snake\Location.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\snake\Location.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\snake\Snake.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\snake\Snake.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\snake\SnakeAnnotation.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\snake\SnakeAnnotation.java
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\snake\SnakeTimer$1.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\snake\SnakeTimer.class
+..\Web\Tomcat\webapps\examples\WEB-INF\classes\websocket\snake\SnakeTimer.java
+..\Web\Tomcat\webapps\examples\WEB-INF\jsp\403.jsp
+..\Web\Tomcat\webapps\examples\WEB-INF\jsp\403.jsp.html
+..\Web\Tomcat\webapps\examples\WEB-INF\jsp\debug-taglib.tld
+..\Web\Tomcat\webapps\examples\WEB-INF\jsp\example-taglib.tld
+..\Web\Tomcat\webapps\examples\WEB-INF\jsp\jsp2-example-taglib.tld
+..\Web\Tomcat\webapps\examples\WEB-INF\lib\taglibs-standard-impl-1.2.5.jar
+..\Web\Tomcat\webapps\examples\WEB-INF\lib\taglibs-standard-spec-1.2.5.jar
+..\Web\Tomcat\webapps\examples\WEB-INF\tags\displayProducts.tag
+..\Web\Tomcat\webapps\examples\WEB-INF\tags\helloWorld.tag
+..\Web\Tomcat\webapps\examples\WEB-INF\tags\panel.tag
+..\Web\Tomcat\webapps\examples\websocket\chat.xhtml
+..\Web\Tomcat\webapps\examples\websocket\drawboard.xhtml
+..\Web\Tomcat\webapps\examples\websocket\echo.xhtml
+..\Web\Tomcat\webapps\examples\websocket\index.xhtml
+..\Web\Tomcat\webapps\examples\websocket\snake.xhtml
+..\Web\Tomcat\webapps\host-manager\css
+..\Web\Tomcat\webapps\host-manager\images
+..\Web\Tomcat\webapps\host-manager\META-INF
+..\Web\Tomcat\webapps\host-manager\WEB-INF
+..\Web\Tomcat\webapps\host-manager\index.jsp
+..\Web\Tomcat\webapps\host-manager\css\manager.css
+..\Web\Tomcat\webapps\host-manager\images\asf-logo.svg
+..\Web\Tomcat\webapps\host-manager\images\tomcat.svg
+..\Web\Tomcat\webapps\host-manager\META-INF\context.xml
+..\Web\Tomcat\webapps\host-manager\WEB-INF\jsp
+..\Web\Tomcat\webapps\host-manager\WEB-INF\manager.xml
+..\Web\Tomcat\webapps\host-manager\WEB-INF\web.xml
+..\Web\Tomcat\webapps\host-manager\WEB-INF\jsp\401.jsp
+..\Web\Tomcat\webapps\host-manager\WEB-INF\jsp\403.jsp
+..\Web\Tomcat\webapps\host-manager\WEB-INF\jsp\404.jsp
+..\Web\Tomcat\webapps\manager\css
+..\Web\Tomcat\webapps\manager\images
+..\Web\Tomcat\webapps\manager\META-INF
+..\Web\Tomcat\webapps\manager\WEB-INF
+..\Web\Tomcat\webapps\manager\index.jsp
+..\Web\Tomcat\webapps\manager\status.xsd
+..\Web\Tomcat\webapps\manager\xform.xsl
+..\Web\Tomcat\webapps\manager\css\manager.css
+..\Web\Tomcat\webapps\manager\images\asf-logo.svg
+..\Web\Tomcat\webapps\manager\images\tomcat.svg
+..\Web\Tomcat\webapps\manager\META-INF\context.xml
+..\Web\Tomcat\webapps\manager\WEB-INF\jsp
+..\Web\Tomcat\webapps\manager\WEB-INF\web.xml
+..\Web\Tomcat\webapps\manager\WEB-INF\jsp\401.jsp
+..\Web\Tomcat\webapps\manager\WEB-INF\jsp\403.jsp
+..\Web\Tomcat\webapps\manager\WEB-INF\jsp\404.jsp
+..\Web\Tomcat\webapps\manager\WEB-INF\jsp\connectorCerts.jsp
+..\Web\Tomcat\webapps\manager\WEB-INF\jsp\connectorCiphers.jsp
+..\Web\Tomcat\webapps\manager\WEB-INF\jsp\connectorTrustedCerts.jsp
+..\Web\Tomcat\webapps\manager\WEB-INF\jsp\sessionDetail.jsp
+..\Web\Tomcat\webapps\manager\WEB-INF\jsp\sessionsList.jsp
+..\Web\Tomcat\webapps\ROOT\WEB-INF
+..\Web\Tomcat\webapps\ROOT\asf-logo-wide.svg
+..\Web\Tomcat\webapps\ROOT\bg-button.png
+..\Web\Tomcat\webapps\ROOT\bg-middle.png
+..\Web\Tomcat\webapps\ROOT\bg-nav.png
+..\Web\Tomcat\webapps\ROOT\bg-upper.png
+..\Web\Tomcat\webapps\ROOT\favicon.ico
+..\Web\Tomcat\webapps\ROOT\index.jsp
+..\Web\Tomcat\webapps\ROOT\RELEASE-NOTES.txt
+..\Web\Tomcat\webapps\ROOT\tomcat.css
+..\Web\Tomcat\webapps\ROOT\tomcat.svg
+..\Web\Tomcat\webapps\ROOT\WEB-INF\web.xml
+..\Web\www\clientsamples
+..\Web\www\dotnetsamples
+..\Web\www\dotnetviewersample
+..\Web\www\fusion
+..\Web\www\help
+..\Web\www\javasamples
+..\Web\www\javaviewersample
+..\Web\www\localized
+..\Web\www\mapadmin
+..\Web\www\mapagent
+..\Web\www\mapviewerjava
+..\Web\www\mapviewernet
+..\Web\www\mapviewerphp
+..\Web\www\phpsamples
+..\Web\www\phpviewersample
+..\Web\www\schemareport
+..\Web\www\stdicons
+..\Web\www\viewerfiles
+..\Web\www\WEB-INF
+..\Web\www\samples.php
+..\Web\www\webconfig.ini
+..\Web\www\clientsamples\assets
+..\Web\www\clientsamples\data
+..\Web\www\clientsamples\external
+..\Web\www\clientsamples\geoprocessing
+..\Web\www\clientsamples\hybrid
+..\Web\www\clientsamples\mixed
+..\Web\www\clientsamples\retina
+..\Web\www\clientsamples\selection
+..\Web\www\clientsamples\tiled
+..\Web\www\clientsamples\untiled
+..\Web\www\clientsamples\utfgrid
+..\Web\www\clientsamples\wms
+..\Web\www\clientsamples\xyz
+..\Web\www\clientsamples\assets\theme
+..\Web\www\clientsamples\assets\jquery-1.10.2.min.js
+..\Web\www\clientsamples\assets\legend.js
+..\Web\www\clientsamples\assets\legend_ol.js
+..\Web\www\clientsamples\assets\OpenLayers.js
+..\Web\www\clientsamples\assets\theme\default
+..\Web\www\clientsamples\assets\theme\default\img
+..\Web\www\clientsamples\assets\theme\default\google.css
+..\Web\www\clientsamples\assets\theme\default\google.tidy.css
+..\Web\www\clientsamples\assets\theme\default\ie6-style.css
+..\Web\www\clientsamples\assets\theme\default\ie6-style.tidy.css
+..\Web\www\clientsamples\assets\theme\default\style.css
+..\Web\www\clientsamples\assets\theme\default\style.mobile.css
+..\Web\www\clientsamples\assets\theme\default\style.mobile.tidy.css
+..\Web\www\clientsamples\assets\theme\default\style.tidy.css
+..\Web\www\clientsamples\assets\theme\default\img\add_point_off.png
+..\Web\www\clientsamples\assets\theme\default\img\add_point_on.png
+..\Web\www\clientsamples\assets\theme\default\img\blank.gif
+..\Web\www\clientsamples\assets\theme\default\img\close.gif
+..\Web\www\clientsamples\assets\theme\default\img\drag-rectangle-off.png
+..\Web\www\clientsamples\assets\theme\default\img\drag-rectangle-on.png
+..\Web\www\clientsamples\assets\theme\default\img\draw_line_off.png
+..\Web\www\clientsamples\assets\theme\default\img\draw_line_on.png
+..\Web\www\clientsamples\assets\theme\default\img\draw_point_off.png
+..\Web\www\clientsamples\assets\theme\default\img\draw_point_on.png
+..\Web\www\clientsamples\assets\theme\default\img\draw_polygon_off.png
+..\Web\www\clientsamples\assets\theme\default\img\draw_polygon_on.png
+..\Web\www\clientsamples\assets\theme\default\img\editing_tool_bar.png
+..\Web\www\clientsamples\assets\theme\default\img\move_feature_off.png
+..\Web\www\clientsamples\assets\theme\default\img\move_feature_on.png
+..\Web\www\clientsamples\assets\theme\default\img\navigation_history.png
+..\Web\www\clientsamples\assets\theme\default\img\overview_replacement.gif
+..\Web\www\clientsamples\assets\theme\default\img\pan-panel-NOALPHA.png
+..\Web\www\clientsamples\assets\theme\default\img\pan-panel.png
+..\Web\www\clientsamples\assets\theme\default\img\panning-hand-off.png
+..\Web\www\clientsamples\assets\theme\default\img\panning-hand-on.png
+..\Web\www\clientsamples\assets\theme\default\img\pan_off.png
+..\Web\www\clientsamples\assets\theme\default\img\pan_on.png
+..\Web\www\clientsamples\assets\theme\default\img\remove_point_off.png
+..\Web\www\clientsamples\assets\theme\default\img\remove_point_on.png
+..\Web\www\clientsamples\assets\theme\default\img\ruler.png
+..\Web\www\clientsamples\assets\theme\default\img\save_features_off.png
+..\Web\www\clientsamples\assets\theme\default\img\save_features_on.png
+..\Web\www\clientsamples\assets\theme\default\img\view_next_off.png
+..\Web\www\clientsamples\assets\theme\default\img\view_next_on.png
+..\Web\www\clientsamples\assets\theme\default\img\view_previous_off.png
+..\Web\www\clientsamples\assets\theme\default\img\view_previous_on.png
+..\Web\www\clientsamples\assets\theme\default\img\zoom-panel-NOALPHA.png
+..\Web\www\clientsamples\assets\theme\default\img\zoom-panel.png
+..\Web\www\clientsamples\data\load.php
+..\Web\www\clientsamples\data\SheboyganCommercial.MapDefinition.xml
+..\Web\www\clientsamples\data\SheboyganMixed.MapDefinition.xml
+..\Web\www\clientsamples\external\index.html
+..\Web\www\clientsamples\geoprocessing\index_ol.html
+..\Web\www\clientsamples\hybrid\index.html
+..\Web\www\clientsamples\mixed\index.html
+..\Web\www\clientsamples\mixed\index_ol.html
+..\Web\www\clientsamples\retina\index_ol.html
+..\Web\www\clientsamples\selection\index.html
+..\Web\www\clientsamples\tiled\index.html
+..\Web\www\clientsamples\untiled\index.html
+..\Web\www\clientsamples\utfgrid\index.html
+..\Web\www\clientsamples\wms\index.html
+..\Web\www\clientsamples\xyz\index.html
+..\Web\www\clientsamples\xyz\index_ol.html
+..\Web\www\dotnetsamples\analyzing_features
+..\Web\www\dotnetsamples\bin
+..\Web\www\dotnetsamples\common
+..\Web\www\dotnetsamples\custom_output
+..\Web\www\dotnetsamples\digitizing_features
+..\Web\www\dotnetsamples\hello_map
+..\Web\www\dotnetsamples\hello_viewer
+..\Web\www\dotnetsamples\images
+..\Web\www\dotnetsamples\interacting_with_layers
+..\Web\www\dotnetsamples\modifying_maps_and_layers
+..\Web\www\dotnetsamples\styles
+..\Web\www\dotnetsamples\viewerfiles
+..\Web\www\dotnetsamples\working_with_feature_data
+..\Web\www\dotnetsamples\index.aspx
+..\Web\www\dotnetsamples\main.aspx
+..\Web\www\dotnetsamples\readme.txt
+..\Web\www\dotnetsamples\Web.config
+..\Web\www\dotnetsamples\WebLayout.xml
+..\Web\www\dotnetsamples\analyzing_features\bufferfunctions.aspx
+..\Web\www\dotnetsamples\analyzing_features\bufferlayerdefinition.xml
+..\Web\www\dotnetsamples\analyzing_features\createbuffer.aspx
+..\Web\www\dotnetsamples\analyzing_features\parcelmarker.xml
+..\Web\www\dotnetsamples\analyzing_features\selectfeaturesinbuffer.aspx
+..\Web\www\dotnetsamples\analyzing_features\task_pane.aspx
+..\Web\www\dotnetsamples\bin\ACE.dll
+..\Web\www\dotnetsamples\bin\FoundationUnmanagedApi.dll
+..\Web\www\dotnetsamples\bin\GeometryUnmanagedApi.dll
+..\Web\www\dotnetsamples\bin\GEOS.dll
+..\Web\www\dotnetsamples\bin\lib_json.dll
+..\Web\www\dotnetsamples\bin\MapGuideCommonUnmanagedApi.dll
+..\Web\www\dotnetsamples\bin\MgFoundation.dll
+..\Web\www\dotnetsamples\bin\MgGeometry.dll
+..\Web\www\dotnetsamples\bin\MgHttpHandler.dll
+..\Web\www\dotnetsamples\bin\MgMapGuideCommon.dll
+..\Web\www\dotnetsamples\bin\MgMdfModel.dll
+..\Web\www\dotnetsamples\bin\MgMdfParser.dll
+..\Web\www\dotnetsamples\bin\MgPlatformBase.dll
+..\Web\www\dotnetsamples\bin\MgWebApp.dll
+..\Web\www\dotnetsamples\bin\MgWebSupport.dll
+..\Web\www\dotnetsamples\bin\OSGeo.MapGuide.Foundation.dll
+..\Web\www\dotnetsamples\bin\OSGeo.MapGuide.Geometry.dll
+..\Web\www\dotnetsamples\bin\OSGeo.MapGuide.MapGuideCommon.dll
+..\Web\www\dotnetsamples\bin\OSGeo.MapGuide.PlatformBase.dll
+..\Web\www\dotnetsamples\bin\OSGeo.MapGuide.Web.dll
+..\Web\www\dotnetsamples\bin\PlatformBaseUnmanagedApi.dll
+..\Web\www\dotnetsamples\bin\readme.txt
+..\Web\www\dotnetsamples\bin\WebUnmanagedApi.dll
+..\Web\www\dotnetsamples\bin\xerces-c_3_1mg.dll
+..\Web\www\dotnetsamples\common\common.aspx
+..\Web\www\dotnetsamples\common\mapinfo.aspx
+..\Web\www\dotnetsamples\common\pageLoadFunctions.js
+..\Web\www\dotnetsamples\common\title.aspx
+..\Web\www\dotnetsamples\common\viewresourcecontent.aspx
+..\Web\www\dotnetsamples\common\viewsource.aspx
+..\Web\www\dotnetsamples\custom_output\createmapimage.aspx
+..\Web\www\dotnetsamples\custom_output\eplot.aspx
+..\Web\www\dotnetsamples\custom_output\multiplot.aspx
+..\Web\www\dotnetsamples\custom_output\property_report.aspx
+..\Web\www\dotnetsamples\custom_output\task_pane.aspx
+..\Web\www\dotnetsamples\digitizing_features\clear_lines.aspx
+..\Web\www\dotnetsamples\digitizing_features\draw_line.aspx
+..\Web\www\dotnetsamples\digitizing_features\task_pane.aspx
+..\Web\www\dotnetsamples\digitizing_features\task_pane_digitizing.aspx
+..\Web\www\dotnetsamples\digitizing_features\task_pane_redlining.aspx
+..\Web\www\dotnetsamples\hello_map\display_spatial_reference.aspx
+..\Web\www\dotnetsamples\hello_map\task_pane.aspx
+..\Web\www\dotnetsamples\hello_viewer\gotopoint.aspx
+..\Web\www\dotnetsamples\hello_viewer\task_pane.aspx
+..\Web\www\dotnetsamples\images\banner.jpg
+..\Web\www\dotnetsamples\interacting_with_layers\layer_visibility.aspx
+..\Web\www\dotnetsamples\interacting_with_layers\task_pane.aspx
+..\Web\www\dotnetsamples\interacting_with_layers\toggle_roads_label.aspx
+..\Web\www\dotnetsamples\modifying_maps_and_layers\change_layers_via_dom.aspx
+..\Web\www\dotnetsamples\modifying_maps_and_layers\create_new_line_layer_definition.aspx
+..\Web\www\dotnetsamples\modifying_maps_and_layers\create_new_point_layer_definition.aspx
+..\Web\www\dotnetsamples\modifying_maps_and_layers\create_new_squarefootage_layer_definition.aspx
+..\Web\www\dotnetsamples\modifying_maps_and_layers\layer_functions.aspx
+..\Web\www\dotnetsamples\modifying_maps_and_layers\RecentlyBuilt.LayerDefinition
+..\Web\www\dotnetsamples\modifying_maps_and_layers\task_pane.aspx
+..\Web\www\dotnetsamples\styles\globalStyles.css
+..\Web\www\dotnetsamples\styles\otherStyles.css
+..\Web\www\dotnetsamples\viewerfiles\arearule.templ
+..\Web\www\dotnetsamples\viewerfiles\areatypestyle.templ
+..\Web\www\dotnetsamples\viewerfiles\layerdefinition.templ
+..\Web\www\dotnetsamples\viewerfiles\linerule.templ
+..\Web\www\dotnetsamples\viewerfiles\linetypestyle.templ
+..\Web\www\dotnetsamples\viewerfiles\marksymbol.templ
+..\Web\www\dotnetsamples\viewerfiles\pointrule.templ
+..\Web\www\dotnetsamples\viewerfiles\pointtypestyle.templ
+..\Web\www\dotnetsamples\viewerfiles\scalerange.templ
+..\Web\www\dotnetsamples\viewerfiles\textsymbol.templ
+..\Web\www\dotnetsamples\working_with_feature_data\listselection.aspx
+..\Web\www\dotnetsamples\working_with_feature_data\queryfeatures.aspx
+..\Web\www\dotnetsamples\working_with_feature_data\selectfeatures.aspx
+..\Web\www\dotnetsamples\working_with_feature_data\task_pane.aspx
+..\Web\www\dotnetviewersample\bin
+..\Web\www\dotnetviewersample\findaddress
+..\Web\www\dotnetviewersample\images
+..\Web\www\dotnetviewersample\overview
+..\Web\www\dotnetviewersample\plot
+..\Web\www\dotnetviewersample\query
+..\Web\www\dotnetviewersample\styles
+..\Web\www\dotnetviewersample\theme
+..\Web\www\dotnetviewersample\ajaxtiledviewersample.aspx
+..\Web\www\dotnetviewersample\ajaxviewersample.aspx
+..\Web\www\dotnetviewersample\dwfviewersample.aspx
+..\Web\www\dotnetviewersample\json.js
+..\Web\www\dotnetviewersample\ReadMe.txt
+..\Web\www\dotnetviewersample\title.html
+..\Web\www\dotnetviewersample\utilityfunctions.aspx
+..\Web\www\dotnetviewersample\Web.config
+..\Web\www\dotnetviewersample\bin\ACE.dll
+..\Web\www\dotnetviewersample\bin\FoundationUnmanagedApi.dll
+..\Web\www\dotnetviewersample\bin\GeometryUnmanagedApi.dll
+..\Web\www\dotnetviewersample\bin\GEOS.dll
+..\Web\www\dotnetviewersample\bin\Jayrock.dll
+..\Web\www\dotnetviewersample\bin\Jayrock.Json.dll
+..\Web\www\dotnetviewersample\bin\lib_json.dll
+..\Web\www\dotnetviewersample\bin\MapGuideCommonUnmanagedApi.dll
+..\Web\www\dotnetviewersample\bin\MgFoundation.dll
+..\Web\www\dotnetviewersample\bin\MgGeometry.dll
+..\Web\www\dotnetviewersample\bin\MgHttpHandler.dll
+..\Web\www\dotnetviewersample\bin\MgMapGuideCommon.dll
+..\Web\www\dotnetviewersample\bin\MgMdfModel.dll
+..\Web\www\dotnetviewersample\bin\MgMdfParser.dll
+..\Web\www\dotnetviewersample\bin\MgPlatformBase.dll
+..\Web\www\dotnetviewersample\bin\MgWebApp.dll
+..\Web\www\dotnetviewersample\bin\MgWebSupport.dll
+..\Web\www\dotnetviewersample\bin\OSGeo.MapGuide.Foundation.dll
+..\Web\www\dotnetviewersample\bin\OSGeo.MapGuide.Geometry.dll
+..\Web\www\dotnetviewersample\bin\OSGeo.MapGuide.MapGuideCommon.dll
+..\Web\www\dotnetviewersample\bin\OSGeo.MapGuide.PlatformBase.dll
+..\Web\www\dotnetviewersample\bin\OSGeo.MapGuide.Web.dll
+..\Web\www\dotnetviewersample\bin\PlatformBaseUnmanagedApi.dll
+..\Web\www\dotnetviewersample\bin\WebUnmanagedApi.dll
+..\Web\www\dotnetviewersample\bin\xerces-c_3_1mg.dll
+..\Web\www\dotnetviewersample\findaddress\templates
+..\Web\www\dotnetviewersample\findaddress\clearaddressresults.aspx
+..\Web\www\dotnetviewersample\findaddress\findaddress.aspx
+..\Web\www\dotnetviewersample\findaddress\findaddressfunctions.aspx
+..\Web\www\dotnetviewersample\findaddress\findaddressmain.aspx
+..\Web\www\dotnetviewersample\findaddress\gotopoint.aspx
+..\Web\www\dotnetviewersample\findaddress\templates\addressmarker.xml
+..\Web\www\dotnetviewersample\images\loader_inactive.gif
+..\Web\www\dotnetviewersample\images\loader_pulse.gif
+..\Web\www\dotnetviewersample\images\pushpin.jpg
+..\Web\www\dotnetviewersample\images\pushpinblue.jpg
+..\Web\www\dotnetviewersample\images\Thumbs.db
+..\Web\www\dotnetviewersample\overview\overviewmain.aspx
+..\Web\www\dotnetviewersample\plot\plot.aspx
+..\Web\www\dotnetviewersample\plot\plotmain.aspx
+..\Web\www\dotnetviewersample\query\classes
+..\Web\www\dotnetviewersample\query\templates
+..\Web\www\dotnetviewersample\query\querycontroller.aspx
+..\Web\www\dotnetviewersample\query\querymain.aspx
+..\Web\www\dotnetviewersample\query\classes\command.aspx
+..\Web\www\dotnetviewersample\query\classes\feature.aspx
+..\Web\www\dotnetviewersample\query\classes\property.aspx
+..\Web\www\dotnetviewersample\query\classes\query.aspx
+..\Web\www\dotnetviewersample\query\templates\filterlayerdefinition.xml
+..\Web\www\dotnetviewersample\styles\gt.css
+..\Web\www\dotnetviewersample\theme\classes
+..\Web\www\dotnetviewersample\theme\templates
+..\Web\www\dotnetviewersample\theme\themecontroller.aspx
+..\Web\www\dotnetviewersample\theme\thememain.aspx
+..\Web\www\dotnetviewersample\theme\classes\command.aspx
+..\Web\www\dotnetviewersample\theme\classes\layerinfo.aspx
+..\Web\www\dotnetviewersample\theme\classes\property.aspx
+..\Web\www\dotnetviewersample\theme\classes\theme.aspx
+..\Web\www\dotnetviewersample\theme\templates\arearuletemplate.xml
+..\Web\www\fusion\common
+..\Web\www\fusion\containerinfo
+..\Web\www\fusion\docs
+..\Web\www\fusion\ext
+..\Web\www\fusion\layers
+..\Web\www\fusion\lib
+..\Web\www\fusion\templates
+..\Web\www\fusion\text
+..\Web\www\fusion\widgets
+..\Web\www\fusion\config.json
+..\Web\www\fusion\configHeader.json
+..\Web\www\fusion\common\images
+..\Web\www\fusion\common\php
+..\Web\www\fusion\common\browserdetect.js
+..\Web\www\fusion\common\json.js
+..\Web\www\fusion\common\mgsamples.css
+..\Web\www\fusion\common\images\loader_inactive.gif
+..\Web\www\fusion\common\images\loader_pulse.gif
+..\Web\www\fusion\common\php\GetLocale.php
+..\Web\www\fusion\common\php\Utilities.php
+..\Web\www\fusion\common\php\Xml2JSON.php
+..\Web\www\fusion\containerinfo\contextmenu.xml
+..\Web\www\fusion\containerinfo\menu.png
+..\Web\www\fusion\containerinfo\splitterbar.png
+..\Web\www\fusion\containerinfo\splitterbar.xml
+..\Web\www\fusion\containerinfo\toolbar.png
+..\Web\www\fusion\containerinfo\toolbar.xml
+..\Web\www\fusion\docs\NaturalDocs
+..\Web\www\fusion\docs\tutorial
+..\Web\www\fusion\docs\ApplicationDefinition-1.0.0.xsd
+..\Web\www\fusion\docs\ApplicationDefinition.xml
+..\Web\www\fusion\docs\index.html
+..\Web\www\fusion\docs\installation.html
+..\Web\www\fusion\docs\tutorial\fullPage
+..\Web\www\fusion\docs\tutorial\simple
+..\Web\www\fusion\docs\tutorial\Fusion_Tutorial.odt
+..\Web\www\fusion\docs\tutorial\fullPage\crispin
+..\Web\www\fusion\docs\tutorial\fullPage\images
+..\Web\www\fusion\docs\tutorial\fullPage\ApplicationDefinition.xml
+..\Web\www\fusion\docs\tutorial\fullPage\icons.css
+..\Web\www\fusion\docs\tutorial\fullPage\index.html
+..\Web\www\fusion\docs\tutorial\fullPage\index1.html
+..\Web\www\fusion\docs\tutorial\fullPage\index2.html
+..\Web\www\fusion\docs\tutorial\fullPage\index3.html
+..\Web\www\fusion\docs\tutorial\fullPage\index4.html
+..\Web\www\fusion\docs\tutorial\fullPage\index5.html
+..\Web\www\fusion\docs\tutorial\fullPage\crispin\images
+..\Web\www\fusion\docs\tutorial\fullPage\crispin\ie6.css
+..\Web\www\fusion\docs\tutorial\fullPage\crispin\ie7.css
+..\Web\www\fusion\docs\tutorial\fullPage\crispin\jxtheme.css
+..\Web\www\fusion\docs\tutorial\fullPage\crispin\jxtheme.uncompressed.css
+..\Web\www\fusion\docs\tutorial\fullPage\crispin\images\a_pixel.png
+..\Web\www\fusion\docs\tutorial\fullPage\crispin\images\button.png
+..\Web\www\fusion\docs\tutorial\fullPage\crispin\images\button_combo.png
+..\Web\www\fusion\docs\tutorial\fullPage\crispin\images\button_multi.png
+..\Web\www\fusion\docs\tutorial\fullPage\crispin\images\button_multi_disclose.png
+..\Web\www\fusion\docs\tutorial\fullPage\crispin\images\dialog_chrome.png
+..\Web\www\fusion\docs\tutorial\fullPage\crispin\images\dialog_resize.png
+..\Web\www\fusion\docs\tutorial\fullPage\crispin\images\emblems.png
+..\Web\www\fusion\docs\tutorial\fullPage\crispin\images\flyout_chrome.png
+..\Web\www\fusion\docs\tutorial\fullPage\crispin\images\grid.png
+..\Web\www\fusion\docs\tutorial\fullPage\crispin\images\loading.gif
+..\Web\www\fusion\docs\tutorial\fullPage\crispin\images\menu_hover.png
+..\Web\www\fusion\docs\tutorial\fullPage\crispin\images\menu_icon_active.png
+..\Web\www\fusion\docs\tutorial\fullPage\crispin\images\panelbar.png
+..\Web\www\fusion\docs\tutorial\fullPage\crispin\images\panel_controls.png
+..\Web\www\fusion\docs\tutorial\fullPage\crispin\images\tabbar.png
+..\Web\www\fusion\docs\tutorial\fullPage\crispin\images\tabbar_bottom.png
+..\Web\www\fusion\docs\tutorial\fullPage\crispin\images\tabbar_left.png
+..\Web\www\fusion\docs\tutorial\fullPage\crispin\images\tabbar_right.png
+..\Web\www\fusion\docs\tutorial\fullPage\crispin\images\table_col.png
+..\Web\www\fusion\docs\tutorial\fullPage\crispin\images\table_row.png
+..\Web\www\fusion\docs\tutorial\fullPage\crispin\images\tab_bottom.png
+..\Web\www\fusion\docs\tutorial\fullPage\crispin\images\tab_close.png
+..\Web\www\fusion\docs\tutorial\fullPage\crispin\images\tab_left.png
+..\Web\www\fusion\docs\tutorial\fullPage\crispin\images\tab_right.png
+..\Web\www\fusion\docs\tutorial\fullPage\crispin\images\tab_top.png
+..\Web\www\fusion\docs\tutorial\fullPage\crispin\images\toolbar.png
+..\Web\www\fusion\docs\tutorial\fullPage\crispin\images\toolbar_separator_h.png
+..\Web\www\fusion\docs\tutorial\fullPage\crispin\images\toolbar_separator_v.png
+..\Web\www\fusion\docs\tutorial\fullPage\crispin\images\tree.png
+..\Web\www\fusion\docs\tutorial\fullPage\crispin\images\tree_hover.png
+..\Web\www\fusion\docs\tutorial\fullPage\crispin\images\tree_vert_line.png
+..\Web\www\fusion\docs\tutorial\fullPage\images\a_pixel.png
+..\Web\www\fusion\docs\tutorial\fullPage\images\icons.png
+..\Web\www\fusion\docs\tutorial\fullPage\images\icon_home.png
+..\Web\www\fusion\docs\tutorial\simple\SheboyganLife_files
+..\Web\www\fusion\docs\tutorial\simple\ApplicationDefinition.xml
+..\Web\www\fusion\docs\tutorial\simple\index.html
+..\Web\www\fusion\docs\tutorial\simple\index.xml
+..\Web\www\fusion\docs\tutorial\simple\index2.html
+..\Web\www\fusion\docs\tutorial\simple\Sheboygan News _ Sheboygan Life.htm
+..\Web\www\fusion\docs\tutorial\simple\simple.gif
+..\Web\www\fusion\docs\tutorial\simple\SheboyganLife_files\ads_data_002
+..\Web\www\fusion\docs\tutorial\simple\SheboyganLife_files\images
+..\Web\www\fusion\docs\tutorial\simple\SheboyganLife_files\6.jpg
+..\Web\www\fusion\docs\tutorial\simple\SheboyganLife_files\6_002.jpg
+..\Web\www\fusion\docs\tutorial\simple\SheboyganLife_files\6_003.jpg
+..\Web\www\fusion\docs\tutorial\simple\SheboyganLife_files\6_004.jpg
+..\Web\www\fusion\docs\tutorial\simple\SheboyganLife_files\ads.htm
+..\Web\www\fusion\docs\tutorial\simple\SheboyganLife_files\ads_002.htm
+..\Web\www\fusion\docs\tutorial\simple\SheboyganLife_files\ads_003.htm
+..\Web\www\fusion\docs\tutorial\simple\SheboyganLife_files\counter.js
+..\Web\www\fusion\docs\tutorial\simple\SheboyganLife_files\expansion_embed.js
+..\Web\www\fusion\docs\tutorial\simple\SheboyganLife_files\imghover.htm
+..\Web\www\fusion\docs\tutorial\simple\SheboyganLife_files\ipkfile.png
+..\Web\www\fusion\docs\tutorial\simple\SheboyganLife_files\show_ads.js
+..\Web\www\fusion\docs\tutorial\simple\SheboyganLife_files\style.css
+..\Web\www\fusion\docs\tutorial\simple\SheboyganLife_files\test_domain.js
+..\Web\www\fusion\docs\tutorial\simple\SheboyganLife_files\ads_data_002\abg-en-100c-000000.png
+..\Web\www\fusion\docs\tutorial\simple\SheboyganLife_files\images\skyline.jpg
+..\Web\www\fusion\ext\README.TXT
+..\Web\www\fusion\layers\Generic
+..\Web\www\fusion\layers\MapGuide
+..\Web\www\fusion\layers\MapServer
+..\Web\www\fusion\layers\Layers.js
+..\Web\www\fusion\layers\Generic\php
+..\Web\www\fusion\layers\Generic\Generic.js
+..\Web\www\fusion\layers\Generic\php\save.php
+..\Web\www\fusion\layers\MapGuide\php
+..\Web\www\fusion\layers\MapGuide\MapGuide.js
+..\Web\www\fusion\layers\MapGuide\MapGuideViewerApi.js
+..\Web\www\fusion\layers\MapGuide\php\Buffer.php
+..\Web\www\fusion\layers\MapGuide\php\ClearSelection.php
+..\Web\www\fusion\layers\MapGuide\php\ColorPicker.php
+..\Web\www\fusion\layers\MapGuide\php\ColorPicker.templ
+..\Web\www\fusion\layers\MapGuide\php\Common.php
+..\Web\www\fusion\layers\MapGuide\php\Constants.php
+..\Web\www\fusion\layers\MapGuide\php\cp_arr.gif
+..\Web\www\fusion\layers\MapGuide\php\cp_arr_dis.gif
+..\Web\www\fusion\layers\MapGuide\php\CreateSession.php
+..\Web\www\fusion\layers\MapGuide\php\CsMap2Proj.php
+..\Web\www\fusion\layers\MapGuide\php\csmap2proj4.js
+..\Web\www\fusion\layers\MapGuide\php\GetSelectionProperties.php
+..\Web\www\fusion\layers\MapGuide\php\JSON.php
+..\Web\www\fusion\layers\MapGuide\php\LayerInfo.php
+..\Web\www\fusion\layers\MapGuide\php\Legend.php
+..\Web\www\fusion\layers\MapGuide\php\LoadMap.php
+..\Web\www\fusion\layers\MapGuide\php\LoadScaleRanges.php
+..\Web\www\fusion\layers\MapGuide\php\MapMenu.php
+..\Web\www\fusion\layers\MapGuide\php\Measure.php
+..\Web\www\fusion\layers\MapGuide\php\Print.php
+..\Web\www\fusion\layers\MapGuide\php\Query.php
+..\Web\www\fusion\layers\MapGuide\php\SaveMap.php
+..\Web\www\fusion\layers\MapGuide\php\SaveMapFrame.php
+..\Web\www\fusion\layers\MapGuide\php\SaveSelection.php
+..\Web\www\fusion\layers\MapGuide\php\Selection.php
+..\Web\www\fusion\layers\MapGuide\php\SetLayers.php
+..\Web\www\fusion\layers\MapGuide\php\UserManager.php
+..\Web\www\fusion\layers\MapGuide\php\Utilities.php
+..\Web\www\fusion\layers\MapServer\php
+..\Web\www\fusion\layers\MapServer\MapServer.js
+..\Web\www\fusion\layers\MapServer\php\Common.php
+..\Web\www\fusion\layers\MapServer\php\CreateSession.php
+..\Web\www\fusion\layers\MapServer\php\GetAttributes.php
+..\Web\www\fusion\layers\MapServer\php\LegendIcon.php
+..\Web\www\fusion\layers\MapServer\php\LoadMap.php
+..\Web\www\fusion\layers\MapServer\php\LoadScaleRanges.php
+..\Web\www\fusion\layers\MapServer\php\Maptip.php
+..\Web\www\fusion\layers\MapServer\php\Measure.php
+..\Web\www\fusion\layers\MapServer\php\Query.php
+..\Web\www\fusion\layers\MapServer\php\RestoreState.php
+..\Web\www\fusion\layers\MapServer\php\SaveSession.php
+..\Web\www\fusion\layers\MapServer\php\Selection.php
+..\Web\www\fusion\layers\MapServer\php\SelectionCSV.php
+..\Web\www\fusion\layers\MapServer\php\Session.php
+..\Web\www\fusion\layers\MapServer\php\SetLayers.php
+..\Web\www\fusion\layers\MapServer\php\updateSessionMapFile.php
+..\Web\www\fusion\layers\MapServer\php\Utilities.php
+..\Web\www\fusion\lib\excanvas
+..\Web\www\fusion\lib\jxLib
+..\Web\www\fusion\lib\OpenLayers
+..\Web\www\fusion\lib\Proj4js
+..\Web\www\fusion\lib\tcpdf
+..\Web\www\fusion\lib\TraceKit
+..\Web\www\fusion\lib\ApplicationDefinition.js
+..\Web\www\fusion\lib\a_pixel.png
+..\Web\www\fusion\lib\Error.js
+..\Web\www\fusion\lib\EventMgr.js
+..\Web\www\fusion\lib\fusion.js
+..\Web\www\fusion\lib\fusionSF-compressed.js
+..\Web\www\fusion\lib\fusionSF-compressed.js.map
+..\Web\www\fusion\lib\fusionSF.js
+..\Web\www\fusion\lib\Map.js
+..\Web\www\fusion\lib\MapMessage.js
+..\Web\www\fusion\lib\MGBroker.js
+..\Web\www\fusion\lib\OLpatch.js
+..\Web\www\fusion\lib\RectTool.js
+..\Web\www\fusion\lib\Search.js
+..\Web\www\fusion\lib\SingleFile.js
+..\Web\www\fusion\lib\SymbolLayer.js
+..\Web\www\fusion\lib\Widget.js
+..\Web\www\fusion\lib\excanvas\AUTHORS
+..\Web\www\fusion\lib\excanvas\COPYING
+..\Web\www\fusion\lib\excanvas\excanvas-compressed.js
+..\Web\www\fusion\lib\excanvas\excanvas.js
+..\Web\www\fusion\lib\excanvas\README
+..\Web\www\fusion\lib\jxLib\themes
+..\Web\www\fusion\lib\jxLib\jxlib.uncompressed.js
+..\Web\www\fusion\lib\jxLib\themes\crispin
+..\Web\www\fusion\lib\jxLib\themes\delicious
+..\Web\www\fusion\lib\jxLib\themes\crispin\images
+..\Web\www\fusion\lib\jxLib\themes\crispin\ie6.css
+..\Web\www\fusion\lib\jxLib\themes\crispin\ie7.css
+..\Web\www\fusion\lib\jxLib\themes\crispin\jxtheme.css
+..\Web\www\fusion\lib\jxLib\themes\crispin\jxtheme.uncompressed.css
+..\Web\www\fusion\lib\jxLib\themes\crispin\images\a_pixel.png
+..\Web\www\fusion\lib\jxLib\themes\crispin\images\button.png
+..\Web\www\fusion\lib\jxLib\themes\crispin\images\button_combo.png
+..\Web\www\fusion\lib\jxLib\themes\crispin\images\button_multi.png
+..\Web\www\fusion\lib\jxLib\themes\crispin\images\button_multi_disclose.png
+..\Web\www\fusion\lib\jxLib\themes\crispin\images\dialog_chrome.png
+..\Web\www\fusion\lib\jxLib\themes\crispin\images\dialog_resize.png
+..\Web\www\fusion\lib\jxLib\themes\crispin\images\emblems.png
+..\Web\www\fusion\lib\jxLib\themes\crispin\images\flyout_chrome.png
+..\Web\www\fusion\lib\jxLib\themes\crispin\images\grid.png
+..\Web\www\fusion\lib\jxLib\themes\crispin\images\icons.png
+..\Web\www\fusion\lib\jxLib\themes\crispin\images\listitem.png
+..\Web\www\fusion\lib\jxLib\themes\crispin\images\loading.gif
+..\Web\www\fusion\lib\jxLib\themes\crispin\images\menuitem.png
+..\Web\www\fusion\lib\jxLib\themes\crispin\images\notice.png
+..\Web\www\fusion\lib\jxLib\themes\crispin\images\notice_error.png
+..\Web\www\fusion\lib\jxLib\themes\crispin\images\notice_success.png
+..\Web\www\fusion\lib\jxLib\themes\crispin\images\notice_warning.png
+..\Web\www\fusion\lib\jxLib\themes\crispin\images\panelbar.png
+..\Web\www\fusion\lib\jxLib\themes\crispin\images\panel_controls.png
+..\Web\www\fusion\lib\jxLib\themes\crispin\images\progressbar.png
+..\Web\www\fusion\lib\jxLib\themes\crispin\images\spinner_16.gif
+..\Web\www\fusion\lib\jxLib\themes\crispin\images\spinner_24.gif
+..\Web\www\fusion\lib\jxLib\themes\crispin\images\tabbar.png
+..\Web\www\fusion\lib\jxLib\themes\crispin\images\tabbar_bottom.png
+..\Web\www\fusion\lib\jxLib\themes\crispin\images\tabbar_left.png
+..\Web\www\fusion\lib\jxLib\themes\crispin\images\tabbar_right.png
+..\Web\www\fusion\lib\jxLib\themes\crispin\images\table_col.png
+..\Web\www\fusion\lib\jxLib\themes\crispin\images\table_row.png
+..\Web\www\fusion\lib\jxLib\themes\crispin\images\tab_bottom.png
+..\Web\www\fusion\lib\jxLib\themes\crispin\images\tab_close.png
+..\Web\www\fusion\lib\jxLib\themes\crispin\images\tab_left.png
+..\Web\www\fusion\lib\jxLib\themes\crispin\images\tab_right.png
+..\Web\www\fusion\lib\jxLib\themes\crispin\images\tab_top.png
+..\Web\www\fusion\lib\jxLib\themes\crispin\images\toolbar.png
+..\Web\www\fusion\lib\jxLib\themes\crispin\images\toolbar_separator_h.png
+..\Web\www\fusion\lib\jxLib\themes\crispin\images\toolbar_separator_v.png
+..\Web\www\fusion\lib\jxLib\themes\crispin\images\tree.png
+..\Web\www\fusion\lib\jxLib\themes\crispin\images\tree_hover.png
+..\Web\www\fusion\lib\jxLib\themes\crispin\images\tree_vert_line.png
+..\Web\www\fusion\lib\jxLib\themes\delicious\images
+..\Web\www\fusion\lib\jxLib\themes\delicious\ie6.css
+..\Web\www\fusion\lib\jxLib\themes\delicious\ie7.css
+..\Web\www\fusion\lib\jxLib\themes\delicious\jxtheme.css
+..\Web\www\fusion\lib\jxLib\themes\delicious\jxtheme.uncompressed.css
+..\Web\www\fusion\lib\jxLib\themes\delicious\images\a_pixel.png
+..\Web\www\fusion\lib\jxLib\themes\delicious\images\button.png
+..\Web\www\fusion\lib\jxLib\themes\delicious\images\button_combo.png
+..\Web\www\fusion\lib\jxLib\themes\delicious\images\button_multi.png
+..\Web\www\fusion\lib\jxLib\themes\delicious\images\button_multi_disclose.png
+..\Web\www\fusion\lib\jxLib\themes\delicious\images\dialog_chrome.png
+..\Web\www\fusion\lib\jxLib\themes\delicious\images\dialog_resize.png
+..\Web\www\fusion\lib\jxLib\themes\delicious\images\emblems.png
+..\Web\www\fusion\lib\jxLib\themes\delicious\images\flyout_chrome.png
+..\Web\www\fusion\lib\jxLib\themes\delicious\images\grid.png
+..\Web\www\fusion\lib\jxLib\themes\delicious\images\icons.png
+..\Web\www\fusion\lib\jxLib\themes\delicious\images\listitem.png
+..\Web\www\fusion\lib\jxLib\themes\delicious\images\loading.gif
+..\Web\www\fusion\lib\jxLib\themes\delicious\images\menuitem.png
+..\Web\www\fusion\lib\jxLib\themes\delicious\images\notice.png
+..\Web\www\fusion\lib\jxLib\themes\delicious\images\notice_error.png
+..\Web\www\fusion\lib\jxLib\themes\delicious\images\notice_success.png
+..\Web\www\fusion\lib\jxLib\themes\delicious\images\notice_warning.png
+..\Web\www\fusion\lib\jxLib\themes\delicious\images\panelbar.png
+..\Web\www\fusion\lib\jxLib\themes\delicious\images\panel_controls.png
+..\Web\www\fusion\lib\jxLib\themes\delicious\images\progressbar.png
+..\Web\www\fusion\lib\jxLib\themes\delicious\images\spinner_16.gif
+..\Web\www\fusion\lib\jxLib\themes\delicious\images\spinner_24.gif
+..\Web\www\fusion\lib\jxLib\themes\delicious\images\tabbar.png
+..\Web\www\fusion\lib\jxLib\themes\delicious\images\tabbar_bottom.png
+..\Web\www\fusion\lib\jxLib\themes\delicious\images\tabbar_left.png
+..\Web\www\fusion\lib\jxLib\themes\delicious\images\tabbar_right.png
+..\Web\www\fusion\lib\jxLib\themes\delicious\images\table_col.png
+..\Web\www\fusion\lib\jxLib\themes\delicious\images\table_row.png
+..\Web\www\fusion\lib\jxLib\themes\delicious\images\tab_bottom.png
+..\Web\www\fusion\lib\jxLib\themes\delicious\images\tab_close.png
+..\Web\www\fusion\lib\jxLib\themes\delicious\images\tab_left.png
+..\Web\www\fusion\lib\jxLib\themes\delicious\images\tab_right.png
+..\Web\www\fusion\lib\jxLib\themes\delicious\images\tab_top.png
+..\Web\www\fusion\lib\jxLib\themes\delicious\images\toolbar.png
+..\Web\www\fusion\lib\jxLib\themes\delicious\images\toolbar_separator_h.png
+..\Web\www\fusion\lib\jxLib\themes\delicious\images\toolbar_separator_v.png
+..\Web\www\fusion\lib\jxLib\themes\delicious\images\tree.png
+..\Web\www\fusion\lib\jxLib\themes\delicious\images\tree_hover.png
+..\Web\www\fusion\lib\jxLib\themes\delicious\images\tree_vert_line.png
+..\Web\www\fusion\lib\OpenLayers\ext
+..\Web\www\fusion\lib\OpenLayers\img
+..\Web\www\fusion\lib\OpenLayers\Lang
+..\Web\www\fusion\lib\OpenLayers\theme
+..\Web\www\fusion\lib\OpenLayers\OpenLayers.js
+..\Web\www\fusion\lib\OpenLayers\ext\OpenLayers
+..\Web\www\fusion\lib\OpenLayers\ext\readme.txt
+..\Web\www\fusion\lib\OpenLayers\ext\OpenLayers\Layer
+..\Web\www\fusion\lib\OpenLayers\ext\OpenLayers\Map.js
+..\Web\www\fusion\lib\OpenLayers\ext\OpenLayers\Layer\Google
+..\Web\www\fusion\lib\OpenLayers\ext\OpenLayers\Layer\Google\v3.js
+..\Web\www\fusion\lib\OpenLayers\img\blank.gif
+..\Web\www\fusion\lib\OpenLayers\img\cloud-popup-relative.png
+..\Web\www\fusion\lib\OpenLayers\img\drag-rectangle-off.png
+..\Web\www\fusion\lib\OpenLayers\img\drag-rectangle-on.png
+..\Web\www\fusion\lib\OpenLayers\img\east-mini.png
+..\Web\www\fusion\lib\OpenLayers\img\layer-switcher-maximize.png
+..\Web\www\fusion\lib\OpenLayers\img\layer-switcher-minimize.png
+..\Web\www\fusion\lib\OpenLayers\img\marker-blue.png
+..\Web\www\fusion\lib\OpenLayers\img\marker-gold.png
+..\Web\www\fusion\lib\OpenLayers\img\marker-green.png
+..\Web\www\fusion\lib\OpenLayers\img\marker.png
+..\Web\www\fusion\lib\OpenLayers\img\measuring-stick-off.png
+..\Web\www\fusion\lib\OpenLayers\img\measuring-stick-on.png
+..\Web\www\fusion\lib\OpenLayers\img\north-mini.png
+..\Web\www\fusion\lib\OpenLayers\img\panning-hand-off.png
+..\Web\www\fusion\lib\OpenLayers\img\panning-hand-on.png
+..\Web\www\fusion\lib\OpenLayers\img\slider.png
+..\Web\www\fusion\lib\OpenLayers\img\south-mini.png
+..\Web\www\fusion\lib\OpenLayers\img\west-mini.png
+..\Web\www\fusion\lib\OpenLayers\img\zoom-minus-mini.png
+..\Web\www\fusion\lib\OpenLayers\img\zoom-plus-mini.png
+..\Web\www\fusion\lib\OpenLayers\img\zoom-world-mini.png
+..\Web\www\fusion\lib\OpenLayers\img\zoombar.png
+..\Web\www\fusion\lib\OpenLayers\Lang\ar.js
+..\Web\www\fusion\lib\OpenLayers\Lang\be-tarask.js
+..\Web\www\fusion\lib\OpenLayers\Lang\bg.js
+..\Web\www\fusion\lib\OpenLayers\Lang\br.js
+..\Web\www\fusion\lib\OpenLayers\Lang\ca.js
+..\Web\www\fusion\lib\OpenLayers\Lang\cs-CZ.js
+..\Web\www\fusion\lib\OpenLayers\Lang\da-DK.js
+..\Web\www\fusion\lib\OpenLayers\Lang\de.js
+..\Web\www\fusion\lib\OpenLayers\Lang\el.js
+..\Web\www\fusion\lib\OpenLayers\Lang\en-CA.js
+..\Web\www\fusion\lib\OpenLayers\Lang\en.js
+..\Web\www\fusion\lib\OpenLayers\Lang\es.js
+..\Web\www\fusion\lib\OpenLayers\Lang\fi.js
+..\Web\www\fusion\lib\OpenLayers\Lang\fr.js
+..\Web\www\fusion\lib\OpenLayers\Lang\fur.js
+..\Web\www\fusion\lib\OpenLayers\Lang\gl.js
+..\Web\www\fusion\lib\OpenLayers\Lang\gsw.js
+..\Web\www\fusion\lib\OpenLayers\Lang\hr.js
+..\Web\www\fusion\lib\OpenLayers\Lang\hsb.js
+..\Web\www\fusion\lib\OpenLayers\Lang\hu.js
+..\Web\www\fusion\lib\OpenLayers\Lang\ia.js
+..\Web\www\fusion\lib\OpenLayers\Lang\id.js
+..\Web\www\fusion\lib\OpenLayers\Lang\io.js
+..\Web\www\fusion\lib\OpenLayers\Lang\is.js
+..\Web\www\fusion\lib\OpenLayers\Lang\it.js
+..\Web\www\fusion\lib\OpenLayers\Lang\ja.js
+..\Web\www\fusion\lib\OpenLayers\Lang\km.js
+..\Web\www\fusion\lib\OpenLayers\Lang\ksh.js
+..\Web\www\fusion\lib\OpenLayers\Lang\lt.js
+..\Web\www\fusion\lib\OpenLayers\Lang\nb.js
+..\Web\www\fusion\lib\OpenLayers\Lang\nds.js
+..\Web\www\fusion\lib\OpenLayers\Lang\nl.js
+..\Web\www\fusion\lib\OpenLayers\Lang\nn.js
+..\Web\www\fusion\lib\OpenLayers\Lang\oc.js
+..\Web\www\fusion\lib\OpenLayers\Lang\pl.js
+..\Web\www\fusion\lib\OpenLayers\Lang\pt-BR.js
+..\Web\www\fusion\lib\OpenLayers\Lang\pt.js
+..\Web\www\fusion\lib\OpenLayers\Lang\ro.js
+..\Web\www\fusion\lib\OpenLayers\Lang\ru.js
+..\Web\www\fusion\lib\OpenLayers\Lang\sk.js
+..\Web\www\fusion\lib\OpenLayers\Lang\sv-SE.js
+..\Web\www\fusion\lib\OpenLayers\Lang\te.js
+..\Web\www\fusion\lib\OpenLayers\Lang\vi.js
+..\Web\www\fusion\lib\OpenLayers\Lang\zh-CN.js
+..\Web\www\fusion\lib\OpenLayers\Lang\zh-TW.js
+..\Web\www\fusion\lib\OpenLayers\theme\default
+..\Web\www\fusion\lib\OpenLayers\theme\default\img
+..\Web\www\fusion\lib\OpenLayers\theme\default\google.css
+..\Web\www\fusion\lib\OpenLayers\theme\default\google.tidy.css
+..\Web\www\fusion\lib\OpenLayers\theme\default\ie6-style.css
+..\Web\www\fusion\lib\OpenLayers\theme\default\ie6-style.tidy.css
+..\Web\www\fusion\lib\OpenLayers\theme\default\style.css
+..\Web\www\fusion\lib\OpenLayers\theme\default\style.mobile.css
+..\Web\www\fusion\lib\OpenLayers\theme\default\style.mobile.tidy.css
+..\Web\www\fusion\lib\OpenLayers\theme\default\style.tidy.css
+..\Web\www\fusion\lib\OpenLayers\theme\default\img\add_point_off.png
+..\Web\www\fusion\lib\OpenLayers\theme\default\img\add_point_on.png
+..\Web\www\fusion\lib\OpenLayers\theme\default\img\blank.gif
+..\Web\www\fusion\lib\OpenLayers\theme\default\img\close.gif
+..\Web\www\fusion\lib\OpenLayers\theme\default\img\drag-rectangle-off.png
+..\Web\www\fusion\lib\OpenLayers\theme\default\img\drag-rectangle-on.png
+..\Web\www\fusion\lib\OpenLayers\theme\default\img\draw_line_off.png
+..\Web\www\fusion\lib\OpenLayers\theme\default\img\draw_line_on.png
+..\Web\www\fusion\lib\OpenLayers\theme\default\img\draw_point_off.png
+..\Web\www\fusion\lib\OpenLayers\theme\default\img\draw_point_on.png
+..\Web\www\fusion\lib\OpenLayers\theme\default\img\draw_polygon_off.png
+..\Web\www\fusion\lib\OpenLayers\theme\default\img\draw_polygon_on.png
+..\Web\www\fusion\lib\OpenLayers\theme\default\img\editing_tool_bar.png
+..\Web\www\fusion\lib\OpenLayers\theme\default\img\move_feature_off.png
+..\Web\www\fusion\lib\OpenLayers\theme\default\img\move_feature_on.png
+..\Web\www\fusion\lib\OpenLayers\theme\default\img\navigation_history.png
+..\Web\www\fusion\lib\OpenLayers\theme\default\img\overview_replacement.gif
+..\Web\www\fusion\lib\OpenLayers\theme\default\img\pan-panel-NOALPHA.png
+..\Web\www\fusion\lib\OpenLayers\theme\default\img\pan-panel.png
+..\Web\www\fusion\lib\OpenLayers\theme\default\img\panning-hand-off.png
+..\Web\www\fusion\lib\OpenLayers\theme\default\img\panning-hand-on.png
+..\Web\www\fusion\lib\OpenLayers\theme\default\img\pan_off.png
+..\Web\www\fusion\lib\OpenLayers\theme\default\img\pan_on.png
+..\Web\www\fusion\lib\OpenLayers\theme\default\img\remove_point_off.png
+..\Web\www\fusion\lib\OpenLayers\theme\default\img\remove_point_on.png
+..\Web\www\fusion\lib\OpenLayers\theme\default\img\ruler.png
+..\Web\www\fusion\lib\OpenLayers\theme\default\img\save_features_off.png
+..\Web\www\fusion\lib\OpenLayers\theme\default\img\save_features_on.png
+..\Web\www\fusion\lib\OpenLayers\theme\default\img\view_next_off.png
+..\Web\www\fusion\lib\OpenLayers\theme\default\img\view_next_on.png
+..\Web\www\fusion\lib\OpenLayers\theme\default\img\view_previous_off.png
+..\Web\www\fusion\lib\OpenLayers\theme\default\img\view_previous_on.png
+..\Web\www\fusion\lib\OpenLayers\theme\default\img\zoom-panel-NOALPHA.png
+..\Web\www\fusion\lib\OpenLayers\theme\default\img\zoom-panel.png
+..\Web\www\fusion\lib\Proj4js\proj4js-combined.js
+..\Web\www\fusion\lib\tcpdf\cache
+..\Web\www\fusion\lib\tcpdf\config
+..\Web\www\fusion\lib\tcpdf\fonts
+..\Web\www\fusion\lib\tcpdf\images
+..\Web\www\fusion\lib\tcpdf\2dbarcodes.php
+..\Web\www\fusion\lib\tcpdf\barcodes.php
+..\Web\www\fusion\lib\tcpdf\datamatrix.php
+..\Web\www\fusion\lib\tcpdf\encodings_maps.php
+..\Web\www\fusion\lib\tcpdf\htmlcolors.php
+..\Web\www\fusion\lib\tcpdf\LICENSE.TXT
+..\Web\www\fusion\lib\tcpdf\pdf417.php
+..\Web\www\fusion\lib\tcpdf\qrcode.php
+..\Web\www\fusion\lib\tcpdf\spotcolors.php
+..\Web\www\fusion\lib\tcpdf\sRGB.icc
+..\Web\www\fusion\lib\tcpdf\tcpdf.crt
+..\Web\www\fusion\lib\tcpdf\tcpdf.fdf
+..\Web\www\fusion\lib\tcpdf\tcpdf.p12
+..\Web\www\fusion\lib\tcpdf\tcpdf.php
+..\Web\www\fusion\lib\tcpdf\tcpdf_filters.php
+..\Web\www\fusion\lib\tcpdf\tcpdf_parser.php
+..\Web\www\fusion\lib\tcpdf\unicode_data.php
+..\Web\www\fusion\lib\tcpdf\cache\chapter_demo_1.txt
+..\Web\www\fusion\lib\tcpdf\cache\chapter_demo_2.txt
+..\Web\www\fusion\lib\tcpdf\cache\table_data_demo.txt
+..\Web\www\fusion\lib\tcpdf\cache\utf8test.txt
+..\Web\www\fusion\lib\tcpdf\config\lang
+..\Web\www\fusion\lib\tcpdf\config\tcpdf_config.php
+..\Web\www\fusion\lib\tcpdf\config\tcpdf_config_alt.php
+..\Web\www\fusion\lib\tcpdf\config\lang\afr.php
+..\Web\www\fusion\lib\tcpdf\config\lang\ara.php
+..\Web\www\fusion\lib\tcpdf\config\lang\aze.php
+..\Web\www\fusion\lib\tcpdf\config\lang\bel.php
+..\Web\www\fusion\lib\tcpdf\config\lang\bra.php
+..\Web\www\fusion\lib\tcpdf\config\lang\cat.php
+..\Web\www\fusion\lib\tcpdf\config\lang\ces.php
+..\Web\www\fusion\lib\tcpdf\config\lang\chi.php
+..\Web\www\fusion\lib\tcpdf\config\lang\cym.php
+..\Web\www\fusion\lib\tcpdf\config\lang\dan.php
+..\Web\www\fusion\lib\tcpdf\config\lang\eng.php
+..\Web\www\fusion\lib\tcpdf\config\lang\est.php
+..\Web\www\fusion\lib\tcpdf\config\lang\eus.php
+..\Web\www\fusion\lib\tcpdf\config\lang\far.php
+..\Web\www\fusion\lib\tcpdf\config\lang\fra.php
+..\Web\www\fusion\lib\tcpdf\config\lang\ger.php
+..\Web\www\fusion\lib\tcpdf\config\lang\gle.php
+..\Web\www\fusion\lib\tcpdf\config\lang\glg.php
+..\Web\www\fusion\lib\tcpdf\config\lang\hat.php
+..\Web\www\fusion\lib\tcpdf\config\lang\heb.php
+..\Web\www\fusion\lib\tcpdf\config\lang\hrv.php
+..\Web\www\fusion\lib\tcpdf\config\lang\hun.php
+..\Web\www\fusion\lib\tcpdf\config\lang\hye.php
+..\Web\www\fusion\lib\tcpdf\config\lang\ind.php
+..\Web\www\fusion\lib\tcpdf\config\lang\ita.php
+..\Web\www\fusion\lib\tcpdf\config\lang\jpn.php
+..\Web\www\fusion\lib\tcpdf\config\lang\kat.php
+..\Web\www\fusion\lib\tcpdf\config\lang\kor.php
+..\Web\www\fusion\lib\tcpdf\config\lang\mkd.php
+..\Web\www\fusion\lib\tcpdf\config\lang\mlt.php
+..\Web\www\fusion\lib\tcpdf\config\lang\msa.php
+..\Web\www\fusion\lib\tcpdf\config\lang\nld.php
+..\Web\www\fusion\lib\tcpdf\config\lang\nob.php
+..\Web\www\fusion\lib\tcpdf\config\lang\pol.php
+..\Web\www\fusion\lib\tcpdf\config\lang\por.php
+..\Web\www\fusion\lib\tcpdf\config\lang\ron.php
+..\Web\www\fusion\lib\tcpdf\config\lang\rus.php
+..\Web\www\fusion\lib\tcpdf\config\lang\slv.php
+..\Web\www\fusion\lib\tcpdf\config\lang\spa.php
+..\Web\www\fusion\lib\tcpdf\config\lang\sqi.php
+..\Web\www\fusion\lib\tcpdf\config\lang\srp.php
+..\Web\www\fusion\lib\tcpdf\config\lang\swa.php
+..\Web\www\fusion\lib\tcpdf\config\lang\swe.php
+..\Web\www\fusion\lib\tcpdf\config\lang\urd.php
+..\Web\www\fusion\lib\tcpdf\config\lang\yid.php
+..\Web\www\fusion\lib\tcpdf\config\lang\zho.php
+..\Web\www\fusion\lib\tcpdf\fonts\dejavu-fonts-ttf-2.33
+..\Web\www\fusion\lib\tcpdf\fonts\freefont-20100919
+..\Web\www\fusion\lib\tcpdf\fonts\aealarabiya.ctg.z
+..\Web\www\fusion\lib\tcpdf\fonts\aealarabiya.php
+..\Web\www\fusion\lib\tcpdf\fonts\aealarabiya.z
+..\Web\www\fusion\lib\tcpdf\fonts\aefurat.ctg.z
+..\Web\www\fusion\lib\tcpdf\fonts\aefurat.php
+..\Web\www\fusion\lib\tcpdf\fonts\aefurat.z
+..\Web\www\fusion\lib\tcpdf\fonts\cid0cs.php
+..\Web\www\fusion\lib\tcpdf\fonts\cid0ct.php
+..\Web\www\fusion\lib\tcpdf\fonts\cid0jp.php
+..\Web\www\fusion\lib\tcpdf\fonts\cid0kr.php
+..\Web\www\fusion\lib\tcpdf\fonts\courier.php
+..\Web\www\fusion\lib\tcpdf\fonts\courierb.php
+..\Web\www\fusion\lib\tcpdf\fonts\courierbi.php
+..\Web\www\fusion\lib\tcpdf\fonts\courieri.php
+..\Web\www\fusion\lib\tcpdf\fonts\dejavusans.ctg.z
+..\Web\www\fusion\lib\tcpdf\fonts\dejavusans.php
+..\Web\www\fusion\lib\tcpdf\fonts\dejavusans.z
+..\Web\www\fusion\lib\tcpdf\fonts\dejavusansb.ctg.z
+..\Web\www\fusion\lib\tcpdf\fonts\dejavusansb.php
+..\Web\www\fusion\lib\tcpdf\fonts\dejavusansb.z
+..\Web\www\fusion\lib\tcpdf\fonts\dejavusansbi.ctg.z
+..\Web\www\fusion\lib\tcpdf\fonts\dejavusansbi.php
+..\Web\www\fusion\lib\tcpdf\fonts\dejavusansbi.z
+..\Web\www\fusion\lib\tcpdf\fonts\dejavusanscondensed.ctg.z
+..\Web\www\fusion\lib\tcpdf\fonts\dejavusanscondensed.php
+..\Web\www\fusion\lib\tcpdf\fonts\dejavusanscondensed.z
+..\Web\www\fusion\lib\tcpdf\fonts\dejavusanscondensedb.ctg.z
+..\Web\www\fusion\lib\tcpdf\fonts\dejavusanscondensedb.php
+..\Web\www\fusion\lib\tcpdf\fonts\dejavusanscondensedb.z
+..\Web\www\fusion\lib\tcpdf\fonts\dejavusanscondensedbi.ctg.z
+..\Web\www\fusion\lib\tcpdf\fonts\dejavusanscondensedbi.php
+..\Web\www\fusion\lib\tcpdf\fonts\dejavusanscondensedbi.z
+..\Web\www\fusion\lib\tcpdf\fonts\dejavusanscondensedi.ctg.z
+..\Web\www\fusion\lib\tcpdf\fonts\dejavusanscondensedi.php
+..\Web\www\fusion\lib\tcpdf\fonts\dejavusanscondensedi.z
+..\Web\www\fusion\lib\tcpdf\fonts\dejavusansextralight.ctg.z
+..\Web\www\fusion\lib\tcpdf\fonts\dejavusansextralight.php
+..\Web\www\fusion\lib\tcpdf\fonts\dejavusansextralight.z
+..\Web\www\fusion\lib\tcpdf\fonts\dejavusansi.ctg.z
+..\Web\www\fusion\lib\tcpdf\fonts\dejavusansi.php
+..\Web\www\fusion\lib\tcpdf\fonts\dejavusansi.z
+..\Web\www\fusion\lib\tcpdf\fonts\dejavusansmono.ctg.z
+..\Web\www\fusion\lib\tcpdf\fonts\dejavusansmono.php
+..\Web\www\fusion\lib\tcpdf\fonts\dejavusansmono.z
+..\Web\www\fusion\lib\tcpdf\fonts\dejavusansmonob.ctg.z
+..\Web\www\fusion\lib\tcpdf\fonts\dejavusansmonob.php
+..\Web\www\fusion\lib\tcpdf\fonts\dejavusansmonob.z
+..\Web\www\fusion\lib\tcpdf\fonts\dejavusansmonobi.ctg.z
+..\Web\www\fusion\lib\tcpdf\fonts\dejavusansmonobi.php
+..\Web\www\fusion\lib\tcpdf\fonts\dejavusansmonobi.z
+..\Web\www\fusion\lib\tcpdf\fonts\dejavusansmonoi.ctg.z
+..\Web\www\fusion\lib\tcpdf\fonts\dejavusansmonoi.php
+..\Web\www\fusion\lib\tcpdf\fonts\dejavusansmonoi.z
+..\Web\www\fusion\lib\tcpdf\fonts\dejavuserif.ctg.z
+..\Web\www\fusion\lib\tcpdf\fonts\dejavuserif.php
+..\Web\www\fusion\lib\tcpdf\fonts\dejavuserif.z
+..\Web\www\fusion\lib\tcpdf\fonts\dejavuserifb.ctg.z
+..\Web\www\fusion\lib\tcpdf\fonts\dejavuserifb.php
+..\Web\www\fusion\lib\tcpdf\fonts\dejavuserifb.z
+..\Web\www\fusion\lib\tcpdf\fonts\dejavuserifbi.ctg.z
+..\Web\www\fusion\lib\tcpdf\fonts\dejavuserifbi.php
+..\Web\www\fusion\lib\tcpdf\fonts\dejavuserifbi.z
+..\Web\www\fusion\lib\tcpdf\fonts\dejavuserifcondensed.ctg.z
+..\Web\www\fusion\lib\tcpdf\fonts\dejavuserifcondensed.php
+..\Web\www\fusion\lib\tcpdf\fonts\dejavuserifcondensed.z
+..\Web\www\fusion\lib\tcpdf\fonts\dejavuserifcondensedb.ctg.z
+..\Web\www\fusion\lib\tcpdf\fonts\dejavuserifcondensedb.php
+..\Web\www\fusion\lib\tcpdf\fonts\dejavuserifcondensedb.z
+..\Web\www\fusion\lib\tcpdf\fonts\dejavuserifcondensedbi.ctg.z
+..\Web\www\fusion\lib\tcpdf\fonts\dejavuserifcondensedbi.php
+..\Web\www\fusion\lib\tcpdf\fonts\dejavuserifcondensedbi.z
+..\Web\www\fusion\lib\tcpdf\fonts\dejavuserifcondensedi.ctg.z
+..\Web\www\fusion\lib\tcpdf\fonts\dejavuserifcondensedi.php
+..\Web\www\fusion\lib\tcpdf\fonts\dejavuserifcondensedi.z
+..\Web\www\fusion\lib\tcpdf\fonts\dejavuserifi.ctg.z
+..\Web\www\fusion\lib\tcpdf\fonts\dejavuserifi.php
+..\Web\www\fusion\lib\tcpdf\fonts\dejavuserifi.z
+..\Web\www\fusion\lib\tcpdf\fonts\freemono.ctg.z
+..\Web\www\fusion\lib\tcpdf\fonts\freemono.php
+..\Web\www\fusion\lib\tcpdf\fonts\freemono.z
+..\Web\www\fusion\lib\tcpdf\fonts\freemonob.ctg.z
+..\Web\www\fusion\lib\tcpdf\fonts\freemonob.php
+..\Web\www\fusion\lib\tcpdf\fonts\freemonob.z
+..\Web\www\fusion\lib\tcpdf\fonts\freemonobi.ctg.z
+..\Web\www\fusion\lib\tcpdf\fonts\freemonobi.php
+..\Web\www\fusion\lib\tcpdf\fonts\freemonobi.z
+..\Web\www\fusion\lib\tcpdf\fonts\freemonoi.ctg.z
+..\Web\www\fusion\lib\tcpdf\fonts\freemonoi.php
+..\Web\www\fusion\lib\tcpdf\fonts\freemonoi.z
+..\Web\www\fusion\lib\tcpdf\fonts\freesans.ctg.z
+..\Web\www\fusion\lib\tcpdf\fonts\freesans.php
+..\Web\www\fusion\lib\tcpdf\fonts\freesans.z
+..\Web\www\fusion\lib\tcpdf\fonts\freesansb.ctg.z
+..\Web\www\fusion\lib\tcpdf\fonts\freesansb.php
+..\Web\www\fusion\lib\tcpdf\fonts\freesansb.z
+..\Web\www\fusion\lib\tcpdf\fonts\freesansbi.ctg.z
+..\Web\www\fusion\lib\tcpdf\fonts\freesansbi.php
+..\Web\www\fusion\lib\tcpdf\fonts\freesansbi.z
+..\Web\www\fusion\lib\tcpdf\fonts\freesansi.ctg.z
+..\Web\www\fusion\lib\tcpdf\fonts\freesansi.php
+..\Web\www\fusion\lib\tcpdf\fonts\freesansi.z
+..\Web\www\fusion\lib\tcpdf\fonts\freeserif.ctg.z
+..\Web\www\fusion\lib\tcpdf\fonts\freeserif.php
+..\Web\www\fusion\lib\tcpdf\fonts\freeserif.z
+..\Web\www\fusion\lib\tcpdf\fonts\freeserifb.ctg.z
+..\Web\www\fusion\lib\tcpdf\fonts\freeserifb.php
+..\Web\www\fusion\lib\tcpdf\fonts\freeserifb.z
+..\Web\www\fusion\lib\tcpdf\fonts\freeserifbi.ctg.z
+..\Web\www\fusion\lib\tcpdf\fonts\freeserifbi.php
+..\Web\www\fusion\lib\tcpdf\fonts\freeserifbi.z
+..\Web\www\fusion\lib\tcpdf\fonts\freeserifi.ctg.z
+..\Web\www\fusion\lib\tcpdf\fonts\freeserifi.php
+..\Web\www\fusion\lib\tcpdf\fonts\freeserifi.z
+..\Web\www\fusion\lib\tcpdf\fonts\helvetica.php
+..\Web\www\fusion\lib\tcpdf\fonts\helveticab.php
+..\Web\www\fusion\lib\tcpdf\fonts\helveticabi.php
+..\Web\www\fusion\lib\tcpdf\fonts\helveticai.php
+..\Web\www\fusion\lib\tcpdf\fonts\hysmyeongjostdmedium.php
+..\Web\www\fusion\lib\tcpdf\fonts\kozgopromedium.php
+..\Web\www\fusion\lib\tcpdf\fonts\kozminproregular.php
+..\Web\www\fusion\lib\tcpdf\fonts\msungstdlight.php
+..\Web\www\fusion\lib\tcpdf\fonts\pdfacourier.php
+..\Web\www\fusion\lib\tcpdf\fonts\pdfacourier.z
+..\Web\www\fusion\lib\tcpdf\fonts\pdfacourierb.php
+..\Web\www\fusion\lib\tcpdf\fonts\pdfacourierb.z
+..\Web\www\fusion\lib\tcpdf\fonts\pdfacourierbi.php
+..\Web\www\fusion\lib\tcpdf\fonts\pdfacourierbi.z
+..\Web\www\fusion\lib\tcpdf\fonts\pdfacourieri.php
+..\Web\www\fusion\lib\tcpdf\fonts\pdfacourieri.z
+..\Web\www\fusion\lib\tcpdf\fonts\pdfahelvetica.php
+..\Web\www\fusion\lib\tcpdf\fonts\pdfahelvetica.z
+..\Web\www\fusion\lib\tcpdf\fonts\pdfahelveticab.php
+..\Web\www\fusion\lib\tcpdf\fonts\pdfahelveticab.z
+..\Web\www\fusion\lib\tcpdf\fonts\pdfahelveticabi.php
+..\Web\www\fusion\lib\tcpdf\fonts\pdfahelveticabi.z
+..\Web\www\fusion\lib\tcpdf\fonts\pdfahelveticai.php
+..\Web\www\fusion\lib\tcpdf\fonts\pdfahelveticai.z
+..\Web\www\fusion\lib\tcpdf\fonts\pdfasymbol.php
+..\Web\www\fusion\lib\tcpdf\fonts\pdfasymbol.z
+..\Web\www\fusion\lib\tcpdf\fonts\pdfatimes.php
+..\Web\www\fusion\lib\tcpdf\fonts\pdfatimes.z
+..\Web\www\fusion\lib\tcpdf\fonts\pdfatimesb.php
+..\Web\www\fusion\lib\tcpdf\fonts\pdfatimesb.z
+..\Web\www\fusion\lib\tcpdf\fonts\pdfatimesbi.php
+..\Web\www\fusion\lib\tcpdf\fonts\pdfatimesbi.z
+..\Web\www\fusion\lib\tcpdf\fonts\pdfatimesi.php
+..\Web\www\fusion\lib\tcpdf\fonts\pdfatimesi.z
+..\Web\www\fusion\lib\tcpdf\fonts\pdfazapfdingbats.php
+..\Web\www\fusion\lib\tcpdf\fonts\pdfazapfdingbats.z
+..\Web\www\fusion\lib\tcpdf\fonts\stsongstdlight.php
+..\Web\www\fusion\lib\tcpdf\fonts\symbol.php
+..\Web\www\fusion\lib\tcpdf\fonts\times.php
+..\Web\www\fusion\lib\tcpdf\fonts\timesb.php
+..\Web\www\fusion\lib\tcpdf\fonts\timesbi.php
+..\Web\www\fusion\lib\tcpdf\fonts\timesi.php
+..\Web\www\fusion\lib\tcpdf\fonts\uni2cid_ac15.php
+..\Web\www\fusion\lib\tcpdf\fonts\uni2cid_ag15.php
+..\Web\www\fusion\lib\tcpdf\fonts\uni2cid_aj16.php
+..\Web\www\fusion\lib\tcpdf\fonts\uni2cid_ak12.php
+..\Web\www\fusion\lib\tcpdf\fonts\zapfdingbats.php
+..\Web\www\fusion\lib\tcpdf\fonts\dejavu-fonts-ttf-2.33\AUTHORS
+..\Web\www\fusion\lib\tcpdf\fonts\dejavu-fonts-ttf-2.33\BUGS
+..\Web\www\fusion\lib\tcpdf\fonts\dejavu-fonts-ttf-2.33\langcover.txt
+..\Web\www\fusion\lib\tcpdf\fonts\dejavu-fonts-ttf-2.33\LICENSE
+..\Web\www\fusion\lib\tcpdf\fonts\dejavu-fonts-ttf-2.33\NEWS
+..\Web\www\fusion\lib\tcpdf\fonts\dejavu-fonts-ttf-2.33\README
+..\Web\www\fusion\lib\tcpdf\fonts\dejavu-fonts-ttf-2.33\status.txt
+..\Web\www\fusion\lib\tcpdf\fonts\dejavu-fonts-ttf-2.33\unicover.txt
+..\Web\www\fusion\lib\tcpdf\fonts\freefont-20100919\AUTHORS
+..\Web\www\fusion\lib\tcpdf\fonts\freefont-20100919\ChangeLog
+..\Web\www\fusion\lib\tcpdf\fonts\freefont-20100919\COPYING
+..\Web\www\fusion\lib\tcpdf\fonts\freefont-20100919\CREDITS
+..\Web\www\fusion\lib\tcpdf\fonts\freefont-20100919\INSTALL
+..\Web\www\fusion\lib\tcpdf\fonts\freefont-20100919\README
+..\Web\www\fusion\lib\tcpdf\images\alpha.png
+..\Web\www\fusion\lib\tcpdf\images\bug.eps
+..\Web\www\fusion\lib\tcpdf\images\image_demo.jpg
+..\Web\www\fusion\lib\tcpdf\images\image_with_alpha.png
+..\Web\www\fusion\lib\tcpdf\images\img.png
+..\Web\www\fusion\lib\tcpdf\images\logo_example.gif
+..\Web\www\fusion\lib\tcpdf\images\logo_example.jpg
+..\Web\www\fusion\lib\tcpdf\images\logo_example.png
+..\Web\www\fusion\lib\tcpdf\images\pelican.ai
+..\Web\www\fusion\lib\tcpdf\images\tcpdf_cell.png
+..\Web\www\fusion\lib\tcpdf\images\tcpdf_logo.jpg
+..\Web\www\fusion\lib\tcpdf\images\tcpdf_signature.png
+..\Web\www\fusion\lib\tcpdf\images\testsvg.svg
+..\Web\www\fusion\lib\tcpdf\images\tiger.ai
+..\Web\www\fusion\lib\tcpdf\images\tux.svg
+..\Web\www\fusion\lib\tcpdf\images\_blank.png
+..\Web\www\fusion\lib\TraceKit\TraceKit.js
+..\Web\www\fusion\templates\mapguide
+..\Web\www\fusion\templates\mapserver
+..\Web\www\fusion\templates\mapguide\aqua
+..\Web\www\fusion\templates\mapguide\images
+..\Web\www\fusion\templates\mapguide\limegold
+..\Web\www\fusion\templates\mapguide\maroon
+..\Web\www\fusion\templates\mapguide\preview
+..\Web\www\fusion\templates\mapguide\slate
+..\Web\www\fusion\templates\mapguide\standard
+..\Web\www\fusion\templates\mapguide\turquoiseyellow
+..\Web\www\fusion\templates\mapguide\aqua.xml
+..\Web\www\fusion\templates\mapguide\index.php
+..\Web\www\fusion\templates\mapguide\limegold.xml
+..\Web\www\fusion\templates\mapguide\maroon.xml
+..\Web\www\fusion\templates\mapguide\slate.xml
+..\Web\www\fusion\templates\mapguide\turquoiseyellow.xml
+..\Web\www\fusion\templates\mapguide\aqua\images
+..\Web\www\fusion\templates\mapguide\aqua\ApplicationDefinition.xml
+..\Web\www\fusion\templates\mapguide\aqua\aqua.css
+..\Web\www\fusion\templates\mapguide\aqua\aqua.uncompressed.css
+..\Web\www\fusion\templates\mapguide\aqua\icons.css
+..\Web\www\fusion\templates\mapguide\aqua\ie6.css
+..\Web\www\fusion\templates\mapguide\aqua\ie7.css
+..\Web\www\fusion\templates\mapguide\aqua\index.html
+..\Web\www\fusion\templates\mapguide\aqua\index.templ
+..\Web\www\fusion\templates\mapguide\aqua\preview.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons
+..\Web\www\fusion\templates\mapguide\aqua\images\20070914_Mapguide_activity_indicator.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\a_pixel.png
+..\Web\www\fusion\templates\mapguide\aqua\images\backgroundTile.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\backgroundTile.png
+..\Web\www\fusion\templates\mapguide\aqua\images\button.png
+..\Web\www\fusion\templates\mapguide\aqua\images\button_combo.png
+..\Web\www\fusion\templates\mapguide\aqua\images\button_multi.png
+..\Web\www\fusion\templates\mapguide\aqua\images\button_multi_disclose.png
+..\Web\www\fusion\templates\mapguide\aqua\images\coordinate-tracker.png
+..\Web\www\fusion\templates\mapguide\aqua\images\dialog_chrome.png
+..\Web\www\fusion\templates\mapguide\aqua\images\dialog_controls.png
+..\Web\www\fusion\templates\mapguide\aqua\images\dialog_glow_b.png
+..\Web\www\fusion\templates\mapguide\aqua\images\dialog_glow_bl.png
+..\Web\www\fusion\templates\mapguide\aqua\images\dialog_glow_br.png
+..\Web\www\fusion\templates\mapguide\aqua\images\dialog_glow_l.png
+..\Web\www\fusion\templates\mapguide\aqua\images\dialog_glow_r.png
+..\Web\www\fusion\templates\mapguide\aqua\images\dialog_glow_t.png
+..\Web\www\fusion\templates\mapguide\aqua\images\dialog_glow_tl.png
+..\Web\www\fusion\templates\mapguide\aqua\images\dialog_glow_tr.png
+..\Web\www\fusion\templates\mapguide\aqua\images\dialog_resize.png
+..\Web\www\fusion\templates\mapguide\aqua\images\emblems.png
+..\Web\www\fusion\templates\mapguide\aqua\images\emblems_alt.png
+..\Web\www\fusion\templates\mapguide\aqua\images\FileMenuBackground.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\fileMenuBackground.png
+..\Web\www\fusion\templates\mapguide\aqua\images\filemenuButton.png
+..\Web\www\fusion\templates\mapguide\aqua\images\filemenuHover.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\filemenuHover.png
+..\Web\www\fusion\templates\mapguide\aqua\images\FileMenuLeft.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\fileMenuLeft.png
+..\Web\www\fusion\templates\mapguide\aqua\images\FileMenuRight.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\fileMenuRight.png
+..\Web\www\fusion\templates\mapguide\aqua\images\flyout_chrome.png
+..\Web\www\fusion\templates\mapguide\aqua\images\grab.cur
+..\Web\www\fusion\templates\mapguide\aqua\images\grabbing.cur
+..\Web\www\fusion\templates\mapguide\aqua\images\grid.png
+..\Web\www\fusion\templates\mapguide\aqua\images\iconCollapse.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\iconCollapse.png
+..\Web\www\fusion\templates\mapguide\aqua\images\iconCollapseClosed.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\iconCollapseClosed.png
+..\Web\www\fusion\templates\mapguide\aqua\images\iconCollapseOpen.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\iconCollapseOpen.png
+..\Web\www\fusion\templates\mapguide\aqua\images\iconFileMenuDownArrow.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\iconFileMenuDownArrow.png
+..\Web\www\fusion\templates\mapguide\aqua\images\iconFileMenuRightArrow.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\iconFileMenuRightArrow.png
+..\Web\www\fusion\templates\mapguide\aqua\images\iconNavigator.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\iconNavigator.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icon_back.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\icon_back.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icon_close.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icon_forward.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\icon_forward.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icon_home.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\icon_home.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icon_invokeurl.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\icon_invokeurl_disabled.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\icon_quickhelp.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icon_tasks.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\icon_tasks.png
+..\Web\www\fusion\templates\mapguide\aqua\images\jxPanelBackround.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\jxPanelBackround.png
+..\Web\www\fusion\templates\mapguide\aqua\images\jxPanelBarBackground.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\jxPanelBarBackground.png
+..\Web\www\fusion\templates\mapguide\aqua\images\jxPanelBarLeft.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\jxPanelBarLeft.png
+..\Web\www\fusion\templates\mapguide\aqua\images\jxPanelBottom.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\jxPanelBottom.png
+..\Web\www\fusion\templates\mapguide\aqua\images\loading.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\Logo.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\logo.png
+..\Web\www\fusion\templates\mapguide\aqua\images\mapBackground.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\mapBackground.png
+..\Web\www\fusion\templates\mapguide\aqua\images\maptip.png
+..\Web\www\fusion\templates\mapguide\aqua\images\menu_hover.png
+..\Web\www\fusion\templates\mapguide\aqua\images\menu_icon_active.png
+..\Web\www\fusion\templates\mapguide\aqua\images\nav_base_60trans.png
+..\Web\www\fusion\templates\mapguide\aqua\images\nav_slider_60trans.png
+..\Web\www\fusion\templates\mapguide\aqua\images\overviewMapButtonClose.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\overviewMapButtonClose.png
+..\Web\www\fusion\templates\mapguide\aqua\images\overviewMapButtonClose2.png
+..\Web\www\fusion\templates\mapguide\aqua\images\overview_map.png
+..\Web\www\fusion\templates\mapguide\aqua\images\palleteIconMaximize.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\palleteIconMaximize.png
+..\Web\www\fusion\templates\mapguide\aqua\images\palleteTile.png
+..\Web\www\fusion\templates\mapguide\aqua\images\panelBackground.png
+..\Web\www\fusion\templates\mapguide\aqua\images\panelbar.png
+..\Web\www\fusion\templates\mapguide\aqua\images\panel_controls.png
+..\Web\www\fusion\templates\mapguide\aqua\images\pbmg.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\pbmg.png
+..\Web\www\fusion\templates\mapguide\aqua\images\seperator.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\seperator.png
+..\Web\www\fusion\templates\mapguide\aqua\images\seperator_v.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\seperator_v.png
+..\Web\www\fusion\templates\mapguide\aqua\images\sidebarCollapseBackground.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\sidebarCollapseBackground.png
+..\Web\www\fusion\templates\mapguide\aqua\images\sidebarCollapseBottom.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\sidebarCollapseBottom.png
+..\Web\www\fusion\templates\mapguide\aqua\images\sidebarCollapseButton.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\sidebarCollapseButton.png
+..\Web\www\fusion\templates\mapguide\aqua\images\sidebarCollapseTop.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\sidebarCollapseTop.png
+..\Web\www\fusion\templates\mapguide\aqua\images\statusBarBackground.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\statusBarBackground.png
+..\Web\www\fusion\templates\mapguide\aqua\images\tabbar.png
+..\Web\www\fusion\templates\mapguide\aqua\images\tabbar_bottom.png
+..\Web\www\fusion\templates\mapguide\aqua\images\tabbar_left.png
+..\Web\www\fusion\templates\mapguide\aqua\images\tabbar_right.png
+..\Web\www\fusion\templates\mapguide\aqua\images\table_col.png
+..\Web\www\fusion\templates\mapguide\aqua\images\table_row.png
+..\Web\www\fusion\templates\mapguide\aqua\images\tab_bottom.png
+..\Web\www\fusion\templates\mapguide\aqua\images\tab_close.png
+..\Web\www\fusion\templates\mapguide\aqua\images\tab_left.png
+..\Web\www\fusion\templates\mapguide\aqua\images\tab_right.png
+..\Web\www\fusion\templates\mapguide\aqua\images\tab_top.png
+..\Web\www\fusion\templates\mapguide\aqua\images\toolbar.png
+..\Web\www\fusion\templates\mapguide\aqua\images\ToolbarBackground.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\toolbarBackground.png
+..\Web\www\fusion\templates\mapguide\aqua\images\toolbarButton.png
+..\Web\www\fusion\templates\mapguide\aqua\images\toolbarContainer.png
+..\Web\www\fusion\templates\mapguide\aqua\images\toolbarHover.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\toolbarHover.png
+..\Web\www\fusion\templates\mapguide\aqua\images\ToolbarLeft.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\toolbarLeft.png
+..\Web\www\fusion\templates\mapguide\aqua\images\ToolbarRight.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\toolbarRight.png
+..\Web\www\fusion\templates\mapguide\aqua\images\ToolbarSubBackground.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\toolbarSubBackground.png
+..\Web\www\fusion\templates\mapguide\aqua\images\ToolbarSubLeft.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\toolbarSubLeft.png
+..\Web\www\fusion\templates\mapguide\aqua\images\ToolbarSubRight.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\toolbarSubRight.png
+..\Web\www\fusion\templates\mapguide\aqua\images\ToolbarVerticalBackground.gif
+..\Web\www\fusion\templates\mapguide\aqua\images\toolbarVerticalBackground.png
+..\Web\www\fusion\templates\mapguide\aqua\images\toolbarVerticalButton.png
+..\Web\www\fusion\templates\mapguide\aqua\images\toolbarVerticalContainer.png
+..\Web\www\fusion\templates\mapguide\aqua\images\toolbar_separator_h.png
+..\Web\www\fusion\templates\mapguide\aqua\images\toolbar_separator_v.png
+..\Web\www\fusion\templates\mapguide\aqua\images\tree.png
+..\Web\www\fusion\templates\mapguide\aqua\images\tree_hover.png
+..\Web\www\fusion\templates\mapguide\aqua\images\tree_vert_line.png
+..\Web\www\fusion\templates\mapguide\aqua\images\zoomin.cur
+..\Web\www\fusion\templates\mapguide\aqua\images\zoomout.cur
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\about.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\buffer.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\coordinate-tracker.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\edit-copy.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\edit-cut.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\edit-duplicate.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\edit-paste.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\edit-xml.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\error.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\feature-info.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\file-print.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\file-save.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\geolocation.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\help.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\iconNavigator.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\info.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\initial-center.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\invoke-script.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\invoke-url.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\legend-DWF.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\legend-layer.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\legend-map.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\legend-raster.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\legend-theme.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\maptip.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\measure.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\options.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\out-of-range.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\overview-map.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\pan-east.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\pan-north.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\pan-south.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\pan-west.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\pan.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\preview.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\print.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\query.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\redline.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\search.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\select-centre.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\select-clear.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\select-features.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\select-polygon.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\select-radius.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\select-zoom.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\select.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\view-back.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\view-forward.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\view-refresh.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\warning.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\zoom-dynamic.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\zoom-full.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\zoom-in-fixed.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\zoom-in.png
+..\Web\www\fusion\templates\mapguide\aqua\images\icons\zoom-out-fixed.png
+..\Web\www\fusion\templates\mapguide\images\icons
+..\Web\www\fusion\templates\mapguide\images\a_pixel.png
+..\Web\www\fusion\templates\mapguide\images\backgroundTile.png
+..\Web\www\fusion\templates\mapguide\images\button.png
+..\Web\www\fusion\templates\mapguide\images\button_combo.png
+..\Web\www\fusion\templates\mapguide\images\button_multi.png
+..\Web\www\fusion\templates\mapguide\images\button_multi_disclose.png
+..\Web\www\fusion\templates\mapguide\images\coordinate-tracker.png
+..\Web\www\fusion\templates\mapguide\images\dialog_chrome.png
+..\Web\www\fusion\templates\mapguide\images\dialog_controls.png
+..\Web\www\fusion\templates\mapguide\images\dialog_resize.png
+..\Web\www\fusion\templates\mapguide\images\emblems.png
+..\Web\www\fusion\templates\mapguide\images\emblems_alt.png
+..\Web\www\fusion\templates\mapguide\images\fileMenuBackground.png
+..\Web\www\fusion\templates\mapguide\images\fileMenuButton.png
+..\Web\www\fusion\templates\mapguide\images\fileMenuHover.png
+..\Web\www\fusion\templates\mapguide\images\fileMenuLeft.png
+..\Web\www\fusion\templates\mapguide\images\fileMenuRight.png
+..\Web\www\fusion\templates\mapguide\images\flyout_chrome.png
+..\Web\www\fusion\templates\mapguide\images\grab.cur
+..\Web\www\fusion\templates\mapguide\images\grabbing.cur
+..\Web\www\fusion\templates\mapguide\images\grid.png
+..\Web\www\fusion\templates\mapguide\images\iconNavigator.gif
+..\Web\www\fusion\templates\mapguide\images\icons.png
+..\Web\www\fusion\templates\mapguide\images\icon_back.gif
+..\Web\www\fusion\templates\mapguide\images\icon_forward.gif
+..\Web\www\fusion\templates\mapguide\images\loading.gif
+..\Web\www\fusion\templates\mapguide\images\logo.png
+..\Web\www\fusion\templates\mapguide\images\mapBackground.png
+..\Web\www\fusion\templates\mapguide\images\maptip.png
+..\Web\www\fusion\templates\mapguide\images\menu_hover.png
+..\Web\www\fusion\templates\mapguide\images\menu_icon_active.png
+..\Web\www\fusion\templates\mapguide\images\nav_base_60trans.png
+..\Web\www\fusion\templates\mapguide\images\nav_slider_60trans.png
+..\Web\www\fusion\templates\mapguide\images\panelBackground.png
+..\Web\www\fusion\templates\mapguide\images\panelbar.png
+..\Web\www\fusion\templates\mapguide\images\panelBarLeft.png
+..\Web\www\fusion\templates\mapguide\images\panelBottom.png
+..\Web\www\fusion\templates\mapguide\images\panel_controls.png
+..\Web\www\fusion\templates\mapguide\images\pbmg.png
+..\Web\www\fusion\templates\mapguide\images\seperator.png
+..\Web\www\fusion\templates\mapguide\images\seperator_v.png
+..\Web\www\fusion\templates\mapguide\images\sidebarCloseButton.png
+..\Web\www\fusion\templates\mapguide\images\sidebarCollapseBackground.png
+..\Web\www\fusion\templates\mapguide\images\sidebarCollapseBottom.png
+..\Web\www\fusion\templates\mapguide\images\sidebarCollapseTop.png
+..\Web\www\fusion\templates\mapguide\images\sidebarOpenButton.png
+..\Web\www\fusion\templates\mapguide\images\statusBarBackground.png
+..\Web\www\fusion\templates\mapguide\images\tabbar.png
+..\Web\www\fusion\templates\mapguide\images\tabbar_bottom.png
+..\Web\www\fusion\templates\mapguide\images\tabbar_left.png
+..\Web\www\fusion\templates\mapguide\images\tabbar_right.png
+..\Web\www\fusion\templates\mapguide\images\table_col.png
+..\Web\www\fusion\templates\mapguide\images\table_row.png
+..\Web\www\fusion\templates\mapguide\images\tab_bottom.png
+..\Web\www\fusion\templates\mapguide\images\tab_close.png
+..\Web\www\fusion\templates\mapguide\images\tab_left.png
+..\Web\www\fusion\templates\mapguide\images\tab_right.png
+..\Web\www\fusion\templates\mapguide\images\tab_top.png
+..\Web\www\fusion\templates\mapguide\images\toolbar.png
+..\Web\www\fusion\templates\mapguide\images\toolbarBackground.png
+..\Web\www\fusion\templates\mapguide\images\toolbarButton.png
+..\Web\www\fusion\templates\mapguide\images\toolbarLeft.png
+..\Web\www\fusion\templates\mapguide\images\toolbarRight.png
+..\Web\www\fusion\templates\mapguide\images\toolbarSubBackground.png
+..\Web\www\fusion\templates\mapguide\images\toolbarSubButton.png
+..\Web\www\fusion\templates\mapguide\images\toolbarSubLeft.png
+..\Web\www\fusion\templates\mapguide\images\toolbarSubRight.png
+..\Web\www\fusion\templates\mapguide\images\toolbar_separator_h.png
+..\Web\www\fusion\templates\mapguide\images\toolbar_separator_v.png
+..\Web\www\fusion\templates\mapguide\images\tree.png
+..\Web\www\fusion\templates\mapguide\images\tree_hover.png
+..\Web\www\fusion\templates\mapguide\images\tree_vert_line.png
+..\Web\www\fusion\templates\mapguide\images\zoomin.cur
+..\Web\www\fusion\templates\mapguide\images\zoomout.cur
+..\Web\www\fusion\templates\mapguide\images\icons\about.png
+..\Web\www\fusion\templates\mapguide\images\icons\buffer.png
+..\Web\www\fusion\templates\mapguide\images\icons\coordinate-tracker.png
+..\Web\www\fusion\templates\mapguide\images\icons\edit-copy.png
+..\Web\www\fusion\templates\mapguide\images\icons\edit-cut.png
+..\Web\www\fusion\templates\mapguide\images\icons\edit-duplicate.png
+..\Web\www\fusion\templates\mapguide\images\icons\edit-paste.png
+..\Web\www\fusion\templates\mapguide\images\icons\edit-xml.png
+..\Web\www\fusion\templates\mapguide\images\icons\error.png
+..\Web\www\fusion\templates\mapguide\images\icons\feature-info.png
+..\Web\www\fusion\templates\mapguide\images\icons\file-print.png
+..\Web\www\fusion\templates\mapguide\images\icons\file-save.png
+..\Web\www\fusion\templates\mapguide\images\icons\geolocation.png
+..\Web\www\fusion\templates\mapguide\images\icons\help.png
+..\Web\www\fusion\templates\mapguide\images\icons\iconNavigator.png
+..\Web\www\fusion\templates\mapguide\images\icons\info.png
+..\Web\www\fusion\templates\mapguide\images\icons\initial-center.png
+..\Web\www\fusion\templates\mapguide\images\icons\invoke-script.png
+..\Web\www\fusion\templates\mapguide\images\icons\invoke-url.png
+..\Web\www\fusion\templates\mapguide\images\icons\legend-DWF.png
+..\Web\www\fusion\templates\mapguide\images\icons\legend-layer.png
+..\Web\www\fusion\templates\mapguide\images\icons\legend-map.png
+..\Web\www\fusion\templates\mapguide\images\icons\legend-raster.png
+..\Web\www\fusion\templates\mapguide\images\icons\legend-theme.png
+..\Web\www\fusion\templates\mapguide\images\icons\maptip.png
+..\Web\www\fusion\templates\mapguide\images\icons\measure.png
+..\Web\www\fusion\templates\mapguide\images\icons\options.png
+..\Web\www\fusion\templates\mapguide\images\icons\out-of-range.png
+..\Web\www\fusion\templates\mapguide\images\icons\overview-map.png
+..\Web\www\fusion\templates\mapguide\images\icons\pan-east.png
+..\Web\www\fusion\templates\mapguide\images\icons\pan-north.png
+..\Web\www\fusion\templates\mapguide\images\icons\pan-south.png
+..\Web\www\fusion\templates\mapguide\images\icons\pan-west.png
+..\Web\www\fusion\templates\mapguide\images\icons\pan.png
+..\Web\www\fusion\templates\mapguide\images\icons\preview.png
+..\Web\www\fusion\templates\mapguide\images\icons\print.png
+..\Web\www\fusion\templates\mapguide\images\icons\query.png
+..\Web\www\fusion\templates\mapguide\images\icons\redline.png
+..\Web\www\fusion\templates\mapguide\images\icons\search.png
+..\Web\www\fusion\templates\mapguide\images\icons\select-centre.png
+..\Web\www\fusion\templates\mapguide\images\icons\select-clear.png
+..\Web\www\fusion\templates\mapguide\images\icons\select-features.png
+..\Web\www\fusion\templates\mapguide\images\icons\select-polygon.png
+..\Web\www\fusion\templates\mapguide\images\icons\select-radius.png
+..\Web\www\fusion\templates\mapguide\images\icons\select-zoom.png
+..\Web\www\fusion\templates\mapguide\images\icons\select.png
+..\Web\www\fusion\templates\mapguide\images\icons\theme.png
+..\Web\www\fusion\templates\mapguide\images\icons\view-back.png
+..\Web\www\fusion\templates\mapguide\images\icons\view-forward.png
+..\Web\www\fusion\templates\mapguide\images\icons\view-refresh.png
+..\Web\www\fusion\templates\mapguide\images\icons\warning.png
+..\Web\www\fusion\templates\mapguide\images\icons\zoom-dynamic.png
+..\Web\www\fusion\templates\mapguide\images\icons\zoom-full.png
+..\Web\www\fusion\templates\mapguide\images\icons\zoom-in-fixed.png
+..\Web\www\fusion\templates\mapguide\images\icons\zoom-in.png
+..\Web\www\fusion\templates\mapguide\images\icons\zoom-out-fixed.png
+..\Web\www\fusion\templates\mapguide\limegold\images
+..\Web\www\fusion\templates\mapguide\limegold\ApplicationDefinition.xml
+..\Web\www\fusion\templates\mapguide\limegold\icons.css
+..\Web\www\fusion\templates\mapguide\limegold\ie6.css
+..\Web\www\fusion\templates\mapguide\limegold\ie7.css
+..\Web\www\fusion\templates\mapguide\limegold\index.html
+..\Web\www\fusion\templates\mapguide\limegold\index.templ
+..\Web\www\fusion\templates\mapguide\limegold\limegold.css
+..\Web\www\fusion\templates\mapguide\limegold\limegold.uncompressed.css
+..\Web\www\fusion\templates\mapguide\limegold\preview.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons
+..\Web\www\fusion\templates\mapguide\limegold\images\20070914_Mapguide_activity_indicator.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\a_pixel.png
+..\Web\www\fusion\templates\mapguide\limegold\images\backgroundTile.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\backgroundTile.png
+..\Web\www\fusion\templates\mapguide\limegold\images\button.png
+..\Web\www\fusion\templates\mapguide\limegold\images\button_combo.png
+..\Web\www\fusion\templates\mapguide\limegold\images\button_multi.png
+..\Web\www\fusion\templates\mapguide\limegold\images\button_multi_disclose.png
+..\Web\www\fusion\templates\mapguide\limegold\images\coordinate-tracker.png
+..\Web\www\fusion\templates\mapguide\limegold\images\dialog_chrome.png
+..\Web\www\fusion\templates\mapguide\limegold\images\dialog_controls.png
+..\Web\www\fusion\templates\mapguide\limegold\images\dialog_resize.png
+..\Web\www\fusion\templates\mapguide\limegold\images\emblems.png
+..\Web\www\fusion\templates\mapguide\limegold\images\FileMenuBackground.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\fileMenuBackground.png
+..\Web\www\fusion\templates\mapguide\limegold\images\fileMenuButton.png
+..\Web\www\fusion\templates\mapguide\limegold\images\filemenuHover.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\filemenuHover.png
+..\Web\www\fusion\templates\mapguide\limegold\images\FileMenuLeft.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\fileMenuLeft.png
+..\Web\www\fusion\templates\mapguide\limegold\images\FileMenuRight.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\fileMenuRight.png
+..\Web\www\fusion\templates\mapguide\limegold\images\flyout_chrome.png
+..\Web\www\fusion\templates\mapguide\limegold\images\grab.cur
+..\Web\www\fusion\templates\mapguide\limegold\images\grabbing.cur
+..\Web\www\fusion\templates\mapguide\limegold\images\grid.png
+..\Web\www\fusion\templates\mapguide\limegold\images\iconCollapse.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\iconCollapse.png
+..\Web\www\fusion\templates\mapguide\limegold\images\iconCollapseClosed.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\iconCollapseClosed.png
+..\Web\www\fusion\templates\mapguide\limegold\images\iconCollapseOpen.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\iconCollapseOpen.png
+..\Web\www\fusion\templates\mapguide\limegold\images\iconFileMenuDownArrow.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\iconFileMenuDownArrow.png
+..\Web\www\fusion\templates\mapguide\limegold\images\iconFileMenuRightArrow.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\iconFileMenuRightArrow.png
+..\Web\www\fusion\templates\mapguide\limegold\images\iconNavigator.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\icons.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icon_back.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\icon_back.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icon_close.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icon_forward.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\icon_forward.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icon_home.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\icon_home.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icon_invokeurl.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\icon_invokeurl_disabled.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\icon_quickhelp.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icon_tasks.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\icon_tasks.png
+..\Web\www\fusion\templates\mapguide\limegold\images\jxPanelBackround.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\jxPanelBackround.png
+..\Web\www\fusion\templates\mapguide\limegold\images\jxPanelBarBackground.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\jxPanelBarBackground.png
+..\Web\www\fusion\templates\mapguide\limegold\images\jxPanelBarLeft.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\jxPanelBarLeft.png
+..\Web\www\fusion\templates\mapguide\limegold\images\jxPanelBottom.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\jxPanelBottom.png
+..\Web\www\fusion\templates\mapguide\limegold\images\loading.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\Logo.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\logo.png
+..\Web\www\fusion\templates\mapguide\limegold\images\mapBackground.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\mapBackground.png
+..\Web\www\fusion\templates\mapguide\limegold\images\maptip.png
+..\Web\www\fusion\templates\mapguide\limegold\images\menu_hover.png
+..\Web\www\fusion\templates\mapguide\limegold\images\menu_icon_active.png
+..\Web\www\fusion\templates\mapguide\limegold\images\nav_base_60trans.png
+..\Web\www\fusion\templates\mapguide\limegold\images\nav_slider_60trans.png
+..\Web\www\fusion\templates\mapguide\limegold\images\overviewMapButtonClose.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\overviewMapButtonClose.png
+..\Web\www\fusion\templates\mapguide\limegold\images\overviewMapButtonClose2.png
+..\Web\www\fusion\templates\mapguide\limegold\images\overview_map.png
+..\Web\www\fusion\templates\mapguide\limegold\images\panelBackground.png
+..\Web\www\fusion\templates\mapguide\limegold\images\panelbar.png
+..\Web\www\fusion\templates\mapguide\limegold\images\panel_controls.png
+..\Web\www\fusion\templates\mapguide\limegold\images\pbmg.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\pbmg.png
+..\Web\www\fusion\templates\mapguide\limegold\images\seperator_h.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\seperator_h.png
+..\Web\www\fusion\templates\mapguide\limegold\images\sidebarCloseButton.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\sidebarCloseButton.png
+..\Web\www\fusion\templates\mapguide\limegold\images\sidebarCollapseBackground.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\sidebarCollapseBackground.png
+..\Web\www\fusion\templates\mapguide\limegold\images\sidebarCollapseBottom.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\sidebarCollapseBottom.png
+..\Web\www\fusion\templates\mapguide\limegold\images\sidebarCollapseTop.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\sidebarCollapseTop.png
+..\Web\www\fusion\templates\mapguide\limegold\images\sidebarOpenButton.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\sidebarOpenButton.png
+..\Web\www\fusion\templates\mapguide\limegold\images\statusBarBackground.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\statusBarBackground.png
+..\Web\www\fusion\templates\mapguide\limegold\images\tabbar.png
+..\Web\www\fusion\templates\mapguide\limegold\images\tabbar_bottom.png
+..\Web\www\fusion\templates\mapguide\limegold\images\tabbar_left.png
+..\Web\www\fusion\templates\mapguide\limegold\images\tabbar_right.png
+..\Web\www\fusion\templates\mapguide\limegold\images\table_col.png
+..\Web\www\fusion\templates\mapguide\limegold\images\table_row.png
+..\Web\www\fusion\templates\mapguide\limegold\images\tabSetBackground.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\tabSetBackground.png
+..\Web\www\fusion\templates\mapguide\limegold\images\tab_bottom.png
+..\Web\www\fusion\templates\mapguide\limegold\images\tab_close.png
+..\Web\www\fusion\templates\mapguide\limegold\images\tab_left.png
+..\Web\www\fusion\templates\mapguide\limegold\images\tab_right.png
+..\Web\www\fusion\templates\mapguide\limegold\images\tab_top.png
+..\Web\www\fusion\templates\mapguide\limegold\images\taskTabSD_Left.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\taskTabSD_Left.png
+..\Web\www\fusion\templates\mapguide\limegold\images\taskTabSD_Right.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\taskTabSD_Right.png
+..\Web\www\fusion\templates\mapguide\limegold\images\taskTab_Left.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\taskTab_Left.png
+..\Web\www\fusion\templates\mapguide\limegold\images\taskTab_Right.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\taskTab_Right.png
+..\Web\www\fusion\templates\mapguide\limegold\images\tmpMap.jpg
+..\Web\www\fusion\templates\mapguide\limegold\images\toolbar.png
+..\Web\www\fusion\templates\mapguide\limegold\images\ToolbarBackground.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\toolbarBackground.png
+..\Web\www\fusion\templates\mapguide\limegold\images\toolbarButton.png
+..\Web\www\fusion\templates\mapguide\limegold\images\toolbarHover.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\toolbarHover.png
+..\Web\www\fusion\templates\mapguide\limegold\images\ToolbarLeft.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\toolbarLeft.png
+..\Web\www\fusion\templates\mapguide\limegold\images\ToolbarRight.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\toolbarRight.png
+..\Web\www\fusion\templates\mapguide\limegold\images\ToolbarSubBackground.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\toolbarSubBackground.png
+..\Web\www\fusion\templates\mapguide\limegold\images\toolbarSubButton.png
+..\Web\www\fusion\templates\mapguide\limegold\images\ToolbarSubLeft.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\toolbarSubLeft.png
+..\Web\www\fusion\templates\mapguide\limegold\images\ToolbarSubRight.gif
+..\Web\www\fusion\templates\mapguide\limegold\images\toolbarSubRight.png
+..\Web\www\fusion\templates\mapguide\limegold\images\toolbar_separator_h.png
+..\Web\www\fusion\templates\mapguide\limegold\images\toolbar_separator_v.png
+..\Web\www\fusion\templates\mapguide\limegold\images\tree.png
+..\Web\www\fusion\templates\mapguide\limegold\images\tree_hover.png
+..\Web\www\fusion\templates\mapguide\limegold\images\tree_vert_line.png
+..\Web\www\fusion\templates\mapguide\limegold\images\zoomin.cur
+..\Web\www\fusion\templates\mapguide\limegold\images\zoomout.cur
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\about.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\buffer.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\coordinate-tracker.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\edit-copy.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\edit-cut.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\edit-duplicate.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\edit-paste.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\edit-xml.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\error.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\feature-info.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\file-print.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\file-save.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\geolocation.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\help.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\iconNavigator.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\info.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\initial-center.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\invoke-script.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\invoke-url.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\legend-DWF.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\legend-layer.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\legend-map.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\legend-raster.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\legend-theme.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\maptip.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\measure.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\options.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\out-of-range.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\overview-map.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\pan-east.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\pan-north.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\pan-south.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\pan-west.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\pan.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\preview.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\print.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\query.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\redline.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\search.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\select-centre.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\select-clear.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\select-features.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\select-polygon.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\select-radius.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\select-zoom.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\select.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\view-back.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\view-forward.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\view-refresh.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\warning.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\zoom-dynamic.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\zoom-full.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\zoom-in-fixed.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\zoom-in.png
+..\Web\www\fusion\templates\mapguide\limegold\images\icons\zoom-out-fixed.png
+..\Web\www\fusion\templates\mapguide\maroon\images
+..\Web\www\fusion\templates\mapguide\maroon\ApplicationDefinition.xml
+..\Web\www\fusion\templates\mapguide\maroon\icons.css
+..\Web\www\fusion\templates\mapguide\maroon\ie6.css
+..\Web\www\fusion\templates\mapguide\maroon\ie7.css
+..\Web\www\fusion\templates\mapguide\maroon\index.html
+..\Web\www\fusion\templates\mapguide\maroon\index.templ
+..\Web\www\fusion\templates\mapguide\maroon\maroon.css
+..\Web\www\fusion\templates\mapguide\maroon\maroon.uncompressed.css
+..\Web\www\fusion\templates\mapguide\maroon\preview.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons
+..\Web\www\fusion\templates\mapguide\maroon\images\adsk_logo.png
+..\Web\www\fusion\templates\mapguide\maroon\images\a_pixel.png
+..\Web\www\fusion\templates\mapguide\maroon\images\background.png
+..\Web\www\fusion\templates\mapguide\maroon\images\button.png
+..\Web\www\fusion\templates\mapguide\maroon\images\button_combo.png
+..\Web\www\fusion\templates\mapguide\maroon\images\button_multi.png
+..\Web\www\fusion\templates\mapguide\maroon\images\button_multi_disclose.png
+..\Web\www\fusion\templates\mapguide\maroon\images\coordinate-tracker.png
+..\Web\www\fusion\templates\mapguide\maroon\images\dialog_chrome.png
+..\Web\www\fusion\templates\mapguide\maroon\images\dialog_resize.png
+..\Web\www\fusion\templates\mapguide\maroon\images\emblems.png
+..\Web\www\fusion\templates\mapguide\maroon\images\emblems_alt.png
+..\Web\www\fusion\templates\mapguide\maroon\images\fileMenuBackground.png
+..\Web\www\fusion\templates\mapguide\maroon\images\fileMenuBackgroundOver.png
+..\Web\www\fusion\templates\mapguide\maroon\images\fileMenuBDLeft.png
+..\Web\www\fusion\templates\mapguide\maroon\images\fileMenuButton.png
+..\Web\www\fusion\templates\mapguide\maroon\images\flyout_chrome.png
+..\Web\www\fusion\templates\mapguide\maroon\images\grab.cur
+..\Web\www\fusion\templates\mapguide\maroon\images\grabbing.cur
+..\Web\www\fusion\templates\mapguide\maroon\images\grid.png
+..\Web\www\fusion\templates\mapguide\maroon\images\iconButtonMenuDownArrow.png
+..\Web\www\fusion\templates\mapguide\maroon\images\iconButtonMenuRightArrow.png
+..\Web\www\fusion\templates\mapguide\maroon\images\iconCollapse.png
+..\Web\www\fusion\templates\mapguide\maroon\images\iconCollapseClosed.png
+..\Web\www\fusion\templates\mapguide\maroon\images\iconCollapseOpen.png
+..\Web\www\fusion\templates\mapguide\maroon\images\iconFileMenuDownArrow.png
+..\Web\www\fusion\templates\mapguide\maroon\images\iconFileMenuRightArrow.png
+..\Web\www\fusion\templates\mapguide\maroon\images\iconNavigator.gif
+..\Web\www\fusion\templates\mapguide\maroon\images\icons.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icon_back.gif
+..\Web\www\fusion\templates\mapguide\maroon\images\icon_close.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icon_forward.gif
+..\Web\www\fusion\templates\mapguide\maroon\images\icon_quickhelp.png
+..\Web\www\fusion\templates\mapguide\maroon\images\loading.gif
+..\Web\www\fusion\templates\mapguide\maroon\images\logo.png
+..\Web\www\fusion\templates\mapguide\maroon\images\maptip.png
+..\Web\www\fusion\templates\mapguide\maroon\images\maximize.png
+..\Web\www\fusion\templates\mapguide\maroon\images\menu_hover.png
+..\Web\www\fusion\templates\mapguide\maroon\images\menu_icon_active.png
+..\Web\www\fusion\templates\mapguide\maroon\images\moduleBackground.png
+..\Web\www\fusion\templates\mapguide\maroon\images\moduleBorder.png
+..\Web\www\fusion\templates\mapguide\maroon\images\moduleTitleBackground.png
+..\Web\www\fusion\templates\mapguide\maroon\images\nav_base_60trans.png
+..\Web\www\fusion\templates\mapguide\maroon\images\nav_slider_60trans.png
+..\Web\www\fusion\templates\mapguide\maroon\images\panelBackground.png
+..\Web\www\fusion\templates\mapguide\maroon\images\panelbar.png
+..\Web\www\fusion\templates\mapguide\maroon\images\panel_controls.png
+..\Web\www\fusion\templates\mapguide\maroon\images\pbmg.gif
+..\Web\www\fusion\templates\mapguide\maroon\images\pbmg.png
+..\Web\www\fusion\templates\mapguide\maroon\images\seperator_h.png
+..\Web\www\fusion\templates\mapguide\maroon\images\seperator_v.png
+..\Web\www\fusion\templates\mapguide\maroon\images\sidebarCloseButton.png
+..\Web\www\fusion\templates\mapguide\maroon\images\sidebarCollapseBackground.png
+..\Web\www\fusion\templates\mapguide\maroon\images\sidebarCollapseBottom.png
+..\Web\www\fusion\templates\mapguide\maroon\images\sidebarCollapseTop.png
+..\Web\www\fusion\templates\mapguide\maroon\images\sidebarOpenButton.png
+..\Web\www\fusion\templates\mapguide\maroon\images\statusbar.png
+..\Web\www\fusion\templates\mapguide\maroon\images\statusbarBackground.png
+..\Web\www\fusion\templates\mapguide\maroon\images\tabbar.png
+..\Web\www\fusion\templates\mapguide\maroon\images\tabbar_bottom.png
+..\Web\www\fusion\templates\mapguide\maroon\images\tabbar_left.png
+..\Web\www\fusion\templates\mapguide\maroon\images\tabbar_right.png
+..\Web\www\fusion\templates\mapguide\maroon\images\table_col.png
+..\Web\www\fusion\templates\mapguide\maroon\images\table_row.png
+..\Web\www\fusion\templates\mapguide\maroon\images\tab_bottom.png
+..\Web\www\fusion\templates\mapguide\maroon\images\tab_close.png
+..\Web\www\fusion\templates\mapguide\maroon\images\tab_left.png
+..\Web\www\fusion\templates\mapguide\maroon\images\tab_right.png
+..\Web\www\fusion\templates\mapguide\maroon\images\tab_top.png
+..\Web\www\fusion\templates\mapguide\maroon\images\toolbar.png
+..\Web\www\fusion\templates\mapguide\maroon\images\toolbarBackground.png
+..\Web\www\fusion\templates\mapguide\maroon\images\toolbarButton.png
+..\Web\www\fusion\templates\mapguide\maroon\images\toolbar_separator_h.png
+..\Web\www\fusion\templates\mapguide\maroon\images\toolbar_separator_v.png
+..\Web\www\fusion\templates\mapguide\maroon\images\toolListBackground.png
+..\Web\www\fusion\templates\mapguide\maroon\images\toolListBDLeft.png
+..\Web\www\fusion\templates\mapguide\maroon\images\tree.png
+..\Web\www\fusion\templates\mapguide\maroon\images\tree_hover.png
+..\Web\www\fusion\templates\mapguide\maroon\images\tree_vert_line.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\about.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\buffer.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\coordinate-tracker.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\edit-copy.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\edit-cut.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\edit-duplicate.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\edit-paste.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\edit-xml.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\error.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\feature-info.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\file-print.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\file-save.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\geolocation.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\help.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\iconNavigator.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\info.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\initial-center.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\invoke-script.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\invoke-url.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\legend-DWF.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\legend-layer.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\legend-map.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\legend-raster.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\legend-theme.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\maptip.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\measure.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\options.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\out-of-range.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\overview-map.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\pan-east.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\pan-north.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\pan-south.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\pan-west.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\pan.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\preview.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\print.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\query.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\redline.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\search.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\select-centre.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\select-clear.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\select-features.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\select-polygon.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\select-radius.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\select-zoom.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\select.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\view-back.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\view-forward.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\view-refresh.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\warning.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\zoom-dynamic.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\zoom-full.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\zoom-in-fixed.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\zoom-in.png
+..\Web\www\fusion\templates\mapguide\maroon\images\icons\zoom-out-fixed.png
+..\Web\www\fusion\templates\mapguide\preview\images
+..\Web\www\fusion\templates\mapguide\preview\ApplicationDefinition.xml
+..\Web\www\fusion\templates\mapguide\preview\icons.css
+..\Web\www\fusion\templates\mapguide\preview\ie6.css
+..\Web\www\fusion\templates\mapguide\preview\ie7.css
+..\Web\www\fusion\templates\mapguide\preview\index.html
+..\Web\www\fusion\templates\mapguide\preview\indexNoLegend.html
+..\Web\www\fusion\templates\mapguide\preview\preview.css
+..\Web\www\fusion\templates\mapguide\preview\preview.png
+..\Web\www\fusion\templates\mapguide\preview\preview.uncompressed.css
+..\Web\www\fusion\templates\mapguide\preview\images\icons
+..\Web\www\fusion\templates\mapguide\preview\images\a_pixel.png
+..\Web\www\fusion\templates\mapguide\preview\images\button.png
+..\Web\www\fusion\templates\mapguide\preview\images\button_combo.png
+..\Web\www\fusion\templates\mapguide\preview\images\button_multi.png
+..\Web\www\fusion\templates\mapguide\preview\images\button_multi_disclose.png
+..\Web\www\fusion\templates\mapguide\preview\images\dialog_chrome.png
+..\Web\www\fusion\templates\mapguide\preview\images\dialog_resize.png
+..\Web\www\fusion\templates\mapguide\preview\images\emblems.png
+..\Web\www\fusion\templates\mapguide\preview\images\flyout_chrome.png
+..\Web\www\fusion\templates\mapguide\preview\images\grab.cur
+..\Web\www\fusion\templates\mapguide\preview\images\grabbing.cur
+..\Web\www\fusion\templates\mapguide\preview\images\grid.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons.png
+..\Web\www\fusion\templates\mapguide\preview\images\icon_back.gif
+..\Web\www\fusion\templates\mapguide\preview\images\icon_back.png
+..\Web\www\fusion\templates\mapguide\preview\images\icon_forward.gif
+..\Web\www\fusion\templates\mapguide\preview\images\icon_forward.png
+..\Web\www\fusion\templates\mapguide\preview\images\icon_home.gif
+..\Web\www\fusion\templates\mapguide\preview\images\icon_home.png
+..\Web\www\fusion\templates\mapguide\preview\images\icon_invokeurl.gif
+..\Web\www\fusion\templates\mapguide\preview\images\icon_invokeurl_disabled.gif
+..\Web\www\fusion\templates\mapguide\preview\images\icon_loading.gif
+..\Web\www\fusion\templates\mapguide\preview\images\icon_tasks.gif
+..\Web\www\fusion\templates\mapguide\preview\images\icon_tasks.png
+..\Web\www\fusion\templates\mapguide\preview\images\loading.gif
+..\Web\www\fusion\templates\mapguide\preview\images\maptip.png
+..\Web\www\fusion\templates\mapguide\preview\images\menu_hover.png
+..\Web\www\fusion\templates\mapguide\preview\images\menu_icon_active.png
+..\Web\www\fusion\templates\mapguide\preview\images\panelBackground.png
+..\Web\www\fusion\templates\mapguide\preview\images\panelbar.png
+..\Web\www\fusion\templates\mapguide\preview\images\panel_controls.png
+..\Web\www\fusion\templates\mapguide\preview\images\PoweredBy_en.gif
+..\Web\www\fusion\templates\mapguide\preview\images\tabbar.png
+..\Web\www\fusion\templates\mapguide\preview\images\tabbar_bottom.png
+..\Web\www\fusion\templates\mapguide\preview\images\tabbar_left.png
+..\Web\www\fusion\templates\mapguide\preview\images\tabbar_right.png
+..\Web\www\fusion\templates\mapguide\preview\images\table_col.png
+..\Web\www\fusion\templates\mapguide\preview\images\table_row.png
+..\Web\www\fusion\templates\mapguide\preview\images\tab_bottom.png
+..\Web\www\fusion\templates\mapguide\preview\images\tab_close.png
+..\Web\www\fusion\templates\mapguide\preview\images\tab_left.png
+..\Web\www\fusion\templates\mapguide\preview\images\tab_right.png
+..\Web\www\fusion\templates\mapguide\preview\images\tab_top.png
+..\Web\www\fusion\templates\mapguide\preview\images\toolbar.png
+..\Web\www\fusion\templates\mapguide\preview\images\toolbar_separator_h.png
+..\Web\www\fusion\templates\mapguide\preview\images\toolbar_separator_v.png
+..\Web\www\fusion\templates\mapguide\preview\images\tree.png
+..\Web\www\fusion\templates\mapguide\preview\images\tree_hover.png
+..\Web\www\fusion\templates\mapguide\preview\images\tree_vert_line.png
+..\Web\www\fusion\templates\mapguide\preview\images\zoomin.cur
+..\Web\www\fusion\templates\mapguide\preview\images\zoomout.cur
+..\Web\www\fusion\templates\mapguide\preview\images\icons\about.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\buffer.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\coordinate-tracker.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\edit-copy.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\edit-cut.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\edit-duplicate.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\edit-paste.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\edit-xml.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\error.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\feature-info.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\file-print.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\file-save.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\geolocation.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\help.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\iconNavigator.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\info.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\initial-center.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\invoke-script.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\invoke-url.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\legend-DWF.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\legend-layer.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\legend-map.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\legend-raster.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\legend-theme.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\maptip.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\measure.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\options.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\out-of-range.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\overview-map.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\pan-east.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\pan-north.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\pan-south.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\pan-west.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\pan.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\preview.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\print.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\query.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\redline.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\search.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\select-centre.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\select-clear.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\select-features.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\select-polygon.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\select-radius.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\select-zoom.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\select.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\view-back.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\view-forward.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\view-refresh.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\warning.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\zoom-dynamic.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\zoom-full.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\zoom-in-fixed.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\zoom-in.png
+..\Web\www\fusion\templates\mapguide\preview\images\icons\zoom-out-fixed.png
+..\Web\www\fusion\templates\mapguide\slate\images
+..\Web\www\fusion\templates\mapguide\slate\ApplicationDefinition.xml
+..\Web\www\fusion\templates\mapguide\slate\icons.css
+..\Web\www\fusion\templates\mapguide\slate\ie6.css
+..\Web\www\fusion\templates\mapguide\slate\ie7.css
+..\Web\www\fusion\templates\mapguide\slate\index.html
+..\Web\www\fusion\templates\mapguide\slate\index.templ
+..\Web\www\fusion\templates\mapguide\slate\preview.png
+..\Web\www\fusion\templates\mapguide\slate\slate.css
+..\Web\www\fusion\templates\mapguide\slate\slate.uncompressed.css
+..\Web\www\fusion\templates\mapguide\slate\images\icons
+..\Web\www\fusion\templates\mapguide\slate\images\a_pixel.png
+..\Web\www\fusion\templates\mapguide\slate\images\backgroundTile.png
+..\Web\www\fusion\templates\mapguide\slate\images\button.png
+..\Web\www\fusion\templates\mapguide\slate\images\button_combo.png
+..\Web\www\fusion\templates\mapguide\slate\images\button_multi.png
+..\Web\www\fusion\templates\mapguide\slate\images\button_multi_disclose.png
+..\Web\www\fusion\templates\mapguide\slate\images\coordinate-tracker.png
+..\Web\www\fusion\templates\mapguide\slate\images\dialog_chrome.png
+..\Web\www\fusion\templates\mapguide\slate\images\dialog_controls.png
+..\Web\www\fusion\templates\mapguide\slate\images\dialog_resize.png
+..\Web\www\fusion\templates\mapguide\slate\images\emblems.png
+..\Web\www\fusion\templates\mapguide\slate\images\emblems_alt.png
+..\Web\www\fusion\templates\mapguide\slate\images\fileMenuBackground.png
+..\Web\www\fusion\templates\mapguide\slate\images\fileMenuButton.png
+..\Web\www\fusion\templates\mapguide\slate\images\fileMenuHover.png
+..\Web\www\fusion\templates\mapguide\slate\images\fileMenuLeft.png
+..\Web\www\fusion\templates\mapguide\slate\images\fileMenuRight.png
+..\Web\www\fusion\templates\mapguide\slate\images\flyout_chrome.png
+..\Web\www\fusion\templates\mapguide\slate\images\grab.cur
+..\Web\www\fusion\templates\mapguide\slate\images\grabbing.cur
+..\Web\www\fusion\templates\mapguide\slate\images\grid.png
+..\Web\www\fusion\templates\mapguide\slate\images\iconNavigator.gif
+..\Web\www\fusion\templates\mapguide\slate\images\icons.png
+..\Web\www\fusion\templates\mapguide\slate\images\icon_back.gif
+..\Web\www\fusion\templates\mapguide\slate\images\icon_forward.gif
+..\Web\www\fusion\templates\mapguide\slate\images\loading.gif
+..\Web\www\fusion\templates\mapguide\slate\images\logo.png
+..\Web\www\fusion\templates\mapguide\slate\images\mapBackground.png
+..\Web\www\fusion\templates\mapguide\slate\images\maptip.png
+..\Web\www\fusion\templates\mapguide\slate\images\menu_hover.png
+..\Web\www\fusion\templates\mapguide\slate\images\menu_icon_active.png
+..\Web\www\fusion\templates\mapguide\slate\images\nav_base_60trans.png
+..\Web\www\fusion\templates\mapguide\slate\images\nav_slider_60trans.png
+..\Web\www\fusion\templates\mapguide\slate\images\panelBackground.png
+..\Web\www\fusion\templates\mapguide\slate\images\panelbar.png
+..\Web\www\fusion\templates\mapguide\slate\images\panelBarLeft.png
+..\Web\www\fusion\templates\mapguide\slate\images\panelBottom.png
+..\Web\www\fusion\templates\mapguide\slate\images\panel_controls.png
+..\Web\www\fusion\templates\mapguide\slate\images\pbmg.png
+..\Web\www\fusion\templates\mapguide\slate\images\seperator.png
+..\Web\www\fusion\templates\mapguide\slate\images\seperator_v.png
+..\Web\www\fusion\templates\mapguide\slate\images\sidebarCloseButton.png
+..\Web\www\fusion\templates\mapguide\slate\images\sidebarCollapseBackground.png
+..\Web\www\fusion\templates\mapguide\slate\images\sidebarCollapseBottom.png
+..\Web\www\fusion\templates\mapguide\slate\images\sidebarCollapseTop.png
+..\Web\www\fusion\templates\mapguide\slate\images\sidebarOpenButton.png
+..\Web\www\fusion\templates\mapguide\slate\images\statusBarBackground.png
+..\Web\www\fusion\templates\mapguide\slate\images\tabbar.png
+..\Web\www\fusion\templates\mapguide\slate\images\tabbar_bottom.png
+..\Web\www\fusion\templates\mapguide\slate\images\tabbar_left.png
+..\Web\www\fusion\templates\mapguide\slate\images\tabbar_right.png
+..\Web\www\fusion\templates\mapguide\slate\images\table_col.png
+..\Web\www\fusion\templates\mapguide\slate\images\table_row.png
+..\Web\www\fusion\templates\mapguide\slate\images\tab_bottom.png
+..\Web\www\fusion\templates\mapguide\slate\images\tab_close.png
+..\Web\www\fusion\templates\mapguide\slate\images\tab_left.png
+..\Web\www\fusion\templates\mapguide\slate\images\tab_right.png
+..\Web\www\fusion\templates\mapguide\slate\images\tab_top.png
+..\Web\www\fusion\templates\mapguide\slate\images\toolbar.png
+..\Web\www\fusion\templates\mapguide\slate\images\toolbarBackground.png
+..\Web\www\fusion\templates\mapguide\slate\images\toolbarButton.png
+..\Web\www\fusion\templates\mapguide\slate\images\toolbarLeft.png
+..\Web\www\fusion\templates\mapguide\slate\images\toolbarRight.png
+..\Web\www\fusion\templates\mapguide\slate\images\toolbarSubBackground.png
+..\Web\www\fusion\templates\mapguide\slate\images\toolbarSubButton.png
+..\Web\www\fusion\templates\mapguide\slate\images\toolbarSubLeft.png
+..\Web\www\fusion\templates\mapguide\slate\images\toolbarSubRight.png
+..\Web\www\fusion\templates\mapguide\slate\images\toolbar_separator_h.png
+..\Web\www\fusion\templates\mapguide\slate\images\toolbar_separator_v.png
+..\Web\www\fusion\templates\mapguide\slate\images\tree.png
+..\Web\www\fusion\templates\mapguide\slate\images\tree_hover.png
+..\Web\www\fusion\templates\mapguide\slate\images\tree_vert_line.png
+..\Web\www\fusion\templates\mapguide\slate\images\zoomin.cur
+..\Web\www\fusion\templates\mapguide\slate\images\zoomout.cur
+..\Web\www\fusion\templates\mapguide\slate\images\icons\about.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\buffer.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\coordinate-tracker.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\edit-copy.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\edit-cut.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\edit-duplicate.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\edit-paste.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\edit-xml.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\error.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\feature-info.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\file-print.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\file-save.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\geolocation.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\help.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\iconNavigator.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\info.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\initial-center.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\invoke-script.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\invoke-url.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\legend-DWF.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\legend-layer.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\legend-map.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\legend-raster.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\legend-theme.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\maptip.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\measure.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\options.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\out-of-range.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\overview-map.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\pan-east.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\pan-north.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\pan-south.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\pan-west.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\pan.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\preview.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\print.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\query.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\redline.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\search.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\select-centre.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\select-clear.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\select-features.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\select-polygon.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\select-radius.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\select-zoom.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\select.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\theme.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\view-back.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\view-forward.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\view-refresh.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\warning.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\zoom-dynamic.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\zoom-full.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\zoom-in-fixed.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\zoom-in.png
+..\Web\www\fusion\templates\mapguide\slate\images\icons\zoom-out-fixed.png
+..\Web\www\fusion\templates\mapguide\standard\images
+..\Web\www\fusion\templates\mapguide\standard\ApplicationDefinition.xml
+..\Web\www\fusion\templates\mapguide\standard\icons.css
+..\Web\www\fusion\templates\mapguide\standard\index.html
+..\Web\www\fusion\templates\mapguide\standard\images\icons
+..\Web\www\fusion\templates\mapguide\standard\images\a_pixel.png
+..\Web\www\fusion\templates\mapguide\standard\images\grab.cur
+..\Web\www\fusion\templates\mapguide\standard\images\grabbing.cur
+..\Web\www\fusion\templates\mapguide\standard\images\icons.png
+..\Web\www\fusion\templates\mapguide\standard\images\icon_back.png
+..\Web\www\fusion\templates\mapguide\standard\images\icon_forward.png
+..\Web\www\fusion\templates\mapguide\standard\images\icon_home.png
+..\Web\www\fusion\templates\mapguide\standard\images\icon_invokeurl.png
+..\Web\www\fusion\templates\mapguide\standard\images\icon_invokeurl_disabled.png
+..\Web\www\fusion\templates\mapguide\standard\images\icon_tasks.png
+..\Web\www\fusion\templates\mapguide\standard\images\maptip.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\buffer.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\edit-copy.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\edit-cut.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\edit-duplicate.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\edit-paste.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\edit-redo.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\edit-undo.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\file-open.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\file-print.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\file-save.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\help.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\legend-layer.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\legend-map.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\legend-raster.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\legend-theme.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\measure.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\move-down.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\move-up.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\navigator.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\out-of-range.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\pan-east.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\pan-north.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\pan-south.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\pan.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\search.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\select-attribute.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\select-centre.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\select-clear.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\select-features.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\select-polygon.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\select-query.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\select-radius.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\select-rectangle.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\select-zoom.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\select.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\view-back.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\view-forward.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\view-refresh.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\warning.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\west.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\zoom-full.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\zoom-in-fixed.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\zoom-in.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\zoom-out-fixed.png
+..\Web\www\fusion\templates\mapguide\standard\images\icons\zoom-out.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\ApplicationDefinition.xml
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\icons.css
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\ie6.css
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\ie7.css
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\index.html
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\index.templ
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\preview.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\turquoiseyellow.css
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\turquoiseyellow.uncompressed.css
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\adsk_logo.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\a_pixel.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\background.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\backgroundTile.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\button.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\button_combo.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\button_multi.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\button_multi_disclose.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\coordinate-tracker.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\dialog_chrome.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\dialog_controls.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\dialog_glow_b.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\dialog_glow_bl.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\dialog_glow_br.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\dialog_glow_l.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\dialog_glow_r.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\dialog_glow_t.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\dialog_glow_tl.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\dialog_glow_tr.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\dialog_resize.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\emblems.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\emblems_alt.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\fileMenuBackground.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\fileMenuBackgroundOver.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\fileMenuBDLeft.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\fileMenuBDRight.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\fileMenuButton.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\filemenuHover.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\fileMenuLeft.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\fileMenuRight.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\flyout_chrome.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\grab.cur
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\grabbing.cur
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\grid.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\iconCollapse.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\iconCollapseClosed.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\iconCollapseOpen.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\iconFileMenuDownArrow.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\iconFileMenuRightArrow.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\iconNavigator.gif
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icon_back.gif
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icon_close.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icon_forward.gif
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icon_quickhelp.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\jxPanelBackround.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\jxPanelBarBackground.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\jxPanelBarLeft.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\jxPanelBottom.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\loading.gif
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\logo.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\mapBackground.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\maptip.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\maximize.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\menu_hover.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\menu_icon_active.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\moduleBackground.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\moduleBorder.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\moduleTaskToolbarBackground.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\moduleTitleBackground.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\overviewMap.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\overviewMapButtonClose.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\overviewMapButtonClose2.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\overviewMapTmp.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\overview_map.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\palleteIconMaximize.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\palleteTile.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\panelBackground.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\panelbar.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\panel_controls.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\pbmg.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\seperator.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\seperator_v.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\sidebarCloseButton.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\sidebarCollapseBackground.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\sidebarCollapseBottom.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\sidebarCollapseButton.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\sidebarCollapseTop.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\sidebarOpenButton.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\statusbar.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\statusBarBackground.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\tabbar.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\tabbar_bottom.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\tabbar_left.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\tabbar_right.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\table_col.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\table_row.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\tabSetBackground.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\tab_bottom.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\tab_close.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\tab_left.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\tab_right.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\tab_top.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\taskTabSD_Left.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\taskTabSD_Right.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\toolbar.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\ToolbarBackground.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\toolbarButton.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\toolbarHover.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\toolbarLeft.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\toolbarRight.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\toolbarSubBackground.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\toolbarSubLeft.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\toolbarSubRight.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\toolbarVerticalBackground.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\toolbar_separator_h.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\toolbar_separator_h2.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\toolbar_separator_v.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\toolbar_separator_v2.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\toolListBackground.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\toolListBDLeft.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\tree.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\tree_hover.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\tree_vert_line.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\verticalMenuBar.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\zoomin.cur
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\zoomout.cur
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\about.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\buffer.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\coordinate-tracker.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\edit-copy.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\edit-cut.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\edit-duplicate.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\edit-paste.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\edit-xml.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\error.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\feature-info.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\file-print.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\file-save.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\geolocation.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\help.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\iconNavigator.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\info.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\initial-center.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\invoke-script.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\invoke-url.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\legend-DWF.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\legend-layer.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\legend-map.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\legend-raster.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\legend-theme.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\maptip.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\measure.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\options.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\out-of-range.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\overview-map.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\pan-east.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\pan-north.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\pan-south.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\pan-west.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\pan.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\preview.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\print.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\query.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\redline.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\search.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\select-centre.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\select-clear.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\select-features.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\select-polygon.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\select-radius.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\select-zoom.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\select.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\view-back.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\view-forward.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\view-refresh.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\warning.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\zoom-dynamic.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\zoom-full.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\zoom-in-fixed.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\zoom-in.png
+..\Web\www\fusion\templates\mapguide\turquoiseyellow\images\icons\zoom-out-fixed.png
+..\Web\www\fusion\templates\mapserver\standard
+..\Web\www\fusion\templates\mapserver\standard\images
+..\Web\www\fusion\templates\mapserver\standard\ApplicationDefinition.xml
+..\Web\www\fusion\templates\mapserver\standard\EPSG42304.js
+..\Web\www\fusion\templates\mapserver\standard\icons.css
+..\Web\www\fusion\templates\mapserver\standard\index.html
+..\Web\www\fusion\templates\mapserver\standard\images\icons
+..\Web\www\fusion\templates\mapserver\standard\images\a_pixel.png
+..\Web\www\fusion\templates\mapserver\standard\images\grab.cur
+..\Web\www\fusion\templates\mapserver\standard\images\grabbing.cur
+..\Web\www\fusion\templates\mapserver\standard\images\icons.png
+..\Web\www\fusion\templates\mapserver\standard\images\PoweredBy_en.gif
+..\Web\www\fusion\templates\mapserver\standard\images\Thumbs.db
+..\Web\www\fusion\templates\mapserver\standard\images\zoomin.cur
+..\Web\www\fusion\templates\mapserver\standard\images\zoomout.cur
+..\Web\www\fusion\templates\mapserver\standard\images\icons\buffer.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\edit-copy.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\edit-cut.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\edit-duplicate.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\edit-paste.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\edit-redo.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\edit-undo.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\file-open.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\file-print.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\file-save.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\help.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\icon_back.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\icon_forward.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\icon_home.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\icon_invokeurl.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\icon_loading.gif
+..\Web\www\fusion\templates\mapserver\standard\images\icons\icon_tasks.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\legend-layer.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\legend-map.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\legend-raster.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\legend-theme.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\measure.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\move-down.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\move-up.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\navigator.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\pan-east.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\pan-north.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\pan-south.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\pan.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\search.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\select-attribute.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\select-centre.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\select-clear.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\select-features.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\select-polygon.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\select-query.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\select-radius.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\select-rectangle.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\select-zoom.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\select.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\Thumbs.db
+..\Web\www\fusion\templates\mapserver\standard\images\icons\view-back.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\view-forward.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\view-refresh.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\warning.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\west.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\zoom-full.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\zoom-in-fixed.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\zoom-in.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\zoom-out-fixed.png
+..\Web\www\fusion\templates\mapserver\standard\images\icons\zoom-out.png
+..\Web\www\fusion\text\en
+..\Web\www\fusion\text\en.json
+..\Web\www\fusion\text\fr
+..\Web\www\fusion\text\fr.json
+..\Web\www\fusion\widgets\About
+..\Web\www\fusion\widgets\AddWMSLayer
+..\Web\www\fusion\widgets\BufferPanel
+..\Web\www\fusion\widgets\CoordinateTracker
+..\Web\www\fusion\widgets\CursorPosition
+..\Web\www\fusion\widgets\EditableScale
+..\Web\www\fusion\widgets\FeatureInfo
+..\Web\www\fusion\widgets\GoogleStreetViewer
+..\Web\www\fusion\widgets\Help
+..\Web\www\fusion\widgets\LayerManager
+..\Web\www\fusion\widgets\Legend
+..\Web\www\fusion\widgets\LinkToView
+..\Web\www\fusion\widgets\Maptip
+..\Web\www\fusion\widgets\MapWidget
+..\Web\www\fusion\widgets\Measure
+..\Web\www\fusion\widgets\Navigator
+..\Web\www\fusion\widgets\OverviewMap
+..\Web\www\fusion\widgets\Print
+..\Web\www\fusion\widgets\Query
+..\Web\www\fusion\widgets\QuickPlot
+..\Web\www\fusion\widgets\Redline
+..\Web\www\fusion\widgets\scalebar
+..\Web\www\fusion\widgets\ScalebarDual
+..\Web\www\fusion\widgets\Search
+..\Web\www\fusion\widgets\SelectionInfo
+..\Web\www\fusion\widgets\SelectionPanel
+..\Web\www\fusion\widgets\SelectWithin
+..\Web\www\fusion\widgets\TaskPane
+..\Web\www\fusion\widgets\Theme
+..\Web\www\fusion\widgets\ViewSize
+..\Web\www\fusion\widgets\widgetinfo
+..\Web\www\fusion\widgets\About.js
+..\Web\www\fusion\widgets\ActivityIndicator.js
+..\Web\www\fusion\widgets\AddWMSLayer.js
+..\Web\www\fusion\widgets\BasemapSwitcher.js
+..\Web\www\fusion\widgets\Buffer.js
+..\Web\www\fusion\widgets\BufferPanel.js
+..\Web\www\fusion\widgets\CenterSelection.js
+..\Web\www\fusion\widgets\ClearSelection.js
+..\Web\www\fusion\widgets\ColorPicker.js
+..\Web\www\fusion\widgets\CoordinateTracker.js
+..\Web\www\fusion\widgets\CursorPosition.js
+..\Web\www\fusion\widgets\EditableScale.js
+..\Web\www\fusion\widgets\ExtentHistory.js
+..\Web\www\fusion\widgets\FeatureInfo.js
+..\Web\www\fusion\widgets\Geolocation.js
+..\Web\www\fusion\widgets\GetFeatureInfo.js
+..\Web\www\fusion\widgets\GoogleStreetViewer.js
+..\Web\www\fusion\widgets\Help.js
+..\Web\www\fusion\widgets\InitialMapView.js
+..\Web\www\fusion\widgets\InvokeScript.js
+..\Web\www\fusion\widgets\InvokeURL.js
+..\Web\www\fusion\widgets\LayerManager.js
+..\Web\www\fusion\widgets\Legend.js
+..\Web\www\fusion\widgets\LinkToView.js
+..\Web\www\fusion\widgets\MapMenu.js
+..\Web\www\fusion\widgets\MapMetadata.js
+..\Web\www\fusion\widgets\Maptip.js
+..\Web\www\fusion\widgets\Measure.js
+..\Web\www\fusion\widgets\Navigator.js
+..\Web\www\fusion\widgets\OverviewMap.js
+..\Web\www\fusion\widgets\Pan.js
+..\Web\www\fusion\widgets\PanOnClick.js
+..\Web\www\fusion\widgets\PanQuery.js
+..\Web\www\fusion\widgets\Print.js
+..\Web\www\fusion\widgets\Query.js
+..\Web\www\fusion\widgets\QuickPlot.js
+..\Web\www\fusion\widgets\Redline.js
+..\Web\www\fusion\widgets\RefreshMap.js
+..\Web\www\fusion\widgets\SaveMap.js
+..\Web\www\fusion\widgets\SaveMapImage.js
+..\Web\www\fusion\widgets\SaveSession.js
+..\Web\www\fusion\widgets\Scalebar.js
+..\Web\www\fusion\widgets\ScalebarDual.js
+..\Web\www\fusion\widgets\Search.js
+..\Web\www\fusion\widgets\Select.js
+..\Web\www\fusion\widgets\SelectAttribute.js
+..\Web\www\fusion\widgets\SelectionInfo.js
+..\Web\www\fusion\widgets\SelectionPanel.js
+..\Web\www\fusion\widgets\SelectPolygon.js
+..\Web\www\fusion\widgets\SelectRadius.js
+..\Web\www\fusion\widgets\SelectRadiusValue.js
+..\Web\www\fusion\widgets\SelectWithin.js
+..\Web\www\fusion\widgets\TaskPane.js
+..\Web\www\fusion\widgets\Theme.js
+..\Web\www\fusion\widgets\ViewOptions.js
+..\Web\www\fusion\widgets\ViewSize.js
+..\Web\www\fusion\widgets\Zoom.js
+..\Web\www\fusion\widgets\ZoomOnClick.js
+..\Web\www\fusion\widgets\ZoomToSelection.js
+..\Web\www\fusion\widgets\About\About.html
+..\Web\www\fusion\widgets\AddWMSLayer\AddWMSLayer.css
+..\Web\www\fusion\widgets\AddWMSLayer\AddWMSLayer.html
+..\Web\www\fusion\widgets\AddWMSLayer\AddWMSLayer.php
+..\Web\www\fusion\widgets\AddWMSLayer\wms-parser.php
+..\Web\www\fusion\widgets\BufferPanel\AreaLayerDef.templ
+..\Web\www\fusion\widgets\BufferPanel\Buffer.php
+..\Web\www\fusion\widgets\BufferPanel\BufferPanel.php
+..\Web\www\fusion\widgets\BufferPanel\BufferPanel.templ
+..\Web\www\fusion\widgets\BufferPanel\BufferReport.templ
+..\Web\www\fusion\widgets\BufferPanel\ColorPicker.php
+..\Web\www\fusion\widgets\BufferPanel\ColorPicker.templ
+..\Web\www\fusion\widgets\BufferPanel\cp_arr.gif
+..\Web\www\fusion\widgets\BufferPanel\cp_arr_dis.gif
+..\Web\www\fusion\widgets\BufferPanel\ErrorPage.templ
+..\Web\www\fusion\widgets\BufferPanel\Viewer.css
+..\Web\www\fusion\widgets\CoordinateTracker\CoordinateTracker.css
+..\Web\www\fusion\widgets\CoordinateTracker\CoordinateTracker.php
+..\Web\www\fusion\widgets\CursorPosition\CursorPosition.css
+..\Web\www\fusion\widgets\EditableScale\EditableScale.css
+..\Web\www\fusion\widgets\FeatureInfo\classes
+..\Web\www\fusion\widgets\FeatureInfo\featureinfocontroller.php
+..\Web\www\fusion\widgets\FeatureInfo\featureinfomain.php
+..\Web\www\fusion\widgets\FeatureInfo\classes\feature.php
+..\Web\www\fusion\widgets\FeatureInfo\classes\featureinfo.php
+..\Web\www\fusion\widgets\FeatureInfo\classes\property.php
+..\Web\www\fusion\widgets\GoogleStreetViewer\GoogleStreetView.php
+..\Web\www\fusion\widgets\GoogleStreetViewer\GoogleStreetView.png
+..\Web\www\fusion\widgets\GoogleStreetViewer\GoogleStreetView.templ
+..\Web\www\fusion\widgets\GoogleStreetViewer\navigator.png
+..\Web\www\fusion\widgets\Help\Help.html
+..\Web\www\fusion\widgets\LayerManager\LayerManager.css
+..\Web\www\fusion\widgets\Legend\Legend.css
+..\Web\www\fusion\widgets\LinkToView\LinkToView.css
+..\Web\www\fusion\widgets\Maptip\Maptip.css
+..\Web\www\fusion\widgets\MapWidget\MapWidget.css
+..\Web\www\fusion\widgets\Measure\Measure.css
+..\Web\www\fusion\widgets\Measure\Measure.php
+..\Web\www\fusion\widgets\Measure\MeasurePending.gif
+..\Web\www\fusion\widgets\Navigator\slider.png
+..\Web\www\fusion\widgets\Navigator\sliderscale.png
+..\Web\www\fusion\widgets\Navigator\spinner.gif
+..\Web\www\fusion\widgets\OverviewMap\blank.gif
+..\Web\www\fusion\widgets\OverviewMap\OverviewMap.css
+..\Web\www\fusion\widgets\Print\Print.css
+..\Web\www\fusion\widgets\Print\printablepage.php
+..\Web\www\fusion\widgets\Print\printablepage.templ
+..\Web\www\fusion\widgets\Print\pr_north.gif
+..\Web\www\fusion\widgets\Query\classes
+..\Web\www\fusion\widgets\Query\templates
+..\Web\www\fusion\widgets\Query\querycontroller.php
+..\Web\www\fusion\widgets\Query\querymain.php
+..\Web\www\fusion\widgets\Query\classes\feature.php
+..\Web\www\fusion\widgets\Query\classes\property.php
+..\Web\www\fusion\widgets\Query\classes\query.php
+..\Web\www\fusion\widgets\Query\templates\filterlayerdefinition.xml
+..\Web\www\fusion\widgets\QuickPlot\GenerateLegend.php
+..\Web\www\fusion\widgets\QuickPlot\GeneratePicture.php
+..\Web\www\fusion\widgets\QuickPlot\lc_group.gif
+..\Web\www\fusion\widgets\QuickPlot\legend-DWF.png
+..\Web\www\fusion\widgets\QuickPlot\legend-raster.png
+..\Web\www\fusion\widgets\QuickPlot\legend-theme.png
+..\Web\www\fusion\widgets\QuickPlot\MapCapturer.js
+..\Web\www\fusion\widgets\QuickPlot\north_arrow.png
+..\Web\www\fusion\widgets\QuickPlot\pixel.gif
+..\Web\www\fusion\widgets\QuickPlot\PlotAsPDF.php
+..\Web\www\fusion\widgets\QuickPlot\QuickPlotPanel.js
+..\Web\www\fusion\widgets\QuickPlot\QuickPlotPanel.php
+..\Web\www\fusion\widgets\QuickPlot\QuickPlotPanel.templ
+..\Web\www\fusion\widgets\QuickPlot\rotate.cur
+..\Web\www\fusion\widgets\Redline\classes
+..\Web\www\fusion\widgets\Redline\styles
+..\Web\www\fusion\widgets\Redline\templates
+..\Web\www\fusion\widgets\Redline\editmarkup.php
+..\Web\www\fusion\widgets\Redline\editmarkupstyle.php
+..\Web\www\fusion\widgets\Redline\getselectionxml.php
+..\Web\www\fusion\widgets\Redline\markupmain.php
+..\Web\www\fusion\widgets\Redline\newmarkup.php
+..\Web\www\fusion\widgets\Redline\Redline.css
+..\Web\www\fusion\widgets\Redline\uploadmarkup.php
+..\Web\www\fusion\widgets\Redline\classes\defaultstyle.php
+..\Web\www\fusion\widgets\Redline\classes\editcommand.php
+..\Web\www\fusion\widgets\Redline\classes\markupcommand.php
+..\Web\www\fusion\widgets\Redline\classes\markupeditor.php
+..\Web\www\fusion\widgets\Redline\classes\markupmanager.php
+..\Web\www\fusion\widgets\Redline\classes\markupschemafactory.php
+..\Web\www\fusion\widgets\Redline\templates\area_box.templ
+..\Web\www\fusion\widgets\Redline\templates\area_cross.templ
+..\Web\www\fusion\widgets\Redline\templates\area_dash.templ
+..\Web\www\fusion\widgets\Redline\templates\area_dolmit.templ
+..\Web\www\fusion\widgets\Redline\templates\area_hex.templ
+..\Web\www\fusion\widgets\Redline\templates\area_line.templ
+..\Web\www\fusion\widgets\Redline\templates\area_line_135.templ
+..\Web\www\fusion\widgets\Redline\templates\area_line_45.templ
+..\Web\www\fusion\widgets\Redline\templates\area_line_90.templ
+..\Web\www\fusion\widgets\Redline\templates\area_net.templ
+..\Web\www\fusion\widgets\Redline\templates\area_sacncr.templ
+..\Web\www\fusion\widgets\Redline\templates\area_solid.templ
+..\Web\www\fusion\widgets\Redline\templates\area_square.templ
+..\Web\www\fusion\widgets\Redline\templates\area_steel.templ
+..\Web\www\fusion\widgets\Redline\templates\line_border.templ
+..\Web\www\fusion\widgets\Redline\templates\line_dash.templ
+..\Web\www\fusion\widgets\Redline\templates\line_dashdot.templ
+..\Web\www\fusion\widgets\Redline\templates\line_dashdotdot.templ
+..\Web\www\fusion\widgets\Redline\templates\line_divide.templ
+..\Web\www\fusion\widgets\Redline\templates\line_dot.templ
+..\Web\www\fusion\widgets\Redline\templates\line_fenceline1.templ
+..\Web\www\fusion\widgets\Redline\templates\line_rail.templ
+..\Web\www\fusion\widgets\Redline\templates\line_solid.templ
+..\Web\www\fusion\widgets\Redline\templates\markupfeaturesource.xml
+..\Web\www\fusion\widgets\Redline\templates\markuplayerdefinition.xml
+..\Web\www\fusion\widgets\Redline\templates\markuplayerdefinition_advanced.xml
+..\Web\www\fusion\widgets\scalebar\fancy-bar-alt.gif
+..\Web\www\fusion\widgets\scalebar\fancy-bar.gif
+..\Web\www\fusion\widgets\scalebar\license.txt
+..\Web\www\fusion\widgets\scalebar\scalebar-fancy.css
+..\Web\www\fusion\widgets\scalebar\scalebar-fat.css
+..\Web\www\fusion\widgets\scalebar\scalebar-thin.css
+..\Web\www\fusion\widgets\scalebar\scalebar-thinner.css
+..\Web\www\fusion\widgets\scalebar\scalebartool.js
+..\Web\www\fusion\widgets\ScalebarDual\ScalebarDual.css
+..\Web\www\fusion\widgets\Search\ErrorPage.templ
+..\Web\www\fusion\widgets\Search\Search.php
+..\Web\www\fusion\widgets\Search\Search.templ
+..\Web\www\fusion\widgets\Search\SearchPrompt.php
+..\Web\www\fusion\widgets\Search\SearchPrompt.templ
+..\Web\www\fusion\widgets\Search\Viewer.css
+..\Web\www\fusion\widgets\SelectionInfo\SelectionInfo.css
+..\Web\www\fusion\widgets\SelectionPanel\SelectionPanel.css
+..\Web\www\fusion\widgets\SelectWithin\SelectWithin.php
+..\Web\www\fusion\widgets\SelectWithin\SelectWithinPanel.php
+..\Web\www\fusion\widgets\SelectWithin\SelectWithinPanel.templ
+..\Web\www\fusion\widgets\SelectWithin\Viewer.css
+..\Web\www\fusion\widgets\TaskPane\TaskPane.css
+..\Web\www\fusion\widgets\TaskPane\TaskPane.html
+..\Web\www\fusion\widgets\TaskPane\taskpane.png
+..\Web\www\fusion\widgets\Theme\classes
+..\Web\www\fusion\widgets\Theme\templates
+..\Web\www\fusion\widgets\Theme\themecontroller.php
+..\Web\www\fusion\widgets\Theme\thememain.php
+..\Web\www\fusion\widgets\Theme\classes\layerinfo.php
+..\Web\www\fusion\widgets\Theme\classes\property.php
+..\Web\www\fusion\widgets\Theme\classes\theme.php
+..\Web\www\fusion\widgets\Theme\templates\arearuletemplate-1.0.0.xml
+..\Web\www\fusion\widgets\Theme\templates\arearuletemplate-1.1.0.xml
+..\Web\www\fusion\widgets\Theme\templates\arearuletemplate-1.2.0.xml
+..\Web\www\fusion\widgets\Theme\templates\arearuletemplate-1.3.0.xml
+..\Web\www\fusion\widgets\Theme\templates\arearuletemplate-2.3.0-Enhanced.xml
+..\Web\www\fusion\widgets\Theme\templates\arearuletemplate-2.3.0.xml
+..\Web\www\fusion\widgets\Theme\templates\arearuletemplate-2.4.0-Enhanced.xml
+..\Web\www\fusion\widgets\Theme\templates\arearuletemplate-2.4.0.xml
+..\Web\www\fusion\widgets\ViewSize\ViewSize.css
+..\Web\www\fusion\widgets\widgetinfo\about.xml
+..\Web\www\fusion\widgets\widgetinfo\activityindicator.xml
+..\Web\www\fusion\widgets\widgetinfo\basemapswitcher.xml
+..\Web\www\fusion\widgets\widgetinfo\buffer.xml
+..\Web\www\fusion\widgets\widgetinfo\bufferpanel.xml
+..\Web\www\fusion\widgets\widgetinfo\centerselection.xml
+..\Web\www\fusion\widgets\widgetinfo\clearselection.xml
+..\Web\www\fusion\widgets\widgetinfo\colorpicker.xml
+..\Web\www\fusion\widgets\widgetinfo\coordinatetracker.xml
+..\Web\www\fusion\widgets\widgetinfo\cursorposition.xml
+..\Web\www\fusion\widgets\widgetinfo\editablescale.xml
+..\Web\www\fusion\widgets\widgetinfo\extenthistory.xml
+..\Web\www\fusion\widgets\widgetinfo\featureinfo.xml
+..\Web\www\fusion\widgets\widgetinfo\geolocation.xml
+..\Web\www\fusion\widgets\widgetinfo\GoogleStreetViewer.xml
+..\Web\www\fusion\widgets\widgetinfo\help.xml
+..\Web\www\fusion\widgets\widgetinfo\initialmapview.xml
+..\Web\www\fusion\widgets\widgetinfo\invokescript.xml
+..\Web\www\fusion\widgets\widgetinfo\invokeurl.xml
+..\Web\www\fusion\widgets\widgetinfo\legend.xml
+..\Web\www\fusion\widgets\widgetinfo\linktoview.xml
+..\Web\www\fusion\widgets\widgetinfo\mapmenu.xml
+..\Web\www\fusion\widgets\widgetinfo\maptip.xml
+..\Web\www\fusion\widgets\widgetinfo\measure.xml
+..\Web\www\fusion\widgets\widgetinfo\navigator.xml
+..\Web\www\fusion\widgets\widgetinfo\overviewmap.xml
+..\Web\www\fusion\widgets\widgetinfo\pan.xml
+..\Web\www\fusion\widgets\widgetinfo\panonclick.xml
+..\Web\www\fusion\widgets\widgetinfo\panquery.xml
+..\Web\www\fusion\widgets\widgetinfo\print.xml
+..\Web\www\fusion\widgets\widgetinfo\query.xml
+..\Web\www\fusion\widgets\widgetinfo\quickplot.xml
+..\Web\www\fusion\widgets\widgetinfo\redline.xml
+..\Web\www\fusion\widgets\widgetinfo\refreshmap.xml
+..\Web\www\fusion\widgets\widgetinfo\savemap.xml
+..\Web\www\fusion\widgets\widgetinfo\scalebar.xml
+..\Web\www\fusion\widgets\widgetinfo\scalebardual.xml
+..\Web\www\fusion\widgets\widgetinfo\search.xml
+..\Web\www\fusion\widgets\widgetinfo\select.xml
+..\Web\www\fusion\widgets\widgetinfo\selectioninfo.xml
+..\Web\www\fusion\widgets\widgetinfo\selectionpanel.xml
+..\Web\www\fusion\widgets\widgetinfo\selectpolygon.xml
+..\Web\www\fusion\widgets\widgetinfo\selectradius.xml
+..\Web\www\fusion\widgets\widgetinfo\selectradiusvalue.xml
+..\Web\www\fusion\widgets\widgetinfo\selectwithin.xml
+..\Web\www\fusion\widgets\widgetinfo\taskpane.xml
+..\Web\www\fusion\widgets\widgetinfo\theme.xml
+..\Web\www\fusion\widgets\widgetinfo\viewoptions.xml
+..\Web\www\fusion\widgets\widgetinfo\viewsize.xml
+..\Web\www\fusion\widgets\widgetinfo\WidgetInfoTemplate.xml
+..\Web\www\fusion\widgets\widgetinfo\zoom.xml
+..\Web\www\fusion\widgets\widgetinfo\zoomonclick.xml
+..\Web\www\fusion\widgets\widgetinfo\zoomtoselection.xml
+..\Web\www\help\devguide
+..\Web\www\help\viewerapi
+..\Web\www\help\devguide\_images
+..\Web\www\help\devguide\_sources
+..\Web\www\help\devguide\_static
+..\Web\www\help\devguide\.buildinfo
+..\Web\www\help\devguide\analyzing_features.html
+..\Web\www\help\devguide\custom_output.html
+..\Web\www\help\devguide\digitizing_and_redlining.html
+..\Web\www\help\devguide\fusion.html
+..\Web\www\help\devguide\genindex.html
+..\Web\www\help\devguide\index.html
+..\Web\www\help\devguide\interacting_with_layers.html
+..\Web\www\help\devguide\introduction.html
+..\Web\www\help\devguide\mapagent.html
+..\Web\www\help\devguide\mapguide_advanced.html
+..\Web\www\help\devguide\mapguide_ajax_viewer.html
+..\Web\www\help\devguide\mapguide_cookbook.html
+..\Web\www\help\devguide\modifying_maps_and_layers.html
+..\Web\www\help\devguide\objects.inv
+..\Web\www\help\devguide\revision_history.html
+..\Web\www\help\devguide\search.html
+..\Web\www\help\devguide\searchindex.js
+..\Web\www\help\devguide\supplemental_development.html
+..\Web\www\help\devguide\working_with_feature_data.html
+..\Web\www\help\devguide\_images\ajaxviewer.png
+..\Web\www\help\devguide\_images\frame_structure.png
+..\Web\www\help\devguide\_images\platformapi.png
+..\Web\www\help\devguide\_sources\analyzing_features.rst.txt
+..\Web\www\help\devguide\_sources\custom_output.rst.txt
+..\Web\www\help\devguide\_sources\digitizing_and_redlining.rst.txt
+..\Web\www\help\devguide\_sources\fusion.rst.txt
+..\Web\www\help\devguide\_sources\index.rst.txt
+..\Web\www\help\devguide\_sources\interacting_with_layers.rst.txt
+..\Web\www\help\devguide\_sources\introduction.rst.txt
+..\Web\www\help\devguide\_sources\mapagent.rst.txt
+..\Web\www\help\devguide\_sources\mapguide_advanced.rst.txt
+..\Web\www\help\devguide\_sources\mapguide_ajax_viewer.rst.txt
+..\Web\www\help\devguide\_sources\mapguide_cookbook.rst.txt
+..\Web\www\help\devguide\_sources\modifying_maps_and_layers.rst.txt
+..\Web\www\help\devguide\_sources\revision_history.rst.txt
+..\Web\www\help\devguide\_sources\supplemental_development.rst.txt
+..\Web\www\help\devguide\_sources\working_with_feature_data.rst.txt
+..\Web\www\help\devguide\_static\basic.css
+..\Web\www\help\devguide\_static\contents.png
+..\Web\www\help\devguide\_static\doctools.js
+..\Web\www\help\devguide\_static\documentation_options.js
+..\Web\www\help\devguide\_static\file.png
+..\Web\www\help\devguide\_static\language_data.js
+..\Web\www\help\devguide\_static\mgos.gif
+..\Web\www\help\devguide\_static\minus.png
+..\Web\www\help\devguide\_static\navigation.png
+..\Web\www\help\devguide\_static\plus.png
+..\Web\www\help\devguide\_static\pygments.css
+..\Web\www\help\devguide\_static\searchtools.js
+..\Web\www\help\devguide\_static\sphinxdoc.css
+..\Web\www\help\devguide\_static\sphinx_highlight.js
+..\Web\www\help\viewerapi\index.htm
+..\Web\www\javasamples\common
+..\Web\www\javasamples\hello_map
+..\Web\www\javasamples\hello_viewer
+..\Web\www\javasamples\images
+..\Web\www\javasamples\interacting_with_layers
+..\Web\www\javasamples\styles
+..\Web\www\javasamples\index.jsp
+..\Web\www\javasamples\main.jsp
+..\Web\www\javasamples\readme.txt
+..\Web\www\javasamples\WebLayout.xml
+..\Web\www\javasamples\common\common.jsp
+..\Web\www\javasamples\common\pageLoadFunctions.js
+..\Web\www\javasamples\common\title.jsp
+..\Web\www\javasamples\common\viewsource.php
+..\Web\www\javasamples\hello_map\display_spatial_reference.jsp
+..\Web\www\javasamples\hello_map\task_pane.jsp
+..\Web\www\javasamples\hello_viewer\gotopoint.jsp
+..\Web\www\javasamples\hello_viewer\task_pane.jsp
+..\Web\www\javasamples\images\banner.jpg
+..\Web\www\javasamples\interacting_with_layers\layer_visibility.jsp
+..\Web\www\javasamples\interacting_with_layers\task_pane.jsp
+..\Web\www\javasamples\interacting_with_layers\toggle_roads_label.jsp
+..\Web\www\javasamples\styles\globalStyles.css
+..\Web\www\javasamples\styles\otherStyles.css
+..\Web\www\javaviewersample\findaddress
+..\Web\www\javaviewersample\images
+..\Web\www\javaviewersample\overview
+..\Web\www\javaviewersample\plot
+..\Web\www\javaviewersample\query
+..\Web\www\javaviewersample\styles
+..\Web\www\javaviewersample\theme
+..\Web\www\javaviewersample\ajaxtiledviewersample.jsp
+..\Web\www\javaviewersample\ajaxviewersample.jsp
+..\Web\www\javaviewersample\dwfviewersample.jsp
+..\Web\www\javaviewersample\json.jar
+..\Web\www\javaviewersample\json.js
+..\Web\www\javaviewersample\ReadMe.txt
+..\Web\www\javaviewersample\title.html
+..\Web\www\javaviewersample\utilityfunctions.jsp
+..\Web\www\javaviewersample\findaddress\templates
+..\Web\www\javaviewersample\findaddress\clearaddressresults.jsp
+..\Web\www\javaviewersample\findaddress\findaddress.jsp
+..\Web\www\javaviewersample\findaddress\findaddressfunctions.jsp
+..\Web\www\javaviewersample\findaddress\findaddressmain.jsp
+..\Web\www\javaviewersample\findaddress\gotopoint.jsp
+..\Web\www\javaviewersample\findaddress\templates\addressmarker.xml
+..\Web\www\javaviewersample\images\loader_inactive.gif
+..\Web\www\javaviewersample\images\loader_pulse.gif
+..\Web\www\javaviewersample\images\pushpin.jpg
+..\Web\www\javaviewersample\images\pushpinblue.jpg
+..\Web\www\javaviewersample\images\Thumbs.db
+..\Web\www\javaviewersample\overview\overviewmain.jsp
+..\Web\www\javaviewersample\plot\plot.jsp
+..\Web\www\javaviewersample\plot\plotmain.jsp
+..\Web\www\javaviewersample\query\classes
+..\Web\www\javaviewersample\query\templates
+..\Web\www\javaviewersample\query\querycontroller.jsp
+..\Web\www\javaviewersample\query\querymain.jsp
+..\Web\www\javaviewersample\query\classes\command.jsp
+..\Web\www\javaviewersample\query\classes\feature.jsp
+..\Web\www\javaviewersample\query\classes\property.jsp
+..\Web\www\javaviewersample\query\classes\query.jsp
+..\Web\www\javaviewersample\query\templates\filterlayerdefinition.xml
+..\Web\www\javaviewersample\styles\gt.css
+..\Web\www\javaviewersample\theme\classes
+..\Web\www\javaviewersample\theme\templates
+..\Web\www\javaviewersample\theme\themecontroller.jsp
+..\Web\www\javaviewersample\theme\thememain.jsp
+..\Web\www\javaviewersample\theme\classes\command.jsp
+..\Web\www\javaviewersample\theme\classes\layerinfo.jsp
+..\Web\www\javaviewersample\theme\classes\property.jsp
+..\Web\www\javaviewersample\theme\classes\theme.jsp
+..\Web\www\javaviewersample\theme\templates\arearuletemplate.xml
+..\Web\www\localized\help
+..\Web\www\localized\en
+..\Web\www\localized\fr
+..\Web\www\localized\license_en.htm
+..\Web\www\localized\PoweredBy_en.gif
+..\Web\www\localized\help\en
+..\Web\www\localized\help\en\images
+..\Web\www\localized\help\en\style
+..\Web\www\localized\help\en\index.htm
+..\Web\www\localized\help\en\mapguide_viewer_command_list.htm
+..\Web\www\localized\help\en\WS1a9193826455f5ff9110c71085341391d-2b8b.htm
+..\Web\www\localized\help\en\WS1a9193826455f5ff9110c71085341391d-2df8.htm
+..\Web\www\localized\help\en\WS1a9193826455f5ff9110c71085341391d-2dff.htm
+..\Web\www\localized\help\en\WS1a9193826455f5ff9110c71085341391d-2e02.htm
+..\Web\www\localized\help\en\WS1a9193826455f5ff9110c71085341391d-2e03.htm
+..\Web\www\localized\help\en\WS1a9193826455f5ff9110c71085341391d-2e05.htm
+..\Web\www\localized\help\en\WS1a9193826455f5ff9110c71085341391d-2e06.htm
+..\Web\www\localized\help\en\WS1a9193826455f5ff9110c71085341391d-2e07.htm
+..\Web\www\localized\help\en\WS1a9193826455f5ff9110c71085341391d-2e28.htm
+..\Web\www\localized\help\en\WS1a9193826455f5ff9110c71085341391d-39ab.htm
+..\Web\www\localized\help\en\WS1a9193826455f5ff9110c71085341391d-39b4.htm
+..\Web\www\localized\help\en\WS73099cc142f487551e5a0cb10850d4cd7c-689b.htm
+..\Web\www\localized\help\en\WSfacf1429558a55de2ab0a1008e4bf960-7ff4.htm
+..\Web\www\localized\help\en\WSfacf1429558a55def7b6851052968aa39-7843.htm
+..\Web\www\localized\help\en\WSfacf1429558a55def7b6851052968aa39-7847.htm
+..\Web\www\localized\help\en\WSfacf1429558a55def7b6851052968aa39-7848.htm
+..\Web\www\localized\help\en\WSfacf1429558a55def7b6851052968aa39-7ac3.htm
+..\Web\www\localized\help\en\images\ac.down.gif
+..\Web\www\localized\help\en\images\ac.right.gif
+..\Web\www\localized\help\en\images\head_graphic.gif
+..\Web\www\localized\help\en\images\product_name.gif
+..\Web\www\localized\help\en\style\adsk.cpm.css
+..\Web\www\localized\help\en\style\comments-disabled.css
+..\Web\www\localized\help\en\style\cpm-gbu.css
+..\Web\www\localized\help\en\style\cpm.css
+..\Web\www\localized\help\en\style\isd.css
+..\Web\www\mapadmin\css
+..\Web\www\mapadmin\HelpDocs
+..\Web\www\mapadmin\images
+..\Web\www\mapadmin\js
+..\Web\www\mapadmin\profilingmapxml
+..\Web\www\mapadmin\about.php
+..\Web\www\mapadmin\addgroup.php
+..\Web\www\mapadmin\addunmanageddata.php
+..\Web\www\mapadmin\adduser.php
+..\Web\www\mapadmin\assignroles.php
+..\Web\www\mapadmin\displaypackagelog.php
+..\Web\www\mapadmin\downloadlogfile.php
+..\Web\www\mapadmin\editgroup.php
+..\Web\www\mapadmin\editunmanageddata.php
+..\Web\www\mapadmin\edituser.php
+..\Web\www\mapadmin\groupmanagement.php
+..\Web\www\mapadmin\grouprolemanagement.php
+..\Web\www\mapadmin\help.php
+..\Web\www\mapadmin\index.html
+..\Web\www\mapadmin\license.htm
+..\Web\www\mapadmin\loadpackage.php
+..\Web\www\mapadmin\login.php
+..\Web\www\mapadmin\logmanagement.php
+..\Web\www\mapadmin\logproperties.php
+..\Web\www\mapadmin\makepackage.php
+..\Web\www\mapadmin\msgs.php
+..\Web\www\mapadmin\packagemanagement.php
+..\Web\www\mapadmin\performanceReport.php
+..\Web\www\mapadmin\performanceReport_Export.php
+..\Web\www\mapadmin\performanceReport_GetResult.php
+..\Web\www\mapadmin\performanceReport_MapViewer.php
+..\Web\www\mapadmin\resizableadmin.php
+..\Web\www\mapadmin\resizablepagecomponents.php
+..\Web\www\mapadmin\serverdatafunctions.php
+..\Web\www\mapadmin\servermanagement.php
+..\Web\www\mapadmin\serverproperties.php
+..\Web\www\mapadmin\servicesproperties.php
+..\Web\www\mapadmin\sessionvars.php
+..\Web\www\mapadmin\unmanageddatamanagement.php
+..\Web\www\mapadmin\usermanagement.php
+..\Web\www\mapadmin\userrolemanagement.php
+..\Web\www\mapadmin\viewcurrentlog.php
+..\Web\www\mapadmin\viewcurrentlogbottom.php
+..\Web\www\mapadmin\viewcurrentlogtop.php
+..\Web\www\mapadmin\viewserverstatus.php
+..\Web\www\mapadmin\viewserverstatusbottom.php
+..\Web\www\mapadmin\viewserverstatustop.php
+..\Web\www\mapadmin\wfsproperties.php
+..\Web\www\mapadmin\wmsproperties.php
+..\Web\www\mapadmin\xmlparser.php
+..\Web\www\mapadmin\css\resizablestyles.css
+..\Web\www\mapadmin\HelpDocs\Images
+..\Web\www\mapadmin\HelpDocs\Templates
+..\Web\www\mapadmin\HelpDocs\about_external_files.htm
+..\Web\www\mapadmin\HelpDocs\about_log_files.htm
+..\Web\www\mapadmin\HelpDocs\about_packages.htm
+..\Web\www\mapadmin\HelpDocs\about_services.htm
+..\Web\www\mapadmin\HelpDocs\about_sites_and_servers.htm
+..\Web\www\mapadmin\HelpDocs\about_users_groups_and_roles.htm
+..\Web\www\mapadmin\HelpDocs\about_WFS_WMS.htm
+..\Web\www\mapadmin\HelpDocs\adding_and_deleting_groups.htm
+..\Web\www\mapadmin\HelpDocs\adding_and_deleting_users.htm
+..\Web\www\mapadmin\HelpDocs\adding_users_to_groups.htm
+..\Web\www\mapadmin\HelpDocs\ad_mh.css
+..\Web\www\mapadmin\HelpDocs\assigning_roles.htm
+..\Web\www\mapadmin\HelpDocs\configuring_and_viewing_logs.htm
+..\Web\www\mapadmin\HelpDocs\configuring_external_files.htm
+..\Web\www\mapadmin\HelpDocs\configuring_servers.htm
+..\Web\www\mapadmin\HelpDocs\configuring_services.htm
+..\Web\www\mapadmin\HelpDocs\configuring_web_services.htm
+..\Web\www\mapadmin\HelpDocs\managing_groups.htm
+..\Web\www\mapadmin\HelpDocs\managing_packages.htm
+..\Web\www\mapadmin\HelpDocs\managing_roles.htm
+..\Web\www\mapadmin\HelpDocs\managing_servers.htm
+..\Web\www\mapadmin\HelpDocs\managing_users.htm
+..\Web\www\mapadmin\HelpDocs\monitor_server_status.htm
+..\Web\www\mapadmin\HelpDocs\performance_report.htm
+..\Web\www\mapadmin\HelpDocs\tablestyles.css
+..\Web\www\mapadmin\HelpDocs\Images\banner.jpg
+..\Web\www\mapadmin\HelpDocs\Images\logo.gif
+..\Web\www\mapadmin\HelpDocs\Images\mapserverenterpriselogo.gif
+..\Web\www\mapadmin\HelpDocs\Images\performance_resutls.png
+..\Web\www\mapadmin\HelpDocs\Images\server_admin_add.png
+..\Web\www\mapadmin\HelpDocs\Images\server_admin_external_files.png
+..\Web\www\mapadmin\HelpDocs\Images\server_admin_external_files_config.png
+..\Web\www\mapadmin\HelpDocs\Images\server_admin_groups.png
+..\Web\www\mapadmin\HelpDocs\Images\server_admin_groups_add.png
+..\Web\www\mapadmin\HelpDocs\Images\server_admin_groups_remove.png
+..\Web\www\mapadmin\HelpDocs\Images\server_admin_group_user_add.png
+..\Web\www\mapadmin\HelpDocs\Images\server_admin_logs.png
+..\Web\www\mapadmin\HelpDocs\Images\server_admin_logs_view.png
+..\Web\www\mapadmin\HelpDocs\Images\server_admin_offline.png
+..\Web\www\mapadmin\HelpDocs\Images\server_admin_packages.png
+..\Web\www\mapadmin\HelpDocs\Images\server_admin_packages_make.png
+..\Web\www\mapadmin\HelpDocs\Images\server_admin_package_about.png
+..\Web\www\mapadmin\HelpDocs\Images\server_admin_roles.png
+..\Web\www\mapadmin\HelpDocs\Images\server_admin_roles_click.png
+..\Web\www\mapadmin\HelpDocs\Images\server_admin_roles_group.png
+..\Web\www\mapadmin\HelpDocs\Images\server_admin_roles_user.png
+..\Web\www\mapadmin\HelpDocs\Images\server_admin_select_group.png
+..\Web\www\mapadmin\HelpDocs\Images\server_admin_select_server.png
+..\Web\www\mapadmin\HelpDocs\Images\server_admin_select_user.png
+..\Web\www\mapadmin\HelpDocs\Images\server_admin_services.png
+..\Web\www\mapadmin\HelpDocs\Images\server_admin_services_config.png
+..\Web\www\mapadmin\HelpDocs\Images\server_admin_services_enabl.png
+..\Web\www\mapadmin\HelpDocs\Images\server_admin_services_enable.png
+..\Web\www\mapadmin\HelpDocs\Images\server_admin_site_about.png
+..\Web\www\mapadmin\HelpDocs\Images\server_admin_start.png
+..\Web\www\mapadmin\HelpDocs\Images\server_admin_status.png
+..\Web\www\mapadmin\HelpDocs\Images\server_admin_support.png
+..\Web\www\mapadmin\HelpDocs\Images\server_admin_users.png
+..\Web\www\mapadmin\HelpDocs\Images\server_admin_users_about.png
+..\Web\www\mapadmin\HelpDocs\Images\server_admin_user_add.png
+..\Web\www\mapadmin\HelpDocs\Images\server_admin_user_group.png
+..\Web\www\mapadmin\HelpDocs\Images\server_admin_web.png
+..\Web\www\mapadmin\HelpDocs\Images\server_admin_web_advanced1.png
+..\Web\www\mapadmin\HelpDocs\Images\server_admin_web_advanced2.png
+..\Web\www\mapadmin\HelpDocs\Templates\ServerAdminHelp with autodesk logo.dwt
+..\Web\www\mapadmin\HelpDocs\Templates\serveradminhelp.dwt
+..\Web\www\mapadmin\images\ajax_loading.gif
+..\Web\www\mapadmin\images\arrow_down.png
+..\Web\www\mapadmin\images\arrow_left.png
+..\Web\www\mapadmin\images\arrow_up.png
+..\Web\www\mapadmin\images\close.png
+..\Web\www\mapadmin\images\configure.gif
+..\Web\www\mapadmin\images\delete.gif
+..\Web\www\mapadmin\images\edit.gif
+..\Web\www\mapadmin\images\help.gif
+..\Web\www\mapadmin\images\load_package.gif
+..\Web\www\mapadmin\images\logs.gif
+..\Web\www\mapadmin\images\mapDefinitionNameInfo.png
+..\Web\www\mapadmin\images\monitor_status.gif
+..\Web\www\mapadmin\images\new.gif
+..\Web\www\mapadmin\images\null.gif
+..\Web\www\mapadmin\images\refresh.gif
+..\Web\www\mapadmin\images\refresh_disabled.gif
+..\Web\www\mapadmin\images\save.gif
+..\Web\www\mapadmin\images\save_disabled.gif
+..\Web\www\mapadmin\images\sort_ascending.gif
+..\Web\www\mapadmin\images\sort_descending.gif
+..\Web\www\mapadmin\images\startautorefresh.gif
+..\Web\www\mapadmin\images\stop.gif
+..\Web\www\mapadmin\images\view_log.gif
+..\Web\www\mapadmin\images\warning.png
+..\Web\www\mapadmin\js\scripts.js
+..\Web\www\mapadmin\profilingmapxml\MapViewerTemplate.xml
+..\Web\www\mapagent\Resources
+..\Web\www\mapagent\ACE.dll
+..\Web\www\mapagent\ajaxviewerform.html
+..\Web\www\mapagent\applyresourcepackageform.html
+..\Web\www\mapagent\binaryoperationform.html
+..\Web\www\mapagent\boundaryform.html
+..\Web\www\mapagent\bufferform.html
+..\Web\www\mapagent\changeresourceownerform.html
+..\Web\www\mapagent\checkwkt.php
+..\Web\www\mapagent\checkwktform.html
+..\Web\www\mapagent\cleartilecacheform.html
+..\Web\www\mapagent\CMakeLists.txt
+..\Web\www\mapagent\codetowkt.php
+..\Web\www\mapagent\codetowktform.html
+..\Web\www\mapagent\convexhullform.html
+..\Web\www\mapagent\coordinatesystemapi.html
+..\Web\www\mapagent\copyresourceform.html
+..\Web\www\mapagent\COPYRIGHT
+..\Web\www\mapagent\createrepositoryform.html
+..\Web\www\mapagent\createsessionform.html
+..\Web\www\mapagent\cscodetowktform.html
+..\Web\www\mapagent\csenumeratecategoriesform.html
+..\Web\www\mapagent\csenumeratecoordinatesystemsform.html
+..\Web\www\mapagent\csepsgcodetowktform.html
+..\Web\www\mapagent\csgetbaselibraryform.html
+..\Web\www\mapagent\csisvalidform.html
+..\Web\www\mapagent\cstransformcoordinatesform.html
+..\Web\www\mapagent\cswkttocodeform.html
+..\Web\www\mapagent\cswkttoepsgcodeform.html
+..\Web\www\mapagent\deleterepositoryform.html
+..\Web\www\mapagent\deleteresourcedataform.html
+..\Web\www\mapagent\deleteresourceform.html
+..\Web\www\mapagent\describedrawingform.html
+..\Web\www\mapagent\describefeaturetypewfsform.html
+..\Web\www\mapagent\describeschemaform.html
+..\Web\www\mapagent\distanceform.html
+..\Web\www\mapagent\drawingserviceapi.html
+..\Web\www\mapagent\dwfviewerform.html
+..\Web\www\mapagent\enumeratecategories.php
+..\Web\www\mapagent\enumeratecontainersform.html
+..\Web\www\mapagent\enumeratecoordinatesystems.php
+..\Web\www\mapagent\enumeratecoordinatesystemsform.html
+..\Web\www\mapagent\enumeratedatastoresform.html
+..\Web\www\mapagent\enumeratedrawinglayers.html
+..\Web\www\mapagent\enumeratedrawingsectionresources.html
+..\Web\www\mapagent\enumeratedrawingsections.html
+..\Web\www\mapagent\enumerategroupsform.html
+..\Web\www\mapagent\enumeraterepositoriesform.html
+..\Web\www\mapagent\enumerateresourcedataform.html
+..\Web\www\mapagent\enumerateresourcereferencesform.html
+..\Web\www\mapagent\enumerateresourcesform.html
+..\Web\www\mapagent\enumeratetemplatesform.html
+..\Web\www\mapagent\enumerateunmanageddataform.html
+..\Web\www\mapagent\enumerateusersform.html
+..\Web\www\mapagent\enumeratewidgetsform.html
+..\Web\www\mapagent\epsgcodetowkt.php
+..\Web\www\mapagent\epsgcodetowktform.html
+..\Web\www\mapagent\executesqlqueryform.html
+..\Web\www\mapagent\featureserviceapi.html
+..\Web\www\mapagent\geometryinfoform.html
+..\Web\www\mapagent\geoprocessingapi.html
+..\Web\www\mapagent\GEOS.dll
+..\Web\www\mapagent\getbaselibrary.php
+..\Web\www\mapagent\getcapabilitiesform.html
+..\Web\www\mapagent\getcapabilitieswfsform.html
+..\Web\www\mapagent\getcapabilitieswmsform.html
+..\Web\www\mapagent\getclassdefinitionform.html
+..\Web\www\mapagent\getclassesform.html
+..\Web\www\mapagent\getconnectpropertyvaluesform.html
+..\Web\www\mapagent\getdefaulttilesizexform.html
+..\Web\www\mapagent\getdefaulttilesizeyform.html
+..\Web\www\mapagent\getdrawingcoordinatespaceform.html
+..\Web\www\mapagent\getdrawingform.html
+..\Web\www\mapagent\getdrawinglayerform.html
+..\Web\www\mapagent\getdrawingsection.html
+..\Web\www\mapagent\getdrawingsectionresource.html
+..\Web\www\mapagent\getdynamicmapoverlayimageform.html
+..\Web\www\mapagent\getfdocacheinfoform.html
+..\Web\www\mapagent\getfeatureinfowmsform.html
+..\Web\www\mapagent\getfeatureprovidersform.html
+..\Web\www\mapagent\getfeaturesetenvelopeform.html
+..\Web\www\mapagent\getfeatureskmlform.html
+..\Web\www\mapagent\getfeaturewfsform.html
+..\Web\www\mapagent\getidentitypropertiesform.html
+..\Web\www\mapagent\getlayerkmlform.html
+..\Web\www\mapagent\getlongtransactionsform.html
+..\Web\www\mapagent\getmapimageform.html
+..\Web\www\mapagent\getmapkmlform.html
+..\Web\www\mapagent\getmapwmsform.html
+..\Web\www\mapagent\getplotform.html
+..\Web\www\mapagent\getrepositorycontentform.html
+..\Web\www\mapagent\getrepositoryheaderform.html
+..\Web\www\mapagent\getresourcecontentform.html
+..\Web\www\mapagent\getresourcedataform.html
+..\Web\www\mapagent\getresourceheaderform.html
+..\Web\www\mapagent\getschemamappingform.html
+..\Web\www\mapagent\getschemasform.html
+..\Web\www\mapagent\getsessiontimeoutform.html
+..\Web\www\mapagent\getsiteinfoform.html
+..\Web\www\mapagent\getsitestatusform.html
+..\Web\www\mapagent\getsiteversionform.html
+..\Web\www\mapagent\getspatialcontextsform.html
+..\Web\www\mapagent\gettileimageform.html
+..\Web\www\mapagent\gettileimageform2.html
+..\Web\www\mapagent\gettileprovidersform.html
+..\Web\www\mapagent\getvisiblemapextentform.html
+..\Web\www\mapagent\index.html
+..\Web\www\mapagent\inheritpermissionsfromform.html
+..\Web\www\mapagent\initwebtier.php
+..\Web\www\mapagent\isapi_MapAgent.dll
+..\Web\www\mapagent\isvalid.php
+..\Web\www\mapagent\isvalidform.html
+..\Web\www\mapagent\kmlserviceapi.html
+..\Web\www\mapagent\lib_json.dll
+..\Web\www\mapagent\MapAgent.exe
+..\Web\www\mapagent\mapagent.fcgi
+..\Web\www\mapagent\mappingserviceapi.html
+..\Web\www\mapagent\menu.html
+..\Web\www\mapagent\MgFoundation.dll
+..\Web\www\mapagent\MgGeometry.dll
+..\Web\www\mapagent\MgHttpHandler.dll
+..\Web\www\mapagent\MgMapGuideCommon.dll
+..\Web\www\mapagent\MgMdfModel.dll
+..\Web\www\mapagent\MgMdfParser.dll
+..\Web\www\mapagent\MgPlatformBase.dll
+..\Web\www\mapagent\MgRenderers.dll
+..\Web\www\mapagent\MgStylization.dll
+..\Web\www\mapagent\MgWebApp.dll
+..\Web\www\mapagent\MgWebSupport.dll
+..\Web\www\mapagent\mod_mgmapagent.so
+..\Web\www\mapagent\moveresourceform.html
+..\Web\www\mapagent\otherapi.html
+..\Web\www\mapagent\renameresourcedataform.html
+..\Web\www\mapagent\renderingserviceapi.html
+..\Web\www\mapagent\resourceexistsform.html
+..\Web\www\mapagent\resourceserviceapi.html
+..\Web\www\mapagent\selectaggregatesform.html
+..\Web\www\mapagent\selectfeaturesform.html
+..\Web\www\mapagent\serveradminserviceapi.html
+..\Web\www\mapagent\services.html
+..\Web\www\mapagent\setactiontarget.js
+..\Web\www\mapagent\setajaxactiontarget.js
+..\Web\www\mapagent\setdwfactiontarget.js
+..\Web\www\mapagent\setresourcedataform.html
+..\Web\www\mapagent\setresourceform.html
+..\Web\www\mapagent\simplifyform.html
+..\Web\www\mapagent\siteserviceapi.html
+..\Web\www\mapagent\spatialpredicateform.html
+..\Web\www\mapagent\tessellateform.html
+..\Web\www\mapagent\testconnectionform.html
+..\Web\www\mapagent\tileserviceapi.html
+..\Web\www\mapagent\updaterepositoryform.html
+..\Web\www\mapagent\webapplicationserviceapi.html
+..\Web\www\mapagent\wfsserviceapi.html
+..\Web\www\mapagent\wkttocode.php
+..\Web\www\mapagent\wkttocodeform.html
+..\Web\www\mapagent\wkttoepsgcode.php
+..\Web\www\mapagent\wkttoepsgcodeform.html
+..\Web\www\mapagent\wmsserviceapi.html
+..\Web\www\mapagent\xerces-c_3_1mg.dll
+..\Web\www\mapagent\Resources\mapguide_en.res
+..\Web\www\mapviewerjava\ajaxviewer.jsp
+..\Web\www\mapviewerjava\ajaxviewerabout.jsp
+..\Web\www\mapviewerjava\buffer.jsp
+..\Web\www\mapviewerjava\bufferui.jsp
+..\Web\www\mapviewerjava\colorpicker.jsp
+..\Web\www\mapviewerjava\common.jsp
+..\Web\www\mapviewerjava\formframe.jsp
+..\Web\www\mapviewerjava\gettingstarted.jsp
+..\Web\www\mapviewerjava\index.jsp
+..\Web\www\mapviewerjava\init.jsp
+..\Web\www\mapviewerjava\legend.jsp
+..\Web\www\mapviewerjava\legendctrl.jsp
+..\Web\www\mapviewerjava\legendui.jsp
+..\Web\www\mapviewerjava\mainframe.jsp
+..\Web\www\mapviewerjava\mapframe.jsp
+..\Web\www\mapviewerjava\measure.jsp
+..\Web\www\mapviewerjava\measureui.jsp
+..\Web\www\mapviewerjava\product.jsp
+..\Web\www\mapviewerjava\propertyctrl.jsp
+..\Web\www\mapviewerjava\quickplotgeneratepicture.jsp
+..\Web\www\mapviewerjava\quickplotpanel.jsp
+..\Web\www\mapviewerjava\quickplotpreviewinner.jsp
+..\Web\www\mapviewerjava\search.jsp
+..\Web\www\mapviewerjava\searchprompt.jsp
+..\Web\www\mapviewerjava\selectwithin.jsp
+..\Web\www\mapviewerjava\selectwithinui.jsp
+..\Web\www\mapviewerjava\serveradminhelper.jsp
+..\Web\www\mapviewerjava\statusbar.jsp
+..\Web\www\mapviewerjava\taskbar.jsp
+..\Web\www\mapviewerjava\taskframe.jsp
+..\Web\www\mapviewerjava\tasklist.jsp
+..\Web\www\mapviewerjava\taskpane.jsp
+..\Web\www\mapviewerjava\toolbar.jsp
+..\Web\www\mapviewerjava\viewoptions.jsp
+..\Web\www\mapviewernet\bin
+..\Web\www\mapviewernet\ajaxviewer.aspx
+..\Web\www\mapviewernet\ajaxviewerabout.aspx
+..\Web\www\mapviewernet\buffer.aspx
+..\Web\www\mapviewernet\bufferui.aspx
+..\Web\www\mapviewernet\colorpicker.aspx
+..\Web\www\mapviewernet\common.aspx
+..\Web\www\mapviewernet\formframe.aspx
+..\Web\www\mapviewernet\gettingstarted.aspx
+..\Web\www\mapviewernet\legend.aspx
+..\Web\www\mapviewernet\legendctrl.aspx
+..\Web\www\mapviewernet\legendui.aspx
+..\Web\www\mapviewernet\mainframe.aspx
+..\Web\www\mapviewernet\mapframe.aspx
+..\Web\www\mapviewernet\measure.aspx
+..\Web\www\mapviewernet\measureui.aspx
+..\Web\www\mapviewernet\product.aspx
+..\Web\www\mapviewernet\propertyctrl.aspx
+..\Web\www\mapviewernet\quickplotgeneratepicture.aspx
+..\Web\www\mapviewernet\quickplotpanel.aspx
+..\Web\www\mapviewernet\quickplotpreviewinner.aspx
+..\Web\www\mapviewernet\search.aspx
+..\Web\www\mapviewernet\searchprompt.aspx
+..\Web\www\mapviewernet\selectwithin.aspx
+..\Web\www\mapviewernet\selectwithinui.aspx
+..\Web\www\mapviewernet\serveradminhelper.aspx
+..\Web\www\mapviewernet\statusbar.aspx
+..\Web\www\mapviewernet\taskbar.aspx
+..\Web\www\mapviewernet\taskframe.aspx
+..\Web\www\mapviewernet\tasklist.aspx
+..\Web\www\mapviewernet\taskpane.aspx
+..\Web\www\mapviewernet\toolbar.aspx
+..\Web\www\mapviewernet\viewoptions.aspx
+..\Web\www\mapviewernet\Web.config
+..\Web\www\mapviewernet\bin\ACE.dll
+..\Web\www\mapviewernet\bin\FoundationUnmanagedApi.dll
+..\Web\www\mapviewernet\bin\GeometryUnmanagedApi.dll
+..\Web\www\mapviewernet\bin\GEOS.dll
+..\Web\www\mapviewernet\bin\lib_json.dll
+..\Web\www\mapviewernet\bin\MapGuideCommonUnmanagedApi.dll
+..\Web\www\mapviewernet\bin\MgFoundation.dll
+..\Web\www\mapviewernet\bin\MgGeometry.dll
+..\Web\www\mapviewernet\bin\MgHttpHandler.dll
+..\Web\www\mapviewernet\bin\MgMapGuideCommon.dll
+..\Web\www\mapviewernet\bin\MgMdfModel.dll
+..\Web\www\mapviewernet\bin\MgMdfParser.dll
+..\Web\www\mapviewernet\bin\MgPlatformBase.dll
+..\Web\www\mapviewernet\bin\MgWebApp.dll
+..\Web\www\mapviewernet\bin\MgWebSupport.dll
+..\Web\www\mapviewernet\bin\OSGeo.MapGuide.Foundation.dll
+..\Web\www\mapviewernet\bin\OSGeo.MapGuide.Geometry.dll
+..\Web\www\mapviewernet\bin\OSGeo.MapGuide.MapGuideCommon.dll
+..\Web\www\mapviewernet\bin\OSGeo.MapGuide.PlatformBase.dll
+..\Web\www\mapviewernet\bin\OSGeo.MapGuide.Web.dll
+..\Web\www\mapviewernet\bin\PlatformBaseUnmanagedApi.dll
+..\Web\www\mapviewernet\bin\WebUnmanagedApi.dll
+..\Web\www\mapviewernet\bin\xerces-c_3_1mg.dll
+..\Web\www\mapviewerphp\templates
+..\Web\www\mapviewerphp\ajaxviewer.php
+..\Web\www\mapviewerphp\ajaxviewerabout.php
+..\Web\www\mapviewerphp\buffer.php
+..\Web\www\mapviewerphp\bufferui.php
+..\Web\www\mapviewerphp\capturerequest.php
+..\Web\www\mapviewerphp\colorpicker.php
+..\Web\www\mapviewerphp\common.php
+..\Web\www\mapviewerphp\createlayer.php
+..\Web\www\mapviewerphp\debugconsole.php
+..\Web\www\mapviewerphp\formframe.php
+..\Web\www\mapviewerphp\gettingstarted.php
+..\Web\www\mapviewerphp\layerdefinitionfactory.php
+..\Web\www\mapviewerphp\legend.php
+..\Web\www\mapviewerphp\legendctrl.php
+..\Web\www\mapviewerphp\legendui.php
+..\Web\www\mapviewerphp\mainframe.php
+..\Web\www\mapviewerphp\mapagentcapture.php
+..\Web\www\mapviewerphp\mapframe.php
+..\Web\www\mapviewerphp\measure.php
+..\Web\www\mapviewerphp\measureui.php
+..\Web\www\mapviewerphp\product.php
+..\Web\www\mapviewerphp\propertyctrl.php
+..\Web\www\mapviewerphp\quickplotgeneratepicture.php
+..\Web\www\mapviewerphp\quickplotpanel.php
+..\Web\www\mapviewerphp\quickplotpreviewinner.php
+..\Web\www\mapviewerphp\search.php
+..\Web\www\mapviewerphp\searchprompt.php
+..\Web\www\mapviewerphp\selectwithin.php
+..\Web\www\mapviewerphp\selectwithinui.php
+..\Web\www\mapviewerphp\serveradminhelper.php
+..\Web\www\mapviewerphp\statusbar.php
+..\Web\www\mapviewerphp\taskbar.php
+..\Web\www\mapviewerphp\taskframe.php
+..\Web\www\mapviewerphp\tasklist.php
+..\Web\www\mapviewerphp\toolbar.php
+..\Web\www\mapviewerphp\viewoptions.php
+..\Web\www\mapviewerphp\templates\1.0.0.xml
+..\Web\www\mapviewerphp\templates\1.1.0.xml
+..\Web\www\mapviewerphp\templates\1.1.1.xml
+..\Web\www\mapviewerphp\templates\regress.xml
+..\Web\www\phpsamples\analyzing_features
+..\Web\www\phpsamples\common
+..\Web\www\phpsamples\custom_output
+..\Web\www\phpsamples\digitizing_features
+..\Web\www\phpsamples\hello_map
+..\Web\www\phpsamples\hello_viewer
+..\Web\www\phpsamples\images
+..\Web\www\phpsamples\interacting_with_layers
+..\Web\www\phpsamples\modifying_maps_and_layers
+..\Web\www\phpsamples\styles
+..\Web\www\phpsamples\viewerfiles
+..\Web\www\phpsamples\working_with_feature_data
+..\Web\www\phpsamples\index.php
+..\Web\www\phpsamples\main.php
+..\Web\www\phpsamples\readme.txt
+..\Web\www\phpsamples\WebLayout.xml
+..\Web\www\phpsamples\analyzing_features\bufferfunctions.php
+..\Web\www\phpsamples\analyzing_features\bufferlayerdefinition.xml
+..\Web\www\phpsamples\analyzing_features\createbuffer.php
+..\Web\www\phpsamples\analyzing_features\parcelmarker.xml
+..\Web\www\phpsamples\analyzing_features\selectfeaturesinbuffer.php
+..\Web\www\phpsamples\analyzing_features\task_pane.php
+..\Web\www\phpsamples\common\common.php
+..\Web\www\phpsamples\common\LayerDefinition-1.3.0.xsd
+..\Web\www\phpsamples\common\layerdefinitionfactory.php
+..\Web\www\phpsamples\common\pageLoadFunctions.js
+..\Web\www\phpsamples\common\PlatformCommon-1.0.0.xsd
+..\Web\www\phpsamples\common\SymbolDefinition-1.1.0.xsd
+..\Web\www\phpsamples\common\title.php
+..\Web\www\phpsamples\common\viewsource.php
+..\Web\www\phpsamples\custom_output\createmapimage.php
+..\Web\www\phpsamples\custom_output\eplot.php
+..\Web\www\phpsamples\custom_output\multiplot.php
+..\Web\www\phpsamples\custom_output\property_report.php
+..\Web\www\phpsamples\custom_output\task_pane.php
+..\Web\www\phpsamples\digitizing_features\clear_lines.php
+..\Web\www\phpsamples\digitizing_features\draw_line.php
+..\Web\www\phpsamples\digitizing_features\task_pane.php
+..\Web\www\phpsamples\digitizing_features\task_pane_digitizing.php
+..\Web\www\phpsamples\digitizing_features\task_pane_redlining.php
+..\Web\www\phpsamples\hello_map\display_spatial_reference.php
+..\Web\www\phpsamples\hello_map\task_pane.php
+..\Web\www\phpsamples\hello_viewer\gotopoint.php
+..\Web\www\phpsamples\hello_viewer\task_pane.php
+..\Web\www\phpsamples\images\banner.jpg
+..\Web\www\phpsamples\interacting_with_layers\layer_visibility.php
+..\Web\www\phpsamples\interacting_with_layers\task_pane.php
+..\Web\www\phpsamples\interacting_with_layers\toggle_roads_label.php
+..\Web\www\phpsamples\modifying_maps_and_layers\change_layers_via_dom.php
+..\Web\www\phpsamples\modifying_maps_and_layers\create_new_line_layer_definition.php
+..\Web\www\phpsamples\modifying_maps_and_layers\create_new_point_layer_definition.php
+..\Web\www\phpsamples\modifying_maps_and_layers\create_new_squarefootage_layer_definition.php
+..\Web\www\phpsamples\modifying_maps_and_layers\layer_functions.php
+..\Web\www\phpsamples\modifying_maps_and_layers\maindwf.php
+..\Web\www\phpsamples\modifying_maps_and_layers\RecentlyBuilt.LayerDefinition
+..\Web\www\phpsamples\modifying_maps_and_layers\task_pane.php
+..\Web\www\phpsamples\styles\globalStyles.css
+..\Web\www\phpsamples\styles\otherStyles.css
+..\Web\www\phpsamples\viewerfiles\arearule.templ
+..\Web\www\phpsamples\viewerfiles\areatypestyle.templ
+..\Web\www\phpsamples\viewerfiles\layerdefinition.templ
+..\Web\www\phpsamples\viewerfiles\linerule.templ
+..\Web\www\phpsamples\viewerfiles\linetypestyle.templ
+..\Web\www\phpsamples\viewerfiles\marksymbol.templ
+..\Web\www\phpsamples\viewerfiles\pointrule.templ
+..\Web\www\phpsamples\viewerfiles\pointtypestyle.templ
+..\Web\www\phpsamples\viewerfiles\scalerange.templ
+..\Web\www\phpsamples\viewerfiles\textsymbol.templ
+..\Web\www\phpsamples\working_with_feature_data\listselection.php
+..\Web\www\phpsamples\working_with_feature_data\queryfeatures.php
+..\Web\www\phpsamples\working_with_feature_data\selectfeatures.php
+..\Web\www\phpsamples\working_with_feature_data\task_pane.php
+..\Web\www\phpviewersample\findaddress
+..\Web\www\phpviewersample\images
+..\Web\www\phpviewersample\overview
+..\Web\www\phpviewersample\plot
+..\Web\www\phpviewersample\query
+..\Web\www\phpviewersample\styles
+..\Web\www\phpviewersample\theme
+..\Web\www\phpviewersample\vendor
+..\Web\www\phpviewersample\ajaxtiledviewersample.php
+..\Web\www\phpviewersample\ajaxviewersample.php
+..\Web\www\phpviewersample\composer.json
+..\Web\www\phpviewersample\dwfviewersample.php
+..\Web\www\phpviewersample\json.js
+..\Web\www\phpviewersample\JSON.php
+..\Web\www\phpviewersample\title.html
+..\Web\www\phpviewersample\utilityfunctions.php
+..\Web\www\phpviewersample\findaddress\templates
+..\Web\www\phpviewersample\findaddress\clearaddressresults.php
+..\Web\www\phpviewersample\findaddress\findaddress.php
+..\Web\www\phpviewersample\findaddress\findaddressfunctions.php
+..\Web\www\phpviewersample\findaddress\findaddressmain.php
+..\Web\www\phpviewersample\findaddress\gotopoint.php
+..\Web\www\phpviewersample\findaddress\templates\addressmarker.xml
+..\Web\www\phpviewersample\images\loader_inactive.gif
+..\Web\www\phpviewersample\images\loader_pulse.gif
+..\Web\www\phpviewersample\images\pushpin.jpg
+..\Web\www\phpviewersample\images\pushpinblue.jpg
+..\Web\www\phpviewersample\images\Thumbs.db
+..\Web\www\phpviewersample\overview\overviewmain.php
+..\Web\www\phpviewersample\plot\plot.php
+..\Web\www\phpviewersample\plot\plotmain.php
+..\Web\www\phpviewersample\query\classes
+..\Web\www\phpviewersample\query\templates
+..\Web\www\phpviewersample\query\querycontroller.php
+..\Web\www\phpviewersample\query\querymain.php
+..\Web\www\phpviewersample\query\classes\feature.php
+..\Web\www\phpviewersample\query\classes\property.php
+..\Web\www\phpviewersample\query\classes\query.php
+..\Web\www\phpviewersample\query\templates\filterlayerdefinition.xml
+..\Web\www\phpviewersample\styles\gt.css
+..\Web\www\phpviewersample\theme\classes
+..\Web\www\phpviewersample\theme\templates
+..\Web\www\phpviewersample\theme\themecontroller.php
+..\Web\www\phpviewersample\theme\thememain.php
+..\Web\www\phpviewersample\theme\classes\layerinfo.php
+..\Web\www\phpviewersample\theme\classes\property.php
+..\Web\www\phpviewersample\theme\classes\theme.php
+..\Web\www\phpviewersample\theme\templates\arearuletemplate.xml
+..\Web\www\phpviewersample\vendor\composer
+..\Web\www\phpviewersample\vendor\lstrojny
+..\Web\www\phpviewersample\vendor\autoload.php
+..\Web\www\phpviewersample\vendor\composer\autoload_classmap.php
+..\Web\www\phpviewersample\vendor\composer\autoload_namespaces.php
+..\Web\www\phpviewersample\vendor\composer\autoload_psr4.php
+..\Web\www\phpviewersample\vendor\composer\autoload_real.php
+..\Web\www\phpviewersample\vendor\composer\ClassLoader.php
+..\Web\www\phpviewersample\vendor\composer\installed.json
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\.gitignore
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\.travis.yml
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\build.xml
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\composer.json
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\package.json
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\phpunit.xml.dist
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\README.md
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\CodeGenerator
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\Exception
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\Parser
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\Serializer
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\Timing
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\Transport
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\Value
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\AbstractDecorator.php
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\Client.php
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\ClientInterface.php
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\ExtensionSupportInterface.php
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\Multicall.php
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\Proxy.php
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\CodeGenerator\XmlReaderParserBitmaskGenerator.php
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\Exception\ExceptionInterface.php
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\Exception\HttpException.php
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\Exception\InvalidArgumentException.php
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\Exception\MissingExtensionException.php
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\Exception\ResponseException.php
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\Exception\RuntimeException.php
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\Exception\SerializationException.php
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\Exception\TcpException.php
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\Exception\TransportException.php
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\Parser\NativeParser.php
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\Parser\ParserInterface.php
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\Parser\XmlReaderParser.php
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\Serializer\NativeSerializer.php
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\Serializer\SerializerInterface.php
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\Serializer\XmlWriterSerializer.php
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\Timing\AbstractTimerBridge.php
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\Timing\MonologTimerBridge.php
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\Timing\Psr3TimerBridge.php
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\Timing\TimerInterface.php
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\Timing\TimingDecorator.php
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\Timing\ZendFrameworkOneTimerBridge.php
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\Timing\ZendFrameworkTwoTimerBridge.php
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\Transport\AbstractHttpTransport.php
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\Transport\BuzzBrowserBridge.php
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\Transport\CurlTransport.php
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\Transport\GuzzleBridge.php
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\Transport\HttpTransportInterface.php
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\Transport\StreamSocketTransport.php
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\Transport\TransportInterface.php
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\Transport\ZendFrameworkOneHttpClientBridge.php
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\Transport\ZendFrameworkTwoHttpClientBridge.php
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\Value\Base64.php
+..\Web\www\phpviewersample\vendor\lstrojny\fxmlrpc\src\fXmlRpc\Value\Base64Interface.php
+..\Web\www\schemareport\images
+..\Web\www\schemareport\templatefiles
+..\Web\www\schemareport\blank.php
+..\Web\www\schemareport\describeschema.php
+..\Web\www\schemareport\displayschema.css
+..\Web\www\schemareport\displayschema.php
+..\Web\www\schemareport\displayschema.xsl
+..\Web\www\schemareport\displayschemafunctions.php
+..\Web\www\schemareport\layerdefinitionfactory.php
+..\Web\www\schemareport\main.php
+..\Web\www\schemareport\mapdefinitionfactory.php
+..\Web\www\schemareport\showclass.php
+..\Web\www\schemareport\showgeom.php
+..\Web\www\schemareport\stringconstants.php
+..\Web\www\schemareport\weblayoutfactory.php
+..\Web\www\schemareport\images\collapse_pane.png
+..\Web\www\schemareport\images\expand_pane.png
+..\Web\www\schemareport\templatefiles\arearule.templ
+..\Web\www\schemareport\templatefiles\areatypestyle.templ
+..\Web\www\schemareport\templatefiles\extents.templ
+..\Web\www\schemareport\templatefiles\flexweblayout.templ
+..\Web\www\schemareport\templatefiles\layerdefinition.templ
+..\Web\www\schemareport\templatefiles\linerule.templ
+..\Web\www\schemareport\templatefiles\linetypestyle.templ
+..\Web\www\schemareport\templatefiles\mapdefinition.templ
+..\Web\www\schemareport\templatefiles\maplayer.templ
+..\Web\www\schemareport\templatefiles\maplayergroup.templ
+..\Web\www\schemareport\templatefiles\pointrule.templ
+..\Web\www\schemareport\templatefiles\pointtypestyle.templ
+..\Web\www\schemareport\templatefiles\scalerange.templ
+..\Web\www\schemareport\templatefiles\textwatermark.templ
+..\Web\www\schemareport\templatefiles\weblayout.templ
+..\Web\www\stdicons\closeButton.gif
+..\Web\www\stdicons\cp_arr.gif
+..\Web\www\stdicons\cp_arr_dis.gif
+..\Web\www\stdicons\digitizeCircle.cur
+..\Web\www\stdicons\digitizeLine.cur
+..\Web\www\stdicons\digitizeLineString.cur
+..\Web\www\stdicons\digitizePoint.cur
+..\Web\www\stdicons\digitizePolygon.cur
+..\Web\www\stdicons\digitizeRectangle.cur
+..\Web\www\stdicons\icon_back.gif
+..\Web\www\stdicons\icon_back_disabled.gif
+..\Web\www\stdicons\icon_buffer.gif
+..\Web\www\stdicons\icon_buffer_disabled.gif
+..\Web\www\stdicons\icon_clearselect.gif
+..\Web\www\stdicons\icon_clearselect_disabled.gif
+..\Web\www\stdicons\icon_copy.gif
+..\Web\www\stdicons\icon_copy_disabled.gif
+..\Web\www\stdicons\icon_ctxarrow.gif
+..\Web\www\stdicons\icon_error.gif
+..\Web\www\stdicons\icon_fitwindow.gif
+..\Web\www\stdicons\icon_fitwindow_disabled.gif
+..\Web\www\stdicons\icon_forward.gif
+..\Web\www\stdicons\icon_forward_disabled.gif
+..\Web\www\stdicons\icon_help.gif
+..\Web\www\stdicons\icon_help_disabled.gif
+..\Web\www\stdicons\icon_home.gif
+..\Web\www\stdicons\icon_home_disabled.gif
+..\Web\www\stdicons\icon_info.gif
+..\Web\www\stdicons\icon_invokescript.gif
+..\Web\www\stdicons\icon_invokescript_disabled.gif
+..\Web\www\stdicons\icon_invokeurl.gif
+..\Web\www\stdicons\icon_invokeurl_disabled.gif
+..\Web\www\stdicons\icon_loading.gif
+..\Web\www\stdicons\icon_maptip.gif
+..\Web\www\stdicons\icon_maptip_disabled.gif
+..\Web\www\stdicons\icon_measure.gif
+..\Web\www\stdicons\icon_measure_disabled.gif
+..\Web\www\stdicons\icon_menuarrow.gif
+..\Web\www\stdicons\icon_menuarrowup.gif
+..\Web\www\stdicons\icon_menuarrowup_disabled.gif
+..\Web\www\stdicons\icon_menuarrow_disabled.gif
+..\Web\www\stdicons\icon_null.gif
+..\Web\www\stdicons\icon_pan.gif
+..\Web\www\stdicons\icon_pandown.gif
+..\Web\www\stdicons\icon_pandown_disabled.gif
+..\Web\www\stdicons\icon_panleft.gif
+..\Web\www\stdicons\icon_panleft_disabled.gif
+..\Web\www\stdicons\icon_panright.gif
+..\Web\www\stdicons\icon_panright_disabled.gif
+..\Web\www\stdicons\icon_panup.gif
+..\Web\www\stdicons\icon_panup_disabled.gif
+..\Web\www\stdicons\icon_pan_disabled.gif
+..\Web\www\stdicons\icon_plotdwf.gif
+..\Web\www\stdicons\icon_plotdwf_disabled.gif
+..\Web\www\stdicons\icon_popupscrolldown.gif
+..\Web\www\stdicons\icon_popupscrolldown_disabled.gif
+..\Web\www\stdicons\icon_popupscrollup.gif
+..\Web\www\stdicons\icon_popupscrollup_disabled.gif
+..\Web\www\stdicons\icon_print.gif
+..\Web\www\stdicons\icon_printablepage.gif
+..\Web\www\stdicons\icon_printablepage_disabled.gif
+..\Web\www\stdicons\icon_print_disabled.gif
+..\Web\www\stdicons\icon_refreshmap.gif
+..\Web\www\stdicons\icon_refreshmap_disabled.gif
+..\Web\www\stdicons\icon_restorecenter.gif
+..\Web\www\stdicons\icon_restorecenter_disabled.gif
+..\Web\www\stdicons\icon_search.gif
+..\Web\www\stdicons\icon_search_disabled.gif
+..\Web\www\stdicons\icon_select.gif
+..\Web\www\stdicons\icon_selectpolygon.gif
+..\Web\www\stdicons\icon_selectpolygon_disabled.gif
+..\Web\www\stdicons\icon_selectradius.gif
+..\Web\www\stdicons\icon_selectradius_disabled.gif
+..\Web\www\stdicons\icon_selectwithin.gif
+..\Web\www\stdicons\icon_selectwithin_disabled.gif
+..\Web\www\stdicons\icon_select_disabled.gif
+..\Web\www\stdicons\icon_tasks.gif
+..\Web\www\stdicons\icon_tasks_disabled.gif
+..\Web\www\stdicons\icon_viewoptions.gif
+..\Web\www\stdicons\icon_viewoptions_disabled.gif
+..\Web\www\stdicons\icon_warning.gif
+..\Web\www\stdicons\icon_zoom.gif
+..\Web\www\stdicons\icon_zoomin.gif
+..\Web\www\stdicons\icon_zoomin_disabled.gif
+..\Web\www\stdicons\icon_zoomnext.gif
+..\Web\www\stdicons\icon_zoomnext_disabled.gif
+..\Web\www\stdicons\icon_zoomout.gif
+..\Web\www\stdicons\icon_zoomout_disabled.gif
+..\Web\www\stdicons\icon_zoomprev.gif
+..\Web\www\stdicons\icon_zoomprev_disabled.gif
+..\Web\www\stdicons\icon_zoomrect.gif
+..\Web\www\stdicons\icon_zoomrect_disabled.gif
+..\Web\www\stdicons\icon_zoomselect.gif
+..\Web\www\stdicons\icon_zoomselect_disabled.gif
+..\Web\www\stdicons\icon_zoom_disabled.gif
+..\Web\www\stdicons\lc_broken.gif
+..\Web\www\stdicons\lc_checked.gif
+..\Web\www\stdicons\lc_checked_16.gif
+..\Web\www\stdicons\lc_checked_grayed.gif
+..\Web\www\stdicons\lc_checked_grayed_16.gif
+..\Web\www\stdicons\lc_collapse.gif
+..\Web\www\stdicons\lc_collapse_16.gif
+..\Web\www\stdicons\lc_dwf.gif
+..\Web\www\stdicons\lc_expand.gif
+..\Web\www\stdicons\lc_expand_16.gif
+..\Web\www\stdicons\lc_group.gif
+..\Web\www\stdicons\lc_noexpand.gif
+..\Web\www\stdicons\lc_raster.gif
+..\Web\www\stdicons\lc_select.gif
+..\Web\www\stdicons\lc_style.gif
+..\Web\www\stdicons\lc_sym.gif
+..\Web\www\stdicons\lc_theme.gif
+..\Web\www\stdicons\lc_unchecked.gif
+..\Web\www\stdicons\lc_unchecked_16.gif
+..\Web\www\stdicons\lc_unchecked_grayed.gif
+..\Web\www\stdicons\lc_unchecked_grayed_16.gif
+..\Web\www\stdicons\lc_unselect.gif
+..\Web\www\stdicons\measure.cur
+..\Web\www\stdicons\mn_check.gif
+..\Web\www\stdicons\mn_scrolldown.gif
+..\Web\www\stdicons\mn_scrolldown_disabled.gif
+..\Web\www\stdicons\mn_scrollup.gif
+..\Web\www\stdicons\mn_scrollup_disabled.gif
+..\Web\www\stdicons\nav_band_contract.gif
+..\Web\www\stdicons\nav_band_expand.gif
+..\Web\www\stdicons\openButton.gif
+..\Web\www\stdicons\pan.cur
+..\Web\www\stdicons\pixel.gif
+..\Web\www\stdicons\progress_indicator.gif
+..\Web\www\stdicons\pr_north.gif
+..\Web\www\stdicons\rotate.cur
+..\Web\www\stdicons\selectPolygon.cur
+..\Web\www\stdicons\selectRadius.cur
+..\Web\www\stdicons\slider.png
+..\Web\www\stdicons\sliderscale.png
+..\Web\www\stdicons\transparentpixel.gif
+..\Web\www\stdicons\zoomin.cur
+..\Web\www\stdicons\zoomout.cur
+..\Web\www\stdicons\zoomrect.cur
+..\Web\www\viewerfiles\ajaxmappane.templ
+..\Web\www\viewerfiles\ajaxviewerabout.templ
+..\Web\www\viewerfiles\arealayerdef.templ
+..\Web\www\viewerfiles\arearule.templ
+..\Web\www\viewerfiles\areatypestyle.templ
+..\Web\www\viewerfiles\blank.html
+..\Web\www\viewerfiles\browserdetect.js
+..\Web\www\viewerfiles\bufferreport.templ
+..\Web\www\viewerfiles\bufferui.templ
+..\Web\www\viewerfiles\colorpicker.templ
+..\Web\www\viewerfiles\contextmenu.js
+..\Web\www\viewerfiles\COPYRIGHT
+..\Web\www\viewerfiles\digitize.js
+..\Web\www\viewerfiles\errorpage.templ
+..\Web\www\viewerfiles\floatingmessage.js
+..\Web\www\viewerfiles\formframe.templ
+..\Web\www\viewerfiles\framesetnotaskbar.templ
+..\Web\www\viewerfiles\framesettaskbar.templ
+..\Web\www\viewerfiles\hashtable.js
+..\Web\www\viewerfiles\jxlib.js
+..\Web\www\viewerfiles\jxtheme.css
+..\Web\www\viewerfiles\layerdefinition.templ
+..\Web\www\viewerfiles\legend.js
+..\Web\www\viewerfiles\legendctrl.templ
+..\Web\www\viewerfiles\legendui.templ
+..\Web\www\viewerfiles\legendupdate.templ
+..\Web\www\viewerfiles\linelayerdef.templ
+..\Web\www\viewerfiles\linerule.templ
+..\Web\www\viewerfiles\linetypestyle.templ
+..\Web\www\viewerfiles\mainframe.templ
+..\Web\www\viewerfiles\marksymbol.templ
+..\Web\www\viewerfiles\measureui.templ
+..\Web\www\viewerfiles\numfmt.js
+..\Web\www\viewerfiles\ol.css
+..\Web\www\viewerfiles\ol.js
+..\Web\www\viewerfiles\ol.js.map
+..\Web\www\viewerfiles\pngfix_map.js
+..\Web\www\viewerfiles\pointrule.templ
+..\Web\www\viewerfiles\pointtypestyle.templ
+..\Web\www\viewerfiles\propertyctrl.templ
+..\Web\www\viewerfiles\quickplot.js
+..\Web\www\viewerfiles\quickplotnortharrow.png
+..\Web\www\viewerfiles\quickplotpanel.js
+..\Web\www\viewerfiles\quickplotpanel.templ
+..\Web\www\viewerfiles\quickplotpreview.js
+..\Web\www\viewerfiles\quickplotpreviewinner.templ
+..\Web\www\viewerfiles\sarissa.js
+..\Web\www\viewerfiles\scalerange.templ
+..\Web\www\viewerfiles\search.templ
+..\Web\www\viewerfiles\searchprompt.templ
+..\Web\www\viewerfiles\selectwithinui.templ
+..\Web\www\viewerfiles\statusbar.templ
+..\Web\www\viewerfiles\taskbar.templ
+..\Web\www\viewerfiles\taskframe.templ
+..\Web\www\viewerfiles\tasklist.templ
+..\Web\www\viewerfiles\textsymbol.templ
+..\Web\www\viewerfiles\toolbar.templ
+..\Web\www\viewerfiles\util.js
+..\Web\www\viewerfiles\viewer.css
+..\Web\www\viewerfiles\viewoptions.templ
+..\Web\www\viewerfiles\wz_jsgraphics.js
+..\Web\www\WEB-INF\lib
+..\Web\www\WEB-INF\web.xml
+..\Web\www\WEB-INF\lib\commons-codec-1.3.jar
+..\Web\www\WEB-INF\lib\commons-fileupload-1.0.jar
+..\Web\www\WEB-INF\lib\MapGuideApi-sources.jar
+..\Web\www\WEB-INF\lib\MapGuideApi.jar

Modified: branches/4.0/MgDev/Bindings/src/ApiDump/java-dump.ps1
===================================================================
--- branches/4.0/MgDev/Bindings/src/ApiDump/java-dump.ps1	2025-05-01 11:50:30 UTC (rev 10134)
+++ branches/4.0/MgDev/Bindings/src/ApiDump/java-dump.ps1	2025-05-05 10:45:53 UTC (rev 10135)
@@ -7,7 +7,9 @@
     Write-Host "Could not find $libPath"
     exit 1
 }
-Clear-Content -Path $outputPath
+if (Test-Path $outputPath) {
+    Clear-Content -Path $outputPath
+}
 $classList = jar -tf $libPath | Out-String -Stream | Select-String -Pattern ".class"
 foreach ($className in $classList) {
     $cn = [string]$className

Modified: branches/4.0/MgDev/Bindings/src/ApiDump/php_dump.php
===================================================================
--- branches/4.0/MgDev/Bindings/src/ApiDump/php_dump.php	2025-05-01 11:50:30 UTC (rev 10134)
+++ branches/4.0/MgDev/Bindings/src/ApiDump/php_dump.php	2025-05-05 10:45:53 UTC (rev 10135)
@@ -2,6 +2,7 @@
 
 $extension = new ReflectionExtension("MapGuideApi");
 $classes = $extension->getClasses();
+sort($classes);
 foreach ($classes as $klass) {
-    print_r($klass);
+    echo $klass->__toString();
 }
\ No newline at end of file

Added: branches/4.0/MgDev/Bindings/src/ApiDump/snapshot_all.bat
===================================================================
--- branches/4.0/MgDev/Bindings/src/ApiDump/snapshot_all.bat	                        (rev 0)
+++ branches/4.0/MgDev/Bindings/src/ApiDump/snapshot_all.bat	2025-05-05 10:45:53 UTC (rev 10135)
@@ -0,0 +1,7 @@
+powershell.exe -ExecutionPolicy RemoteSigned -File dotnet-dump.ps1 -libPath "../Web/www/mapviewernet/bin"
+powershell.exe -ExecutionPolicy RemoteSigned -File java-dump.ps1 -libPath "../Web/www/WEB-INF/lib/MapGuideApi.jar"
+..\Web\Php\php.exe php_dump.php > api.php.txt
+
+powershell.exe "Get-ChildItem -Recurse ../CS-Map | Resolve-Path -Relative" > filelist.csmap.windows.txt
+powershell.exe "Get-ChildItem -Recurse ../Server | Resolve-Path -Relative" > filelist.server.windows.txt
+powershell.exe "Get-ChildItem -Recurse ../Web | Resolve-Path -Relative" > filelist.web.windows.txt
\ No newline at end of file



More information about the mapguide-commits mailing list