0

I'm trying to get the scratch and current workspaces returned as path names (Strings) using java in ArcGIS10. however I can't seem to get anything returned. I'm guessing it's to do with accessing the environments in Arc but the API is woeful.

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Apr 9, 2012 at 21:59

1 Answer 1

3

I know this is a late response, but here it is for the scratch workspace:

IScratchWorkspaceFactory scratchWSF=new ScratchWorkspaceFactory(); 
IWorkspace scratch=scratchWSF.getDefaultScratchWorkspace();
String path=scratch.getPathName();
answered Aug 13, 2012 at 14:25

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.