Tagged Questions
5
votes
2answers
329 views
What does it mean to QI and how is it done?
I'm new to Esri's Arc* interfaces, and trying to figure out how to register an existing table using the ArcObjects API. The following question answers this to some extent:
Is there any way to write a ...
4
votes
4answers
3k views
How do I remove Schema Locks from a File GeoDatabase in Java in ArcGis 9.3?
I have an application written in Java which uses ArcObjects 9.3. The application accesses a file GeoDatabase. The application produces output in the GeoDatabase that will be accessed by ArcMap. The ...
3
votes
0answers
209 views
ArcObjects - WFS:
Hy,
has anybody an example concerning accessing data from a WFS server by using the DataInteropability in ArcObjects?
I'm getting the right field definistion, but don't know how to read the data.
...
2
votes
1answer
56 views
Are there any open source distribution raster merging functions within JTS or GeoTools
I'm looking for something similar to the combine function from the ISelectionSet interface from ArcObject's SDK 10 .NET framework on a more scaled down level. Ergo, I don't plan on using that ...
2
votes
1answer
106 views
ArcObject 10.1 Java : Raster Analysis
I have been working with ArcObjects Java for a short time and have not been able to find a solution to the following problems:
How to get the Raster object from a IRaster reference?
IRaster raster = ...
2
votes
0answers
67 views
Basic unit testing for ArcGIS 10.0 Java Add-in
I've been assigned the task of translating an old ArcGIS VBA script into a Java add-in. I finished the rough translation of the code, now I'm starting the debug process. The first unit test I want to ...
2
votes
1answer
602 views
How to edit a given version of geodatabase?
I have a versioned geodatabase. Any of that versions are used only by one user. So then user called "XXX" has a version called "XXX". So then now I want to make a changes on given version, but when I ...
2
votes
0answers
223 views
ArcObjects: How to get a reference to layer in a java add in
I am trying to implement a java add-in version of this solution:
unique value symbolize layers from a lookup table.
At the same time I want to start coding in Java for the ArcGIS Desktop, so I am ...
1
vote
1answer
22 views
Access Personal geodatabase using java
Following example through ESRI is to access the features of file geodatabase (GDB) ,
...
1
vote
1answer
68 views
Having trouble setting up Eclipse for ArcGIS 10.0 Java development
I'm trying to setup Eclipse for ArcGIS development. I've been reading for days and weeks through the documentation and through the forums here and elsewhere. It seems that no one has this same ...
1
vote
0answers
37 views
add an INDEX to an IFeatureClass with ARCGIS Java sdk
I want to add an index to a feature class. To do so, I used the very short and complete example given there:
...
1
vote
1answer
98 views
ArcObjects Java Calculate Line Length
I'm relatively new to programming and ArcObjects. I'm trying to simply calculate the length of a line (test.shp) using ArcObjects and Java. I've tried the code below with no luck. This is simple in ...
0
votes
2answers
102 views
Creating an INFO table using ITable in Arc (Java)
I'm trying to set up an info table in an addin for ArcGIS 10. I'm using Java and Eclipse IDE. The code I have is here:
public class Tables {
String database = "C:\\GIS";
String nameOfTable = ...
0
votes
0answers
13 views
Getting Subtype Names in arcObject Java [closed]
I am getting all subtypes associated with feature class , but my output is kind of reference like
com.esri.arcgis.geodatabase.IEnumSubtypeProxy wrapper around Native object reference via IID ...
0
votes
0answers
26 views
Getting Subtypes of feature Classes using arc Object Java
I am developing a tool to demonstrate subtypes of feature classes in a geodatabase.
My code works until printing feature classes. Can anybody assist me by providing a right way to print subtypes of ...