<?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 Coordinate System Transformation to NAD83 using C#/.NET in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/coordinate-system-transformation-to-nad83-using-c/m-p/56024#M1511</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am currently working on a ASP.NET web application that allows users to upload shapefiles to store data in the database. For everything to work smoothly, I need the coordinate system to be NAD83, is it possible for me to convert whatever coordinate system is being uploaded to NAD83 format? I am ArcObjects SDK for .NET installed, but my knowledge about GIS is very minimal (first time working on a GIS-based application). I have the following files: shp, dbf, prj, shx and sbn for each feature. If anyone has ideas on how to go about doing something like this, I would greatly appreciate the help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Jul 2013 19:15:10 GMT</pubDate>
    <dc:creator>KeyurPatel</dc:creator>
    <dc:date>2013-07-31T19:15:10Z</dc:date>
    <item>
      <title>Coordinate System Transformation to NAD83 using C#/.NET</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/coordinate-system-transformation-to-nad83-using-c/m-p/56024#M1511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am currently working on a ASP.NET web application that allows users to upload shapefiles to store data in the database. For everything to work smoothly, I need the coordinate system to be NAD83, is it possible for me to convert whatever coordinate system is being uploaded to NAD83 format? I am ArcObjects SDK for .NET installed, but my knowledge about GIS is very minimal (first time working on a GIS-based application). I have the following files: shp, dbf, prj, shx and sbn for each feature. If anyone has ideas on how to go about doing something like this, I would greatly appreciate the help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 19:15:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/coordinate-system-transformation-to-nad83-using-c/m-p/56024#M1511</guid>
      <dc:creator>KeyurPatel</dc:creator>
      <dc:date>2013-07-31T19:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Coordinate System Transformation to NAD83 using C#/.NET</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/coordinate-system-transformation-to-nad83-using-c/m-p/56025#M1512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes you can convert the coordinates between different systems.&amp;nbsp; You must know the coordinate system of the source data though.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you know the spatial reference of the source just plug it in below along with the source x/y coordinates (via "PutCoords").&amp;nbsp; Once you execute the "Project" method with the desired spatial reference, you can query the X, Y (via "QueryCoords") to get the new coordinates.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Dim NewPoint As ESRI.ArcGIS.Geometry.IPoint = New ESRI.ArcGIS.Geometry.PointClass
NewPoint.SpatialReference = _sourceSpatialReference
NewPoint.PutCoords(SourceX, SourceY)

NewPoint.Project(_desiredSpatialReference)
NewPoint.QueryCoords(X, Y)&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 22:08:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/coordinate-system-transformation-to-nad83-using-c/m-p/56025#M1512</guid>
      <dc:creator>DavidClarke1</dc:creator>
      <dc:date>2021-12-10T22:08:02Z</dc:date>
    </item>
  </channel>
</rss>

