包 | com.supermap.web.iServerJava6R.layerServices |
类 | public class ChartFeatureInfoSpec |
继承 | ChartFeatureInfoSpec ![]() |
用于描述海图物标的基本信息,包括物标的名称、类型及与该物标相关的属性等。
另请参见
属性 | 定义方 | ||
---|---|---|---|
acronym : String
[read-only] 返回物标的简称
|
ChartFeatureInfoSpec | ||
attributeFields : Array
[read-only] 返回物标的属性集合。数据元素类型为ChartAttributeSpec
|
ChartFeatureInfoSpec | ||
code : int
[read-only] 返回物标的代码
|
ChartFeatureInfoSpec | ||
localName : String
[read-only] 返回物标的本地化名称
|
ChartFeatureInfoSpec | ||
name : String
[read-only] 返回物标的名称
|
ChartFeatureInfoSpec | ||
primitive : String
[read-only] 返回物标可应用的对象类型。可以点(P)、线(L)、面(A)或它们的组合
|
ChartFeatureInfoSpec |
方法 | 定义方 | ||
---|---|---|---|
初始化 ChartFeatureInfoSpec 类的新实例。
|
ChartFeatureInfoSpec |
acronym | 属性 |
acronym:String
[read-only]
返回物标的简称
public function get acronym():String
attributeFields | 属性 |
attributeFields:Array
[read-only]
返回物标的属性集合。数据元素类型为ChartAttributeSpec
public function get attributeFields():Array
另请参见
code | 属性 |
code:int
[read-only]
返回物标的代码
public function get code():int
localName | 属性 |
localName:String
[read-only]
返回物标的本地化名称
public function get localName():String
name | 属性 |
name:String
[read-only]
返回物标的名称
public function get name():String
primitive | 属性 |
primitive:String
[read-only]
返回物标可应用的对象类型。可以点(P)、线(L)、面(A)或它们的组合
public function get primitive():String
ChartFeatureInfoSpec | () | 构造函数 |
public function ChartFeatureInfoSpec()
初始化 ChartFeatureInfoSpec 类的新实例。