com.supermap.chart
类 AttributeS100
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.chart.AttributeChart
-
- com.supermap.chart.AttributeS100
-
- 所有已实现的接口:
- IDisposable
public class AttributeS100 extends AttributeChart
S-100简单属性类。用于描述属性基本信息,包括属性的简称、名称等信息。
-
-
方法概要
所有方法 静态方法 实例方法 具体方法 限定符和类型 方法和说明 void
dispose()
释放对象所占用的资源。String
getClosure()
String
getCode()
获取属性的代码。static long
getHandle(com.supermap.data.InternalHandle obj)
Double
getLowerBound()
获取最小范围值Integer
getPrecision()
获取精度。Integer
getStringLength()
获取字符串长度。String
getTextPattern()
获取文本模式。Double
getUpperBound()
获取最大范围值static void
setHandle(com.supermap.data.InternalHandle obj, long handle)
static void
setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
-
从类继承的方法 com.supermap.chart.AttributeChart
getAcronym, getAttributeExpectedInputs, getAttributeTypeChart, getDefinition, getName
-
-
-
-
方法详细资料
-
getCode
public String getCode()
获取属性的代码。 默认值为0。- 指定者:
getCode
在类中AttributeChart
- 返回:
-
getStringLength
public Integer getStringLength()
获取字符串长度。- 指定者:
getStringLength
在类中AttributeChart
- 返回:
-
getTextPattern
public String getTextPattern()
获取文本模式。- 指定者:
getTextPattern
在类中AttributeChart
- 返回:
-
getLowerBound
public Double getLowerBound()
获取最小范围值- 指定者:
getLowerBound
在类中AttributeChart
- 返回:
-
getUpperBound
public Double getUpperBound()
获取最大范围值- 指定者:
getUpperBound
在类中AttributeChart
- 返回:
-
getClosure
public String getClosure()
- 指定者:
getClosure
在类中AttributeChart
- 返回:
-
getPrecision
public Integer getPrecision()
获取精度。- 指定者:
getPrecision
在类中AttributeChart
- 返回:
-
dispose
public void dispose()
释放对象所占用的资源。调用该方法之后,此对象不再可用。
-
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.