com.supermap.chart
类 AttributeChart
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.chart.AttributeChart
-
- 所有已实现的接口:
- IDisposable
- 直接已知子类:
- AttributeS100
public abstract class AttributeChart extends com.supermap.data.InternalHandleDisposable
-
-
构造器概要
构造器 构造器和说明 AttributeChart()
-
方法概要
所有方法 静态方法 实例方法 抽象方法 具体方法 限定符和类型 方法和说明 String
getAcronym()
获取属性简称。AttributeExpectedInputs[]
getAttributeExpectedInputs()
获取物标属性的期望输入集合。AttributeTypeChart
getAttributeTypeChart()
获取属性的类型。abstract String
getClosure()
abstract String
getCode()
获取属性编码。String
getDefinition()
static long
getHandle(com.supermap.data.InternalHandle obj)
abstract Double
getLowerBound()
String
getName()
获取属性的名称。abstract Integer
getPrecision()
abstract Integer
getStringLength()
获取字符串长度。abstract String
getTextPattern()
获取文本模式。abstract Double
getUpperBound()
static void
setHandle(com.supermap.data.InternalHandle obj, long handle)
static void
setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
-
从接口继承的方法 com.supermap.data.IDisposable
dispose
-
-
-
-
方法详细资料
-
getAcronym
public String getAcronym()
获取属性简称。- 返回:
-
getName
public String getName()
获取属性的名称。- 返回:
- 获取得到的属性的简称。
-
getCode
public abstract String getCode()
获取属性编码。 默认值为0。- 返回:
-
getStringLength
public abstract Integer getStringLength()
获取字符串长度。- 返回:
-
getTextPattern
public abstract String getTextPattern()
获取文本模式。- 返回:
-
getLowerBound
public abstract Double getLowerBound()
-
getUpperBound
public abstract Double getUpperBound()
-
getClosure
public abstract String getClosure()
-
getPrecision
public abstract Integer getPrecision()
-
getDefinition
public String getDefinition()
-
getAttributeTypeChart
public AttributeTypeChart getAttributeTypeChart()
获取属性的类型。
-
getAttributeExpectedInputs
public AttributeExpectedInputs[] getAttributeExpectedInputs()
获取物标属性的期望输入集合。- 返回:
- 返回
AttributeExpectedInputs
对象。
-
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.