public class PlotMapManager
extends com.supermap.data.InternalHandleDisposable
标绘图管理类。
限定符和类型 | 方法和说明 |
---|---|
void |
activatePlotMap()
激活标绘图。
|
void |
addPlotMap(String strPath)
叠加标绘图。
|
void |
AddSml(String strPath)
追加标绘图为sml文件。
|
void |
closePlotMap()
关闭激活标绘图。
|
void |
dispose()
释放对象
|
ChildPlotLayer |
getActiveChildPlotLayer()
获取激活的子图层。
|
PlotLayer |
getActivePlotLayer()
获取激活的图元层。
|
PlotMap |
getActivePlotMap()
获取激活的标绘图。
|
void |
loadFromSml(String strPath)
打开标绘图为sml文件。
|
void |
openPlotMap(String strPath)
打开标绘图。
|
void |
openPlotMap(String strPath,
boolean bUseFileNameAndPath)
打开标绘图。
|
void |
openPlotMapJson(String strPath)
打开标绘图。
|
void |
saveAsPlotMap(String strPath)
另存标绘图。
|
void |
saveAsPlotMap(String strPath,
boolean bUseFileNameAndPath)
另存标绘图。
|
void |
savePlotMap()
保存标绘图。
|
void |
savePlotMapJson(String strPath)
保存标绘图。
|
void |
saveToSml(String strPath)
保存标绘图为sml文件。
|
void |
setActiveChildPlotLayer(ChildPlotLayer childPlotLayer)
设置激活的子图层对象。
|
void |
setActivePlotLayer(PlotLayer plotLayer)
设置激活的图元层对象。
|
boolean |
setSymbolMapping(String strPath)
设置不同标号库的code对应关系(标绘图在庚图GTMap软件打开时候使用)
|
public PlotMap getActivePlotMap()
public void setActivePlotLayer(PlotLayer plotLayer)
plotLayer
- 指定图元层对象。public PlotLayer getActivePlotLayer()
public void setActiveChildPlotLayer(ChildPlotLayer childPlotLayer)
childPlotLayer
- 指定子图层对象。public ChildPlotLayer getActiveChildPlotLayer()
public void activatePlotMap()
public void openPlotMap(String strPath)
strPath
- 指定标绘图文件。public void openPlotMap(String strPath, boolean bUseFileNameAndPath)
strPath
- 指定标绘图文件。bUseFileNameAndPath
- 是否选择指定标绘图文件。public void savePlotMap()
public void saveAsPlotMap(String strPath)
strPath
- 指定标绘图文件。public void saveAsPlotMap(String strPath, boolean bUseFileNameAndPath)
strPath
- 指定标绘图文件。bUseFileNameAndPath
- 是否保存到已有标绘图。public void addPlotMap(String strPath)
strPath
- 指定标绘图文件。public void closePlotMap()
public void openPlotMapJson(String strPath)
strPath
- 标绘图路径public void savePlotMapJson(String strPath)
public void saveToSml(String strPath)
public void loadFromSml(String strPath)
strPath
- 标绘图sml路径public void AddSml(String strPath)
strPath
- 标绘图sml路径public boolean setSymbolMapping(String strPath)
strPath
- 标号和sml映射关系文件public void dispose()
Copyright © 2021–2024 SuperMap. All rights reserved.