Skip to content

Commit 357997b

Browse files
authored
Update README.md
1 parent 858eba3 commit 357997b

File tree

1 file changed

+4
-2
lines changed
  • src/main/java/com/esri/samples/geometry/list_transformations_by_suitability

1 file changed

+4
-2
lines changed

src/main/java/com/esri/samples/geometry/list_transformations_by_suitability/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1>List Transformations By Suitability</h1>
22

3-
<p>This sample demonstrates how to use the TransformationCatalog to get a list of available DatumTransformations that
3+
<p>Demonstrates how to use the TransformationCatalog to get a list of available DatumTransformations that
44
can be used to project a Geometry between two different SpatialReferences.</p>
55

66
<p>Transformations (sometimes known as datum or geographic transformations) are used when projecting data from one
@@ -14,7 +14,9 @@ control which transformation is used in an operation.</p>
1414

1515
<h2>How to use the sample</h2>
1616

17-
<p></p>
17+
<p>The list displays all suitable tranformations between the graphic and the map. Once the transform button is clicked a new red graphic will appear showing where the original graphic whould be placed if transformation was applied.</p>
18+
19+
<p>Order by extent suitability, if checked, will find suitable transformations within the map's visible area. If not checked, will find suitable trnasformations using the whole map.</p>
1820

1921
<h2>How it works</h2>
2022

0 commit comments

Comments
 (0)