Interface IMapGroup
Describes a Map Group in a Flexible Layout. A MapGroup consists of a
MapGuide Map Definition and zero or more external base layers
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IMapGroup : IExtensibleElement, INotifyPropertyChanged
Properties
|
Improve this Doc
View Source
id
Declaration
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
InitialView
Declaration
IMapView InitialView { get; set; }
Property Value
|
Improve this Doc
View Source
Map
Declaration
IEnumerable<IMap> Map { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IMap> |
|
|
Improve this Doc
View Source
MapCount
Gets the count of map entries
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
AddMap(IMap)
Declaration
Parameters
Type |
Name |
Description |
IMap |
map |
|
|
Improve this Doc
View Source
CreateCmsMapEntry(String, Boolean, String, String)
Creates a external base layer map entry
Declaration
IMap CreateCmsMapEntry(string type, bool singleTile, string name, string olType)
Parameters
Type |
Name |
Description |
System.String |
type |
|
System.Boolean |
singleTile |
|
System.String |
name |
|
System.String |
olType |
|
Returns
|
Improve this Doc
View Source
CreateExternalLayerEntry(String, String)
Creates an external layer entry
Declaration
IMap CreateExternalLayerEntry(string name, string sourceType)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.String |
sourceType |
|
Returns
|
Improve this Doc
View Source
CreateGenericEntry()
Creates a generic map entry
Declaration
IMap CreateGenericEntry()
Returns
|
Improve this Doc
View Source
CreateInitialView(Double, Double, Double)
Creates an initial map view
Declaration
IMapView CreateInitialView(double x, double y, double scale)
Parameters
Type |
Name |
Description |
System.Double |
x |
|
System.Double |
y |
|
System.Double |
scale |
|
Returns
|
Improve this Doc
View Source
CreateMapGuideEntry(String)
Creates a MapGuide map entry
Declaration
IMap CreateMapGuideEntry(string mapDefinition)
Parameters
Type |
Name |
Description |
System.String |
mapDefinition |
|
Returns
|
Improve this Doc
View Source
CreateSubjectLayerEntry(String, String)
Creates a subject layer entry
Declaration
IMap CreateSubjectLayerEntry(string name, string sourceType)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.String |
sourceType |
|
Returns
|
Improve this Doc
View Source
CreateUTFGridEntry(String)
Creates a UTFGrid tileset entry
Declaration
IMap CreateUTFGridEntry(string tileSet)
Parameters
Type |
Name |
Description |
System.String |
tileSet |
|
Returns
|
Improve this Doc
View Source
GetMapAt(Int32)
Gets the map entry at the given index
Declaration
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
|
Improve this Doc
View Source
MoveDown(IMap)
Moves the given map entry down
Declaration
Parameters
Type |
Name |
Description |
IMap |
map |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
MoveUp(IMap)
Moves the given map entry up
Declaration
Parameters
Type |
Name |
Description |
IMap |
map |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
RemoveMap(IMap)
Removes the given map entr
Declaration
Parameters
Type |
Name |
Description |
IMap |
map |
|
Extension Methods