com.esri.arcgis.carto
Interface ITinContourRenderer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITinContourRendererProxy, TinContourRenderer

public interface ITinContourRenderer
extends java.io.Serializable

COM Interface 'ITinContourRenderer'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control contour rendering.' 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 IID8a4eea7b_a3f7_4651_8bbd_b6bf08b11a19
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getContourDescription()
          The description for the label.
 double getContourInterval()
          The contour interval.
 java.lang.String getContourLabel()
          The descriptive symbol text.
 ISymbol getContourSymbol()
          The symbol used to render the contour.
 java.lang.String getIndexContourDescription()
          The description for the index contour.
 int getIndexContourFactor()
          The index contour factor.
 java.lang.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(java.lang.String text)
          The description for the label.
 void setContourInterval(double interval)
          The contour interval.
 void setContourLabel(java.lang.String label)
          The descriptive symbol text.
 void setContourSymbolByRef(ISymbol symbol)
          The symbol used to render the contour.
 void setIndexContourDescription(java.lang.String text)
          The description for the index contour.
 void setIndexContourFactor(int factor)
          The index contour factor.
 void setIndexContourLabel(java.lang.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.
 

Field Detail

IID8a4eea7b_a3f7_4651_8bbd_b6bf08b11a19

static final int IID8a4eea7b_a3f7_4651_8bbd_b6bf08b11a19
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getReferenceContourHeight

double getReferenceContourHeight()
                                 throws java.io.IOException,
                                        AutomationException
The reference contour height.

Returns:
The height
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReferenceContourHeight

void setReferenceContourHeight(double height)
                               throws java.io.IOException,
                                      AutomationException
The reference contour height.

Parameters:
height - The height (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getContourInterval

double getContourInterval()
                          throws java.io.IOException,
                                 AutomationException
The contour interval.

Returns:
The interval
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setContourInterval

void setContourInterval(double interval)
                        throws java.io.IOException,
                               AutomationException
The contour interval.

Parameters:
interval - The interval (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getIndexContourFactor

int getIndexContourFactor()
                          throws java.io.IOException,
                                 AutomationException
The index contour factor.

Returns:
The factor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIndexContourFactor

void setIndexContourFactor(int factor)
                           throws java.io.IOException,
                                  AutomationException
The index contour factor.

Parameters:
factor - The factor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getContourSymbol

ISymbol getContourSymbol()
                         throws java.io.IOException,
                                AutomationException
The symbol used to render the contour.

Returns:
A reference to a com.esri.arcgis.display.ISymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setContourSymbolByRef

void setContourSymbolByRef(ISymbol symbol)
                           throws java.io.IOException,
                                  AutomationException
The symbol used to render the contour.

Parameters:
symbol - A reference to a com.esri.arcgis.display.ISymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getContourLabel

java.lang.String getContourLabel()
                                 throws java.io.IOException,
                                        AutomationException
The descriptive symbol text.

Returns:
The label
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setContourLabel

void setContourLabel(java.lang.String label)
                     throws java.io.IOException,
                            AutomationException
The descriptive symbol text.

Parameters:
label - The label (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getContourDescription

java.lang.String getContourDescription()
                                       throws java.io.IOException,
                                              AutomationException
The description for the label.

Returns:
The text
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setContourDescription

void setContourDescription(java.lang.String text)
                           throws java.io.IOException,
                                  AutomationException
The description for the label.

Parameters:
text - The text (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getIndexContourSymbol

ISymbol getIndexContourSymbol()
                              throws java.io.IOException,
                                     AutomationException
The symbol used to render index contour.

Returns:
A reference to a com.esri.arcgis.display.ISymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIndexContourSymbolByRef

void setIndexContourSymbolByRef(ISymbol symbol)
                                throws java.io.IOException,
                                       AutomationException
The symbol used to render index contour.

Parameters:
symbol - A reference to a com.esri.arcgis.display.ISymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getIndexContourLabel

java.lang.String getIndexContourLabel()
                                      throws java.io.IOException,
                                             AutomationException
The label for the index contour.

Returns:
The label
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIndexContourLabel

void setIndexContourLabel(java.lang.String label)
                          throws java.io.IOException,
                                 AutomationException
The label for the index contour.

Parameters:
label - The label (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getIndexContourDescription

java.lang.String getIndexContourDescription()
                                            throws java.io.IOException,
                                                   AutomationException
The description for the index contour.

Returns:
The text
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIndexContourDescription

void setIndexContourDescription(java.lang.String text)
                                throws java.io.IOException,
                                       AutomationException
The description for the index contour.

Parameters:
text - The text (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.