public class RepresentationType extends Enum
当使用制图表达显示时,制图表达类型可以控制一些显示,包括是否显示原几何对象、是否显示设置的风格和被制图表达的对象是否可见。
限定符和类型 | 字段和说明 |
---|---|
static RepresentationType |
GEOMETRY
使用制图表达的对象在显示时采用制图表达设置的几何对象,但是制图表达的风格仍采用原几何对象所在图层的风格。
|
static RepresentationType |
GEOMETRYANDSTYLE
使用制图表达的对象在显示时采用制图表达设置的几何对象,并且制图表达的风格采用设置的制图表达的风格,而不采用原几何对象所在图层的风格。
|
static RepresentationType |
INVISIBLE
使采用制图表达的对象不可见, 此时通过 Recordset 类的 getRepresentationElement() 方法返回的 RepresentationElement 对象的 getGeoemtry 方法返回值为 null。
|
static RepresentationType |
ORIGINAL
使用制图表达的对象在显示时采用原几何对象,并且制图表达的风格也采用原几何对象所在图层的风格。
|
static RepresentationType |
STYLE
使用制图表达的对象在显示时采用原几何对象,但是制图表达的风格采用设置的制图表达的风格,而不采用原几何对象所在图层的风格。
|
public static final RepresentationType INVISIBLE
public static final RepresentationType ORIGINAL
public static final RepresentationType GEOMETRY
public static final RepresentationType STYLE
public static final RepresentationType GEOMETRYANDSTYLE
Copyright © 2021–2024 SuperMap. All rights reserved.