Touchstone 11.0 API Reference
GeocodeMatchLevel Enumeration


Air.Services.Proxy Assembly > AIR.Services.ExposureConcentrationAnalysis.Data Namespace : GeocodeMatchLevel Enumeration
Defines a series of geocode match level(s) that you can use to filter the Exposure data that you include in a Ring Geospatial Analysis.
Syntax
Public Enum GeocodeMatchLevel 
   Inherits System.Enum
Dim instance As GeocodeMatchLevel
public enum GeocodeMatchLevel : System.Enum 
Members
MemberDescription
AreaCentroid Defines the Area Centroid geocode match level (10).
CityCentroid Defines the City Centroid geocode match level (5).
CountyCentroid Defines the County Centroid geocode match level (6).
CrestaCentroid Defines the CRESTA Centroid geocode match level (7).
ExactAddress Defines the Exact Address geocode match level (1).
Point Defines the Point geocode match level (9).
PostalCodeCentroid Defines the Postal Code Centroid geocode match level (4).
RelaxedAddress Defines the Relaxed Address geocode match level (3).
UserSupplied Defines the User-supplied Geocode (i.e., user-supplied latitude and longitude) geocode match level (8).
ZIP9Centroid Defines the ZIP 9 Centroid geocode match level (2).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         AIR.Services.ExposureConcentrationAnalysis.Data.GeocodeMatchLevel

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AIR.Services.ExposureConcentrationAnalysis.Data Namespace