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
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IID4d228018_1ec1_4fcc_9646_9c6a67f9ef3c| Modifier | Constructor and Description |
|---|---|
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
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.
Removes a Java object as a listener to events generated by a COM object.
|
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.
|
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, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public ITerrainDataSourceProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic ITerrainDataSourceProxy()
public ITerrainDataSourceProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected ITerrainDataSourceProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected ITerrainDataSourceProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic void setFeatureClassID(int pClassID)
throws java.io.IOException,
AutomationException
setFeatureClassID in interface ITerrainDataSourcepClassID - The pClassID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getFeatureClassID()
throws java.io.IOException,
AutomationException
getFeatureClassID in interface ITerrainDataSourcejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setGroupID(int pGroupID)
throws java.io.IOException,
AutomationException
setGroupID in interface ITerrainDataSourcepGroupID - The pGroupID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getGroupID()
throws java.io.IOException,
AutomationException
getGroupID in interface ITerrainDataSourcejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setHeightField(java.lang.String pFieldName)
throws java.io.IOException,
AutomationException
setHeightField in interface ITerrainDataSourcepFieldName - The pFieldName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getHeightField()
throws java.io.IOException,
AutomationException
getHeightField in interface ITerrainDataSourcejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setTagValueField(java.lang.String pFieldName)
throws java.io.IOException,
AutomationException
setTagValueField in interface ITerrainDataSourcepFieldName - The pFieldName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getTagValueField()
throws java.io.IOException,
AutomationException
getTagValueField in interface ITerrainDataSourcejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSurfaceFeatureType(int pType)
throws java.io.IOException,
AutomationException
setSurfaceFeatureType in interface ITerrainDataSourcepType - A com.esri.arcgis.geodatabase.esriTinSurfaceType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getSurfaceFeatureType()
throws java.io.IOException,
AutomationException
getSurfaceFeatureType in interface ITerrainDataSourcejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setApplyToOverviewTerrain(boolean pbApply)
throws java.io.IOException,
AutomationException
setApplyToOverviewTerrain in interface ITerrainDataSourcepbApply - The pbApply (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isApplyToOverviewTerrain()
throws java.io.IOException,
AutomationException
isApplyToOverviewTerrain in interface ITerrainDataSourcejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isEmbedded()
throws java.io.IOException,
AutomationException
isEmbedded in interface ITerrainDataSourcejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setResolutionBounds(double lowerBound,
double upperBound)
throws java.io.IOException,
AutomationException
setResolutionBounds in interface ITerrainDataSourcelowerBound - The lowerBound (in)upperBound - The upperBound (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void queryResolutionBounds(double[] pLowerBound,
double[] pUpperBound)
throws java.io.IOException,
AutomationException
queryResolutionBounds in interface ITerrainDataSourcepLowerBound - The pLowerBound (out: use single element array)pUpperBound - The pUpperBound (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.