GraphicLayer lyr;

Map<String,Object> attr = new HashMap<String,Object>();
attr.put(this.objectIdField, oid);
Graphic graphic = new Graphic(selection, currentSymbol,attr,0);
lyr.addGraphic(graphic);

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-27
  • 2022-01-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-24
  • 2022-12-23
  • 2021-07-30
相关资源
相似解决方案