|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.geodatabaseextensions.ITerrainDataSourceProxy
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
Internal use class
| 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 |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
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.UnknownHostException
java.io.IOExceptionpublic ITerrainDataSourceProxy()
public ITerrainDataSourceProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected ITerrainDataSourceProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected 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.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||