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) |
dispose
public String getAcronym()
public String getName()
public abstract String getCode()
public abstract Integer getStringLength()
public abstract String getTextPattern()
public abstract Double getLowerBound()
public abstract Double getUpperBound()
public abstract String getClosure()
public abstract Integer getPrecision()
public String getDefinition()
public AttributeTypeChart getAttributeTypeChart()
public AttributeExpectedInputs[] getAttributeExpectedInputs()
AttributeExpectedInputs
对象。public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
public static long getHandle(com.supermap.data.InternalHandle obj)
public static void setHandle(com.supermap.data.InternalHandle obj, long handle)
Copyright © 2021–2024 SuperMap. All rights reserved.