Tagged Questions
3
votes
1answer
176 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
1answer
174 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
1answer
280 views
Arcobjects: Is my spatial reference Geographic or Projected?
I have the user select a coordinate system with the Spatial Reference Dialog. Is there a simple way to determine if the resulting spatial reference is a Projected or Geographic CS? I would of ...
1
vote
0answers
222 views
Spatial Reference and Area/Length Attributes relationship
I currently allow users to add a shape file in. From the shape file, allow the user to generate a new layer base on the polygons from the shape file's polygon they imported.
Generating the new ...
2
votes
3answers
630 views
extract lat/long from screen when using British National Grid projection
Using ArcGIS 10, is it possible to click anywhere on the map (projected to British National Grid), but return the coordinates in WGS84 lat long? Alternatively, when will Streetview work with OS ...