|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.trackinganalyst.EventAttributeProperties
public class 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(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. EventAttributeProperties theEventAttributeProperties = (EventAttributeProperties) obj; |
|
| Method Summary | |
|---|---|
ITextElement |
createTextElement()
Creates a new text element generated from the ITextSymbol property. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
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 |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public EventAttributeProperties()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public EventAttributeProperties(Object obj)
throws IOException
EventAttributeProperties theEventAttributeProperties = (EventAttributeProperties) obj;
obj to EventAttributeProperties.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public ITextSymbol getTextSymbol()
throws IOException,
AutomationException
getTextSymbol in interface IEventAttributePropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTextSymbolByRef(ITextSymbol pVal)
throws IOException,
AutomationException
setTextSymbolByRef in interface IEventAttributePropertiespVal - A reference to a com.esri.arcgis.display.ITextSymbol (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IStringArray getFieldNames()
throws IOException,
AutomationException
getFieldNames in interface IEventAttributePropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFieldNamesByRef(IStringArray pVal)
throws IOException,
AutomationException
setFieldNamesByRef in interface IEventAttributePropertiespVal - A reference to a com.esri.arcgis.system.IStringArray (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getNumFields()
throws IOException,
AutomationException
getNumFields in interface IEventAttributePropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setNumFields(int pVal)
throws IOException,
AutomationException
setNumFields in interface IEventAttributePropertiespVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITextElement createTextElement()
throws IOException,
AutomationException
createTextElement in interface IEventAttributePropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isGlobalProperties()
throws IOException,
AutomationException
isGlobalProperties in interface IEventAttributePropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGlobalProperties(boolean pVal)
throws IOException,
AutomationException
setGlobalProperties in interface IEventAttributePropertiespVal - The pVal (in)
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 | ||||||||