com.supermap.chart
类 FeatureInfoSpecs
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.chart.FeatureInfoSpecs
-
- 所有已实现的接口:
- IDisposable
已过时。
@Deprecated public class FeatureInfoSpecs extends com.supermap.data.InternalHandleDisposable
-
-
方法概要
所有方法 静态方法 实例方法 具体方法 已过时的方法 限定符和类型 方法和说明 void
dispose()
已过时。释放 FeatureInfoSpecs 对象所占用的本地资源。String
getAcronym()
已过时。返回物标的简称。AttributeSpecs[]
getAttributeFields()
已过时。返回物标的属性集合。int
getCode()
已过时。返回物标代码。static long
getHandle(com.supermap.data.InternalHandle obj)
String
getLocalName()
已过时。返回物标的本地化名称。String
getName()
已过时。返回物标的名称。String
getPrimitive()
已过时。返回物标可应用的对象类型。static void
setHandle(com.supermap.data.InternalHandle obj, long handle)
static void
setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
-
-
-
方法详细资料
-
dispose
public void dispose()
已过时。释放 FeatureInfoSpecs 对象所占用的本地资源。
-
getAcronym
public String getAcronym()
已过时。返回物标的简称。- 返回:
- 物标的简称。
-
getName
public String getName()
已过时。返回物标的名称。- 返回:
- 物标的名称。
-
getLocalName
public String getLocalName()
已过时。返回物标的本地化名称。- 返回:
- 物标的本地化名称。
-
getPrimitive
public String getPrimitive()
已过时。返回物标可应用的对象类型。- 返回:
- 物标可应用的对象类型。
该对象类型可以为点(P)、线(L)、面(A)或它们的组合。
-
getCode
public int getCode()
已过时。返回物标代码。- 返回:
- 物标代码。
-
getAttributeFields
public AttributeSpecs[] getAttributeFields()
已过时。返回物标的属性集合。- 返回:
- 物标的属性集合。
-
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.