|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.trackinganalyst.IDataSummaryActionProxy
public class IDataSummaryActionProxy
Internal use class Proxy for COM Interface 'IDataSummaryAction'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'
Description: 'IDataSummaryAction Interface' 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 | |
---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.trackinganalyst.IDataSummaryAction |
---|
IID, IID21cfe9ec_ace7_44e3_b517_10f3500de2c3 |
Constructor Summary | |
---|---|
|
IDataSummaryActionProxy()
For internal use only |
|
IDataSummaryActionProxy(java.lang.Object obj)
|
protected |
IDataSummaryActionProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IDataSummaryActionProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IDataSummaryActionProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
java.lang.Object |
getCollectionInterval()
property CollectionInterval |
int |
getColumnCount()
method GetColumnCount |
java.lang.String |
getColumnName(int columnIndex)
method GetColumnName |
int |
getColumnType(int columnIndex)
method GetColumnType |
java.lang.String |
getPrinterName()
property PrinterName |
java.lang.String |
getRecipientEmailAddress()
property RecipientEmailAddress |
java.lang.String |
getReport()
method GetReport |
java.lang.String |
getReportDirectory()
property ReportDirectory |
java.lang.Object |
getReportInterval()
property ReportInterval |
java.lang.String |
getReportTitle()
property ReportTitle |
int |
getSummaryCollectionType(int columnNumber)
property SummaryCollectionType |
int |
getValidSummaryCollectionType(int columnIndex)
method GetValidSummaryCollectionType |
boolean |
isDeliverEmailReport()
property DeliverEmailReport |
boolean |
isDeliverFileReport()
property DeliverFileReport |
boolean |
isDeliverPrintedReport()
property DeliverPrintedReport |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
setCollectionDatasetDefinition(IDatasetDef dataSetDefinition)
method SetCollectionDatasetDefinition |
void |
setCollectionInterval(java.lang.Object collectionInterval)
property CollectionInterval |
void |
setDeliverEmailReport(boolean deliverEmailReport)
property DeliverEmailReport |
void |
setDeliverFileReport(boolean deliverFileReport)
property DeliverFileReport |
void |
setDeliverPrintedReport(boolean deliverPrintedReport)
property DeliverPrintedReport |
void |
setPrinterName(java.lang.String printerName)
property PrinterName |
void |
setRecipientEmailAddress(java.lang.String recipientEmailAddress)
property RecipientEmailAddress |
void |
setReportDirectory(java.lang.String reportDirectory)
property ReportDirectory |
void |
setReportInterval(java.lang.Object reportInterval)
property ReportInterval |
void |
setReportTitle(java.lang.String reportTitle)
property ReportTitle |
void |
setSummaryCollectionType(int columnNumber,
int summaryCollectionType)
property SummaryCollectionType |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IDataSummaryActionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IDataSummaryActionProxy()
public IDataSummaryActionProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IDataSummaryActionProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IDataSummaryActionProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public java.lang.String getReportTitle() throws java.io.IOException, AutomationException
getReportTitle
in interface IDataSummaryAction
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReportTitle(java.lang.String reportTitle) throws java.io.IOException, AutomationException
setReportTitle
in interface IDataSummaryAction
reportTitle
- The reportTitle (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getValidSummaryCollectionType(int columnIndex) throws java.io.IOException, AutomationException
getValidSummaryCollectionType
in interface IDataSummaryAction
columnIndex
- The columnIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getReport() throws java.io.IOException, AutomationException
getReport
in interface IDataSummaryAction
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getCollectionInterval() throws java.io.IOException, AutomationException
getCollectionInterval
in interface IDataSummaryAction
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCollectionInterval(java.lang.Object collectionInterval) throws java.io.IOException, AutomationException
setCollectionInterval
in interface IDataSummaryAction
collectionInterval
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getReportInterval() throws java.io.IOException, AutomationException
getReportInterval
in interface IDataSummaryAction
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReportInterval(java.lang.Object reportInterval) throws java.io.IOException, AutomationException
setReportInterval
in interface IDataSummaryAction
reportInterval
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCollectionDatasetDefinition(IDatasetDef dataSetDefinition) throws java.io.IOException, AutomationException
setCollectionDatasetDefinition
in interface IDataSummaryAction
dataSetDefinition
- A reference to a com.esri.arcgis.trackinganalyst.IDatasetDef (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSummaryCollectionType(int columnNumber) throws java.io.IOException, AutomationException
getSummaryCollectionType
in interface IDataSummaryAction
columnNumber
- The columnNumber (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSummaryCollectionType(int columnNumber, int summaryCollectionType) throws java.io.IOException, AutomationException
setSummaryCollectionType
in interface IDataSummaryAction
columnNumber
- The columnNumber (in)summaryCollectionType
- The summaryCollectionType (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getColumnCount() throws java.io.IOException, AutomationException
getColumnCount
in interface IDataSummaryAction
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getColumnName(int columnIndex) throws java.io.IOException, AutomationException
getColumnName
in interface IDataSummaryAction
columnIndex
- The columnIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getColumnType(int columnIndex) throws java.io.IOException, AutomationException
getColumnType
in interface IDataSummaryAction
columnIndex
- The columnIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getRecipientEmailAddress() throws java.io.IOException, AutomationException
getRecipientEmailAddress
in interface IDataSummaryAction
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRecipientEmailAddress(java.lang.String recipientEmailAddress) throws java.io.IOException, AutomationException
setRecipientEmailAddress
in interface IDataSummaryAction
recipientEmailAddress
- The recipientEmailAddress (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getReportDirectory() throws java.io.IOException, AutomationException
getReportDirectory
in interface IDataSummaryAction
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReportDirectory(java.lang.String reportDirectory) throws java.io.IOException, AutomationException
setReportDirectory
in interface IDataSummaryAction
reportDirectory
- The reportDirectory (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDeliverEmailReport() throws java.io.IOException, AutomationException
isDeliverEmailReport
in interface IDataSummaryAction
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDeliverEmailReport(boolean deliverEmailReport) throws java.io.IOException, AutomationException
setDeliverEmailReport
in interface IDataSummaryAction
deliverEmailReport
- The deliverEmailReport (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDeliverFileReport() throws java.io.IOException, AutomationException
isDeliverFileReport
in interface IDataSummaryAction
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDeliverFileReport(boolean deliverFileReport) throws java.io.IOException, AutomationException
setDeliverFileReport
in interface IDataSummaryAction
deliverFileReport
- The deliverFileReport (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDeliverPrintedReport() throws java.io.IOException, AutomationException
isDeliverPrintedReport
in interface IDataSummaryAction
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDeliverPrintedReport(boolean deliverPrintedReport) throws java.io.IOException, AutomationException
setDeliverPrintedReport
in interface IDataSummaryAction
deliverPrintedReport
- The deliverPrintedReport (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getPrinterName() throws java.io.IOException, AutomationException
getPrinterName
in interface IDataSummaryAction
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPrinterName(java.lang.String printerName) throws java.io.IOException, AutomationException
setPrinterName
in interface IDataSummaryAction
printerName
- The printerName (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 |