Interface ITileSetDefinition
Describes a Tile Set Definition
Inherited Members
System.ICloneable.Clone()
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: OSGeo.MapGuide.ObjectModels.TileSetDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface ITileSetDefinition : IResource, IVersionedEntity, ICloneable, INotifyPropertyChanged, ITileSetAbstract
Properties
| Improve this Doc View SourceExtents
The extents of this tile set
Declaration
IEnvelope Extents { get; set; }
Property Value
Type | Description |
---|---|
IEnvelope |
TileStoreParameters
The configuration parameters
Declaration
ITileStoreParameters TileStoreParameters { get; }
Property Value
Type | Description |
---|---|
ITileStoreParameters |