You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/com/esri/samples/featurelayers/feature_layer_geodatabase/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
<h1>Feature Layer (Geodatabase)</h1>
1
+
g<h1>Feature Layer (Geodatabase)</h1>
2
2
3
3
<p>Demonstrates how to consume an Esri Geodatabase by using a FeatureLayer and a GeodatabaseFeatureTable.</p>
4
4
@@ -11,9 +11,9 @@
11
11
<ol>
12
12
<li>Create a geodatabase using the provided local resource, <code>new Geodatabase(geodatabaseResourceUrl)</code>.</li>
13
13
<li>Wait for geodatabase to load, <code>Geodatabase.addDoneLoadingListener(runnable)</code></li>
14
-
<li>Get the `Trailheads` <code>GeodatabaseFeatureTable</code> from the geodatabase, <code>Geodatabase.getGeodatabaseFeatureTable(tableName)</code></li>
14
+
<li>Get the `Trailheads` <code>GeodatabaseFeatureTable</code> from the geodatabase, <code>geodatabase.getGeodatabaseFeatureTable(tableName)</code></li>
15
15
<li>Create feature layer using the table from above, <code>new FeatureLayer(geodatabaseFeatureTable)</code></li>
16
-
<li>Add feature layer to <code>ArcGISMap</code>, <code>ArcGISMap.getOperationalLayers().add(featureLayer)</code></li>
16
+
<li>Add feature layer to <code>ArcGISMap</code>, <code>map.getOperationalLayers().add(featureLayer)</code></li>
0 commit comments