Tagged Questions
3
votes
1answer
96 views
What to set spatial reference to after projecting to GCS_WGS_1984
I have a shapefile containing some sort of vectors or polygonal chains. This file is in the GCS_CH1903 geographic coordinate system (it is not specified though... if I import it into ArcMap it says ...
2
votes
1answer
44 views
Ok to measure and union a projected-on-the-fly shapefile in ArcMap?
I have a dataframe in arcMap 10.0.4 that is of Africa Albers Equal Area Conic PCS. I bring in a census shapefile of WGS 1984 CS and it is projected on the fly.
I do 2 things:
I use the calculate ...
2
votes
1answer
242 views
Which coordinate system and projection shall I use for georeferencing google map image in ArcGIS?
I have saved Google Maps image (not Google Earth) of area at latlon(17.692437,83.218689) by some method in jpeg format. It is an exact snapshot of the Google Maps. Now I need to geo-reference it to ...
5
votes
1answer
155 views
How to Display the World Map in Projected Coordinate Systems
I am trying to create a simple presentation map and I download the global level country boundaries shapefile from http://www.diva-gis.org/Data. The layer coordinate system is in Geographic Coordinate ...
3
votes
1answer
168 views
Cannot select a feature using ArcObjects because coordinate systems differ
I'm using ArcMap 10 and Bing Maps Road as base map. Then we have our adding which is programmed using C#. What I'm trying to do is to select a feature (A) that intersects another feature (B, from a ...
1
vote
0answers
105 views
Natural Earth: How to get the position of each country?
I've just split the 1:10m Natural Earth countries into individual JSON files which I plan to render and partially stitch back together using RaphaelJS. The 1:10m map is very big (10mb or so) so ...
1
vote
1answer
164 views
Coordinate systems
Does the Coordinate system of a data frame in ArcMap have to match the coordinate system of at least one of the layers in the table of contents?
I have found that if defined it will take on the ...
2
votes
1answer
85 views
Is there an arcpy boolean check for whether an EPSG or prj is supported by arcmap?
I'm writing a tool and essentially I found out that arcmap defaults an epsg to 0 if it sees that the projection is not supported against the predefined projections.
4
votes
1answer
236 views
Projecting gps data to get length of resulting line shape in ArcMap 10.0
I have gps data in WGS84 geographic coordinates. I will use the gps data to build a line shape in ArcMap 10.0. The data falls in UTM 15N.
To get most accurate length of line, should I project the ...
-1
votes
2answers
800 views
Projecting data from WGS84 to NAD27 UTM BLM Foot ArcMap
When I use the NAD27 BLM 15N prj from the projected>>UTM>>north america>> in ArcMap 10.0 and go from WGS84 to that..using the NAD_27_To_WGS_84_1 transformation..my resulting shapefile doesn't line up ...
4
votes
2answers
3k views
Using ArcMap, how may I convert a shapefile to use decimal degrees?
I have a shapefile that currently uses meters as the measure for its coordinate system, but the map framework I wish to use expects decimal degrees. I'd like to reproject my shapefile to use decimal ...
1
vote
1answer
169 views
Dynamic defining of transformation type for ISpatialReferenceFactory.CreateGeoTransformation call
Suppose given a point (IPoint) in some coordinate system. Required to transform it to another coordinate system. If both of coordinate systems are predefined, we can use IGeometry2.ProjectEx with ...
2
votes
2answers
448 views
How to set right coordinate system?
I have shapefile (points) which I got from adding xy data in ArcMap from Excel table. I had Latitude/Longitude data. It is area of northern Australia.
For example (5 points):
Longitude
136.882
...
2
votes
1answer
4k views
Export list of coordinates in a points layer to spreadsheet?
This is similar to my previous question, but I would like to ask it for ArcGIS, instead of QGIS. If I am supposed to somehow merge the questions, please let me know.
With an existing point feature ...
2
votes
1answer
260 views
Two rasters created from the same polygon have different extents?
My problem is that i am trying to export some rasters to Rockworks so that i can create a sand layer from them. Rockworks requires the grid files i use to have the exact same XY co-ordinates.
So i ...
8
votes
3answers
4k views
Coordinate System Transformation in ArcMap
For the Data Frame Properties on a map in ArcMap, what is the difference between selecting a new coordinate system and using a Transformation?
16
votes
6answers
9k views
How can I define projections for multiple shape files in ArcMap 10 at once?
I have over 100 shape files that don't have .prj file and thus when I bring them into ArcMap they show the coordinate system as unknown. I know all of the shape files coordinate system is GCS WGS ...
5
votes
2answers
2k views
Is it possible to change spatial reference (and reproject) feature classes in-place, using ArcMap/GeoProcessing?
We have an Esri based system in production; a complicated data model with a large number of feature classes. We need to migrate the data to another spatial reference.
The feature classes have class ...
