About InMemoryWorkspaceFactory

797
1
01-08-2013 02:10 AM
pavan_kumarmuttigi
New Contributor
Hi,

I am new to the ArcGIS Java,Can any one please give me some information about the InMemoryWorkspaceFactory and how exactly it can be used.I had gone through the ArcObjects Java API.I didn't get the exact info from it.

It will be helpful to me if anyone can provide info on it.

Thanks in Advance.
0 Kudos
1 Reply
ModyBuchbinder
Esri Regular Contributor
Hi

It is just like any other workspace with some limitations.
The docs (for .NET but it should be the same for JAVA) is here: http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/001m/001m0000002q000000.htm
The only different you have to rememeber is that it deleted when your application exits. When ever you start you get a new (empty) in memory workspace.

Have fun
Mody
0 Kudos