|
|
|
@ -6,7 +6,7 @@ import com.fr.data.TableDataSource;
|
|
|
|
|
import com.fr.data.TableDataSourceTailor; |
|
|
|
|
import com.fr.data.impl.EmbeddedTableData; |
|
|
|
|
import com.fr.data.impl.NameTableData; |
|
|
|
|
import com.fr.decision.webservice.v10.map.geojson.helper.GEOJSONHelper; |
|
|
|
|
import com.fr.decision.webservice.v10.map.geojson.helper.GEOMatchHelper; |
|
|
|
|
import com.fr.design.beans.BasicBeanPane; |
|
|
|
|
import com.fr.design.data.DesignTableDataManager; |
|
|
|
|
import com.fr.design.data.datapane.TableDataComboBox; |
|
|
|
@ -246,7 +246,7 @@ public class MapAreaMatchPane extends BasicBeanPane<MapMatchResult> {
|
|
|
|
|
private void populateMatchData(Object[] columnData) { |
|
|
|
|
Set<String> geoAreas = matchAreaTable.getItems(); |
|
|
|
|
|
|
|
|
|
Map<String, String> resultMap = GEOJSONHelper.getInstance().matchAreaList(columnData, geoAreas, matchResultTable.getCustomResult()); |
|
|
|
|
Map<String, String> resultMap = GEOMatchHelper.getInstance().matchAreaList(columnData, geoAreas, matchResultTable.getCustomResult()); |
|
|
|
|
|
|
|
|
|
Object[][] data = new Object[resultMap.size()][2]; |
|
|
|
|
|
|
|
|
|