java.lang.Object
com.esri.arcgisruntime.data.FeatureTable
com.esri.arcgisruntime.data.GeoPackageFeatureTable
- All Implemented Interfaces:
Loadable
,PopupSource
A dataset in a
GeoPackage
containing features or non-spatial records.
A GeoPackageFeatureTable supports core GeoPackage
geometry types
and represents them as Point
, Multipoint
,
Polyline
, or Polygon
.
The GeoPackage specification supports a geometry collection type (storing a variety of
core geometry types in a single table). For these tables, the first geometry type found in the collection is
rendered.
You can query the dataset using attribute or spatial criteria, and if permitted, also edit the data. If the
dataset contains geographic features you can display them on a map using a FeatureLayer
.
- Since:
- 100.2.0
-
Property Summary
Properties inherited from class com.esri.arcgisruntime.data.FeatureTable
loadError, loadStatus
-
Method Summary
Modifier and TypeMethodDescriptionGets the description for this GeoPackage feature table.Gets theGeoPackage
from which the feature table was loaded.Methods inherited from class com.esri.arcgisruntime.data.FeatureTable
addDoneLoadingListener, addFeatureAsync, addFeaturesAsync, addLoadStatusChangedListener, canAdd, cancelLoad, canDelete, canEditGeometry, canUpdate, createFeature, createFeature, deleteFeatureAsync, deleteFeaturesAsync, getDisplayName, getExtent, getField, getFields, getGeometryType, getLayer, getLoadError, getLoadStatus, getPopupDefinition, getSpatialReference, getTableName, getTotalFeatureCount, hasGeometry, hasM, hasZ, isEditable, isPopupEnabled, loadAsync, loadErrorProperty, loadStatusProperty, queryExtentAsync, queryFeatureCountAsync, queryFeaturesAsync, queryStatisticsAsync, removeDoneLoadingListener, removeLoadStatusChangedListener, retryLoadAsync, setDisplayName, setPopupDefinition, setPopupEnabled, updateFeatureAsync, updateFeaturesAsync
-
Method Details
-
getDescription
Gets the description for this GeoPackage feature table.- Returns:
- the description
- Since:
- 100.2.0
-
getGeoPackage
Gets theGeoPackage
from which the feature table was loaded.- Returns:
- the GeoPackage
- Since:
- 100.2.0
-