Skip to content

Commit 76b35c5

Browse files
committed
updated image placement
1 parent 43a3ece commit 76b35c5

File tree

42 files changed

+104
-117
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+104
-117
lines changed

src/main/java/com/esri/samples/displayinformation/show_callout/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
<p>Demonstrates how to show coordinates for a clicked location on an ArcGISMap in a Callout.</p>
44

5+
<p><img src="ShowCallout.png"/></p>
6+
57
<h2>How to use the sample</h2>
68

79
<p>Click anywhere on the map to show a callout with the clicked location's coordinates.</p>
810

9-
<p><img src="ShowCallout.png"/></p>
10-
1111
<h2>How it works</h2>
1212

1313
<p>To show a <code>Callout</code> with the clicked location's coordinates:</p>

src/main/java/com/esri/samples/displayinformation/update_graphics/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
<p>Demonstrates how to identify a Graphic and change it's symbol, attributes, and geometry. Geometry explains the graphic's location on a map, a symbol controls how a graphic will be displayed to a map, and the attributes help store information about the graphic in a key value pair.</p>
44

5+
<p><img src="UpdateGraphics.gif"/></p>
6+
57
<h2>How to use the sample</h2>
68

79
<p>Update Graphic's Location:
@@ -15,8 +17,6 @@
1517
<p>Update Graphic's Symbol:
1618
- click on a graphic, then choose a symbol from the update symbol drop down box</p>
1719

18-
<p><img src="UpdateGraphics.gif"/></p>
19-
2020
<h2>How it works</h2>
2121

2222
<p>How to change a <code>Graphic</code>'s symbol, attributes, and geometry:</p>

src/main/java/com/esri/samples/editing/add_features/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
<p>Demonstrates how to add new Features to a ServiceFeatureTable and apply those Features to it's server. A FeatureLayer created using this SeviceFeatutreTable that is applied to the ArcGISMap will display any new Features automatically.</p>
44

5+
<p><img src="AddFeatures.gif"/></p>
6+
57
<h2>How to use the sample</h2>
68

79
<p>Click on a location in the MapView to add a Feature at that location.</p>
810

9-
<p><img src="AddFeatures.gif" alt="" title="" /></p>
10-
1111
<h2>How it works</h2>
1212

1313
<p>To add a feature to a <code>ServiceFeatureTable</code> and update it's server with that <code>Feature</code>:</p>

src/main/java/com/esri/samples/editing/edit_feature_attachments/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
<p>Demonstrates how you can add, delete, and fetch an attachment from a Feature in a FeatureLayer. </p>
44

5+
<p><img src="EditFeatureAttachments.gif"/></p>
6+
57
<h2>How to use the sample</h2>
68

79
<p>To add an attachment.
@@ -10,8 +12,6 @@
1012
<p>To delete an attachment.
1113
- click on a feature, select an attachment from attachment list, and click delete attachment button</p>
1214

13-
<p><img src="EditFeatureAttachments.gif"/></p>
14-
1515
<h2>How it works</h2>
1616

1717
<p>To get a <code>Feature</code> from a <code>ServiceFeatureTable</code> and add or delete <code>Attachment</code>:</p>

src/main/java/com/esri/samples/editing/update_attributes/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
<p>Demonstrates how update the attributes of a Feature from a ServiceFeatureTable.</p>
44

5+
<p><img src="UpdateAttributes.gif"/></p>
6+
57
<h2>How to use the sample</h2>
68

79
<p>To change the feature's damage property.
810
- select feature from the map
911
- from drop down box select a damage type</p>
1012

11-
<p><img src="UpdateAttributes.gif"/></p>
12-
1313
<h2>How it works</h2>
1414

1515
<p>To get a <code>Feature</code> from a <code>ServiceFeatureTable</code> and update its attributes:</p>

src/main/java/com/esri/samples/editing/update_geometries/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
<p>Demonstrates how to update the location of a Feature from a ServiceFeatureTable.</p>
44

5+
<p><img src="UpdateGeometries.gif"/></p>
6+
57
<h2>How to use the sample</h2>
68

79
<p>To update a feature's location.
810
- click on a feature from the map and then click on another location to move it</p>
911

10-
<p><img src="UpdateGeometries.gif"/></p>
11-
1212
<h2>How it works</h2>
1313

1414
<p>To get a <code>Feature</code> from a <code>ServiceFeatureTable</code> and change it's geometry:</p>

src/main/java/com/esri/samples/featurelayers/change_feature_layer_renderer/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
<p>Demonstrates how to change the Renderer of a FeatureLayer.</p>
44

5+
<p><img src="ChangeFeatureLayerRenderer.gif"/></p>
6+
57
<h2>How to use the sample</h2>
68

79
<p>Use the buttons in the control panel to change the renderer.</p>
810

9-
<p><img src="ChangeFeatureLayerRenderer.gif"/></p>
10-
1111
<h2>How it works</h2>
1212

1313
<p>To change the <code>FeatureLayer</code>'s <code>Renderer</code>:</p>

src/main/java/com/esri/samples/featurelayers/feature_layer_definition_expression/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
<p>Demonstrates how to set the limit of Features to display on the ArcGISMap.</p>
44

5+
<p><img src="FeatureLayerDefinitionExpression.gif"/></p>
6+
57
<h2>How to use the sample</h2>
68

79
<p>Use the buttons in the control panel to apply or reset definition expression.</p>
810

9-
<p><img src="FeatureLayerDefinitionExpression.gif"/></p>
10-
1111
<h2>How it works</h2>
1212

1313
<p>To limit the <code>Feature</code>s in your <code>FeatureLayer</code>:</p>

src/main/java/com/esri/samples/featurelayers/feature_layer_query/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
<p>Demonstrates how to query a FeatureLayer from a FeatureTable.</p>
44

5+
<p><img src="FeatureLayerQuery.png"/></p>
6+
57
<h2>How to use the sample</h2>
68

79
<p>Input the name of a U.S. state into search bar. When you hit search the application performs a query on the feature table and based on the result either highlights the state geometry or provides an error.</p>
810

911
<p>Note: The search is case sensitive.</p>
1012

11-
<p><img src="FeatureLayerQuery.png"/></p>
12-
1313
<h2>How it works</h2>
1414

1515
<p>To query a <code>Feature</code> from your <code>FeatureLayer</code>:</p>

src/main/java/com/esri/samples/featurelayers/feature_layer_selection/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
<p>Demonstrates how to select Features from a FeatureLayer.</p>
44

5+
<p><img src="FeatureLayerSelection.png"/></p>
6+
57
<h2>How to use the sample</h2>
68

79
<p>Click on a feature from the map to select it.</p>
810

9-
<p><img src="FeatureLayerSelection.png"/></p>
10-
1111
<h2>How it works</h2>
1212

1313
<p>To select <code>Feature</code>s from your <code>FeatureLayer</code>:</p>

0 commit comments

Comments
 (0)