Catalog.GetMaps Methods
Gets map metadata records in a Catalog.
Overload List
Name | Description | |
---|---|---|
Public method | GetMaps() | Gets all map metadata records in the Catalog. |
Public method | GetMaps(CatalogQuery query) | Gets all map metadata records that match the specified CatalogQuery. |
GetMaps()
Gets all map metadata records in the Catalog.Syntax
public CatalogMetadataCollection GetMaps ()
Return Value
A list that contains all map metadata records in the catalog.
GetMaps(CatalogQuery query)
Gets all map metadata records that match the specified CatalogQuery.Syntax
public CatalogMetadataCollection GetMaps (
CatalogQuery query
)
Parameters
Search parameters. Only metadata records matching these parameters are returned.
Return Value
A list of matching map metadata records, possibly empty.
Platforms
Windows, Linux, Android