<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to find geometry of TextSymbol in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-find-geometry-of-textsymbol/m-p/570899#M53235</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have some TextSymbols drawing on my map. I can listen to the 'mouse-over' event from layer.on and I get the events returning correctly. The problem I am having is that the event.graphic is a Point so the geometry and the extent is just a single point instead of the actual area of the text on the map. Is there some way to get the exact geometry of the TextSymbol instead of the Point?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Sep 2017 20:43:42 GMT</pubDate>
    <dc:creator>NavanJohnson</dc:creator>
    <dc:date>2017-09-14T20:43:42Z</dc:date>
    <item>
      <title>How to find geometry of TextSymbol</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-find-geometry-of-textsymbol/m-p/570899#M53235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have some TextSymbols drawing on my map. I can listen to the 'mouse-over' event from layer.on and I get the events returning correctly. The problem I am having is that the event.graphic is a Point so the geometry and the extent is just a single point instead of the actual area of the text on the map. Is there some way to get the exact geometry of the TextSymbol instead of the Point?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 20:43:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-find-geometry-of-textsymbol/m-p/570899#M53235</guid>
      <dc:creator>NavanJohnson</dc:creator>
      <dc:date>2017-09-14T20:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to find geometry of TextSymbol</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-find-geometry-of-textsymbol/m-p/570900#M53236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't really describe the exact geometry of a text symbol in terms of map units as this number will change as you zoom in and out. &amp;nbsp;You could describe it in pixels.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general, text symbols are set on point geometries. &amp;nbsp;So the user just describes the center of the text symbol and not the area it takes up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2017 13:06:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-find-geometry-of-textsymbol/m-p/570900#M53236</guid>
      <dc:creator>ThomasSolow</dc:creator>
      <dc:date>2017-09-15T13:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to find geometry of TextSymbol</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-find-geometry-of-textsymbol/m-p/570901#M53237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I get that the main geometry is a Point. However, no matter how I zoom the map in or out, edit the TextSymbol by making it smaller/larger, or even rotate it to any angle, the 'mouse-over' still fires exactly perfectly with the shape/size/orientation of the text. So it seems that the map must somehow be holding this exact geometry to be able to tell if your mouse pointer is inside it, right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2017 15:28:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-find-geometry-of-textsymbol/m-p/570901#M53237</guid>
      <dc:creator>NavanJohnson</dc:creator>
      <dc:date>2017-09-18T15:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to find geometry of TextSymbol</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-find-geometry-of-textsymbol/m-p/570902#M53238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not completely sure how that stuff is implemented but when possible, I&amp;nbsp;would guess it's&amp;nbsp;better to do a pixel intersection check rather than a geometry intersection check, so that may be what gets done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is&amp;nbsp;possible to generate a geometry based on a text symbol at a given zoom, but it might take some work and there's probably a better way to approach this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2017 13:02:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-find-geometry-of-textsymbol/m-p/570902#M53238</guid>
      <dc:creator>ThomasSolow</dc:creator>
      <dc:date>2017-09-20T13:02:56Z</dc:date>
    </item>
  </channel>
</rss>

