Tagged Questions
1
vote
1answer
94 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
0answers
39 views
Making ArcObjects Java application independent of eclipse
I have a ready Java + ArcObjects application.
Inside I create, delete folders in the "bin" directory of the project.
There are two folders "input" & "output" without which the application will ...
2
votes
1answer
54 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
105 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 = ...
1
vote
1answer
66 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 ...
0
votes
0answers
54 views
Adding ArcCatalog Root Object in Java
I've been trying to add a new root object in ArcCatalog using ArcObjects and the java library. I've created my own class that implements IGxObject, IGxObjectContainer2, and IGxObjectUI. In the ...
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 = ...
5
votes
2answers
326 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 ...
2
votes
1answer
591 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 ...
3
votes
0answers
206 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
0answers
222 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 ...
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 ...