FRAMES | NO FRAMES | |
Parameters of ReturnStdGeography utility method.
class ReturnStdGeographyParams : AnalysisParameters
Property | Description |
---|---|
ActiveDatasetID | Specify a dataset to perform Online API tasks or operations. |
Address * | Location as comma-delimited address fields (see Remarks below). Type String[]. |
Coordinates * | Location coordinates (see Remarks below). Type double[]. |
GeoLevelIDs | Array containing IDs of standard geography levels to find geography features in. The list of available geography levels could be retrieved with GetStandardGeographyLevels method. Type String[]. |
ZIP * | Location as ZIP code centroid (see Remarks below). Type String. |
Token | User authentication token received from Authentication Web Service. Type String. Inherited from AnalysisParameters. |
(*) The location point can be specified in one of four ways—by postal address, by geographic coordinates, and by ZIP code. They are mutually exclusive.
The GeoLevelIDs property specifies IDs of the standard geography levels to search features in.
The Address property specifies postal address fields.
The Coordinates array contains geographic coordinates (WGS 1984-based geographic coordinate system [WKID:4326] )of the point—Coordinates[0] is the latitude value and Coordinates[1] is the longitude value.
The ZIP property specifies the location ZIP code. The centroid point of the given ZIP is used.