com.supermap.web.iServerJava6R.dataServices
public class GetFeaturesBySQLParameters
继承 GetFeaturesBySQLParameters Inheritance GetFeaturesParametersBase Inheritance Object

数据集 SQL 查询参数类.



公共属性
  属性 定义方
  Inherited datasetNames : Array
数据集名称数组,必设参数。对于数据集 SQL 查询(GetFeaturesBySQLService),若在查询参数类 GetFeaturesBySQLParameters 中设置了 datasetNames 属性,GetFeaturesBySQLParameters.filerParameters 中的 name 属性无效...
GetFeaturesParametersBase
    filterParameter : FilterParameter
SQL 查询过滤条件,FilterParameter 对象。必设参数。
GetFeaturesBySQLParameters
  Inherited fromIndex : int
获取或设置返回对象的起始索引值。默认值为 0,表示从第一个对象开始返回.
GetFeaturesParametersBase
  Inherited toIndex : int
获取或设置返回对象的终止索引值。默认值为 19,表示终止索引指向数组的第 20 个对象,当该值为 -1 时,表示返回全部对象...
GetFeaturesParametersBase
公共方法
  方法 定义方
   
初始化 GetFeaturesBySQLParameters 类的新实例。
GetFeaturesBySQLParameters
属性详细信息
filterParameter 属性
filterParameter:FilterParameter

SQL 查询过滤条件,FilterParameter 对象。必设参数。


Implementation
    public function get filterParameter():FilterParameter
    public function set filterParameter(value:FilterParameter):void
构造函数详细信息
GetFeaturesBySQLParameters () 构造函数
public function GetFeaturesBySQLParameters()

初始化 GetFeaturesBySQLParameters 类的新实例。