All Questions
5 questions
2
votes
0
answers
291
views
How to add a field to a FeatureLayer?
I'm trying to add a field to a FeatureLayer, this is the code I'm using to do this:
IMxDocument mxd = (IMxDocument) app.getDocument();
FeatureLayer flayer = ((FeatureLayer)mxd.getSelectedLayer());
...
0
votes
1
answer
1k
views
Open Filesystem Raster Dataset in ArcGIS using ArcObjects 10.2 in Java
SOLVED: see my answer below
I am trying to open .tif, .img, and .dat Raster files to a new layer in ArcMap.
I have tried all the methods I have found in the documentation and a few implementations ...
1
vote
0
answers
58
views
ArcObjects Add-in closes ArcMap when JFrame is closed
My Add-in opens a new frame for user input. When this frame is closed, ArcMap also closes. I have the DefaultCloseOperation set to DISPOSE_ON_CLOSE.
My code inside the add-in button creates an ...
0
votes
1
answer
2k
views
How to build java desktop application with arcobject ( Arcgis 10 )?
i try to build java standalone appplication with Arcgis
i already instal Arcgis Desktop 10 and ArcObject SDK for java platform
i just try to getting started ..
so i use this tutorial
then i ...
0
votes
3
answers
760
views
Extending ArcGIS
I've been tasked with a thesis project where i have to extend the features of ArcGis. I've been asked to create a model written in Python that can run out of ArcGIS 10. This model will have a simple ...