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
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID0911f2fb_4b12_4012_ae6b_94fad2d2084d
Modifier | Constructor and Description |
---|---|
|
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.
|
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.
|
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.
|
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.
|
java.lang.String |
IDataElement_getName()
Deprecated.
The name of the terrain.
|
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 |
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.
|
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
public static final java.lang.Class targetClass
public boolean noncastable
public IDETerrainProxy(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.IOException
public IDETerrainProxy()
public IDETerrainProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IDETerrainProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IDETerrainProxy(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
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- 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.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public void setName(java.lang.String pName) throws java.io.IOException, AutomationException
setName
in interface IDETerrain
pName
- The pName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String IDataElement_getName() throws java.io.IOException, AutomationException
IDataElement_getName
in interface IDETerrain
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setTileSize(double pSize) throws java.io.IOException, AutomationException
setTileSize
in interface IDETerrain
pSize
- The pSize (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getTileSize() throws java.io.IOException, AutomationException
getTileSize
in interface IDETerrain
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setPyramidType(int pType) throws java.io.IOException, AutomationException
setPyramidType
in interface IDETerrain
pType
- A com.esri.arcgis.geodatabaseextensions.esriTerrainPyramidType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getPyramidType() throws java.io.IOException, AutomationException
getPyramidType
in interface IDETerrain
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMaxOverviewTerrainPoints(int pcPoints) throws java.io.IOException, AutomationException
setMaxOverviewTerrainPoints
in interface IDETerrain
pcPoints
- The pcPoints (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getMaxOverviewTerrainPoints() throws java.io.IOException, AutomationException
getMaxOverviewTerrainPoints
in interface IDETerrain
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMaxPointsPerShape(int pcPoints) throws java.io.IOException, AutomationException
setMaxPointsPerShape
in interface IDETerrain
pcPoints
- The pcPoints (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getMaxPointsPerShape() throws java.io.IOException, AutomationException
getMaxPointsPerShape
in interface IDETerrain
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setConfigurationKeyword(java.lang.String pConfigKeyword) throws java.io.IOException, AutomationException
setConfigurationKeyword
in interface IDETerrain
pConfigKeyword
- The pConfigKeyword (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getConfigurationKeyword() throws java.io.IOException, AutomationException
getConfigurationKeyword
in interface IDETerrain
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.