Package com.esri.arcgisruntime.data
Class GeoPackageFeatureTable
- java.lang.Object
-
- com.esri.arcgisruntime.data.FeatureTable
-
- com.esri.arcgisruntime.data.GeoPackageFeatureTable
-
- All Implemented Interfaces:
Loadable
,PopupSource
public final class GeoPackageFeatureTable extends FeatureTable
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, ArcGIS Runtime renders the topologically higher order geometry in the collection (Polygon over Polyline, Polyline over Point, and so on).- Since:
- 100.2.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Gets the description for this GeoPackage feature table.GeoPackage
getGeoPackage()
Gets the GeoPackage this feature table was loaded from.-
Methods inherited from class com.esri.arcgisruntime.data.FeatureTable
addDoneLoadingListener, addFeatureAsync, addFeaturesAsync, addLoadStatusChangedListener, canAdd, cancelLoad, canDelete, canEditGeometry, canUpdate, createFeature, createFeature, deleteFeatureAsync, deleteFeaturesAsync, getDisplayName, getExtent, getFeatureLayer, getField, getFields, getGeometryType, getLayer, getLoadError, getLoadStatus, getPopupDefinition, getSpatialReference, getTableName, getTotalFeatureCount, hasGeometry, hasM, hasZ, isEditable, isPopupEnabled, loadAsync, onDoneLoadingInternal, queryExtentAsync, queryFeatureCountAsync, queryFeaturesAsync, queryStatisticsAsync, removeDoneLoadingListener, removeLoadStatusChangedListener, retryLoadAsync, setDisplayName, setPopupDefinition, setPopupEnabled, updateFeatureAsync, updateFeaturesAsync
-
-
-
-
Method Detail
-
getDescription
public String getDescription()
Gets the description for this GeoPackage feature table.- Returns:
- the description
- Since:
- 100.2.0
-
getGeoPackage
public GeoPackage getGeoPackage()
Gets the GeoPackage this feature table was loaded from.- Returns:
- the GeoPackage
- Since:
- 100.2.0
-
-