Interface IDescribeRuntimeMap
Describes the structure of an existing runtime map
Inherited Members
Namespace: OSGeo.MapGuide.MaestroAPI.Commands
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public interface IDescribeRuntimeMap : ICommand
Properties
| Improve this Doc View SourceIconFormat
The icon image format (default: PNG)
Declaration
string IconFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IconHeight
The height of each inline icon that will be rendered (default: 16)
Declaration
int IconHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IconsPerScaleRange
The number of icons to render inline (as base64 images) per scale range in each layer of the map
Declaration
int IconsPerScaleRange { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IconWidth
The width of each inline icon that will be rendered (default: 16)
Declaration
int IconWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Name
The name of the runtime map to describe the structure of
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RequestedFeatures
A bitmask specifying what pieces of information to include in the CREATERUNTIMEMAP response
Declaration
int RequestedFeatures { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceExecute()
Executes the request and returns the structure of the runtime map
Declaration
IRuntimeMapInfo Execute()
Returns
Type | Description |
---|---|
IRuntimeMapInfo | The structure of the runtime map |