com.esri.arcgis.trackinganalyst
Interface ITemporalRendererPropPage

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITemporalRendererPropPageProxy

public interface ITemporalRendererPropPage
extends java.io.Serializable

COM Interface 'ITemporalRendererPropPage'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to members needed to set defaults in Symbology property pages.' 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 IID48e73665_1c6f_4c43_a914_9aef7a4fc034
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IPropertySet getPageDefaults()
          Indicates default values of renderer property pages.
 void setPageDefaults(IPropertySet ppiPropSet)
          Indicates default values of renderer property pages.
 

Field Detail

IID48e73665_1c6f_4c43_a914_9aef7a4fc034

static final int IID48e73665_1c6f_4c43_a914_9aef7a4fc034
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getPageDefaults

IPropertySet getPageDefaults()
                             throws java.io.IOException,
                                    AutomationException
Indicates default values of renderer property pages.

Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPageDefaults

void setPageDefaults(IPropertySet ppiPropSet)
                     throws java.io.IOException,
                            AutomationException
Indicates default values of renderer property pages.

Parameters:
ppiPropSet - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.