|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.cartoUI.DataGraphT
public class DataGraphT
COM Class 'DataGraphT'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriCartoUI.olb'
Description 'A container for the display and manipulation of graph series.' 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 long |
serialVersionUID
|
| Fields inherited from interface com.esri.arcgis.carto.IDataGraphT |
|---|
IID, IIDccb2226c_6385_4a9e_82f2_2977b2c13ff2, xxDummy |
| Fields inherited from interface com.esri.arcgis.carto.IDataGraphBase |
|---|
IID37c4c49c_66cc_4b39_ade8_15e2e270d8b1 |
| Fields inherited from interface com.esri.arcgis.system.IPersistStream |
|---|
IID, IID00000109_0000_0000_c000_000000000046, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.IPersist |
|---|
IID0000010c_0000_0000_c000_000000000046 |
| Fields inherited from interface com.esri.arcgis.display.IConnectionPointContainer |
|---|
IID, IIDb196b284_bab4_101a_b69c_00aa00341d07, xxDummy |
| Fields inherited from interface com.esri.arcgis.geodatabase.IWorkspaceEditEvents |
|---|
IID, IID0b437962_89f9_11d4_8b5f_000000000000, xxDummy |
| Constructor Summary | |
|---|---|
DataGraphT()
Constructs a DataGraphT using ArcGIS Engine. |
|
DataGraphT(java.lang.Object obj)
Construct a DataGraphT using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
void |
addIDataGraphTEventsListener(IDataGraphTEvents theListener)
addIDataGraphTEventsListener. |
ISeriesProperties |
addSeries(java.lang.String seriesType)
Add series from the provided graph type. |
void |
copyToClipboard()
Copies the data graph to the clipboard as a metafile. |
void |
drawToDC(int hDC,
tagRECT pOutputRect,
tagRECT pGraphRect)
Draws the data graph into the provided device context. |
void |
enumConnectionPoints(IEnumConnectionPoints[] ppEnum)
enumConnectionPoints |
boolean |
equals(java.lang.Object o)
Compare this object with another |
void |
exportToFile(java.lang.String filename)
Exports the data graph to a file. |
void |
exportToFileEx(java.lang.String filename,
int width,
int height)
Exports the data graph to a file. |
void |
findConnectionPoint(GUID riid,
IConnectionPoint[] ppCP)
findConnectionPoint |
int |
getAxisCount()
Amount of axis. |
IDataGraphTAxisProperties |
getAxisProperties(int idx)
Properties of graph axis. |
void |
getClassID(GUID[] pClassID)
getClassID |
static java.lang.String |
getClsid()
getClsid. |
IDataGraphTGeneralProperties |
getGeneralProperties()
General properties of the graph. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
IDataGraphTLegendProperties |
getLegendProperties()
Properties of graph legend. |
java.lang.String |
getName()
Name of the data graph. |
int |
getSeriesCount()
The number of series in the graph. |
int |
getSeriesOrder(ISeriesProperties pSeriesProps)
Position of the series in the series list of the graph. |
ISeriesProperties |
getSeriesProperties(int iSeries)
Series properties for provided series index. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
int |
hashCode()
the hashcode for this object |
void |
identify(int iSeries,
int ptX,
int ptY,
java.lang.Object[] pOIDs)
Identifies object ID for the series using graph coordinates. |
void |
isDirty()
isDirty |
boolean |
isHighlightSelection()
Indicates whether graph handles selection in the input layer by creating series only from the selected data or highlights selected values on the graph made from entire dataset. |
boolean |
isUseSelectedSet()
Indicates if the selected set of the series from input dataset is used to build graph. |
void |
load(IStream pstm)
load |
void |
loadFromFile(java.lang.String filename)
Loads the data graph from a .grf file. |
void |
loadTemplate(java.lang.String file)
Loads graph properties from the template file. |
void |
onAbortEditOperation(IWorkspaceEditEventsOnAbortEditOperationEvent theEvent)
This event is fired after an edit operation is aborted. |
void |
onRedoEditOperation(IWorkspaceEditEventsOnRedoEditOperationEvent theEvent)
This event is fired after an undone edit operation is redone. |
void |
onStartEditing(IWorkspaceEditEventsOnStartEditingEvent theEvent)
This event is fired after editing is started on a workspace. |
void |
onStartEditOperation(IWorkspaceEditEventsOnStartEditOperationEvent theEvent)
This event is fired after an edit operation is started. |
void |
onStopEditing(IWorkspaceEditEventsOnStopEditingEvent theEvent)
This event is fired after editing is stopped on a workspace. |
void |
onStopEditOperation(IWorkspaceEditEventsOnStopEditOperationEvent theEvent)
This event is fired after an edit operation is stopped (successfully completed). |
void |
onUndoEditOperation(IWorkspaceEditEventsOnUndoEditOperationEvent theEvent)
This event is fired after a (completed) edit operation is undone. |
void |
readExternal(java.io.ObjectInput in)
|
void |
release()
Release a DataGraphT. |
void |
reload()
Reloads data values in data graph series. |
void |
removeIDataGraphTEventsListener(IDataGraphTEvents theListener)
removeIDataGraphTEventsListener. |
void |
removeSeries(ISeriesProperties pSeriesProps)
Remove series from the graph. |
void |
save(IStream pstm,
int fClearDirty)
save |
void |
saveToFile(java.lang.String filename)
Saves the data graph to a .grf file. |
void |
setHighlightSelection(boolean b)
Indicates whether graph handles selection in the input layer by creating series only from the selected data or highlights selected values on the graph made from entire dataset. |
void |
setName(java.lang.String pName)
Name of the data graph. |
void |
setSeriesOrder(ISeriesProperties pSeriesProps,
int pPos)
Position of the series in the series list of the graph. |
void |
setUseSelectedSet(boolean pUseSel)
Indicates if the selected set of the series from input dataset is used to build graph. |
void |
update(ITrackCancel pCancel)
Updates graph after changes in graph or series properties. |
void |
writeExternal(java.io.ObjectOutput out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final long serialVersionUID
| Constructor Detail |
|---|
public DataGraphT()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public DataGraphT(java.lang.Object obj)
throws java.io.IOException
obj to DataGraphT.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems
DataGraphT theDataGraphT = (DataGraphT) obj;| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef
public void addIDataGraphTEventsListener(IDataGraphTEvents theListener)
throws java.io.IOException
theListener - An object that implements the com.esri.arcgis.carto.IDataGraphTEvents interface.
java.io.IOException - If there are communications problems.
public void removeIDataGraphTEventsListener(IDataGraphTEvents theListener)
throws java.io.IOException
theListener - An object that implements the com.esri.arcgis.carto.IDataGraphTEvents interface.
java.io.IOException - If there are communications problems.public void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IDataGraphBasejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(java.lang.String pName)
throws java.io.IOException,
AutomationException
setName in interface IDataGraphBasepName - The pName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUseSelectedSet()
throws java.io.IOException,
AutomationException
isUseSelectedSet in interface IDataGraphBasejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUseSelectedSet(boolean pUseSel)
throws java.io.IOException,
AutomationException
setUseSelectedSet in interface IDataGraphBasepUseSel - The pUseSel (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void reload()
throws java.io.IOException,
AutomationException
reload in interface IDataGraphBasejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void drawToDC(int hDC,
tagRECT pOutputRect,
tagRECT pGraphRect)
throws java.io.IOException,
AutomationException
drawToDC in interface IDataGraphBasehDC - The hDC (A COM typedef) (in)pOutputRect - A Structure: com.esri.arcgis.system.tagRECT (in)pGraphRect - A Structure: com.esri.arcgis.system.tagRECT (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void loadFromFile(java.lang.String filename)
throws java.io.IOException,
AutomationException
loadFromFile in interface IDataGraphBasefilename - The filename (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void saveToFile(java.lang.String filename)
throws java.io.IOException,
AutomationException
saveToFile in interface IDataGraphBasefilename - The filename (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void exportToFile(java.lang.String filename)
throws java.io.IOException,
AutomationException
exportToFile in interface IDataGraphBasefilename - The filename (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void copyToClipboard()
throws java.io.IOException,
AutomationException
copyToClipboard in interface IDataGraphBasejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isHighlightSelection()
throws java.io.IOException,
AutomationException
isHighlightSelection in interface IDataGraphTjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHighlightSelection(boolean b)
throws java.io.IOException,
AutomationException
setHighlightSelection in interface IDataGraphTb - The b (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISeriesProperties addSeries(java.lang.String seriesType)
throws java.io.IOException,
AutomationException
addSeries in interface IDataGraphTseriesType - The seriesType (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeSeries(ISeriesProperties pSeriesProps)
throws java.io.IOException,
AutomationException
removeSeries in interface IDataGraphTpSeriesProps - A reference to a com.esri.arcgis.carto.ISeriesProperties (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSeriesCount()
throws java.io.IOException,
AutomationException
getSeriesCount in interface IDataGraphTjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISeriesProperties getSeriesProperties(int iSeries)
throws java.io.IOException,
AutomationException
getSeriesProperties in interface IDataGraphTiSeries - The iSeries (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSeriesOrder(ISeriesProperties pSeriesProps,
int pPos)
throws java.io.IOException,
AutomationException
setSeriesOrder in interface IDataGraphTpSeriesProps - A reference to a com.esri.arcgis.carto.ISeriesProperties (in)pPos - The pPos (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSeriesOrder(ISeriesProperties pSeriesProps)
throws java.io.IOException,
AutomationException
getSeriesOrder in interface IDataGraphTpSeriesProps - A reference to a com.esri.arcgis.carto.ISeriesProperties (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDataGraphTGeneralProperties getGeneralProperties()
throws java.io.IOException,
AutomationException
getGeneralProperties in interface IDataGraphTjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDataGraphTLegendProperties getLegendProperties()
throws java.io.IOException,
AutomationException
getLegendProperties in interface IDataGraphTjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getAxisCount()
throws java.io.IOException,
AutomationException
getAxisCount in interface IDataGraphTjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDataGraphTAxisProperties getAxisProperties(int idx)
throws java.io.IOException,
AutomationException
getAxisProperties in interface IDataGraphTidx - The idx (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void identify(int iSeries,
int ptX,
int ptY,
java.lang.Object[] pOIDs)
throws java.io.IOException,
AutomationException
identify in interface IDataGraphTiSeries - The iSeries (in)ptX - The ptX (in)ptY - The ptY (in)pOIDs - A Variant (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void update(ITrackCancel pCancel)
throws java.io.IOException,
AutomationException
update in interface IDataGraphTpCancel - 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.
public void loadTemplate(java.lang.String file)
throws java.io.IOException,
AutomationException
loadTemplate in interface IDataGraphTfile - The file (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void exportToFileEx(java.lang.String filename,
int width,
int height)
throws java.io.IOException,
AutomationException
exportToFileEx in interface IDataGraphTfilename - The filename (in)width - The width (in)height - The height (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void isDirty()
throws java.io.IOException,
AutomationException
isDirty in interface IPersistStreamjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void load(IStream pstm)
throws java.io.IOException,
AutomationException
load in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void save(IStream pstm,
int fClearDirty)
throws java.io.IOException,
AutomationException
save in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)fClearDirty - The fClearDirty (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getSizeMax(_ULARGE_INTEGER[] pcbSize)
throws java.io.IOException,
AutomationException
getSizeMax in interface IPersistStreampcbSize - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getClassID(GUID[] pClassID)
throws java.io.IOException,
AutomationException
getClassID in interface IPersistpClassID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void enumConnectionPoints(IEnumConnectionPoints[] ppEnum)
throws java.io.IOException,
AutomationException
enumConnectionPoints in interface IConnectionPointContainerppEnum - A reference to a com.esri.arcgis.display.IEnumConnectionPoints (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void findConnectionPoint(GUID riid,
IConnectionPoint[] ppCP)
throws java.io.IOException,
AutomationException
findConnectionPoint in interface IConnectionPointContainerriid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)ppCP - A reference to a com.esri.arcgis.display.IConnectionPoint (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void onStartEditing(IWorkspaceEditEventsOnStartEditingEvent theEvent)
throws java.io.IOException,
AutomationException
onStartEditing in interface IWorkspaceEditEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void onStopEditing(IWorkspaceEditEventsOnStopEditingEvent theEvent)
throws java.io.IOException,
AutomationException
onStopEditing in interface IWorkspaceEditEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void onStartEditOperation(IWorkspaceEditEventsOnStartEditOperationEvent theEvent)
throws java.io.IOException,
AutomationException
onStartEditOperation in interface IWorkspaceEditEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void onAbortEditOperation(IWorkspaceEditEventsOnAbortEditOperationEvent theEvent)
throws java.io.IOException,
AutomationException
onAbortEditOperation in interface IWorkspaceEditEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void onStopEditOperation(IWorkspaceEditEventsOnStopEditOperationEvent theEvent)
throws java.io.IOException,
AutomationException
onStopEditOperation in interface IWorkspaceEditEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void onUndoEditOperation(IWorkspaceEditEventsOnUndoEditOperationEvent theEvent)
throws java.io.IOException,
AutomationException
onUndoEditOperation in interface IWorkspaceEditEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void onRedoEditOperation(IWorkspaceEditEventsOnRedoEditOperationEvent theEvent)
throws java.io.IOException,
AutomationException
onRedoEditOperation in interface IWorkspaceEditEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOException
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablejava.io.IOException
java.lang.ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||