|
|||||||||
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.IProportionalSymbolRendererProxy
Description: 'Provides access to members that control the drawing of varying size symbols for each feature, each sized in proportion to a field value.' 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 IProportionalSymbolRendererProxy
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.IProportionalSymbolRenderer |
---|
IID, IIDec45bfa6_8efc_11d2_ab21_00c04fa334b3 |
Constructor Summary | |
---|---|
|
IProportionalSymbolRendererProxy()
Deprecated. For internal use only |
|
IProportionalSymbolRendererProxy(java.lang.Object obj)
Deprecated. |
protected |
IProportionalSymbolRendererProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IProportionalSymbolRendererProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IProportionalSymbolRendererProxy(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 |
createLegendSymbols()
Deprecated. Creates the legend. |
IFillSymbol |
getBackgroundSymbol()
Deprecated. Background fill symbol used when proportional marker symbols are draw on polygon features. |
java.lang.String |
getField()
Deprecated. Value field. |
int |
getLegendSymbolCount()
Deprecated. Number of symbols displayed in the TOC and legend. |
ISymbol |
getMinSymbol()
Deprecated. Symbol used to draw feature with the normalized minimum data value. |
java.lang.String |
getNormField()
Deprecated. Normalization field. |
int |
getValueRepresentation()
Deprecated. Representation type of the value field. |
int |
getValueUnit()
Deprecated. Units of the value field. |
boolean |
isFlanneryCompensation()
Deprecated. Indicates if Flannery Compensation is applied. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setBackgroundSymbol(IFillSymbol sym)
Deprecated. Background fill symbol used when proportional marker symbols are draw on polygon features. |
void |
setField(java.lang.String field)
Deprecated. Value field. |
void |
setFlanneryCompensation(boolean flag)
Deprecated. Indicates if Flannery Compensation is applied. |
void |
setLegendSymbolCount(int num)
Deprecated. Number of symbols displayed in the TOC and legend. |
void |
setMaxDataValue(double rhs1)
Deprecated. Normalized maximum data value. |
void |
setMinDataValue(double rhs1)
Deprecated. Normalized minimum data value. |
void |
setMinSymbol(ISymbol sym)
Deprecated. Symbol used to draw feature with the normalized minimum data value. |
void |
setNormField(java.lang.String field)
Deprecated. Normalization field. |
void |
setValueRepresentation(int rep)
Deprecated. Representation type of the value field. |
void |
setValueUnit(int unit)
Deprecated. Units of the value field. |
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 IProportionalSymbolRendererProxy(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 IProportionalSymbolRendererProxy()
public IProportionalSymbolRendererProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IProportionalSymbolRendererProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IProportionalSymbolRendererProxy(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 java.lang.String getField() throws java.io.IOException, AutomationException
getField
in interface IProportionalSymbolRenderer
java.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 IProportionalSymbolRenderer
field
- 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 IProportionalSymbolRenderer
java.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 IProportionalSymbolRenderer
field
- The field (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxDataValue(double rhs1) throws java.io.IOException, AutomationException
setMaxDataValue
in interface IProportionalSymbolRenderer
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMinDataValue(double rhs1) throws java.io.IOException, AutomationException
setMinDataValue
in interface IProportionalSymbolRenderer
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISymbol getMinSymbol() throws java.io.IOException, AutomationException
getMinSymbol
in interface IProportionalSymbolRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMinSymbol(ISymbol sym) throws java.io.IOException, AutomationException
setMinSymbol
in interface IProportionalSymbolRenderer
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 int getValueUnit() throws java.io.IOException, AutomationException
getValueUnit
in interface IProportionalSymbolRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setValueUnit(int unit) throws java.io.IOException, AutomationException
setValueUnit
in interface IProportionalSymbolRenderer
unit
- A com.esri.arcgis.system.esriUnits constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getValueRepresentation() throws java.io.IOException, AutomationException
getValueRepresentation
in interface IProportionalSymbolRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setValueRepresentation(int rep) throws java.io.IOException, AutomationException
setValueRepresentation
in interface IProportionalSymbolRenderer
rep
- A com.esri.arcgis.carto.esriValueRepresentations constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isFlanneryCompensation() throws java.io.IOException, AutomationException
isFlanneryCompensation
in interface IProportionalSymbolRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFlanneryCompensation(boolean flag) throws java.io.IOException, AutomationException
setFlanneryCompensation
in interface IProportionalSymbolRenderer
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getLegendSymbolCount() throws java.io.IOException, AutomationException
getLegendSymbolCount
in interface IProportionalSymbolRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLegendSymbolCount(int num) throws java.io.IOException, AutomationException
setLegendSymbolCount
in interface IProportionalSymbolRenderer
num
- The num (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 IProportionalSymbolRenderer
java.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 IProportionalSymbolRenderer
sym
- 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.public void createLegendSymbols() throws java.io.IOException, AutomationException
createLegendSymbols
in interface IProportionalSymbolRenderer
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 |