|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.carto.ILayerProxy com.esri.arcgis.carto.ITerrainLayerProxy
Description: 'Provides access to members that control a Terrain layer.' 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 ITerrainLayerProxy
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.carto.ITerrainLayer |
---|
IID, IID5a0f220d_614f_4c72_aff2_7ea0be2c8513 |
Constructor Summary | |
---|---|
|
ITerrainLayerProxy()
Deprecated. For internal use only |
|
ITerrainLayerProxy(java.lang.Object obj)
Deprecated. |
protected |
ITerrainLayerProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
ITerrainLayerProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
ITerrainLayerProxy(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. |
void |
addRenderer(ITinRenderer pRenderer)
Deprecated. Add a renderer to the end of the group. |
void |
clearRenderers()
Deprecated. Remove all the renderers from the group. |
void |
deleteRenderer(ITinRenderer pRenderer)
Deprecated. Remove a renderer from the group. |
double |
getAnalysisToolsResolution()
Deprecated. Indicates the resolution that analysis tools will be enabled. |
double |
getCurrentResolution()
Deprecated. Indicates the current resolution. |
ISurface |
getCurrentSurface()
Deprecated. Gets current surface. |
java.lang.String |
getDisplayField()
Deprecated. The primary display field. |
int |
getPointBudget()
Deprecated. Indicates the Point Budget. |
ITinRenderer |
getRenderer(int index)
Deprecated. Gets the nth renderer. |
int |
getRendererCount()
Deprecated. The number of renderers. |
double |
getTargetResolution()
Deprecated. Indicates the resolution to be used when AutoLOR is false. |
ITerrain |
getTerrain()
Deprecated. The Terrain used to define the layer. |
void |
insertRenderer(ITinRenderer pRenderer,
int index)
Deprecated. Insert a renderer at given index. |
boolean |
isAutoLOR()
Deprecated. Indicates if LOR should be updated when scale changed. |
boolean |
isLockCurrentSurface()
Deprecated. Indicates if current surface should be updated based on scale change. |
boolean |
isPyramidHonored()
Deprecated. Indicates if current surface resolution honors the scale/resolution relationship in the pyramin definition. |
boolean |
isScaleSymbols()
Deprecated. Indicates if symbols are scaled for this layer. |
boolean |
isShowResolution()
Deprecated. Indicates if TOC should display resolution. |
boolean |
isUseOverviewTerrain()
Deprecated. Indicates if Overview Terrain should be used when zoom to full. |
boolean |
isUsePointBudget()
Deprecated. Indicates if Point Budget should be used for rendering performance. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setAnalysisToolsResolution(double pAnalysisResolution)
Deprecated. Indicates the resolution that analysis tools will be enabled. |
void |
setAutoLOR(boolean pbAutoLOR)
Deprecated. Indicates if LOR should be updated when scale changed. |
void |
setDisplayField(java.lang.String pFieldName)
Deprecated. The primary display field. |
void |
setLockCurrentSurface(boolean pbLock)
Deprecated. Indicates if current surface should be updated based on scale change. |
void |
setPointBudget(int pPointBudget)
Deprecated. Indicates the Point Budget. |
void |
setScaleSymbols(boolean pbScale)
Deprecated. Indicates if symbols are scaled for this layer. |
void |
setShowResolution(boolean pbShow)
Deprecated. Indicates if TOC should display resolution. |
void |
setTargetResolution(double pResolution)
Deprecated. Indicates the resolution to be used when AutoLOR is false. |
void |
setTerrainByRef(ITerrain ppTerrain)
Deprecated. The Terrain used to define the layer. |
void |
setUseOverviewTerrain(boolean pbUseOverviewTerrain)
Deprecated. Indicates if Overview Terrain should be used when zoom to full. |
void |
setUsePointBudget(boolean pbUsePointBudget)
Deprecated. Indicates if Point Budget should be used for rendering performance. |
Methods inherited from class com.esri.arcgis.carto.ILayerProxy |
---|
draw, getAreaOfInterest, getMaximumScale, getMinimumScale, getName, getSupportedDrawPhases, getTipText, isCached, isShowTips, isValid, isVisible, setCached, setMaximumScale, setMinimumScale, setName, setShowTips, setSpatialReferenceByRef, setVisible |
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 |
Methods inherited from interface com.esri.arcgis.carto.ILayer |
---|
draw, getAreaOfInterest, getMaximumScale, getMinimumScale, getName, getSupportedDrawPhases, getTipText, isCached, isShowTips, isValid, isVisible, setCached, setMaximumScale, setMinimumScale, setName, setShowTips, setSpatialReferenceByRef, setVisible |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public ITerrainLayerProxy(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 ITerrainLayerProxy()
public ITerrainLayerProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ITerrainLayerProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ITerrainLayerProxy(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 ILayerProxy
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class ILayerProxy
java.io.IOException
public ITerrain getTerrain() throws java.io.IOException, AutomationException
getTerrain
in interface ITerrainLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTerrainByRef(ITerrain ppTerrain) throws java.io.IOException, AutomationException
setTerrainByRef
in interface ITerrainLayer
ppTerrain
- A reference to a com.esri.arcgis.geodatabaseextensions.ITerrain (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISurface getCurrentSurface() throws java.io.IOException, AutomationException
getCurrentSurface
in interface ITerrainLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getRendererCount() throws java.io.IOException, AutomationException
getRendererCount
in interface ITerrainLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITinRenderer getRenderer(int index) throws java.io.IOException, AutomationException
getRenderer
in interface ITerrainLayer
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addRenderer(ITinRenderer pRenderer) throws java.io.IOException, AutomationException
addRenderer
in interface ITerrainLayer
pRenderer
- A reference to a com.esri.arcgis.carto.ITinRenderer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void insertRenderer(ITinRenderer pRenderer, int index) throws java.io.IOException, AutomationException
insertRenderer
in interface ITerrainLayer
pRenderer
- A reference to a com.esri.arcgis.carto.ITinRenderer (in)index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deleteRenderer(ITinRenderer pRenderer) throws java.io.IOException, AutomationException
deleteRenderer
in interface ITerrainLayer
pRenderer
- A reference to a com.esri.arcgis.carto.ITinRenderer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clearRenderers() throws java.io.IOException, AutomationException
clearRenderers
in interface ITerrainLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDisplayField() throws java.io.IOException, AutomationException
getDisplayField
in interface ITerrainLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDisplayField(java.lang.String pFieldName) throws java.io.IOException, AutomationException
setDisplayField
in interface ITerrainLayer
pFieldName
- The pFieldName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isScaleSymbols() throws java.io.IOException, AutomationException
isScaleSymbols
in interface ITerrainLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setScaleSymbols(boolean pbScale) throws java.io.IOException, AutomationException
setScaleSymbols
in interface ITerrainLayer
pbScale
- The pbScale (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseOverviewTerrain() throws java.io.IOException, AutomationException
isUseOverviewTerrain
in interface ITerrainLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseOverviewTerrain(boolean pbUseOverviewTerrain) throws java.io.IOException, AutomationException
setUseOverviewTerrain
in interface ITerrainLayer
pbUseOverviewTerrain
- The pbUseOverviewTerrain (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAutoLOR() throws java.io.IOException, AutomationException
isAutoLOR
in interface ITerrainLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAutoLOR(boolean pbAutoLOR) throws java.io.IOException, AutomationException
setAutoLOR
in interface ITerrainLayer
pbAutoLOR
- The pbAutoLOR (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isPyramidHonored() throws java.io.IOException, AutomationException
isPyramidHonored
in interface ITerrainLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getTargetResolution() throws java.io.IOException, AutomationException
getTargetResolution
in interface ITerrainLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTargetResolution(double pResolution) throws java.io.IOException, AutomationException
setTargetResolution
in interface ITerrainLayer
pResolution
- The pResolution (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getCurrentResolution() throws java.io.IOException, AutomationException
getCurrentResolution
in interface ITerrainLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isShowResolution() throws java.io.IOException, AutomationException
isShowResolution
in interface ITerrainLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setShowResolution(boolean pbShow) throws java.io.IOException, AutomationException
setShowResolution
in interface ITerrainLayer
pbShow
- The pbShow (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isLockCurrentSurface() throws java.io.IOException, AutomationException
isLockCurrentSurface
in interface ITerrainLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLockCurrentSurface(boolean pbLock) throws java.io.IOException, AutomationException
setLockCurrentSurface
in interface ITerrainLayer
pbLock
- The pbLock (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUsePointBudget() throws java.io.IOException, AutomationException
isUsePointBudget
in interface ITerrainLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUsePointBudget(boolean pbUsePointBudget) throws java.io.IOException, AutomationException
setUsePointBudget
in interface ITerrainLayer
pbUsePointBudget
- The pbUsePointBudget (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPointBudget() throws java.io.IOException, AutomationException
getPointBudget
in interface ITerrainLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPointBudget(int pPointBudget) throws java.io.IOException, AutomationException
setPointBudget
in interface ITerrainLayer
pPointBudget
- The pPointBudget (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getAnalysisToolsResolution() throws java.io.IOException, AutomationException
getAnalysisToolsResolution
in interface ITerrainLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAnalysisToolsResolution(double pAnalysisResolution) throws java.io.IOException, AutomationException
setAnalysisToolsResolution
in interface ITerrainLayer
pAnalysisResolution
- The pAnalysisResolution (in)
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 |