|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITemporalRenderer
COM Interface 'ITemporalRenderer'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'
Description: 'Provides access to methods and properties needed to apply symbology with temporal color as well as standard Esri symbology.' 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 |
IID7fbcb640_1712_11d5_b7cf_00010265adc5
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
boolean |
canRender(IFeatureClass featClass,
IDisplay display)
Indicates if the specified feature class can be rendered on the given display. |
void |
canRenderComponent(IFeatureClass piFeatClass,
IDisplay piDisplay,
boolean[] pbvarResult,
java.lang.Object piComponent,
java.lang.String bstrComponent)
Uses the renderer from component tree in symbology dialog to determine if this renderer can be used with this component. |
void |
draw(IFeatureCursor cursor,
int drawPhase,
IDisplay display,
ITrackCancel trackCancel)
Draws features from the specified cursor on the given display. |
IPropertySet |
getComponentSets()
Used to contain the properties of all of the various temporal renderers. |
IFeatureRenderer |
getObservationRenderer()
Renders observation symbology using functionality of standard Esri symbology system. |
ISymbol |
getSymbolByFeature(IFeature feature)
Symbol used to draw the specified feature. |
java.lang.String |
getTemporalFieldName()
Identifies the temporal field, which must be a field type whoe data can be converted to a date value. |
ITemporalLegendGroup |
getTemporalLegend()
Points to a Temporal Legend class that defines how symbology is rendered temporally. |
java.lang.String |
getTemporalObjectColumnName()
Indicates the feature class column that identifies or groups temporal observations with time series. |
java.lang.Object |
getTemporalPerspective()
A timestamp that the temporal renderer uses to compare its time ranges stored in the temporal legend's temporal classes. |
int |
getTimeSymbologyMethod()
Controls how temporal characteristics are symbolized: by none, color, transparency, shape, or size. |
boolean |
isDisplayFutureEvents()
Indicates whether or not future events are drawn on the map in real-time mode. |
boolean |
isRenderPhase(int drawPhase)
Indicates if renderer uses the specified draw phase. |
boolean |
isShowObservationLegendGroup()
Controls whether or not the observation legend is drawn in the table of contents. |
boolean |
isShowTimeLegendGroup()
Controls access to the time legend group. |
void |
prepareFilter(IFeatureClass fc,
IQueryFilter queryFilter)
Prepares the query filter for the rendering process. |
void |
setComponentSets(IPropertySet pVal)
Used to contain the properties of all of the various temporal renderers. |
void |
setDisplayFutureEvents(boolean pVal)
Indicates whether or not future events are drawn on the map in real-time mode. |
void |
setExclusionSetByRef(IFeatureIDSet rhs1)
An object reference to a temporary drawing exclusion set. |
void |
setFromPropertyPages(boolean rhs1)
Indicates who is making the request for the legend: the property pages. |
void |
setMostCurrentFIDs(IFeatureIDSet piFIDSet)
Method SetMostCurrentFIDs. |
void |
setObservationRendererByRef(IFeatureRenderer ppiRenderer)
Renders observation symbology using functionality of standard Esri symbology system. |
void |
setShowObservationLegendGroup(boolean pbShowObservations)
Controls whether or not the observation legend is drawn in the table of contents. |
void |
setShowTimeLegendGroup(boolean pbShowTimeLegends)
Controls access to the time legend group. |
void |
setTemporalFieldName(java.lang.String pbstrTemporalFieldName)
Identifies the temporal field, which must be a field type whoe data can be converted to a date value. |
void |
setTemporalLegendByRef(ITemporalLegendGroup ppiTemporalLegend)
Points to a Temporal Legend class that defines how symbology is rendered temporally. |
void |
setTemporalObjectColumnName(java.lang.String pVal)
Indicates the feature class column that identifies or groups temporal observations with time series. |
void |
setTemporalPerspective(java.lang.Object pVal)
A timestamp that the temporal renderer uses to compare its time ranges stored in the temporal legend's temporal classes. |
void |
setTimeSymbologyMethod(int penumSymbolizationMethod)
Controls how temporal characteristics are symbolized: by none, color, transparency, shape, or size. |
| Field Detail |
|---|
static final int IID7fbcb640_1712_11d5_b7cf_00010265adc5
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
boolean canRender(IFeatureClass featClass,
IDisplay display)
throws java.io.IOException,
AutomationException
featClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)display - A reference to a com.esri.arcgis.display.IDisplay (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void prepareFilter(IFeatureClass fc,
IQueryFilter queryFilter)
throws java.io.IOException,
AutomationException
fc - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)queryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void draw(IFeatureCursor cursor,
int drawPhase,
IDisplay display,
ITrackCancel trackCancel)
throws java.io.IOException,
AutomationException
cursor - A reference to a com.esri.arcgis.geodatabase.IFeatureCursor (in)drawPhase - A com.esri.arcgis.system.esriDrawPhase constant (in)display - A reference to a com.esri.arcgis.display.IDisplay (in)trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISymbol getSymbolByFeature(IFeature feature)
throws java.io.IOException,
AutomationException
feature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isRenderPhase(int drawPhase)
throws java.io.IOException,
AutomationException
drawPhase - A com.esri.arcgis.system.esriDrawPhase constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setExclusionSetByRef(IFeatureIDSet rhs1)
throws java.io.IOException,
AutomationException
rhs1 - A reference to a com.esri.arcgis.carto.IFeatureIDSet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IFeatureRenderer getObservationRenderer()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setObservationRendererByRef(IFeatureRenderer ppiRenderer)
throws java.io.IOException,
AutomationException
ppiRenderer - A reference to a com.esri.arcgis.carto.IFeatureRenderer (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getTemporalFieldName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTemporalFieldName(java.lang.String pbstrTemporalFieldName)
throws java.io.IOException,
AutomationException
pbstrTemporalFieldName - The pbstrTemporalFieldName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isShowObservationLegendGroup()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setShowObservationLegendGroup(boolean pbShowObservations)
throws java.io.IOException,
AutomationException
pbShowObservations - The pbShowObservations (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isShowTimeLegendGroup()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setShowTimeLegendGroup(boolean pbShowTimeLegends)
throws java.io.IOException,
AutomationException
pbShowTimeLegends - The pbShowTimeLegends (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ITemporalLegendGroup getTemporalLegend()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTemporalLegendByRef(ITemporalLegendGroup ppiTemporalLegend)
throws java.io.IOException,
AutomationException
ppiTemporalLegend - A reference to a com.esri.arcgis.trackinganalyst.ITemporalLegendGroup (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFromPropertyPages(boolean rhs1)
throws java.io.IOException,
AutomationException
rhs1 - The rhs1 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getTimeSymbologyMethod()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTimeSymbologyMethod(int penumSymbolizationMethod)
throws java.io.IOException,
AutomationException
penumSymbolizationMethod - A com.esri.arcgis.trackinganalyst.enumTemporalSymbolizationMethod constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getTemporalObjectColumnName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTemporalObjectColumnName(java.lang.String pVal)
throws java.io.IOException,
AutomationException
pVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.Object getTemporalPerspective()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTemporalPerspective(java.lang.Object pVal)
throws java.io.IOException,
AutomationException
pVal - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPropertySet getComponentSets()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setComponentSets(IPropertySet pVal)
throws java.io.IOException,
AutomationException
pVal - A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void canRenderComponent(IFeatureClass piFeatClass,
IDisplay piDisplay,
boolean[] pbvarResult,
java.lang.Object piComponent,
java.lang.String bstrComponent)
throws java.io.IOException,
AutomationException
piFeatClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)piDisplay - A reference to a com.esri.arcgis.display.IDisplay (in)pbvarResult - The pbvarResult (in/out: use single element array)piComponent - A reference to another Object (IUnknown) (in)bstrComponent - The bstrComponent (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMostCurrentFIDs(IFeatureIDSet piFIDSet)
throws java.io.IOException,
AutomationException
piFIDSet - A reference to a com.esri.arcgis.carto.IFeatureIDSet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isDisplayFutureEvents()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDisplayFutureEvents(boolean pVal)
throws java.io.IOException,
AutomationException
pVal - The pVal (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 | ||||||||