|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataSummaryAction
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 | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID21cfe9ec_ace7_44e3_b517_10f3500de2c3
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
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 |
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 |
Field Detail |
---|
static final int IID21cfe9ec_ace7_44e3_b517_10f3500de2c3
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
java.lang.String getReportTitle() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReportTitle(java.lang.String reportTitle) throws java.io.IOException, AutomationException
reportTitle
- The reportTitle (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getValidSummaryCollectionType(int columnIndex) throws java.io.IOException, AutomationException
columnIndex
- The columnIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getReport() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getCollectionInterval() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCollectionInterval(java.lang.Object collectionInterval) throws java.io.IOException, AutomationException
collectionInterval
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getReportInterval() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReportInterval(java.lang.Object reportInterval) throws java.io.IOException, AutomationException
reportInterval
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCollectionDatasetDefinition(IDatasetDef dataSetDefinition) throws java.io.IOException, AutomationException
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.int getSummaryCollectionType(int columnNumber) throws java.io.IOException, AutomationException
columnNumber
- The columnNumber (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSummaryCollectionType(int columnNumber, int summaryCollectionType) throws java.io.IOException, AutomationException
columnNumber
- The columnNumber (in)summaryCollectionType
- The summaryCollectionType (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getColumnCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getColumnName(int columnIndex) throws java.io.IOException, AutomationException
columnIndex
- The columnIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getColumnType(int columnIndex) throws java.io.IOException, AutomationException
columnIndex
- The columnIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getRecipientEmailAddress() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRecipientEmailAddress(java.lang.String recipientEmailAddress) throws java.io.IOException, AutomationException
recipientEmailAddress
- The recipientEmailAddress (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getReportDirectory() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReportDirectory(java.lang.String reportDirectory) throws java.io.IOException, AutomationException
reportDirectory
- The reportDirectory (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isDeliverEmailReport() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDeliverEmailReport(boolean deliverEmailReport) throws java.io.IOException, AutomationException
deliverEmailReport
- The deliverEmailReport (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isDeliverFileReport() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDeliverFileReport(boolean deliverFileReport) throws java.io.IOException, AutomationException
deliverFileReport
- The deliverFileReport (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isDeliverPrintedReport() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDeliverPrintedReport(boolean deliverPrintedReport) throws java.io.IOException, AutomationException
deliverPrintedReport
- The deliverPrintedReport (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getPrinterName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPrinterName(java.lang.String printerName) throws java.io.IOException, AutomationException
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 |