abstract                                                            long         addFeature(Feature feature)

Adds the given feature to the table.
            abstract                                                            long[]         addFeatures(List<Feature> features)

Adds the given features to the table.
            abstract                                                            void         deleteFeature(long featureId)

Deletes the specified feature from the table.
            abstract                                                            void         deleteFeatures(long[] featureId)

Deletes the specified features from the table.
            abstract                                                            String         getCopyright()

Gets the copyright information.
            abstract                                                             Envelope         getExtent()

Returns the full extent associated with this feature table.
            abstract                                                             Feature         getFeature(long id)

Retrieves the feature with the given ID from the table.
            abstract                                                             FeatureResult         getFeatures(long[] ids)

Retrieves the features with the given IDs from the table.
            abstract                                                             Field         getField(String fieldName)

Returns the Field object with the specified field name.
            abstract                                                            List<Field>         getFields()

Returns all the Fields in the table.
            abstract                                                            long         getNumberOfFeatures()

Gets the number of features in the table.
            abstract                                                             SpatialReference         getSpatialReference()

Returns the spatial reference that the geometries in this table are in.
            abstract                                                            String         getTableName()

This returns the table name as defined by the table type.
abstract boolean         hasGeometry()

This returns true if this feature table has a geometry column.
            abstract                                                            boolean         isEditable()

Checks if the table can be edited.
            abstract                                                            Future<FeatureResult>         queryFeatures(QueryParameters query, CallbackListener<FeatureResult> callback)

Queries the table using the given query parameters, and returns an iterator  of features found by the query.
            abstract                                                            Future<long[]>         queryIds(QueryParameters query, CallbackListener<long[]> callback)

Queries the table using the given query parameters, and returns an array  of feature IDs found by the query.
                                                                        String         toString()          
            abstract                                                            void         updateFeature(long featureId, Feature feature)

Updates the feature specified by the unique feature ID.
            abstract                                                            void         updateFeatures(long[] featureIds, List<Feature> features)

Updates the features specified by the array of feature IDs passed in.

FeatureTable()的更多相关文章

  1. 京东评论情感分类器(基于bag-of-words模型)

    京东评论情感分类器(基于bag-of-words模型) 近期在本来在研究paraVector模型,想拿bag-of-words来做对照. 数据集是京东的评论,经过人工挑选,选出一批正面和负面的评论. ...

  2. Cesium原理篇:3D Tiles(2)数据结构

    上一节介绍3D Tiles渲染调度的时候,我们提到目前Cesium支持的Cesium3DTileContent目前支持如下类型: Batched3DModel3DTileContent Instanc ...

  3. Cesium原理篇:3D Tiles(3)个人总结

    个人结论:目前,在演示层面,3D Tiles问题不大,但项目应用上就不够成熟了,所以问问自己,你是想吃瓜呢还是想吃螃蟹? 好的方面 数据规范 我非常喜欢glTF的整体设计,概括有四点:第一,数据块(B ...

  4. ArcGIS API for JavaScript 4.2学习笔记[0] AJS4.2概述、新特性、未来产品线计划与AJS笔记目录

    放着好好的成熟的AJS 3.19不学,为什么要去碰乳臭未干的AJS 4.2? 4.2全线基础学习请点击[直达] 4.3及更高版本的补充学习请关注我的博客. ArcGIS API for JavaScr ...

  5. [置顶] ArcGIS Runtime SDKs 10.2 for iOS & Android& OS X发布

    我们高兴的宣布:ArcGISRuntime SDKs 10.2 for iOS & Android & OS X正式发布!在10.2版本中,你可以在iOS.Android和Mac设备上 ...

  6. 扩增子分析QIIME2. 1简介和安装

    原网站:https://blog.csdn.net/woodcorpse/article/details/75103929 声明:本文为QIIME2官方帮助文档的中文版,由中科院遗传发育所刘永鑫博士翻 ...

  7. arcgis andriod Edit features

    来自:https://developers.arcgis.com/android/guide/edit-features.htm#ESRI_SECTION1_56C60DB71AF941E98668A ...

  8. 扩增子分析QIIME2-3数据导出Exporting data

    # 激活工作环境 source activate qiime2-2017.8 # 建立工作目录 mkdir -p qiime2-exporting-tutorial cd qiime2-exporti ...

  9. 扩增子分析QIIME2-2数据导入Importing data

    # 激活工作环境 source activate qiime2-2017.8 # 建立工作目录 mkdir -p qiime2-importing-tutorial cd qiime2-importi ...

随机推荐

  1. gtk+学习笔记(二)

    如何创建一个按钮呢,直接贴代码把,有详细的注释. #include<gtk/gtk.h> gint data_count=; void on_button_clicked (GtkWidg ...

  2. bootstrap navbar items alignment

    https://stackoverflow.com/questions/19733447/bootstrap-navbar-with-left-center-or-right-aligned-item ...

  3. 【58沈剑架构系列】细聊分布式ID生成方法

    一.需求缘起 几乎所有的业务系统,都有生成一个记录标识的需求,例如: (1)消息标识:message-id (2)订单标识:order-id (3)帖子标识:tiezi-id 这个记录标识往往就是数据 ...

  4. css 画的动画表情

    <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...

  5. html禁止浏览器默认行为,让页面更像应用。

    在html或body行内写入:oncontextmenu="return false" ondragstart='return false;' onselectstart=&quo ...

  6. 使用Jedis

    前言 借助Jedis可以在Java上操作Redis. Jedis 到https://mvnrepository.com/去找jar包下载即可. 如果是maven项目: <!-- https:// ...

  7. Oracle意外赢官司,程序员或过苦日子

    关于“Google在Android平台使用Java侵犯知识产权”一案,2014年5月,联邦法院判定Oracle获胜,这个结果完全出人意料,因为这样一来无异于打开了软件开发领域中API使用方式的潘多拉之 ...

  8. Unity Shader 之 渲染流水线

    Unity Shader 之渲染流水线 什么是渲染流水线 一个渲染流程分成3个步骤: 应用阶段(Application stage) 几何阶段(Geometry stage) 光栅化阶段(Raster ...

  9. jQuery before 和 after

    A.after(B) ==== B.insertAfter(A) B 放在 A 的后面A.before(B) ==== B.insertBefore(A) B 放在 A 的前面 A.append(B) ...

  10. android jni c C++ 实现下载

    韩梦飞沙  韩亚飞  313134555@qq.com  yue31313  han_meng_fei_sha android jni c C++ 实现下载