Gets a set of catalog items that meet the specified query filter.
GetCatalogItems(QueryFilter QueryFilter)
Parameter |
Description |
QueryFilter |
A query filter that is used to define an attribute query, spatial query, time query, or an image query through ImageQueryFilter that allows querying based on cell size. |
Return Value
A RecordSet object.
Remarks
If an ImageQueryFilter with a pixel size is specified, the query will include the selection based on the image service level of details. An image service uses a minimum and maximum pixel size range to define when an individual image will be selected as a part of a mosaic. If a pixel size is given, only these images whose pixel size range contains the given pixel size are selected.
Examples