|
|||||||||
| 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.IClassBreaksRendererProxy
Description: 'Provides access to members that control a renderer which is used to draw graduated color (choropleth) and graduated symbol maps.' 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 IClassBreaksRendererProxy
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.IClassBreaksRenderer |
|---|
IID, IIDae5f7ea1_8b48_11d0_8356_080009b996cc |
| Constructor Summary | |
|---|---|
|
IClassBreaksRendererProxy()
Deprecated. For internal use only |
|
IClassBreaksRendererProxy(java.lang.Object obj)
Deprecated. |
protected |
IClassBreaksRendererProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IClassBreaksRendererProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IClassBreaksRendererProxy(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. |
IFillSymbol |
getBackgroundSymbol()
Deprecated. Background fill symbol used when graduated marker symbols are draw on polygon features. |
double |
getBreak(int index)
Deprecated. Break value at the specified index. |
int |
getBreakCount()
Deprecated. Number of class breaks (equal to the number of classes). |
java.lang.String |
getDescription(int index)
Deprecated. Description at the specified index. |
java.lang.String |
getField()
Deprecated. Classification field. |
java.lang.String |
getLabel(int index)
Deprecated. Label at the specified index. |
double |
getMinimumBreak()
Deprecated. Minimum break, i.e. |
java.lang.String |
getNormField()
Deprecated. Normalization field. |
ISymbol |
getSymbol(int index)
Deprecated. Symbol at the specified index (used to draw features in the specified class). |
boolean |
isSortClassesAscending()
Deprecated. Indicates if classes are displayed in increasing order in legends/TOC. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setBackgroundSymbol(IFillSymbol sym)
Deprecated. Background fill symbol used when graduated marker symbols are draw on polygon features. |
void |
setBreak(int index,
double value)
Deprecated. Break value at the specified index. |
void |
setBreakCount(int valueCount)
Deprecated. Number of class breaks (equal to the number of classes). |
void |
setDescription(int index,
java.lang.String text)
Deprecated. Description at the specified index. |
void |
setField(java.lang.String field)
Deprecated. Classification field. |
void |
setLabel(int index,
java.lang.String label)
Deprecated. Label at the specified index. |
void |
setMinimumBreak(double value)
Deprecated. Minimum break, i.e. |
void |
setNormField(java.lang.String field)
Deprecated. Normalization field. |
void |
setSortClassesAscending(boolean ascending)
Deprecated. Indicates if classes are displayed in increasing order in legends/TOC. |
void |
setSymbol(int index,
ISymbol sym)
Deprecated. Symbol at the specified index (used to draw features in the specified class). |
| 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 IClassBreaksRendererProxy(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 IClassBreaksRendererProxy()
public IClassBreaksRendererProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IClassBreaksRendererProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IClassBreaksRendererProxy(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 int getBreakCount()
throws java.io.IOException,
AutomationException
getBreakCount in interface IClassBreaksRendererjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBreakCount(int valueCount)
throws java.io.IOException,
AutomationException
setBreakCount in interface IClassBreaksRenderervalueCount - The valueCount (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getField()
throws java.io.IOException,
AutomationException
getField in interface IClassBreaksRendererjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setField(java.lang.String field)
throws java.io.IOException,
AutomationException
setField in interface IClassBreaksRendererfield - The field (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getNormField()
throws java.io.IOException,
AutomationException
getNormField in interface IClassBreaksRendererjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setNormField(java.lang.String field)
throws java.io.IOException,
AutomationException
setNormField in interface IClassBreaksRendererfield - The field (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISymbol getSymbol(int index)
throws java.io.IOException,
AutomationException
getSymbol in interface IClassBreaksRendererindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSymbol(int index,
ISymbol sym)
throws java.io.IOException,
AutomationException
setSymbol in interface IClassBreaksRendererindex - The index (in)sym - 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 getLabel(int index)
throws java.io.IOException,
AutomationException
getLabel in interface IClassBreaksRendererindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLabel(int index,
java.lang.String label)
throws java.io.IOException,
AutomationException
setLabel in interface IClassBreaksRendererindex - The index (in)label - The label (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getDescription(int index)
throws java.io.IOException,
AutomationException
getDescription in interface IClassBreaksRendererindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDescription(int index,
java.lang.String text)
throws java.io.IOException,
AutomationException
setDescription in interface IClassBreaksRendererindex - The index (in)text - The text (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getBreak(int index)
throws java.io.IOException,
AutomationException
getBreak in interface IClassBreaksRendererindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBreak(int index,
double value)
throws java.io.IOException,
AutomationException
setBreak in interface IClassBreaksRendererindex - The index (in)value - The value (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getMinimumBreak()
throws java.io.IOException,
AutomationException
getMinimumBreak in interface IClassBreaksRendererjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMinimumBreak(double value)
throws java.io.IOException,
AutomationException
setMinimumBreak in interface IClassBreaksRenderervalue - The value (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSortClassesAscending()
throws java.io.IOException,
AutomationException
isSortClassesAscending in interface IClassBreaksRendererjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSortClassesAscending(boolean ascending)
throws java.io.IOException,
AutomationException
setSortClassesAscending in interface IClassBreaksRendererascending - The ascending (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IFillSymbol getBackgroundSymbol()
throws java.io.IOException,
AutomationException
getBackgroundSymbol in interface IClassBreaksRendererjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBackgroundSymbol(IFillSymbol sym)
throws java.io.IOException,
AutomationException
setBackgroundSymbol in interface IClassBreaksRenderersym - A reference to a com.esri.arcgis.display.IFillSymbol (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 | ||||||||