Interface ITileStoreParameters
Describes configuration parameters for a Tile Set Definition
Namespace: OSGeo.MapGuide.ObjectModels.TileSetDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface ITileStoreParameters
Properties
| Improve this Doc View SourceParameters
Gets all the configuration parameters
Declaration
IEnumerable<INameStringPair> Parameters { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<INameStringPair> |
TileProvider
The tile provider name
Declaration
string TileProvider { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceAddParameter(String, String)
Adds a configuration parameter
Declaration
void AddParameter(string name, string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The parameter name |
System.String | value | The parameter value |
ClearParameters()
Clears all configuration parameters
Declaration
void ClearParameters()
SetParameter(String, String)
Sets the value for a configuration parameter
Declaration
void SetParameter(string name, string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The parameter name |
System.String | value | The parameter value |
Events
| Improve this Doc View SourceParametersChanged
Raised when a configuration parameter has changed
Declaration
event EventHandler ParametersChanged
Event Type
Type | Description |
---|---|
System.EventHandler |