|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITinContourRenderer
Provides access to members that control contour rendering.
Method Summary | |
---|---|
String |
getContourDescription()
The description for the label. |
double |
getContourInterval()
The contour interval. |
String |
getContourLabel()
The descriptive symbol text. |
ISymbol |
getContourSymbol()
The symbol used to render the contour. |
String |
getIndexContourDescription()
The description for the index contour. |
int |
getIndexContourFactor()
The index contour factor. |
String |
getIndexContourLabel()
The label for the index contour. |
ISymbol |
getIndexContourSymbol()
The symbol used to render index contour. |
double |
getReferenceContourHeight()
The reference contour height. |
void |
setContourDescription(String text)
The description for the label. |
void |
setContourInterval(double interval)
The contour interval. |
void |
setContourLabel(String label)
The descriptive symbol text. |
void |
setContourSymbolByRef(ISymbol symbol)
The symbol used to render the contour. |
void |
setIndexContourDescription(String text)
The description for the index contour. |
void |
setIndexContourFactor(int factor)
The index contour factor. |
void |
setIndexContourLabel(String label)
The label for the index contour. |
void |
setIndexContourSymbolByRef(ISymbol symbol)
The symbol used to render index contour. |
void |
setReferenceContourHeight(double height)
The reference contour height. |
Method Detail |
---|
double getReferenceContourHeight() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReferenceContourHeight(double height) throws IOException, AutomationException
height
- The height (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getContourInterval() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setContourInterval(double interval) throws IOException, AutomationException
interval
- The interval (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getIndexContourFactor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIndexContourFactor(int factor) throws IOException, AutomationException
factor
- The factor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISymbol getContourSymbol() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setContourSymbolByRef(ISymbol symbol) throws IOException, AutomationException
symbol
- A reference to a com.esri.arcgis.display.ISymbol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getContourLabel() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setContourLabel(String label) throws IOException, AutomationException
label
- The label (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getContourDescription() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setContourDescription(String text) throws IOException, AutomationException
text
- The text (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISymbol getIndexContourSymbol() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIndexContourSymbolByRef(ISymbol symbol) throws IOException, AutomationException
symbol
- A reference to a com.esri.arcgis.display.ISymbol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getIndexContourLabel() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIndexContourLabel(String label) throws IOException, AutomationException
label
- The label (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getIndexContourDescription() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIndexContourDescription(String text) throws IOException, AutomationException
text
- The text (in)
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 |