コード例 #1
0
ファイル: LayerPlugin.cs プロジェクト: hnjm/GIS-Editor
 protected virtual Collection <Feature> SearchPlacesCore(string inputAddress, Layer layerToSearch)
 {
     return(SearchPlaceTool.SearchPlaces(inputAddress, layerToSearch));
 }
コード例 #2
0
ファイル: LayerPlugin.cs プロジェクト: hnjm/GIS-Editor
 public Collection <Feature> SearchPlaces(string inputAddress, Layer layerToSearch)
 {
     return(SearchPlaceTool.SearchPlaces(inputAddress, layerToSearch));
 }