com.esri.arcgis.trackinganalyst
Class IDirectionalVectorRendererPropertiesProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.trackinganalyst.IDirectionalVectorRendererPropertiesProxy
All Implemented Interfaces:
IDirectionalVectorRendererProperties, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to the properties which govern the directional vector rendering.' 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 IDirectionalVectorRendererPropertiesProxy
extends com.esri.arcgis.interop.Dispatch
implements IDirectionalVectorRendererProperties, 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.IDirectionalVectorRendererProperties
IID, IID684bb0fe_57a8_49f1_9b13_89a0422ea714
 
Constructor Summary
  IDirectionalVectorRendererPropertiesProxy()
          Deprecated. For internal use only
  IDirectionalVectorRendererPropertiesProxy(java.lang.Object obj)
          Deprecated.  
protected IDirectionalVectorRendererPropertiesProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IDirectionalVectorRendererPropertiesProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IDirectionalVectorRendererPropertiesProxy(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 getHeadingField()
          Deprecated. Provides field name containing heading; empty indicates heading is to be calculated.
 void getHeadingReference(boolean[] pbIsNorthRef, boolean[] pbIsClockwise)
          Deprecated. Provides the reference used by heading field (e.g., true, true for typical heading measurement (north, clockwise).
 java.lang.String getSpeedField()
          Deprecated. Provides field name containing speed; empty indicates speed is to be calculated.
 void getSpeedUnits(int[] peDistanceUnits, int[] peTimeUnits)
          Deprecated. Provides the units used by speed field (e.g., esriMiles, enumHours for mi/hr).
 ISymbol getSymbol()
          Deprecated. Provides the line symbol to be used for rendering the directional vector.
 double getTimeInterval()
          Deprecated. Provides the time interval represented by the directional vector; see property TimeIntervalUnits for this value’s units.
 int getTimeIntervalUnits()
          Deprecated. Provides the time interval units represented by the directional vector; see property TimeInterval for the time value.
 boolean isGlobalProperties()
          Deprecated. Indicates if the renderer properties object is the global version obtained from the Tracking Environment vs.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setGlobalProperties(boolean pbvGlobal)
          Deprecated. Indicates if the renderer properties object is the global version obtained from the Tracking Environment vs.
 void setHeadingField(java.lang.String pbstrHeading)
          Deprecated. Provides field name containing heading; empty indicates heading is to be calculated.
 void setHeadingReference(boolean bIsNorthRef, boolean bIsClockwise)
          Deprecated. Sets the reference used by heading field (e.g., true, true for typical heading measurement (north, clockwise).
 void setSpeedField(java.lang.String pbstrSpeed)
          Deprecated. Provides field name containing speed; empty indicates speed is to be calculated.
 void setSpeedUnits(int eDistanceUnits, int eTimeUnits)
          Deprecated. Sets the units used by speed field (e.g., esriMiles, enumHours for mi/hr).
 void setSymbol(ISymbol ppiSymbol)
          Deprecated. Provides the line symbol to be used for rendering the directional vector.
 void setTimeInterval(double pdTimeValue)
          Deprecated. Provides the time interval represented by the directional vector; see property TimeIntervalUnits for this value’s units.
 void setTimeIntervalUnits(int peTimeUnits)
          Deprecated. Provides the time interval units represented by the directional vector; see property TimeInterval for the time value.
 
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

IDirectionalVectorRendererPropertiesProxy

public IDirectionalVectorRendererPropertiesProxy(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

IDirectionalVectorRendererPropertiesProxy

public IDirectionalVectorRendererPropertiesProxy()
Deprecated. 
For internal use only


IDirectionalVectorRendererPropertiesProxy

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

IDirectionalVectorRendererPropertiesProxy

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

IDirectionalVectorRendererPropertiesProxy

protected IDirectionalVectorRendererPropertiesProxy(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. 
Provides the line symbol to be used for rendering the directional vector.

Specified by:
getSymbol in interface IDirectionalVectorRendererProperties
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.

setSymbol

public void setSymbol(ISymbol ppiSymbol)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Provides the line symbol to be used for rendering the directional vector.

Specified by:
setSymbol in interface IDirectionalVectorRendererProperties
Parameters:
ppiSymbol - 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.

isGlobalProperties

public boolean isGlobalProperties()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Indicates if the renderer properties object is the global version obtained from the Tracking Environment vs. a layer specific version.

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

setGlobalProperties

public void setGlobalProperties(boolean pbvGlobal)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates if the renderer properties object is the global version obtained from the Tracking Environment vs. a layer specific version.

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

getTimeInterval

public double getTimeInterval()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Provides the time interval represented by the directional vector; see property TimeIntervalUnits for this value’s units.

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

setTimeInterval

public void setTimeInterval(double pdTimeValue)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Provides the time interval represented by the directional vector; see property TimeIntervalUnits for this value’s units.

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

getTimeIntervalUnits

public int getTimeIntervalUnits()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Provides the time interval units represented by the directional vector; see property TimeInterval for the time value.

Specified by:
getTimeIntervalUnits in interface IDirectionalVectorRendererProperties
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.

setTimeIntervalUnits

public void setTimeIntervalUnits(int peTimeUnits)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Provides the time interval units represented by the directional vector; see property TimeInterval for the time value.

Specified by:
setTimeIntervalUnits in interface IDirectionalVectorRendererProperties
Parameters:
peTimeUnits - 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.

getSpeedField

public java.lang.String getSpeedField()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Provides field name containing speed; empty indicates speed is to be calculated. This property is for a future enhancement.

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

setSpeedField

public void setSpeedField(java.lang.String pbstrSpeed)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Provides field name containing speed; empty indicates speed is to be calculated. This property is for a future enhancement.

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

getHeadingField

public java.lang.String getHeadingField()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Provides field name containing heading; empty indicates heading is to be calculated. This property is for a future enhancement.

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

setHeadingField

public void setHeadingField(java.lang.String pbstrHeading)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Provides field name containing heading; empty indicates heading is to be calculated. This property is for a future enhancement.

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

getSpeedUnits

public void getSpeedUnits(int[] peDistanceUnits,
                          int[] peTimeUnits)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Provides the units used by speed field (e.g., esriMiles, enumHours for mi/hr). This property is for a future enhancement.

Specified by:
getSpeedUnits in interface IDirectionalVectorRendererProperties
Parameters:
peDistanceUnits - A com.esri.arcgis.system.esriUnits constant (out: use single element array)
peTimeUnits - A com.esri.arcgis.trackinganalyst.enumTemporalUnits constant (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSpeedUnits

public void setSpeedUnits(int eDistanceUnits,
                          int eTimeUnits)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Sets the units used by speed field (e.g., esriMiles, enumHours for mi/hr). This property is for a future enhancement.

Specified by:
setSpeedUnits in interface IDirectionalVectorRendererProperties
Parameters:
eDistanceUnits - A com.esri.arcgis.system.esriUnits constant (in)
eTimeUnits - 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.

setHeadingReference

public void setHeadingReference(boolean bIsNorthRef,
                                boolean bIsClockwise)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Sets the reference used by heading field (e.g., true, true for typical heading measurement (north, clockwise). This property is for a future enhancement.

Specified by:
setHeadingReference in interface IDirectionalVectorRendererProperties
Parameters:
bIsNorthRef - The bIsNorthRef (in)
bIsClockwise - The bIsClockwise (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHeadingReference

public void getHeadingReference(boolean[] pbIsNorthRef,
                                boolean[] pbIsClockwise)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Provides the reference used by heading field (e.g., true, true for typical heading measurement (north, clockwise). This property is for a future enhancement.

Specified by:
getHeadingReference in interface IDirectionalVectorRendererProperties
Parameters:
pbIsNorthRef - The pbIsNorthRef (out: use single element array)
pbIsClockwise - The pbIsClockwise (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.