com.supermap.chart
类 FeatureInfoS100
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.chart.FeatureInfoBaseS100
-
- com.supermap.chart.FeatureInfoS100
-
- 所有已实现的接口:
- IDisposable
- 直接已知子类:
- FeatureType, InformationType
public class FeatureInfoS100 extends FeatureInfoBaseS100
S100数据模型中的要素类型。
-
-
方法概要
所有方法 静态方法 实例方法 具体方法 限定符和类型 方法和说明 void
dispose()
释放对象所占用的资源。ArrayList<AttributeBinding>
getAttributeBindings()
获取字段集合。ArrayList<FeatureBinding>
getFeatureBindings()
获取关联的要素类型集合。static long
getHandle(com.supermap.data.InternalHandle obj)
InformationBinding
getInformationBinding(String informationCode)
根据信息类型编码获取关联的信息类型。ArrayList<InformationBinding>
getInformationBindings()
获取关联的信息类型集合。ArrayList<String>
getPrimitives()
获取支持的数据类型集合。static void
setHandle(com.supermap.data.InternalHandle obj, long handle)
static void
setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
-
从类继承的方法 com.supermap.chart.FeatureInfoBaseS100
getAlias, getCode, getDefinition, getName, getReMarks, getSuperType, getType, isAbstract
-
-
-
-
方法详细资料
-
dispose
public void dispose()
释放对象所占用的资源。调用该方法之后,此对象不再可用。- 指定者:
dispose
在接口中IDisposable
- 覆盖:
dispose
在类中FeatureInfoBaseS100
-
getInformationBindings
public ArrayList<InformationBinding> getInformationBindings()
获取关联的信息类型集合。- 返回:
- 返回信息类型集合。
-
getInformationBinding
public InformationBinding getInformationBinding(String informationCode)
根据信息类型编码获取关联的信息类型。- 参数:
informationCode
- 类型类型编码- 返回:
- 信息类型。
-
getFeatureBindings
public ArrayList<FeatureBinding> getFeatureBindings()
获取关联的要素类型集合。- 返回:
- 返回要素类型集合。
-
getAttributeBindings
public ArrayList<AttributeBinding> getAttributeBindings()
获取字段集合。- 返回:
- 返回字段集合。
-
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.