|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStorage
COM Interface 'IStorage'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'
Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID0000000b_0000_0000_c000_000000000046
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
commit(int grfCommitFlags)
commit |
void |
createStorage(java.lang.String pwcsName,
int grfMode,
int reserved1,
int reserved2,
IStorage[] ppstg)
createStorage |
void |
createStream(java.lang.String pwcsName,
int grfMode,
int reserved1,
int reserved2,
IStream[] ppstm)
createStream |
void |
destroyElement(java.lang.String pwcsName)
destroyElement |
void |
moveElementTo(java.lang.String pwcsName,
IStorage pstgDest,
java.lang.String pwcsNewName,
int grfFlags)
moveElementTo |
void |
openStorage(java.lang.String pwcsName,
IStorage pstgPriority,
int grfMode,
tagRemSNB snbExclude,
int reserved,
IStorage[] ppstg)
openStorage |
void |
remoteCopyTo(int ciidExclude,
GUID rgiidExclude,
tagRemSNB snbExclude,
IStorage pstgDest)
remoteCopyTo |
void |
remoteEnumElements(int reserved1,
int cbReserved2,
byte[] reserved2,
int reserved3,
IEnumSTATSTG[] ppenum)
remoteEnumElements |
void |
remoteOpenStream(java.lang.String pwcsName,
int cbReserved1,
byte[] reserved1,
int grfMode,
int reserved2,
IStream[] ppstm)
remoteOpenStream |
void |
renameElement(java.lang.String pwcsOldName,
java.lang.String pwcsNewName)
renameElement |
void |
revert()
revert |
void |
setClass(GUID clsid)
setClass |
void |
setElementTimes(java.lang.String pwcsName,
_FILETIME pctime,
_FILETIME patime,
_FILETIME pmtime)
setElementTimes |
void |
setStateBits(int grfStateBits,
int grfMask)
setStateBits |
void |
stat(tagSTATSTG[] pstatstg,
int grfStatFlag)
stat |
Field Detail |
---|
static final int IID0000000b_0000_0000_c000_000000000046
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void createStream(java.lang.String pwcsName, int grfMode, int reserved1, int reserved2, IStream[] ppstm) throws java.io.IOException, AutomationException
pwcsName
- A String (in)grfMode
- The grfMode (in)reserved1
- The reserved1 (in)reserved2
- The reserved2 (in)ppstm
- A reference to a com.esri.arcgis.system.IStream (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void remoteOpenStream(java.lang.String pwcsName, int cbReserved1, byte[] reserved1, int grfMode, int reserved2, IStream[] ppstm) throws java.io.IOException, AutomationException
pwcsName
- A String (in)cbReserved1
- The cbReserved1 (in)reserved1
- An unsigned byte (in)grfMode
- The grfMode (in)reserved2
- The reserved2 (in)ppstm
- A reference to a com.esri.arcgis.system.IStream (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void createStorage(java.lang.String pwcsName, int grfMode, int reserved1, int reserved2, IStorage[] ppstg) throws java.io.IOException, AutomationException
pwcsName
- A String (in)grfMode
- The grfMode (in)reserved1
- The reserved1 (in)reserved2
- The reserved2 (in)ppstg
- A reference to a com.esri.arcgis.trackinganalyst.IStorage (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void openStorage(java.lang.String pwcsName, IStorage pstgPriority, int grfMode, tagRemSNB snbExclude, int reserved, IStorage[] ppstg) throws java.io.IOException, AutomationException
pwcsName
- A String (in)pstgPriority
- A reference to a com.esri.arcgis.trackinganalyst.IStorage (in)grfMode
- The grfMode (in)snbExclude
- A Structure: com.esri.arcgis.trackinganalyst.tagRemSNB (A com.esri.arcgis.trackinganalyst.tagRemSNB COM typedef) (in)reserved
- The reserved (in)ppstg
- A reference to a com.esri.arcgis.trackinganalyst.IStorage (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void remoteCopyTo(int ciidExclude, GUID rgiidExclude, tagRemSNB snbExclude, IStorage pstgDest) throws java.io.IOException, AutomationException
ciidExclude
- The ciidExclude (in)rgiidExclude
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)snbExclude
- A Structure: com.esri.arcgis.trackinganalyst.tagRemSNB (A com.esri.arcgis.trackinganalyst.tagRemSNB COM typedef) (in)pstgDest
- A reference to a com.esri.arcgis.trackinganalyst.IStorage (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void moveElementTo(java.lang.String pwcsName, IStorage pstgDest, java.lang.String pwcsNewName, int grfFlags) throws java.io.IOException, AutomationException
pwcsName
- A String (in)pstgDest
- A reference to a com.esri.arcgis.trackinganalyst.IStorage (in)pwcsNewName
- A String (in)grfFlags
- The grfFlags (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void commit(int grfCommitFlags) throws java.io.IOException, AutomationException
grfCommitFlags
- The grfCommitFlags (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void revert() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void remoteEnumElements(int reserved1, int cbReserved2, byte[] reserved2, int reserved3, IEnumSTATSTG[] ppenum) throws java.io.IOException, AutomationException
reserved1
- The reserved1 (in)cbReserved2
- The cbReserved2 (in)reserved2
- An unsigned byte (in)reserved3
- The reserved3 (in)ppenum
- A reference to a com.esri.arcgis.trackinganalyst.IEnumSTATSTG (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void destroyElement(java.lang.String pwcsName) throws java.io.IOException, AutomationException
pwcsName
- A String (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void renameElement(java.lang.String pwcsOldName, java.lang.String pwcsNewName) throws java.io.IOException, AutomationException
pwcsOldName
- A String (in)pwcsNewName
- A String (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setElementTimes(java.lang.String pwcsName, _FILETIME pctime, _FILETIME patime, _FILETIME pmtime) throws java.io.IOException, AutomationException
pwcsName
- A String (in)pctime
- A Structure: com.esri.arcgis.system._FILETIME (in)patime
- A Structure: com.esri.arcgis.system._FILETIME (in)pmtime
- A Structure: com.esri.arcgis.system._FILETIME (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setClass(GUID clsid) throws java.io.IOException, AutomationException
clsid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStateBits(int grfStateBits, int grfMask) throws java.io.IOException, AutomationException
grfStateBits
- The grfStateBits (in)grfMask
- The grfMask (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void stat(tagSTATSTG[] pstatstg, int grfStatFlag) throws java.io.IOException, AutomationException
pstatstg
- A Structure: com.esri.arcgis.system.tagSTATSTG (out: use single element array)grfStatFlag
- The grfStatFlag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |