Click or drag to resize

StkCityDatabaseQuery Properties

The StkCityDatabaseQuery type exposes the following members.

Properties
  NameDescription
Public propertyCentralBodyName
Gets or sets a regular expression that the CentralBodyName must match in order to be included in the query.
Public propertyCityName
Gets or sets a regular expression that the CityName must match in order to be included in the query.
Public propertyCountryName
Gets or sets a regular expression that the CountryName must match in order to be included in the query.
Public propertyMaximumLatitude
Gets or sets the maximum value of Latitude in radians that is allowed in order for the entry to be included in the query.
Public propertyMaximumLongitude
Gets or sets the maximum value of Longitude in radians that is allowed in order for the entry to be included in the query.
Public propertyMinimumLatitude
Gets or sets the minimum value of Latitude in radians that is allowed in order for the entry to be included in the query.
Public propertyMinimumLongitude
Gets or sets the minimum value of Longitude in radians that is allowed in order for the entry to be included in the query.
Public propertyProvinceName
Gets or sets a regular expression that the ProvinceName must match in order to be included in the query.
Public propertyTypeOfCity
Gets or sets a value that the TypeOfCity must match in order to be included in the query.
Top
See Also