com.esri.arcgis.carto
Class ITinLayerProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.ILayerProxy
          extended by com.esri.arcgis.carto.ITinLayerProxy
All Implemented Interfaces:
ILayer, ITinLayer, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
ITinLayer2Proxy

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

Description: 'Provides access to members that control a TIN layer.' 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 ITinLayerProxy
extends ILayerProxy
implements ITinLayer, 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.ITinLayer
IID, IIDfe308f36_bdca_11d1_a523_0000f8774f0f
 
Constructor Summary
  ITinLayerProxy()
          Deprecated. For internal use only
  ITinLayerProxy(java.lang.Object obj)
          Deprecated.  
protected ITinLayerProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ITinLayerProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ITinLayerProxy(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.  
 void addRenderer(ITinRenderer renderer)
          Deprecated. Add a renderer to the end of the group.
 void clearRenderers()
          Deprecated. Remove all the renderers from the group.
 void deleteRenderer(ITinRenderer renderer)
          Deprecated. Remove a renderer from the group.
 ITin getDataset()
          Deprecated. The TIN used to define the layer.
 java.lang.String getDisplayField()
          Deprecated. The primary display field.
 ITinRenderer getRenderer(int index)
          Deprecated. Gets the nth renderer.
 int getRendererCount()
          Deprecated. The number of renderers.
 void insertRenderer(ITinRenderer renderer, int index)
          Deprecated. Insert a renderer at given index.
 boolean isScaleSymbols()
          Deprecated. Indicates if symbols are scaled for this layer.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setDatasetByRef(ITin tin)
          Deprecated. The TIN used to define the layer.
 void setDisplayField(java.lang.String fieldName)
          Deprecated. The primary display field.
 void setScaleSymbols(boolean scale)
          Deprecated. Indicates if symbols are scaled for this layer.
 
Methods inherited from class com.esri.arcgis.carto.ILayerProxy
draw, getAreaOfInterest, getMaximumScale, getMinimumScale, getName, getSupportedDrawPhases, getTipText, isCached, isShowTips, isValid, isVisible, setCached, setMaximumScale, setMinimumScale, setName, setShowTips, setSpatialReferenceByRef, setVisible
 
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.carto.ILayer
draw, getAreaOfInterest, getMaximumScale, getMinimumScale, getName, getSupportedDrawPhases, getTipText, isCached, isShowTips, isValid, isVisible, setCached, setMaximumScale, setMinimumScale, setName, setShowTips, setSpatialReferenceByRef, setVisible
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ITinLayerProxy

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

ITinLayerProxy

public ITinLayerProxy()
Deprecated. 
For internal use only


ITinLayerProxy

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

ITinLayerProxy

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

ITinLayerProxy

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

getDataset

public ITin getDataset()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The TIN used to define the layer.

Specified by:
getDataset in interface ITinLayer
Returns:
A reference to a com.esri.arcgis.geodatabase.ITin
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDatasetByRef

public void setDatasetByRef(ITin tin)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The TIN used to define the layer.

Specified by:
setDatasetByRef in interface ITinLayer
Parameters:
tin - A reference to a com.esri.arcgis.geodatabase.ITin (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRendererCount

public int getRendererCount()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The number of renderers.

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

getRenderer

public ITinRenderer getRenderer(int index)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Gets the nth renderer.

Specified by:
getRenderer in interface ITinLayer
Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.carto.ITinRenderer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addRenderer

public void addRenderer(ITinRenderer renderer)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Add a renderer to the end of the group.

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

insertRenderer

public void insertRenderer(ITinRenderer renderer,
                           int index)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Insert a renderer at given index.

Specified by:
insertRenderer in interface ITinLayer
Parameters:
renderer - A reference to a com.esri.arcgis.carto.ITinRenderer (in)
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteRenderer

public void deleteRenderer(ITinRenderer renderer)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Remove a renderer from the group.

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

clearRenderers

public void clearRenderers()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Remove all the renderers from the group.

Specified by:
clearRenderers in interface ITinLayer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDisplayField

public java.lang.String getDisplayField()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
The primary display field.

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

setDisplayField

public void setDisplayField(java.lang.String fieldName)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The primary display field.

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

isScaleSymbols

public boolean isScaleSymbols()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates if symbols are scaled for this layer.

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

setScaleSymbols

public void setScaleSymbols(boolean scale)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if symbols are scaled for this layer.

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