com.esri.arcgis.location
Class IRouteMeasurePointProperties2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.location.IRouteMeasurePointPropertiesProxy
          extended by com.esri.arcgis.location.IRouteMeasurePointProperties2Proxy
All Implemented Interfaces:
IRouteMeasurePointProperties, IRouteMeasurePointProperties2, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to the route measure properties unique to point event tables.' 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 IRouteMeasurePointProperties2Proxy
extends IRouteMeasurePointPropertiesProxy
implements IRouteMeasurePointProperties2, 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.location.IRouteMeasurePointProperties2
IID, IID99eb3970_f8a2_4670_b6f6_d928e2ad39c1
 
Fields inherited from interface com.esri.arcgis.location.IRouteMeasurePointProperties
IID5fad1b6d_3bbd_11d4_9fcc_00c04f6bdf06
 
Constructor Summary
  IRouteMeasurePointProperties2Proxy()
          Deprecated. For internal use only
  IRouteMeasurePointProperties2Proxy(java.lang.Object obj)
          Deprecated.  
protected IRouteMeasurePointProperties2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRouteMeasurePointProperties2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRouteMeasurePointProperties2Proxy(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 getAngleFieldName()
          Deprecated. Name of the angle field name.
 boolean isAddAngleField()
          Deprecated. Indicates if an angle field should be added to the field set.
 boolean isAsPointFeature()
          Deprecated. Indicates if the point event shape should be output as a multipoint or a point.
 boolean isComplementAngle()
          Deprecated. Indicates if 180 degres should be added to the angle field value.
 boolean isNormalAngle()
          Deprecated. Indicates if the angle field should be the normal or the tangent anglea.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAddAngleField(boolean angleField)
          Deprecated. Indicates if an angle field should be added to the field set.
 void setAngleFieldName(java.lang.String fieldName)
          Deprecated. Name of the angle field name.
 void setAsPointFeature(boolean value)
          Deprecated. Indicates if the point event shape should be output as a multipoint or a point.
 void setComplementAngle(boolean value)
          Deprecated. Indicates if 180 degres should be added to the angle field value.
 void setNormalAngle(boolean value)
          Deprecated. Indicates if the angle field should be the normal or the tangent anglea.
 
Methods inherited from class com.esri.arcgis.location.IRouteMeasurePointPropertiesProxy
getMeasureFieldName, setMeasureFieldName
 
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
 
Methods inherited from interface com.esri.arcgis.location.IRouteMeasurePointProperties
getMeasureFieldName, setMeasureFieldName
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IRouteMeasurePointProperties2Proxy

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

IRouteMeasurePointProperties2Proxy

public IRouteMeasurePointProperties2Proxy()
Deprecated. 
For internal use only


IRouteMeasurePointProperties2Proxy

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

IRouteMeasurePointProperties2Proxy

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

IRouteMeasurePointProperties2Proxy

protected IRouteMeasurePointProperties2Proxy(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 IRouteMeasurePointPropertiesProxy
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 IRouteMeasurePointPropertiesProxy
Throws:
java.io.IOException

setAsPointFeature

public void setAsPointFeature(boolean value)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates if the point event shape should be output as a multipoint or a point.

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

isAsPointFeature

public boolean isAsPointFeature()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates if the point event shape should be output as a multipoint or a point.

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

setAddAngleField

public void setAddAngleField(boolean angleField)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates if an angle field should be added to the field set.

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

isAddAngleField

public boolean isAddAngleField()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates if an angle field should be added to the field set.

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

setAngleFieldName

public void setAngleFieldName(java.lang.String fieldName)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Name of the angle field name.

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

getAngleFieldName

public java.lang.String getAngleFieldName()
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
Name of the angle field name.

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

setNormalAngle

public void setNormalAngle(boolean value)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates if the angle field should be the normal or the tangent anglea.

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

isNormalAngle

public boolean isNormalAngle()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates if the angle field should be the normal or the tangent anglea.

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

setComplementAngle

public void setComplementAngle(boolean value)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates if 180 degres should be added to the angle field value.

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

isComplementAngle

public boolean isComplementAngle()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates if 180 degres should be added to the angle field value.

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