CountyProvinceRegionSearchType Enumeration |
Enum for type of search when there are regions
of type counties and provinces
Namespace: ArtDatabanken.DataAssembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public enum CountyProvinceRegionSearchType
Public Enumeration CountyProvinceRegionSearchType
public enum class CountyProvinceRegionSearchType
type CountyProvinceRegionSearchType
Members
| Member name | Value | Description |
---|
| ByCoordinate | 0 |
The default type of search. The ByCoordinate type is an optimized search.
When the region is a county or a province precalculated Id's of the observation are used
for filtering the search result. The Id's are calculated using the coordinates of the observation.
|
| ByName | 1 |
Search counties and provinces primary by name and secondary by coordinates
An optimized search like the ByCoordinate RegionSearchType but the
precalculated Id's are calculated by matching by the region names.
|
See Also