com.esri.arcgis.geodatabase
Class IDirectionsLandmarkSourceProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IDirectionsLandmarkSourceProxy
All Implemented Interfaces:
IDirectionsLandmarkSource, java.io.Externalizable, java.io.Serializable

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

Description: '.' 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 IDirectionsLandmarkSourceProxy
extends com.esri.arcgis.interop.Dispatch
implements IDirectionsLandmarkSource, 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.geodatabase.IDirectionsLandmarkSource
IID, IIDa85044b3_a490_49b6_b37b_91210e2e9375
 
Constructor Summary
  IDirectionsLandmarkSourceProxy()
          Deprecated. For internal use only
  IDirectionsLandmarkSourceProxy(java.lang.Object obj)
          Deprecated.  
protected IDirectionsLandmarkSourceProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IDirectionsLandmarkSourceProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IDirectionsLandmarkSourceProxy(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 getFeatureClassName()
          Deprecated. The name of the landmarks feature class.
 java.lang.String getLabelFieldName()
          Deprecated. The name of the landmarks feature class field which is used to access the landmark display name.
 java.lang.String getLevelFieldName()
          Deprecated. The name of the landmarks feature class field which is used to access the landmark Z-level value.
 double getSearchTolerance()
          Deprecated. The search tolerance value used to find landmarks along the route using spatial search.
 int getSearchToleranceUnits()
          Deprecated. The search tolerance value unit type.
 boolean isUseSpatialSearch()
          Deprecated. Indicates if spatial search should be used to locate landmarks along the route.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setFeatureClassName(java.lang.String name)
          Deprecated. The name of the landmarks feature class.
 void setLabelFieldName(java.lang.String name)
          Deprecated. The name of the landmarks feature class field which is used to access the landmark display name.
 void setLevelFieldName(java.lang.String name)
          Deprecated. The name of the landmarks feature class field which is used to access the landmark Z-level value.
 void setSearchTolerance(double tolerance)
          Deprecated. The search tolerance value used to find landmarks along the route using spatial search.
 void setSearchToleranceUnits(int units)
          Deprecated. The search tolerance value unit type.
 void setUseSpatialSearch(boolean useSearch)
          Deprecated. Indicates if spatial search should be used to locate landmarks along the route.
 
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

IDirectionsLandmarkSourceProxy

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

IDirectionsLandmarkSourceProxy

public IDirectionsLandmarkSourceProxy()
Deprecated. 
For internal use only


IDirectionsLandmarkSourceProxy

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

IDirectionsLandmarkSourceProxy

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

IDirectionsLandmarkSourceProxy

protected IDirectionsLandmarkSourceProxy(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

getFeatureClassName

public java.lang.String getFeatureClassName()
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
The name of the landmarks feature class.

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

setFeatureClassName

public void setFeatureClassName(java.lang.String name)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The name of the landmarks feature class.

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

getLabelFieldName

public java.lang.String getLabelFieldName()
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
The name of the landmarks feature class field which is used to access the landmark display name.

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

setLabelFieldName

public void setLabelFieldName(java.lang.String name)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The name of the landmarks feature class field which is used to access the landmark display name.

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

getLevelFieldName

public java.lang.String getLevelFieldName()
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
The name of the landmarks feature class field which is used to access the landmark Z-level value.

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

setLevelFieldName

public void setLevelFieldName(java.lang.String name)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The name of the landmarks feature class field which is used to access the landmark Z-level value.

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

getSearchTolerance

public double getSearchTolerance()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The search tolerance value used to find landmarks along the route using spatial search.

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

setSearchTolerance

public void setSearchTolerance(double tolerance)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The search tolerance value used to find landmarks along the route using spatial search.

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

getSearchToleranceUnits

public int getSearchToleranceUnits()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The search tolerance value unit type.

Specified by:
getSearchToleranceUnits in interface IDirectionsLandmarkSource
Returns:
A com.esri.arcgis.system.esriUnits constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSearchToleranceUnits

public void setSearchToleranceUnits(int units)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The search tolerance value unit type.

Specified by:
setSearchToleranceUnits in interface IDirectionsLandmarkSource
Parameters:
units - A com.esri.arcgis.system.esriUnits constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isUseSpatialSearch

public boolean isUseSpatialSearch()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Indicates if spatial search should be used to locate landmarks along the route.

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

setUseSpatialSearch

public void setUseSpatialSearch(boolean useSearch)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates if spatial search should be used to locate landmarks along the route.

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