com.supermap.web.iServerJava6R.layerServices
public class ChartFeatureInfoSpec
继承 ChartFeatureInfoSpec Inheritance Object

产品规范物标信息类.

用于描述海图物标的基本信息,包括物标的名称、类型及与该物标相关的属性等。

另请参见

ChartFeatureInfoSpecsService


公共属性
  属性 定义方
    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]

返回物标的简称


Implementation
    public function get acronym():String
attributeFields 属性  
attributeFields:Array  [read-only]

返回物标的属性集合。数据元素类型为ChartAttributeSpec


Implementation
    public function get attributeFields():Array

另请参见

code 属性  
code:int  [read-only]

返回物标的代码


Implementation
    public function get code():int
localName 属性  
localName:String  [read-only]

返回物标的本地化名称


Implementation
    public function get localName():String
name 属性  
name:String  [read-only]

返回物标的名称


Implementation
    public function get name():String
primitive 属性  
primitive:String  [read-only]

返回物标可应用的对象类型。可以点(P)、线(L)、面(A)或它们的组合


Implementation
    public function get primitive():String
构造函数详细信息
ChartFeatureInfoSpec () 构造函数
public function ChartFeatureInfoSpec()

初始化 ChartFeatureInfoSpec 类的新实例。