|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.trackinganalyst.EventAttributeProperties
A holding component for event attribute properties.
This object is a storage object that contains the properties that allow the EnhancedInfoRenderer to know how to draw textual decorations around its center point.
| Constructor Summary | |
EventAttributeProperties()
Constructs a EventAttributeProperties using ArcGIS Engine. |
|
EventAttributeProperties(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. |
|
| Method Summary | |
ITextElement |
createTextElement()
Creates a new text element generated from the ITextSymbol property. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IEventAttributeProperties |
getAsIEventAttributeProperties()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
static java.lang.String |
getClsid()
|
IStringArray |
getFieldNames()
The event’s field names whose values will be used generate text when rendering. |
int |
getNumFields()
The number of fields whose values will be used generate text when rendering when the FieldNames property is empty. |
ITextSymbol |
getTextSymbol()
The text symbol for rendering an event’s selective set of attributes. |
int |
hashCode()
the hashcode for this object |
boolean |
isGlobalProperties()
Indicates if the renderer properties object is the global version obtained from the Tracking Environment vs. |
void |
setFieldNamesByRef(IStringArray pVal)
The event’s field names whose values will be used generate text when rendering. |
void |
setGlobalProperties(boolean pVal)
Indicates if the renderer properties object is the global version obtained from the Tracking Environment vs. |
void |
setNumFields(int pVal)
The number of fields whose values will be used generate text when rendering when the FieldNames property is empty. |
void |
setTextSymbolByRef(ITextSymbol pVal)
The text symbol for rendering an event’s selective set of attributes. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EventAttributeProperties()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public EventAttributeProperties(java.lang.Object obj)
throws java.io.IOException
obj to EventAttributeProperties. EventAttributeProperties theEventAttributeProperties = (EventAttributeProperties) obj;
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
public static java.lang.String getClsid()
public IEventAttributeProperties getAsIEventAttributeProperties()
public boolean equals(java.lang.Object o)
public int hashCode()
public ITextSymbol getTextSymbol()
throws java.io.IOException,
AutomationException
IEventAttributeProperties
getTextSymbol in interface IEventAttributePropertiesAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setTextSymbolByRef(ITextSymbol pVal)
throws java.io.IOException,
AutomationException
IEventAttributeProperties
setTextSymbolByRef in interface IEventAttributePropertiespVal - A reference to a com.esri.arcgis.display.ITextSymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IStringArray getFieldNames()
throws java.io.IOException,
AutomationException
IEventAttributeProperties
getFieldNames in interface IEventAttributePropertiesAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setFieldNamesByRef(IStringArray pVal)
throws java.io.IOException,
AutomationException
IEventAttributeProperties
setFieldNamesByRef in interface IEventAttributePropertiespVal - A reference to a com.esri.arcgis.system.IStringArray (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getNumFields()
throws java.io.IOException,
AutomationException
IEventAttributeProperties
getNumFields in interface IEventAttributePropertiesAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setNumFields(int pVal)
throws java.io.IOException,
AutomationException
IEventAttributeProperties
setNumFields in interface IEventAttributePropertiespVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITextElement createTextElement()
throws java.io.IOException,
AutomationException
IEventAttributeProperties
createTextElement in interface IEventAttributePropertiesAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public boolean isGlobalProperties()
throws java.io.IOException,
AutomationException
IEventAttributeProperties
isGlobalProperties in interface IEventAttributePropertiesAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setGlobalProperties(boolean pVal)
throws java.io.IOException,
AutomationException
IEventAttributeProperties
setGlobalProperties in interface IEventAttributePropertiespVal - 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 | |||||||||