com.esri.arcgis.carto
Interface IGridInteriorLabels

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
Graticule, IGridInteriorLabelsProxy

public interface IGridInteriorLabels
extends java.io.Serializable

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

Description: 'Provides access to members that control the interior labels on a grid.' 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 IIDa8bdc097_2002_4e08_bd4b_401599a58fa4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getInteriorLabelIntervalX()
          The interval along the X axis between interior labels.
 double getInteriorLabelIntervalY()
          The interval along the Y axis between interior labels.
 boolean isShowInteriorLabels()
          Indicates if interior labels should be displayed.
 void setInteriorLabelIntervalX(double interval)
          The interval along the X axis between interior labels.
 void setInteriorLabelIntervalY(double interval)
          The interval along the Y axis between interior labels.
 void setShowInteriorLabels(boolean show)
          Indicates if interior labels should be displayed.
 

Field Detail

IIDa8bdc097_2002_4e08_bd4b_401599a58fa4

static final int IIDa8bdc097_2002_4e08_bd4b_401599a58fa4
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

isShowInteriorLabels

boolean isShowInteriorLabels()
                             throws java.io.IOException,
                                    AutomationException
Indicates if interior labels should be displayed.

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

setShowInteriorLabels

void setShowInteriorLabels(boolean show)
                           throws java.io.IOException,
                                  AutomationException
Indicates if interior labels should be displayed.

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

getInteriorLabelIntervalX

double getInteriorLabelIntervalX()
                                 throws java.io.IOException,
                                        AutomationException
The interval along the X axis between interior labels.

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

setInteriorLabelIntervalX

void setInteriorLabelIntervalX(double interval)
                               throws java.io.IOException,
                                      AutomationException
The interval along the X axis between interior labels.

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

getInteriorLabelIntervalY

double getInteriorLabelIntervalY()
                                 throws java.io.IOException,
                                        AutomationException
The interval along the Y axis between interior labels.

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

setInteriorLabelIntervalY

void setInteriorLabelIntervalY(double interval)
                               throws java.io.IOException,
                                      AutomationException
The interval along the Y axis between interior labels.

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