|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProportionalSymbolRenderer
COM Interface 'IProportionalSymbolRenderer'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDec45bfa6_8efc_11d2_ab21_00c04fa334b3
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
createLegendSymbols()
Creates the legend. |
IFillSymbol |
getBackgroundSymbol()
Background fill symbol used when proportional marker symbols are draw on polygon features. |
java.lang.String |
getField()
Value field. |
int |
getLegendSymbolCount()
Number of symbols displayed in the TOC and legend. |
ISymbol |
getMinSymbol()
Symbol used to draw feature with the normalized minimum data value. |
java.lang.String |
getNormField()
Normalization field. |
int |
getValueRepresentation()
Representation type of the value field. |
int |
getValueUnit()
Units of the value field. |
boolean |
isFlanneryCompensation()
Indicates if Flannery Compensation is applied. |
void |
setBackgroundSymbol(IFillSymbol sym)
Background fill symbol used when proportional marker symbols are draw on polygon features. |
void |
setField(java.lang.String field)
Value field. |
void |
setFlanneryCompensation(boolean flag)
Indicates if Flannery Compensation is applied. |
void |
setLegendSymbolCount(int num)
Number of symbols displayed in the TOC and legend. |
void |
setMaxDataValue(double rhs1)
Normalized maximum data value. |
void |
setMinDataValue(double rhs1)
Normalized minimum data value. |
void |
setMinSymbol(ISymbol sym)
Symbol used to draw feature with the normalized minimum data value. |
void |
setNormField(java.lang.String field)
Normalization field. |
void |
setValueRepresentation(int rep)
Representation type of the value field. |
void |
setValueUnit(int unit)
Units of the value field. |
Field Detail |
---|
static final int IIDec45bfa6_8efc_11d2_ab21_00c04fa334b3
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
java.lang.String getField() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setField(java.lang.String field) throws java.io.IOException, AutomationException
field
- The field (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getNormField() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNormField(java.lang.String field) throws java.io.IOException, AutomationException
field
- The field (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaxDataValue(double rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMinDataValue(double rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISymbol getMinSymbol() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMinSymbol(ISymbol sym) throws java.io.IOException, AutomationException
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.int getValueUnit() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setValueUnit(int unit) throws java.io.IOException, AutomationException
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.int getValueRepresentation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setValueRepresentation(int rep) throws java.io.IOException, AutomationException
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.boolean isFlanneryCompensation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFlanneryCompensation(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getLegendSymbolCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLegendSymbolCount(int num) throws java.io.IOException, AutomationException
num
- The num (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFillSymbol getBackgroundSymbol() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBackgroundSymbol(IFillSymbol sym) throws java.io.IOException, AutomationException
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.void createLegendSymbols() throws java.io.IOException, AutomationException
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 |