Interface IMapDefinition3
Represents a Map Definition with support for linking to tile sets. Corresponds to schema version 3.0.0
Inherited Members
System.ICloneable.Clone()
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: OSGeo.MapGuide.ObjectModels.MapDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IMapDefinition3 : IMapDefinition2, IMapDefinition, IResource, IVersionedEntity, ICloneable, IMapDefinitionBase, INotifyPropertyChanged, IWatermarkCollection
Properties
| Improve this Doc View SourceTileSetDefinitionID
Gets or sets the Tile Set Definition. When setting a tile set, any existing base map settings are removed
Declaration
string TileSetDefinitionID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TileSourceType
Gets or sets the type of tile source
Declaration
TileSourceType TileSourceType { get; set; }
Property Value
Type | Description |
---|---|
TileSourceType |