//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:2.0.50727.4927 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace OSGeo.MapGuide.Maestro.ResourceValidators.Strings { using System; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class MapDefinitionValidator { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal MapDefinitionValidator() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("OSGeo.MapGuide.Maestro.ResourceValidators.Strings.MapDefinitionValidator", typeof(MapDefinitionValidator).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to Data from {0} is not visible in the map's start extent. /// internal static string DataOutsideMapWarning { get { return ResourceManager.GetString("DataOutsideMapWarning", resourceCulture); } } /// /// Looks up a localized string similar to {0} has a different coordinate system than the map, this will impact performance as the coordinates are transformed while rendering the map. Maestro cannot validate the extent of the data.. /// internal static string DataReprojectionWarning { get { return ResourceManager.GetString("DataReprojectionWarning", resourceCulture); } } /// /// Looks up a localized string similar to Layer {0}'s FeatureSource could not be read: {1}. /// internal static string FeatureSourceReadError { get { return ResourceManager.GetString("FeatureSourceReadError", resourceCulture); } } /// /// Looks up a localized string similar to Group {0} has the default legend label. /// internal static string GroupHasDefaultLabelInformation { get { return ResourceManager.GetString("GroupHasDefaultLabelInformation", resourceCulture); } } /// /// Looks up a localized string similar to Group {0} does not have a legend label. /// internal static string GroupMissingLabelInformation { get { return ResourceManager.GetString("GroupMissingLabelInformation", resourceCulture); } } /// /// Looks up a localized string similar to Layer {0} does not have a legend label. /// internal static string LayerMissingLabelInformation { get { return ResourceManager.GetString("LayerMissingLabelInformation", resourceCulture); } } /// /// Looks up a localized string similar to The layer name {0} is used for both "{1}" and "{2}". /// internal static string LayerNameDuplicateWarning { get { return ResourceManager.GetString("LayerNameDuplicateWarning", resourceCulture); } } /// /// Looks up a localized string similar to Layer {0} could not be read: {1}. /// internal static string LayerReadError { get { return ResourceManager.GetString("LayerReadError", resourceCulture); } } /// /// Looks up a localized string similar to Layer {0} has no geometry column. /// internal static string MissingLayerGeometryColumnError { get { return ResourceManager.GetString("MissingLayerGeometryColumnError", resourceCulture); } } /// /// Looks up a localized string similar to Layer {0} has an invalid Schema. /// internal static string MissingLayerSchemaError { get { return ResourceManager.GetString("MissingLayerSchemaError", resourceCulture); } } /// /// Looks up a localized string similar to {0} has no spatial context (eg. no coordinate system). /// internal static string MissingSpatialContextWarning { get { return ResourceManager.GetString("MissingSpatialContextWarning", resourceCulture); } } /// /// Looks up a localized string similar to {0} has more than one spatial context, the following test results may be inacurate. /// internal static string MultipleSpatialContextsInformation { get { return ResourceManager.GetString("MultipleSpatialContextsInformation", resourceCulture); } } /// /// Looks up a localized string similar to {0} is a raster layer, and in another coordinate system than the map. No data will be displayed by the layer. /// internal static string RasterReprojectionError { get { return ResourceManager.GetString("RasterReprojectionError", resourceCulture); } } /// /// Looks up a localized string similar to {0} could not be processed for spatial info: {1}. /// internal static string ResourceReadError { get { return ResourceManager.GetString("ResourceReadError", resourceCulture); } } /// /// Looks up a localized string similar to Layer {0} is a type that is unsupported by Maestro. /// internal static string UnsupportedLayerTypeWarning { get { return ResourceManager.GetString("UnsupportedLayerTypeWarning", resourceCulture); } } } }