CatalogLoadLayerSet.CatalogLoadLayerSet Constructors
Initializes a new instance of the CatalogLoadLayerSet class.
Overload List
Name | Description | |
---|---|---|
Public method | CatalogLoadLayerSet(Catalog catalog, CatalogQueryCollection queries) | Initializes a new instance of the CatalogLoadLayerSet class with the specified catalog and queries. |
Public method | CatalogLoadLayerSet(Catalog catalog, IEnumerable< CatalogQuery > queries) | Initializes a new instance of the CatalogLoadLayerSet class with the specified catalog and queries. |
CatalogLoadLayerSet(Catalog catalog, CatalogQueryCollection queries)
Initializes a new instance of the CatalogLoadLayerSet class with the specified catalog and queries.Syntax
public CatalogLoadLayerSet (
Catalog catalog,
CatalogQueryCollection queries
)
Parameters
catalog
Type: Catalog
The catalog to load map services from.
The catalog to load map services from.
queries
Type: A collection of CatalogQuery elements.
A list of queries used to find and load the map services.
A list of queries used to find and load the map services.
CatalogLoadLayerSet(Catalog catalog, IEnumerable< CatalogQuery > queries)
Initializes a new instance of the CatalogLoadLayerSet class with the specified catalog and queries.Syntax
public CatalogLoadLayerSet (
Catalog catalog,
IEnumerable< CatalogQuery > queries
)
Parameters
catalog
Type: Catalog
The catalog to load map services from.
The catalog to load map services from.
queries
Type: A collection of CatalogQuery elements.
A list of queries used to find and load the map services.
A list of queries used to find and load the map services.
Platforms
Windows, Linux, Android