com.esri.arcgis.geodatabaseextensions
Class ITerrainDataSourceProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabaseextensions.ITerrainDataSourceProxy
All Implemented Interfaces:
ITerrainDataSource, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
ITerrainDataSource2Proxy

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

Description: 'Provides access to members of Terrain Data Source.' 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 ITerrainDataSourceProxy
extends com.esri.arcgis.interop.Dispatch
implements ITerrainDataSource, 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.ITerrainDataSource
IID, IID4d228018_1ec1_4fcc_9646_9c6a67f9ef3c
 
Constructor Summary
  ITerrainDataSourceProxy()
          Deprecated. For internal use only
  ITerrainDataSourceProxy(java.lang.Object obj)
          Deprecated.  
protected ITerrainDataSourceProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ITerrainDataSourceProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ITerrainDataSourceProxy(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.  
 int getFeatureClassID()
          Deprecated. The unique database identifier for the feature class.
 int getGroupID()
          Deprecated. The identifier of the terrain's thematic group to which this feature class belongs.
 java.lang.String getHeightField()
          Deprecated. The database column providing heights for the features.
 int getSurfaceFeatureType()
          Deprecated. Indicates how the features are used to define the terrain surface.
 java.lang.String getTagValueField()
          Deprecated. The database column providing tag values for TIN elements derived from the terrain.
 boolean isApplyToOverviewTerrain()
          Deprecated. Indicates if the 'breakline' data source should be added to the overview Terrain.
 boolean isEmbedded()
          Deprecated. Indicates whether or not the data source is contained by the terrain.
 void queryResolutionBounds(double[] pLowerBound, double[] pUpperBound)
          Deprecated. Returns the lower and upper resolution bounds in which the line/area data source participates in the triangulation.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setApplyToOverviewTerrain(boolean pbApply)
          Deprecated. Indicates if the 'breakline' data source should be added to the overview Terrain.
 void setFeatureClassID(int pClassID)
          Deprecated. The unique database identifier for the feature class.
 void setGroupID(int pGroupID)
          Deprecated. The identifier of the terrain's thematic group to which this feature class belongs.
 void setHeightField(java.lang.String pFieldName)
          Deprecated. The database column providing heights for the features.
 void setResolutionBounds(double lowerBound, double upperBound)
          Deprecated. Sets the lower and upper resolution bounds in which the line/area data source participates in the triangulation.
 void setSurfaceFeatureType(int pType)
          Deprecated. Indicates how the features are used to define the terrain surface.
 void setTagValueField(java.lang.String pFieldName)
          Deprecated. The database column providing tag values for TIN elements derived from the terrain.
 
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

ITerrainDataSourceProxy

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

ITerrainDataSourceProxy

public ITerrainDataSourceProxy()
Deprecated. 
For internal use only


ITerrainDataSourceProxy

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

ITerrainDataSourceProxy

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

ITerrainDataSourceProxy

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

setFeatureClassID

public void setFeatureClassID(int pClassID)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The unique database identifier for the feature class.

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

getFeatureClassID

public int getFeatureClassID()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The unique database identifier for the feature class.

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

setGroupID

public void setGroupID(int pGroupID)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The identifier of the terrain's thematic group to which this feature class belongs.

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

getGroupID

public int getGroupID()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The identifier of the terrain's thematic group to which this feature class belongs.

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

setHeightField

public void setHeightField(java.lang.String pFieldName)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The database column providing heights for the features.

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

getHeightField

public java.lang.String getHeightField()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The database column providing heights for the features.

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

setTagValueField

public void setTagValueField(java.lang.String pFieldName)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The database column providing tag values for TIN elements derived from the terrain.

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

getTagValueField

public java.lang.String getTagValueField()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
The database column providing tag values for TIN elements derived from the terrain.

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

setSurfaceFeatureType

public void setSurfaceFeatureType(int pType)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Indicates how the features are used to define the terrain surface.

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

getSurfaceFeatureType

public int getSurfaceFeatureType()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates how the features are used to define the terrain surface.

Specified by:
getSurfaceFeatureType in interface ITerrainDataSource
Returns:
A com.esri.arcgis.geodatabase.esriTinSurfaceType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setApplyToOverviewTerrain

public void setApplyToOverviewTerrain(boolean pbApply)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Indicates if the 'breakline' data source should be added to the overview Terrain.

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

isApplyToOverviewTerrain

public boolean isApplyToOverviewTerrain()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Indicates if the 'breakline' data source should be added to the overview Terrain.

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

isEmbedded

public boolean isEmbedded()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Indicates whether or not the data source is contained by the terrain.

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

setResolutionBounds

public void setResolutionBounds(double lowerBound,
                                double upperBound)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Sets the lower and upper resolution bounds in which the line/area data source participates in the triangulation.

Specified by:
setResolutionBounds in interface ITerrainDataSource
Parameters:
lowerBound - The lowerBound (in)
upperBound - The upperBound (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryResolutionBounds

public void queryResolutionBounds(double[] pLowerBound,
                                  double[] pUpperBound)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Returns the lower and upper resolution bounds in which the line/area data source participates in the triangulation.

Specified by:
queryResolutionBounds in interface ITerrainDataSource
Parameters:
pLowerBound - The pLowerBound (out: use single element array)
pUpperBound - The pUpperBound (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.