Tagged Questions
4
votes
1answer
48 views
Change the Default geodatabase in ArcGIS 10?
In a multi-user environment I have a need to be able to configure ArcGIS so that it uses an SDE connection as the default geodatabase instead of the Default.gdb in each users' profile. What is the ...
0
votes
1answer
169 views
How to import ArcGIS 10.1 File geodatabse to MS SQL Server 2012
Hello I´d like to import my File Geodatabase from ArcGIS 10.1 into MS SQL Server 2012.
I´ve never do it before, so I expect to do the import same way as import data from excel table.
Problem is ...
2
votes
1answer
67 views
Join feature classes from two ArcSDE geodatabases with same schema?
I am working with two ArcSDE geodatabases -- one for test, one for production. They both have the same schema. I recalculated an attribute in the test environment and wanted to push that to ...
2
votes
1answer
53 views
point of intersection issues
I have a table containing a set of points of intersections.
Most of the roads intersects whith just one road BUT i have some roads which intersects with two, therefore three different point of ...
4
votes
2answers
160 views
Which Geodatabase supports SQL and is easily portable?
I want to choose the geodatabase type, which could be:
permits direct sql queries.
easily portable, because the app would installed in one computer.
I know that the personal geodatabase is a good ...
4
votes
1answer
89 views
How to Reduce Decimal Precision of Image Value in ArcGIS?
I'd like to ask about the value on following image.
This is an interpolated precipitation layer using IDW method in Arcgis. On this layer, the values is like this:
This is a raster image. After ...
1
vote
0answers
27 views
Creation of 3d terrain from real data [duplicate]
Possible Duplicate:
3d terrain from data in postgres
I am pretty new to spatial database and 3D data. I have a project where i have to create a 3d terrain from data being taken by me by a ...
2
votes
2answers
160 views
projection issues from ArcGIS to Qgis
I am pretty new to ArcGIS and Qgis. I have loaded some geometry data in Qgis from my postgres database, then I have also loaded the same data in ArcGIS. Then from ArcGIS i have created a shapefile ...
2
votes
1answer
244 views
3D Building Generator Tool
I am using ArcGIS desktop 10 and I would like to change a 2D polygon into 3D building.
Does anyone have any idea from where I can download the 3D building generator tool for ArcGIS Desktop?
I read ...
3
votes
1answer
699 views
How to clip/export multiple selected vector layers in a map to extent of another raster/vector layer in ArcGIS?
Is there a way to clip/export selected vector layers (more than one) in a map to the extent of another raster/vector layer at a time?? in Arcgis or any other software.
I am using Arcgis10. I am ...
4
votes
3answers
236 views
How to test whether two countries are adjacent?
I have an interesting question:
Is there a dataset by which I can use to test whether two countries are adjacent? For example, if inputs are Mexico and U.S., they are adjacent; if inputs are England ...
3
votes
2answers
101 views
Is there any site which provide classified image download for soil,vegetation or water resources?
(its particularly for indian states,i need.....,but kindly quote if any other info you have)
the raster data may also work for me in above aspects.
2
votes
1answer
104 views
cannot check in related tables in arcpad 10
i'm using arcpad data manager (ArcMap 10) to check in data in axf file, i can check in feature layers but i can't check in related tables neither the feature class parent of the related tables.
i ...
4
votes
2answers
160 views
Calculating the space a feature class will use in ArcSDE?
Is it possible to get a good estimate on how much space a feature class will take once loaded into ArcSDE from how big they are in a FGDB? I have some feature classes in a FGDB, where some are a few ...
5
votes
2answers
2k views
How to export multiple featureclasses to shapefiles?
I have plenty features in a geodatabase. I need to save/export them into shapefiles, because my mate works with Manifold, which is not able to read geodatabases. Any Ideas? Click on every single layer ...
0
votes
0answers
51 views
How to calculate sums for all fields in a table? [duplicate]
Possible Duplicate:
are there any methods can choose all field and make the SUM for each fields or I must do it one by one?
Are there any methods that can calculate the summary statistic ...
5
votes
1answer
524 views
Reset Object ID After Truncating Table In SQL Server
I am working on a program to export data from a view containing a geometry type in Sql Server 2008, to an ArcSDE table on another server which also stores data using the geometry type. The source ...
12
votes
3answers
891 views
Future of spatial databases
It may be a bit off-topic. I am eager to know the industry specific importance of Spatial Databases.
Is Spatial Database a very important part of any GIS system? Or will we use other technologies to ...
4
votes
2answers
484 views
Is there a performance hit from using a Feature Dataset?
I vaguely remember being taught not to use a Feature Dataset to make things "look neat" in the database, and that the Feature Dataset should only be used when there was some sort of spatial ...
3
votes
2answers
1k views
ArcGIS 10 - How can you open geodatabase files using a Browse Dialog Command (VB.NET/C#)?
I am currently using the following method to open raster files from a form:
Public Function BrowseRaster(ByVal sTitle As String, ByRef sFolder As String, ByRef sName As String) As Boolean
Dim ...
1
vote
1answer
254 views
How do I edit feature attributes, e.g. a text field with a typo
A feature class in a file geodatabase has a hand full of features where a text field is typo'd. How do I edit this to fix the typos?
5
votes
1answer
655 views
How to create adjacency matrix of topology graph of arc map for shortest path?
I have created a topology graph of a polygon feature and I want to find the individual FIDS of the lines of the polygon. I want to construct an adjacency matrix to create the shortest path. How can I ...
1
vote
2answers
160 views
Accessing PAT,NAT of coverages using arcobjects
I want to access the polygon attribute table (PAT) and node attribute table (NAT) of an arcgis coverage using arcobjects VBA, is this possible?
0
votes
0answers
170 views
how to write Topology Graph Edges geometry to polyline feature class
i have created topologygraph of a polygon feature . and iwant individual ids of polylines
i want to write Topology Graph Edges geometry to new polyline feature class
any samples OR documentation ...
4
votes
2answers
1k views
What are spatial and attribute indexes?
What is the difference between a spatial index and an attribute index.
What are their purposes?
23
votes
6answers
2k views
Options for ArcGIS Desktop SpatiaLite support?
SpatiaLite is playing an increasing role in my organization. As it stands now, using SpatiaLite alongside ArcGIS Desktop requires an amount of importing and exporting of data that isn't always ...
5
votes
5answers
862 views
What are convenient uml tools to create geodatabase models?
I used to model databases with Microsoft Office Visio, then export the model to xml and import geodatabase schema to GDB with ArcGIS tools.
Since Microsoft no longer support Visio export to xml, what ...