|
|||||||||
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.carto.ITinContourRendererProxy
Description: 'Provides access to members that control contour rendering.' 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 ITinContourRendererProxy
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.ITinContourRenderer |
---|
IID, IID8a4eea7b_a3f7_4651_8bbd_b6bf08b11a19 |
Constructor Summary | |
---|---|
|
ITinContourRendererProxy()
Deprecated. For internal use only |
|
ITinContourRendererProxy(java.lang.Object obj)
Deprecated. |
protected |
ITinContourRendererProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
ITinContourRendererProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
ITinContourRendererProxy(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. |
java.lang.String |
getContourDescription()
Deprecated. The description for the label. |
double |
getContourInterval()
Deprecated. The contour interval. |
java.lang.String |
getContourLabel()
Deprecated. The descriptive symbol text. |
ISymbol |
getContourSymbol()
Deprecated. The symbol used to render the contour. |
java.lang.String |
getIndexContourDescription()
Deprecated. The description for the index contour. |
int |
getIndexContourFactor()
Deprecated. The index contour factor. |
java.lang.String |
getIndexContourLabel()
Deprecated. The label for the index contour. |
ISymbol |
getIndexContourSymbol()
Deprecated. The symbol used to render index contour. |
double |
getReferenceContourHeight()
Deprecated. The reference contour height. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setContourDescription(java.lang.String text)
Deprecated. The description for the label. |
void |
setContourInterval(double interval)
Deprecated. The contour interval. |
void |
setContourLabel(java.lang.String label)
Deprecated. The descriptive symbol text. |
void |
setContourSymbolByRef(ISymbol symbol)
Deprecated. The symbol used to render the contour. |
void |
setIndexContourDescription(java.lang.String text)
Deprecated. The description for the index contour. |
void |
setIndexContourFactor(int factor)
Deprecated. The index contour factor. |
void |
setIndexContourLabel(java.lang.String label)
Deprecated. The label for the index contour. |
void |
setIndexContourSymbolByRef(ISymbol symbol)
Deprecated. The symbol used to render index contour. |
void |
setReferenceContourHeight(double height)
Deprecated. The reference contour height. |
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 ITinContourRendererProxy(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 ITinContourRendererProxy()
public ITinContourRendererProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ITinContourRendererProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ITinContourRendererProxy(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.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public double getReferenceContourHeight() throws java.io.IOException, AutomationException
getReferenceContourHeight
in interface ITinContourRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReferenceContourHeight(double height) throws java.io.IOException, AutomationException
setReferenceContourHeight
in interface ITinContourRenderer
height
- The height (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getContourInterval() throws java.io.IOException, AutomationException
getContourInterval
in interface ITinContourRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setContourInterval(double interval) throws java.io.IOException, AutomationException
setContourInterval
in interface ITinContourRenderer
interval
- The interval (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getIndexContourFactor() throws java.io.IOException, AutomationException
getIndexContourFactor
in interface ITinContourRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIndexContourFactor(int factor) throws java.io.IOException, AutomationException
setIndexContourFactor
in interface ITinContourRenderer
factor
- The factor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISymbol getContourSymbol() throws java.io.IOException, AutomationException
getContourSymbol
in interface ITinContourRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setContourSymbolByRef(ISymbol symbol) throws java.io.IOException, AutomationException
setContourSymbolByRef
in interface ITinContourRenderer
symbol
- A reference to a com.esri.arcgis.display.ISymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getContourLabel() throws java.io.IOException, AutomationException
getContourLabel
in interface ITinContourRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setContourLabel(java.lang.String label) throws java.io.IOException, AutomationException
setContourLabel
in interface ITinContourRenderer
label
- The label (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getContourDescription() throws java.io.IOException, AutomationException
getContourDescription
in interface ITinContourRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setContourDescription(java.lang.String text) throws java.io.IOException, AutomationException
setContourDescription
in interface ITinContourRenderer
text
- The text (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISymbol getIndexContourSymbol() throws java.io.IOException, AutomationException
getIndexContourSymbol
in interface ITinContourRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIndexContourSymbolByRef(ISymbol symbol) throws java.io.IOException, AutomationException
setIndexContourSymbolByRef
in interface ITinContourRenderer
symbol
- A reference to a com.esri.arcgis.display.ISymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getIndexContourLabel() throws java.io.IOException, AutomationException
getIndexContourLabel
in interface ITinContourRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIndexContourLabel(java.lang.String label) throws java.io.IOException, AutomationException
setIndexContourLabel
in interface ITinContourRenderer
label
- The label (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getIndexContourDescription() throws java.io.IOException, AutomationException
getIndexContourDescription
in interface ITinContourRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIndexContourDescription(java.lang.String text) throws java.io.IOException, AutomationException
setIndexContourDescription
in interface ITinContourRenderer
text
- The text (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 |