com.esri.arcgis.carto
Class ITinContourRendererProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.ITinContourRendererProxy
All Implemented Interfaces:
ITinContourRenderer, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members that control contour 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 ITinContourRendererProxy
extends com.esri.arcgis.interop.Dispatch
implements ITinContourRenderer, 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.carto.ITinContourRenderer
IID, IID8a4eea7b_a3f7_4651_8bbd_b6bf08b11a19
 
Constructor Summary
  ITinContourRendererProxy()
          Deprecated. For internal use only
  ITinContourRendererProxy(java.lang.Object obj)
          Deprecated.  
protected ITinContourRendererProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ITinContourRendererProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ITinContourRendererProxy(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 getContourDescription()
          Deprecated. The description for the label.
 double getContourInterval()
          Deprecated. The contour interval.
 java.lang.String getContourLabel()
          Deprecated. The descriptive symbol text.
 ISymbol getContourSymbol()
          Deprecated. The symbol used to render the contour.
 java.lang.String getIndexContourDescription()
          Deprecated. The description for the index contour.
 int getIndexContourFactor()
          Deprecated. The index contour factor.
 java.lang.String getIndexContourLabel()
          Deprecated. The label for the index contour.
 ISymbol getIndexContourSymbol()
          Deprecated. The symbol used to render index contour.
 double getReferenceContourHeight()
          Deprecated. The reference contour height.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setContourDescription(java.lang.String text)
          Deprecated. The description for the label.
 void setContourInterval(double interval)
          Deprecated. The contour interval.
 void setContourLabel(java.lang.String label)
          Deprecated. The descriptive symbol text.
 void setContourSymbolByRef(ISymbol symbol)
          Deprecated. The symbol used to render the contour.
 void setIndexContourDescription(java.lang.String text)
          Deprecated. The description for the index contour.
 void setIndexContourFactor(int factor)
          Deprecated. The index contour factor.
 void setIndexContourLabel(java.lang.String label)
          Deprecated. The label for the index contour.
 void setIndexContourSymbolByRef(ISymbol symbol)
          Deprecated. The symbol used to render index contour.
 void setReferenceContourHeight(double height)
          Deprecated. The reference contour height.
 
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

ITinContourRendererProxy

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

ITinContourRendererProxy

public ITinContourRendererProxy()
Deprecated. 
For internal use only


ITinContourRendererProxy

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

ITinContourRendererProxy

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

ITinContourRendererProxy

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

getReferenceContourHeight

public double getReferenceContourHeight()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
The reference contour height.

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

setReferenceContourHeight

public void setReferenceContourHeight(double height)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The reference contour height.

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

getContourInterval

public double getContourInterval()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The contour interval.

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

setContourInterval

public void setContourInterval(double interval)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The contour interval.

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

getIndexContourFactor

public int getIndexContourFactor()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The index contour factor.

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

setIndexContourFactor

public void setIndexContourFactor(int factor)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The index contour factor.

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

getContourSymbol

public ISymbol getContourSymbol()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The symbol used to render the contour.

Specified by:
getContourSymbol in interface ITinContourRenderer
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.

setContourSymbolByRef

public void setContourSymbolByRef(ISymbol symbol)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The symbol used to render the contour.

Specified by:
setContourSymbolByRef in interface ITinContourRenderer
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.

getContourLabel

public java.lang.String getContourLabel()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
The descriptive symbol text.

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

setContourLabel

public void setContourLabel(java.lang.String label)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The descriptive symbol text.

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

getContourDescription

public java.lang.String getContourDescription()
                                       throws java.io.IOException,
                                              AutomationException
Deprecated. 
The description for the label.

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

setContourDescription

public void setContourDescription(java.lang.String text)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The description for the label.

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

getIndexContourSymbol

public ISymbol getIndexContourSymbol()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The symbol used to render index contour.

Specified by:
getIndexContourSymbol in interface ITinContourRenderer
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.

setIndexContourSymbolByRef

public void setIndexContourSymbolByRef(ISymbol symbol)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The symbol used to render index contour.

Specified by:
setIndexContourSymbolByRef in interface ITinContourRenderer
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.

getIndexContourLabel

public java.lang.String getIndexContourLabel()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
The label for the index contour.

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

setIndexContourLabel

public void setIndexContourLabel(java.lang.String label)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The label for the index contour.

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

getIndexContourDescription

public java.lang.String getIndexContourDescription()
                                            throws java.io.IOException,
                                                   AutomationException
Deprecated. 
The description for the index contour.

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

setIndexContourDescription

public void setIndexContourDescription(java.lang.String text)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The description for the index contour.

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