|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDirectData
COM Interface 'IDirectData'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to enable direct access to data.' 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 |
IID1c6ba521_2f59_11d5_b7e2_00010265adc5
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
IActionProcessor |
getPreActionProcessor()
The action processor that will evaluate the data messages before they are stored. |
IActionCollection |
getPreActions()
Collection of actions that will be evaluated before data messages are placed in feature class storage. |
void |
postMessage(IDataMessage piMsg)
All temporal messages enter the temporal feature class environment via this method. |
void |
readProperties(IStream piStream)
Load an object's properties from a stream. |
void |
setPreActionProcessorByRef(IActionProcessor ppiProcessor)
The action processor that will evaluate the data messages before they are stored. |
void |
setPreActionsByRef(IActionCollection ppiActions)
Collection of actions that will be evaluated before data messages are placed in feature class storage. |
void |
writeProperties(IStream piStream)
Write the object's properties to a stream. |
Field Detail |
---|
static final int IID1c6ba521_2f59_11d5_b7e2_00010265adc5
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void writeProperties(IStream piStream) throws java.io.IOException, AutomationException
piStream
- A reference to a com.esri.arcgis.system.IStream (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void readProperties(IStream piStream) throws java.io.IOException, AutomationException
piStream
- A reference to a com.esri.arcgis.system.IStream (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void postMessage(IDataMessage piMsg) throws java.io.IOException, AutomationException
piMsg
- A reference to a com.esri.arcgis.geodatabaseextensions.IDataMessage (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IActionProcessor getPreActionProcessor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPreActionProcessorByRef(IActionProcessor ppiProcessor) throws java.io.IOException, AutomationException
ppiProcessor
- A reference to a com.esri.arcgis.carto.IActionProcessor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IActionCollection getPreActions() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPreActionsByRef(IActionCollection ppiActions) throws java.io.IOException, AutomationException
ppiActions
- A reference to a com.esri.arcgis.carto.IActionCollection (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 |