关于派生对象
在 Surfer 13 的自动化中,派生对象继承了基对象的所有方法和属性。
Document 是 PlotDocument 和 WksDocument 的基对象。
Window 是 PlotWindow, WksWindow, GridWindow 的基对象。
Shape 是所有可以移动和改变大小的对象的基对象,如 MapFrame, VarioGram, Composite, Rectangle, Ellipse, Symbol, Text, Polyline, Polygon, Axis, ScaleBar, Profile, VectorLegend, PostLegend, Layer, Legend, ColorScale 等。
Layer 是所有图层的基对象,如 BaseLayer, ClassedPostLayer, ContourLayer, ImageLayer, PostLayer, ReliefLayer, VectorLayer, ViewshedLayer, WatershedLayer 等。
Legend 是 VectorLegend 和 PostLegend 的基对象。
ColorScale 是 ContinuousColorScale 和 DiscreteColorScale 的基对象。
关于基对象:
作为所有派生出来的对象的基础。
不能直接访问。
定义共用的属性和方法。
要判断派生出来的对象是什么类型,用 Type 属性。