#region Disclaimer / License // Copyright (C) 2011, Jackie Ng // http://trac.osgeo.org/mapguide/wiki/maestro, jumpinjackie@gmail.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either // version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA // #endregion using System; using System.Collections.Generic; using System.Text; using System.Runtime.CompilerServices; namespace OSGeo.MapGuide.ObjectModels { /// /// The OSGeo.MapGuide.ObjectModels namespace is the root of all classes generated from the MapGuide /// XML Schemas. MapGuide resources are provided as strongly-typed classes implementing common interfaces to avoid /// needing to work against version specific resources. /// /// The utility class is used for creating any of these /// resource classes. /// [CompilerGenerated] class NamespaceDoc { } namespace ApplicationDefinition { /// /// The OSGeo.MapGuide.ObjectModels.ApplicationDefinition namespace provides interfaces for working with /// Application Definition resources /// [CompilerGenerated] class NamespaceDoc { } } namespace Capabilities { /// /// The OSGeo.MapGuide.ObjectModels.Capabilities namespace provides classes for working with common /// elements in mapagent GETPROVIDERCAPABILITIES responses. The classes have been automatically generated from the /// respective MapGuide XML schemas. /// [CompilerGenerated] class NamespaceDoc { } } namespace Common { /// /// The OSGeo.MapGuide.ObjectModels.Common namespace provides classes for working with common /// elements in mapagent responses. The classes have been automatically generated from the respective MapGuide /// XML schemas. /// [CompilerGenerated] class NamespaceDoc { } } namespace DrawingSource { /// /// The OSGeo.MapGuide.ObjectModels.DrawingSource namespace provides interfaces for working with /// Drawing Source resources /// [CompilerGenerated] class NamespaceDoc { } } namespace FeatureSource { /// /// The OSGeo.MapGuide.ObjectModels.FeatureSource namespace provides interfaces for working with /// Feature Source resources /// [CompilerGenerated] class NamespaceDoc { } } namespace LayerDefinition { /// /// The OSGeo.MapGuide.ObjectModels.LayerDefinition namespace provides interfaces for working with /// Layer Definition resources /// [CompilerGenerated] class NamespaceDoc { } } namespace LoadProcedure { /// /// The OSGeo.MapGuide.ObjectModels.LoadProcedure namespace provides interfaces for working with /// Load Procedure resources /// [CompilerGenerated] class NamespaceDoc { } } namespace MapDefinition { /// /// The OSGeo.MapGuide.ObjectModels.MapDefinition namespace provides interfaces for working with /// Map Definition resources /// [CompilerGenerated] class NamespaceDoc { } } namespace PrintLayout { /// /// The OSGeo.MapGuide.ObjectModels.PrintLayout namespace provides interfaces for working with /// Print Layout resources /// [CompilerGenerated] class NamespaceDoc { } } namespace SymbolDefinition { /// /// The OSGeo.MapGuide.ObjectModels.SymbolDefinition namespace provides interfaces for working with /// Symbol Definition resources /// [CompilerGenerated] class NamespaceDoc { } } namespace SymbolLibrary { /// /// The OSGeo.MapGuide.ObjectModels.SymbolLibrary namespace provides interfaces for working with /// Symbol Library resources /// [CompilerGenerated] class NamespaceDoc { } } namespace WatermarkDefinition { /// /// The OSGeo.MapGuide.ObjectModels.WatermarkDefinition namespace provides interfaces for working with /// Watermark Definition resources /// [CompilerGenerated] class NamespaceDoc { } } namespace WebLayout { /// /// The OSGeo.MapGuide.ObjectModels.WebLayout namespace provides interfaces for working with /// Web Layout resources /// [CompilerGenerated] class NamespaceDoc { } } }