|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.server.ServerStatisticsArray
public class ServerStatisticsArray
COM Class 'ServerStatisticsArray'. Generated 3/19/2015 1:20:47 PM from 'C:\ArcGIS\COM\esriServer.olb'
Description 'The ServerStatisticsArray object which returns an array of a specific statistic over a range of time periods.' 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 |
|---|
| Fields inherited from interface com.esri.arcgis.system.IDoubleArray |
|---|
IID, IID60c06ca6_e09e_11d2_9f7b_00c04f8ece27, xxDummy |
| Fields inherited from interface com.esri.arcgis.server.IServerTimeRange |
|---|
IID, IID37786a30_fec4_4ea4_953e_dac6b69c716d, xxDummy |
| Constructor Summary | |
|---|---|
ServerStatisticsArray(java.lang.Object obj)
Construct a ServerStatisticsArray using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
void |
add(double element)
Adds an element to the array. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
int |
getCount()
The number of elements in the array. |
double |
getElement(int index)
An element from the array. |
java.util.Date |
getEndTime()
The end time for the period that the statistics represent. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.util.Date |
getStartTime()
The start time for the period that the statistics represent. |
int |
hashCode()
the hashcode for this object |
void |
insert(int index,
double element)
Inserts an element to the array. |
void |
release()
Release a ServerStatisticsArray. |
void |
remove(int index)
Removes an element from the array. |
void |
removeAll()
Removes all elements from the array. |
void |
setElement(int index,
double pElement)
An element from the array. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServerStatisticsArray(java.lang.Object obj)
throws java.io.IOException
obj to ServerStatisticsArray. *
ServerStatisticsArray o = (ServerStatisticsArray)obj; // will not work
ServerStatisticsArray o = new ServerStatisticsArray(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems
ServerStatisticsArray theServerStatisticsArray = (ServerStatisticsArray) obj;| Method Detail |
|---|
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.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public int getCount()
throws java.io.IOException,
AutomationException
getCount in interface IDoubleArrayjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void remove(int index)
throws java.io.IOException,
AutomationException
remove in interface IDoubleArrayindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeAll()
throws java.io.IOException,
AutomationException
removeAll in interface IDoubleArrayjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getElement(int index)
throws java.io.IOException,
AutomationException
getElement in interface IDoubleArrayindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setElement(int index,
double pElement)
throws java.io.IOException,
AutomationException
setElement in interface IDoubleArrayindex - The index (in)pElement - The pElement (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void add(double element)
throws java.io.IOException,
AutomationException
add in interface IDoubleArrayelement - The element (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void insert(int index,
double element)
throws java.io.IOException,
AutomationException
insert in interface IDoubleArrayindex - The index (in)element - The element (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.util.Date getStartTime()
throws java.io.IOException,
AutomationException
getStartTime in interface IServerTimeRangejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.util.Date getEndTime()
throws java.io.IOException,
AutomationException
getEndTime in interface IServerTimeRangejava.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 | ||||||||