com.esri.arcgis.trackinganalyst
Class ITemporalLegendClassProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.trackinganalyst.ITemporalLegendClassProxy
All Implemented Interfaces:
ITemporalLegendClass, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
ITemporalLegendClass2Proxy

Deprecated. Internal use only. Proxy for COM Interface 'ITemporalLegendClass'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to properties to manage temporal ranges.' 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 =

public class ITemporalLegendClassProxy
extends com.esri.arcgis.interop.Dispatch
implements ITemporalLegendClass, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.trackinganalyst.ITemporalLegendClass
IID, IIDb75d6fb8_1333_11d5_b7c9_00010265adc5
 
Constructor Summary
  ITemporalLegendClassProxy()
          Deprecated. For internal use only
  ITemporalLegendClassProxy(java.lang.Object obj)
          Deprecated.  
protected ITemporalLegendClassProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ITemporalLegendClassProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ITemporalLegendClassProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 java.lang.String getDescription()
          Deprecated. Legend class description.
 ILegendClassFormat getFormat()
          Deprecated. Optional.
 java.lang.String getLabel()
          Deprecated. Legend class label.
 double getPeriod()
          Deprecated. Indicates period setting for temporal data layer.
 double getStartingOffset()
          Deprecated. Indicates initial offset setting for temporal data.
 ISymbol getSymbol()
          Deprecated. Legend class symbol.
 IColor getSymbolColor()
          Deprecated. Indicates symbol size setting for temporal events as they display on the map.
 double getSymbolSize()
          Deprecated. Indicates symbol size setting for temporal events as they display on the map.
 int getTimeUnits()
          Deprecated. Indicates unit of time used to define period of time window.
 int getType()
          Deprecated. Identifies special drawing properties of a temporal legend class.
 boolean intersects(java.lang.Object vTimeValue)
          Deprecated. Determines whether or not the Time Value intersects the Reference and TimeValue parameters.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setDescription(java.lang.String label)
          Deprecated. Legend class description.
 void setFormat(ILegendClassFormat format)
          Deprecated. Optional.
 void setLabel(java.lang.String label)
          Deprecated. Legend class label.
 void setPeriod(double pVal)
          Deprecated. Indicates period setting for temporal data layer.
 void setReference(java.lang.Object varReference)
          Deprecated. Sets the temporal reference properties for the temporal legend class.
 void setStartingOffset(double pVal)
          Deprecated. Indicates initial offset setting for temporal data.
 void setSymbolByRef(ISymbol symbol)
          Deprecated. Legend class symbol.
 void setTimeUnits(int pVal)
          Deprecated. Indicates unit of time used to define period of time window.
 void setType(int penumTemporalLegendType)
          Deprecated. Identifies special drawing properties of a temporal legend class.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ITemporalLegendClassProxy

public ITemporalLegendClassProxy(java.lang.String CLSID,
                                 java.lang.String host,
                                 com.esri.arcgis.interop.AuthInfo authInfo)
                          throws java.net.UnknownHostException,
                                 java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

ITemporalLegendClassProxy

public ITemporalLegendClassProxy()
Deprecated. 
For internal use only


ITemporalLegendClassProxy

public ITemporalLegendClassProxy(java.lang.Object obj)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ITemporalLegendClassProxy

protected ITemporalLegendClassProxy(java.lang.Object obj,
                                    java.lang.String iid)
                             throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ITemporalLegendClassProxy

protected ITemporalLegendClassProxy(java.lang.String CLSID,
                                    java.lang.String iid,
                                    java.lang.String host,
                                    com.esri.arcgis.interop.AuthInfo authInfo)
                             throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getSymbol

public ISymbol getSymbol()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Legend class symbol.

Specified by:
getSymbol in interface ITemporalLegendClass
Returns:
A reference to a com.esri.arcgis.display.ISymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSymbolByRef

public void setSymbolByRef(ISymbol symbol)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Legend class symbol.

Specified by:
setSymbolByRef in interface ITemporalLegendClass
Parameters:
symbol - A reference to a com.esri.arcgis.display.ISymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLabel

public java.lang.String getLabel()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Legend class label.

Specified by:
getLabel in interface ITemporalLegendClass
Returns:
The label
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLabel

public void setLabel(java.lang.String label)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Legend class label.

Specified by:
setLabel in interface ITemporalLegendClass
Parameters:
label - The label (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDescription

public java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Legend class description.

Specified by:
getDescription in interface ITemporalLegendClass
Returns:
The label
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDescription

public void setDescription(java.lang.String label)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Legend class description.

Specified by:
setDescription in interface ITemporalLegendClass
Parameters:
label - The label (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFormat

public ILegendClassFormat getFormat()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Optional. If non-null, then layer specifies class formatting information.

Specified by:
getFormat in interface ITemporalLegendClass
Returns:
A reference to a com.esri.arcgis.carto.ILegendClassFormat
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFormat

public void setFormat(ILegendClassFormat format)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Optional. If non-null, then layer specifies class formatting information.

Specified by:
setFormat in interface ITemporalLegendClass
Parameters:
format - A reference to a com.esri.arcgis.carto.ILegendClassFormat (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStartingOffset

public double getStartingOffset()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates initial offset setting for temporal data.

Specified by:
getStartingOffset in interface ITemporalLegendClass
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStartingOffset

public void setStartingOffset(double pVal)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates initial offset setting for temporal data.

Specified by:
setStartingOffset in interface ITemporalLegendClass
Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPeriod

public double getPeriod()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Indicates period setting for temporal data layer.

Specified by:
getPeriod in interface ITemporalLegendClass
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPeriod

public void setPeriod(double pVal)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Indicates period setting for temporal data layer.

Specified by:
setPeriod in interface ITemporalLegendClass
Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTimeUnits

public int getTimeUnits()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Indicates unit of time used to define period of time window.

Specified by:
getTimeUnits in interface ITemporalLegendClass
Returns:
A com.esri.arcgis.trackinganalyst.enumTemporalUnits constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTimeUnits

public void setTimeUnits(int pVal)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Indicates unit of time used to define period of time window.

Specified by:
setTimeUnits in interface ITemporalLegendClass
Parameters:
pVal - A com.esri.arcgis.trackinganalyst.enumTemporalUnits constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getType

public int getType()
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Identifies special drawing properties of a temporal legend class.

Specified by:
getType in interface ITemporalLegendClass
Returns:
A com.esri.arcgis.trackinganalyst.enumTemporalLegendType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setType

public void setType(int penumTemporalLegendType)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Identifies special drawing properties of a temporal legend class.

Specified by:
setType in interface ITemporalLegendClass
Parameters:
penumTemporalLegendType - A com.esri.arcgis.trackinganalyst.enumTemporalLegendType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

intersects

public boolean intersects(java.lang.Object vTimeValue)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Determines whether or not the Time Value intersects the Reference and TimeValue parameters.

Specified by:
intersects in interface ITemporalLegendClass
Parameters:
vTimeValue - A Variant (in)
Returns:
The pbInersects
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReference

public void setReference(java.lang.Object varReference)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Sets the temporal reference properties for the temporal legend class.

Specified by:
setReference in interface ITemporalLegendClass
Parameters:
varReference - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSymbolSize

public double getSymbolSize()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates symbol size setting for temporal events as they display on the map.

Specified by:
getSymbolSize in interface ITemporalLegendClass
Returns:
The pdSize
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSymbolColor

public IColor getSymbolColor()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates symbol size setting for temporal events as they display on the map.

Specified by:
getSymbolColor in interface ITemporalLegendClass
Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.