|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterClassifyColorRampRenderer
COM Interface 'IRasterClassifyColorRampRenderer'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that relate to the classified rendering of rasters.' 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 |
IID4de26f22_a01f_11d2_aae7_00c04fa33416
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
double |
getBreak(int index)
Break at the index. |
int |
getClassCount()
Number of classes. |
java.lang.String |
getClassField()
Field this renderer is using. |
java.lang.String |
getDescription(int index)
Description for the class at the given index. |
java.lang.String |
getLabel(int index)
Label for the class at the given index. |
java.lang.String |
getNormField()
Normalization field this renderer is using. |
ISymbol |
getSymbol(int index)
Symbol representing the class at the index. |
boolean |
isSortClassesAscending()
Indicates if the sort direction for the class labels is ascending. |
void |
setBreak(int index,
double value)
Break at the index. |
void |
setClassCount(int value)
Number of classes. |
void |
setClassField(java.lang.String field)
Field this renderer is using. |
void |
setDescription(int index,
java.lang.String description)
Description for the class at the given index. |
void |
setLabel(int index,
java.lang.String label)
Label for the class at the given index. |
void |
setNormField(java.lang.String field)
Normalization field this renderer is using. |
void |
setSortClassesAscending(boolean ascending)
Indicates if the sort direction for the class labels is ascending. |
void |
setSymbol(int index,
ISymbol symbol)
Symbol representing the class at the index. |
Field Detail |
---|
static final int IID4de26f22_a01f_11d2_aae7_00c04fa33416
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
java.lang.String getClassField() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setClassField(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.int getClassCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setClassCount(int value) throws java.io.IOException, AutomationException
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getBreak(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBreak(int index, double value) throws java.io.IOException, AutomationException
index
- The index (in)value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISymbol getSymbol(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSymbol(int index, ISymbol symbol) throws java.io.IOException, AutomationException
index
- The index (in)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.java.lang.String getLabel(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLabel(int index, java.lang.String label) throws java.io.IOException, AutomationException
index
- The index (in)label
- The label (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getDescription(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDescription(int index, java.lang.String description) throws java.io.IOException, AutomationException
index
- The index (in)description
- The description (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSortClassesAscending() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSortClassesAscending(boolean ascending) throws java.io.IOException, AutomationException
ascending
- The ascending (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 |