build.append(")");
return build.toString();
}
public ModalTool getMapTool() {
IToolManager tools = ApplicationGIS.getToolManager();
ModalTool tool = (ModalTool) tools.findTool(getId());
return tool;
}
public String getCategoryId() {
return categoryId;