com.supermap.chart
类 FeatureInfoBaseS100
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.chart.FeatureInfoBaseS100
-
- 所有已实现的接口:
- IDisposable
- 直接已知子类:
- Association, ComplexAttribute, FeatureInfoS100, Role
public abstract class FeatureInfoBaseS100 extends com.supermap.data.InternalHandleDisposable
-
-
构造器概要
构造器 构造器和说明 FeatureInfoBaseS100()
-
方法概要
所有方法 静态方法 实例方法 具体方法 限定符和类型 方法和说明 void
dispose()
释放对象所占用的资源。String
getAlias()
获取别名。String
getCode()
获取编码。String
getDefinition()
获取属性的定义。static long
getHandle(com.supermap.data.InternalHandle obj)
String
getName()
获取要素名称String
getReMarks()
获取属性的备注信息。String
getSuperType()
获取父类。S100FCObjectType
getType()
获取类型。boolean
isAbstract()
判断是否是抽象类型。static void
setHandle(com.supermap.data.InternalHandle obj, long handle)
static void
setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
-
-
-
方法详细资料
-
dispose
public void dispose()
释放对象所占用的资源。调用该方法之后,此对象不再可用。
-
getName
public String getName()
获取要素名称- 返回:
-
getDefinition
public String getDefinition()
获取属性的定义。- 返回:
-
getCode
public String getCode()
获取编码。- 返回:
-
getAlias
public String getAlias()
获取别名。- 返回:
-
getReMarks
public String getReMarks()
获取属性的备注信息。- 返回:
-
isAbstract
public boolean isAbstract()
判断是否是抽象类型。- 返回:
-
getSuperType
public String getSuperType()
获取父类。- 返回:
-
getType
public S100FCObjectType getType()
获取类型。- 返回:
S100FCObjectType
-
setIsDisposable
public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
-
getHandle
public static long getHandle(com.supermap.data.InternalHandle obj)
-
setHandle
public static void setHandle(com.supermap.data.InternalHandle obj, long handle)
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.