ThinkGeo.com    |     Documentation    |     Premium Support

Address selections by a partial address search

Hi,


How can I search for possible addresses by a partial address string?  I want to allow users to enter partial address as the followings


1) street name and city name.  Then I will display the results with all available blockfaces. 


2) street number and street name.  Then I will display the results with all available cities.


Thanks,


Tracy


 



Tracy, 
  
 I think this post should in Geocoder section forum. I’m sure you will get more professional support there. 
  
 Thanks, 
 Howard

Hi Howard, 
  
 Is geocoder a completely separate product just released?  Or is it just a library I can load to my web project?  We purchased Web Edition not long time ago.  To use gecodoer, do we need to make another purchase?  Is search by partial address something doable by web edition only? 
  
 Thanks, 
 Tracy

Tracy, 
  
 Geocoder is a separate product from Web Edition. It can be referenced by all of our products such as service, desktop and web edition. Please contact our sales man for the purchasing question. 
  
 General speaking, we have QueryTools. It supports querying feature column values by a SQL statement. Please see the related sample in our installed sample at “\Samples\QueryingFeatureLayers\ExecuteASqlQuery.aspx”. It returns a data table which contains all ColumnValues of these features. 
  
 Then if your ShapeFile has a column which maintains a identity value starts from 1 and increases by the row number; you can get the column value from the returned data table. Then use QueryTools.GetFeatureById to get the features by the identity column.  
  
 It’s a little complicate; please let me know if you have any questions. In this way, it sure has some limits and performance issue which we cannot handle.  
  
 I recommend contacting our sales man for more information about our Geocoder product which satisfies your requirement well. 
  
 Thanks, 
 Howard