com.esri.arcgis.geodatabaseextensions
Class IDETerrainProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabaseextensions.IDETerrainProxy
All Implemented Interfaces:
IDETerrain, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IDETerrain'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'

Description: 'Provides access to members of Terrain Data Element.' 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 IDETerrainProxy
extends com.esri.arcgis.interop.Dispatch
implements IDETerrain, 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.geodatabaseextensions.IDETerrain
IID, IID0911f2fb_4b12_4012_ae6b_94fad2d2084d
 
Constructor Summary
  IDETerrainProxy()
          Deprecated. For internal use only
  IDETerrainProxy(java.lang.Object obj)
          Deprecated.  
protected IDETerrainProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IDETerrainProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IDETerrainProxy(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 getConfigurationKeyword()
          Deprecated. The storage parameter used with SDE databases.
 int getMaxOverviewTerrainPoints()
          Deprecated. The maximum number of points in the most generalized representation of the Terrain.
 int getMaxPointsPerShape()
          Deprecated. The maximum number of vertices per multipoint stored in the terrain pyramid.
 java.lang.String getName()
          Deprecated. The name of the terrain.
 int getPyramidType()
          Deprecated. The kind of the pyramid as defined by the type of filter it uses to thin points.
 double getTileSize()
          Deprecated. The horizontal distance used to spatially index and partition terrain data.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setConfigurationKeyword(java.lang.String pConfigKeyword)
          Deprecated. The storage parameter used with SDE databases.
 void setMaxOverviewTerrainPoints(int pcPoints)
          Deprecated. The maximum number of points in the most generalized representation of the Terrain.
 void setMaxPointsPerShape(int pcPoints)
          Deprecated. The maximum number of vertices per multipoint stored in the terrain pyramid.
 void setName(java.lang.String pName)
          Deprecated. The name of the terrain.
 void setPyramidType(int pType)
          Deprecated. The kind of the pyramid as defined by the type of filter it uses to thin points.
 void setTileSize(double pSize)
          Deprecated. The horizontal distance used to spatially index and partition terrain data.
 
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

IDETerrainProxy

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

IDETerrainProxy

public IDETerrainProxy()
Deprecated. 
For internal use only


IDETerrainProxy

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

IDETerrainProxy

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

IDETerrainProxy

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

setName

public void setName(java.lang.String pName)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
The name of the terrain.

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

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The name of the terrain.

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

setTileSize

public void setTileSize(double pSize)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The horizontal distance used to spatially index and partition terrain data.

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

getTileSize

public double getTileSize()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The horizontal distance used to spatially index and partition terrain data.

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

setPyramidType

public void setPyramidType(int pType)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The kind of the pyramid as defined by the type of filter it uses to thin points.

Specified by:
setPyramidType in interface IDETerrain
Parameters:
pType - A com.esri.arcgis.geodatabaseextensions.esriTerrainPyramidType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPyramidType

public int getPyramidType()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The kind of the pyramid as defined by the type of filter it uses to thin points.

Specified by:
getPyramidType in interface IDETerrain
Returns:
A com.esri.arcgis.geodatabaseextensions.esriTerrainPyramidType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaxOverviewTerrainPoints

public void setMaxOverviewTerrainPoints(int pcPoints)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
The maximum number of points in the most generalized representation of the Terrain.

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

getMaxOverviewTerrainPoints

public int getMaxOverviewTerrainPoints()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The maximum number of points in the most generalized representation of the Terrain.

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

setMaxPointsPerShape

public void setMaxPointsPerShape(int pcPoints)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The maximum number of vertices per multipoint stored in the terrain pyramid.

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

getMaxPointsPerShape

public int getMaxPointsPerShape()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The maximum number of vertices per multipoint stored in the terrain pyramid.

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

setConfigurationKeyword

public void setConfigurationKeyword(java.lang.String pConfigKeyword)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The storage parameter used with SDE databases.

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

getConfigurationKeyword

public java.lang.String getConfigurationKeyword()
                                         throws java.io.IOException,
                                                AutomationException
Deprecated. 
The storage parameter used with SDE databases.

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