<?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 Re: The point value was changed when the point is under meter in c#. in File Geodatabase API Questions</title>
    <link>https://community.esri.com/t5/file-geodatabase-api-questions/the-point-value-was-changed-when-the-point-is/m-p/150314#M316</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My guess is that the feature class has a spatial reference that includes a geographic coordinate system. The default minimum x value in this case is -400 which is why -120 and the +11million values work (the allowed maximum&amp;nbsp; x value is very large). Or there's no coordinate system set so the spatial reference default values are just not small enough to allow the -11million value.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let's see if I can install this...if you are using the shapes.gdb sample and the cities feature class, its spatial reference is using a geographic coordinate systems, NAD 1983. It looks like you want to store, web Mercator, maybe? EPSG:3857? You may need to create a new feature class with that coordinate system first.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Melita&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Aug 2013 19:10:42 GMT</pubDate>
    <dc:creator>MelitaKennedy</dc:creator>
    <dc:date>2013-08-02T19:10:42Z</dc:date>
    <item>
      <title>The point value was changed when the point is under meter in c#.</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/the-point-value-was-changed-when-the-point-is/m-p/150313#M315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Question:&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;After we insert a single point into a gdb file, and then read the point, we fount the point value was totally changed, seems like the binary of the point was out of the range and was cut off. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For example,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Insert a point(-11120080.721382, 4590945.59778419) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then, it was read out like (818800.00000000012,818800.00000000012)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;we test the upper data with shape.gdb which is from Esri samples(FileGDB_API_VS2010_1_3).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Besides, if we test those points with our gdb file, the result is only the x was cut off, and the y can be read correctly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Insert a point(-11120080.721382, 4590945.59778419) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Read out point(18435623992.988171,4590945.59778419)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;More test:&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;if we insert the points like (11120080.721382, 4590945.59778419) , (-120, 85), no matter the shape.gdb or our files can read out them correctly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Recreate the issues:&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;we create a simple([ATTACH=CONFIG]26413[/ATTACH]) which can show those questions, please have a look.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks advanced.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Aug 2013 04:46:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/the-point-value-was-changed-when-the-point-is/m-p/150313#M315</guid>
      <dc:creator>zhouyang</dc:creator>
      <dc:date>2013-08-02T04:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: The point value was changed when the point is under meter in c#.</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/the-point-value-was-changed-when-the-point-is/m-p/150314#M316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My guess is that the feature class has a spatial reference that includes a geographic coordinate system. The default minimum x value in this case is -400 which is why -120 and the +11million values work (the allowed maximum&amp;nbsp; x value is very large). Or there's no coordinate system set so the spatial reference default values are just not small enough to allow the -11million value.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let's see if I can install this...if you are using the shapes.gdb sample and the cities feature class, its spatial reference is using a geographic coordinate systems, NAD 1983. It looks like you want to store, web Mercator, maybe? EPSG:3857? You may need to create a new feature class with that coordinate system first.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Melita&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Aug 2013 19:10:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/the-point-value-was-changed-when-the-point-is/m-p/150314#M316</guid>
      <dc:creator>MelitaKennedy</dc:creator>
      <dc:date>2013-08-02T19:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: The point value was changed when the point is under meter in c#.</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/the-point-value-was-changed-when-the-point-is/m-p/150315#M317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Melita,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your reply. Please let me know if there is any problem to run my sample.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually, we are not very care for the Shapes.gdb, what we are care is the gdb file we created by ourselves have the issue. At the before, we also guess it is related with geographic coordinate system. So we try to change the&amp;nbsp; SpatialReference's GeographicCoordinateSystem as 900913 in the gdb table definition string like the blow:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But the result is still not the correct one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if you open our sample, you can find out the table definition in the &lt;/SPAN&gt;&lt;STRONG&gt;XmlTemplate.xml&lt;/STRONG&gt;&lt;SPAN&gt; file which includes all the information we defined. Besides, We find if we &lt;/SPAN&gt;&lt;STRONG&gt;insert multi-points and then can read them out correctly&lt;/STRONG&gt;&lt;SPAN&gt;, no matter how minimum/maximum the x/y is. So, based on this result, we start to doubt if it is really related with the GCS? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;what's we expect is would you please run our sample at first and then check if there is any issue in the table definition? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Feel free to tell us if you are asking for any information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Waiting for your information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Aug 2013 01:18:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/the-point-value-was-changed-when-the-point-is/m-p/150315#M317</guid>
      <dc:creator>zhouyang</dc:creator>
      <dc:date>2013-08-05T01:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: The point value was changed when the point is under meter in c#.</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/the-point-value-was-changed-when-the-point-is/m-p/150316#M318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is the partial codes to test multi-point type. it can read out correctly with the table definition I mentioned before.[ATTACH=CONFIG]26452[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Aug 2013 01:37:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/the-point-value-was-changed-when-the-point-is/m-p/150316#M318</guid>
      <dc:creator>zhouyang</dc:creator>
      <dc:date>2013-08-05T01:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: The point value was changed when the point is under meter in c#.</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/the-point-value-was-changed-when-the-point-is/m-p/150317#M319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The coordinate reference system for Cites and Cites2 is: GCS_North_American_1983&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unless you have run the sample code, there is no reason to delete any rows from Cities2 as it in empty. The sample code populates Cites2 using the coordinates from City.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm reviewing your code.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Aug 2013 17:18:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/the-point-value-was-changed-when-the-point-is/m-p/150317#M319</guid>
      <dc:creator>LanceShipman</dc:creator>
      <dc:date>2013-08-05T17:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: The point value was changed when the point is under meter in c#.</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/the-point-value-was-changed-when-the-point-is/m-p/150318#M320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Use:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;SpatialReference xsi:type="esri:ProjectedCoordinateSystem"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;WKT&amp;gt;PROJCS["WGS_1984_Web_Mercator_Auxiliary_Sphere",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Mercator_Auxiliary_Sphere"],PARAMETER["False_Easting",0.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",0.0],PARAMETER["Standard_Parallel_1",0.0],PARAMETER["Auxiliary_Sphere_Type",0.0],UNIT["Meter",1.0],AUTHORITY["EPSG",3857]]&amp;lt;/WKT&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;WKID&amp;gt;3857&amp;lt;/WKID&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/SpatialReference&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The WKT and WKID are both required.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Aug 2013 21:41:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/the-point-value-was-changed-when-the-point-is/m-p/150318#M320</guid>
      <dc:creator>LanceShipman</dc:creator>
      <dc:date>2013-08-05T21:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: The point value was changed when the point is under meter in c#.</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/the-point-value-was-changed-when-the-point-is/m-p/150319#M321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks PMlshipman,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The new WKT solves our issue. Btw, the WKID node I guess is optional as the value can be read out even without it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 06:48:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/the-point-value-was-changed-when-the-point-is/m-p/150319#M321</guid>
      <dc:creator>zhouyang</dc:creator>
      <dc:date>2013-08-06T06:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: The point value was changed when the point is under meter in c#.</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/the-point-value-was-changed-when-the-point-is/m-p/150320#M322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Come back again.:D&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I got new issues on FilleGeodatabase GCS. As time goes on, we need to support all kinds of GCS, not only EPSG 3857, however, when we apply those GCS Wkts to the test sample(&lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/attachment.php?attachmentid=26413"&gt;Attachment 26413&lt;/A&gt;&lt;SPAN&gt;)&amp;nbsp; I sent before. They all failed to create a table. like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]26811[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems all the wkts didn't pass the creating validation. So, we did some test and got the below conclusion:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We find the key of the error is the name of the PROJCS. After we change all the wkt's PROJCS's name to "WGS_1984_Web_Mercator_Auxiliary_Sphere" and even without the EPSG number, the table can be built successfully!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, we are wonder is there any rules on those WKT PROJCS names in FileGeodatabase library? we really want to figure out what's going on before we can support all kinds of WKTs to store those data without be cut off.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note that: all of the Wkts are generated by our library, and some represented WKTs like the below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EPSG(3857): &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PROJCS["Mercator_2SP",GEOGCS["GCS_unnamed ellipse",DATUM["D_unknown",SPHEROID["Unknown",6378137,0]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Mercator_2SP"],PARAMETER["standard_parallel_1",0],PARAMETER["central_meridian",0],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["Meter",1]]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EPSG(2805):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PROJCS["Lambert_Conformal_Conic",GEOGCS["GCS_GRS 1980(IUGG, 1980)",DATUM["D_unknown",SPHEROID["GRS80",6378137,298.257222101]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Lambert_Conformal_Conic"],PARAMETER["standard_parallel_1",42.6833333333333],PARAMETER["standard_parallel_2",41.7166666666667],PARAMETER["latitude_of_origin",41],PARAMETER["central_meridian",-71.5],PARAMETER["false_easting",200000],PARAMETER["false_northing",750000],UNIT["Meter",1],PARAMETER["scale_factor",1.0]]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EPSG(4326):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 01:31:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/the-point-value-was-changed-when-the-point-is/m-p/150320#M322</guid>
      <dc:creator>zhouyang</dc:creator>
      <dc:date>2013-08-20T01:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: The point value was changed when the point is under meter in c#.</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/the-point-value-was-changed-when-the-point-is/m-p/150321#M323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please be a bit more careful on the "guys" thing, since the the person from whom&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;you really want assistance is Melita, eh?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I believe your difficulty is failure to conform to the names on the list of supported&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;coordinate systems -- the FGDB API does not support custom coordsys values. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; If you're going to write your own coordinate systems, you'll need to make sure&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; they don't have&amp;nbsp; "unnamed" or "unknown" in the text, and that the names (each&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and every name) conform to the supported set.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 12:26:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/the-point-value-was-changed-when-the-point-is/m-p/150321#M323</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-08-20T12:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: The point value was changed when the point is under meter in c#.</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/the-point-value-was-changed-when-the-point-is/m-p/150322#M324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Isn't 'guys' gender-neutral now? &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm attaching the 10.2 list of well-known ID and text for geographic, projected and vertical coordinate systems. This may be a later version than what's currently in the File Geodatabase API so please double-check that a definition is supported. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Melita&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 17:08:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/the-point-value-was-changed-when-the-point-is/m-p/150322#M324</guid>
      <dc:creator>MelitaKennedy</dc:creator>
      <dc:date>2013-08-20T17:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: The point value was changed when the point is under meter in c#.</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/the-point-value-was-changed-when-the-point-is/m-p/150323#M325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Only when combined with "youse," as in &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;"Hey, youse guys!&amp;nbsp; Wait up!"&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 18:29:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/the-point-value-was-changed-when-the-point-is/m-p/150323#M325</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-08-20T18:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: The point value was changed when the point is under meter in c#.</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/the-point-value-was-changed-when-the-point-is/m-p/150324#M326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Morning Melita &amp;amp; Vangelo,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The issue is clear now and we can also confirm it caused by the custom GCS/PCS names. Next we will do more test and consider to use ESRI's coordinate systems on FileGeodatabase.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As for the "guys" thing, aha, forgive my carelessness. As the non-english people, we at least for me always make mistakes like that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any way, many thanks youse guys! :cool:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 00:57:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/the-point-value-was-changed-when-the-point-is/m-p/150324#M326</guid>
      <dc:creator>zhouyang</dc:creator>
      <dc:date>2013-08-21T00:57:10Z</dc:date>
    </item>
  </channel>
</rss>

