com.supermap.chart
类 FeatureTypes
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.chart.FeatureTypes
-
- 所有已实现的接口:
- IDisposable
public class FeatureTypes extends com.supermap.data.InternalHandleDisposable
-
-
方法概要
所有方法 静态方法 实例方法 具体方法 限定符和类型 方法和说明 void
dispose()
FeatureType
get(int index)
根据给定的索引获取要素对象类型。FeatureType
get(String code)
根据给定的要素编码获取要素类型对象。int
getCount()
static long
getHandle(com.supermap.data.InternalHandle obj)
static void
setHandle(com.supermap.data.InternalHandle obj, long handle)
static void
setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
-
-
-
方法详细资料
-
dispose
public void dispose()
-
getCount
public int getCount()
-
get
public FeatureType get(int index)
根据给定的索引获取要素对象类型。- 参数:
index
- 给定的索引。- 返回:
- 要素对象类型。
-
get
public FeatureType get(String code)
根据给定的要素编码获取要素类型对象。- 参数:
code
- 给定的要素编码。- 返回:
- 要素类型对象。
-
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.