com.supermap.mobjects.situationmonitor
类 DotVectorStyle
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.mobjects.situationmonitor.DotVectorStyle
-
- 所有已实现的接口:
- IDisposable
public class DotVectorStyle extends com.supermap.data.InternalHandleDisposable矢量模式样式类
-
-
构造器概要
构造器 构造器和说明 DotVectorStyle()构造函数DotVectorStyle(long handle)
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 voiddispose()释放对象voidfromXML(String strXML)从xml读取。Point3Dget3DRotate()获取三维旋转角度。Point3Dget3DScale()获取三维缩放比例doubleget3DVectorLineWidth()获取矢量模式三维边线线宽GeoStylegetFillStyle()获取填充风格ColorgetSurroundLineColor()获取衬线颜色SurroundLineTypegetSurroundLineType()获取衬线类型intgetSymRank()获取级别doublegetVector3DSurroundLineWidth()获取三维衬线宽度ColorgetVectorLineColor()获取矢量模式三维线色booleanisSurroundLineLimit()获取是否衬线限定voidset3DRotate(Point3D pnt)设置三维旋转角度。voidset3DScale(Point3D pnt)设置三维缩放比例voidset3DVectorLineWidth(double dLineWidth)设置矢量模式三维边线线宽voidsetFillStyle(GeoStyle style)设置填充风格voidsetGraphicObjectStyle(GeoGraphicObject geoGraphicObject)设置标绘符号voidsetSurroundLineColor(Color lineColor)设置衬线颜色voidsetSurroundLineLimit(boolean bLimited)设置是否衬线限定voidsetSurroundLineType(SurroundLineType type)设置衬线类型voidsetSymRank(int nSymRank)设置级别voidsetVector3DSurroundLineWidth(double dLineWidth)设置三维衬线宽度voidsetVectorLineColor(Color lineColor)设置矢量模式三维线色StringtoXML()保存到xml。
-
-
-
构造器详细资料
-
DotVectorStyle
public DotVectorStyle()
构造函数
-
DotVectorStyle
public DotVectorStyle(long handle)
-
-
方法详细资料
-
dispose
public void dispose()
释放对象
-
fromXML
public void fromXML(String strXML)
从xml读取。- 参数:
strXML- xml文件路径。
-
toXML
public String toXML()
保存到xml。- 返回:
- xml文件路径。
-
setGraphicObjectStyle
public void setGraphicObjectStyle(GeoGraphicObject geoGraphicObject)
设置标绘符号- 参数:
geoGraphicObject- 标绘符号
-
setVectorLineColor
public void setVectorLineColor(Color lineColor)
设置矢量模式三维线色- 参数:
lineColor- 线色
-
getVectorLineColor
public Color getVectorLineColor()
获取矢量模式三维线色- 返回:
- 线色
-
set3DVectorLineWidth
public void set3DVectorLineWidth(double dLineWidth)
设置矢量模式三维边线线宽- 参数:
dLineWidth- 线宽
-
get3DVectorLineWidth
public double get3DVectorLineWidth()
获取矢量模式三维边线线宽- 返回:
- 线宽
-
setSurroundLineColor
public void setSurroundLineColor(Color lineColor)
设置衬线颜色- 参数:
lineColor- 衬线颜色
-
getSurroundLineColor
public Color getSurroundLineColor()
获取衬线颜色- 返回:
- 衬线颜色
-
setSurroundLineType
public void setSurroundLineType(SurroundLineType type)
设置衬线类型- 参数:
type- 衬线类型
-
getSurroundLineType
public SurroundLineType getSurroundLineType()
获取衬线类型- 返回:
- 衬线类型
-
setVector3DSurroundLineWidth
public void setVector3DSurroundLineWidth(double dLineWidth)
设置三维衬线宽度- 参数:
dLineWidth- 宽度
-
getVector3DSurroundLineWidth
public double getVector3DSurroundLineWidth()
获取三维衬线宽度- 返回:
- 宽度
-
setFillStyle
public void setFillStyle(GeoStyle style)
设置填充风格- 参数:
style- 填充风格
-
getFillStyle
public GeoStyle getFillStyle()
获取填充风格- 返回:
- 填充风格
-
setSymRank
public void setSymRank(int nSymRank)
设置级别- 参数:
nSymRank- 级别
-
getSymRank
public int getSymRank()
获取级别- 返回:
- 级别
-
set3DScale
public void set3DScale(Point3D pnt)
设置三维缩放比例- 参数:
pnt- 缩放比例
-
get3DScale
public Point3D get3DScale()
获取三维缩放比例- 返回:
- 缩放比例
-
set3DRotate
public void set3DRotate(Point3D pnt)
设置三维旋转角度。- 参数:
pnt- 旋转角度
-
get3DRotate
public Point3D get3DRotate()
获取三维旋转角度。- 返回:
- 旋转角度
-
setSurroundLineLimit
public void setSurroundLineLimit(boolean bLimited)
设置是否衬线限定- 参数:
bLimited- 是否衬线限定
-
isSurroundLineLimit
public boolean isSurroundLineLimit()
获取是否衬线限定- 返回:
- 是否衬线限定
-
-
Copyright © 2021–2025 SuperMap. All rights reserved.