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简单属性类。用于描述属性基本信息,包括属性的简称、名称等信息。
-
-
方法概要
所有方法 静态方法 实例方法 具体方法 限定符和类型 方法和说明 voiddispose()释放对象所占用的资源。StringgetClosure()StringgetCode()获取属性的代码。static longgetHandle(com.supermap.data.InternalHandle obj)DoublegetLowerBound()获取最小范围值IntegergetPrecision()获取精度。IntegergetStringLength()获取字符串长度。StringgetTextPattern()获取文本模式。DoublegetUpperBound()获取最大范围值static voidsetHandle(com.supermap.data.InternalHandle obj, long handle)static voidsetIsDisposable(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–2025 SuperMap. All rights reserved.