com.esri.arcgis.carto
Interface IGridInteriorLabels

All Superinterfaces:
Serializable
All Known Implementing Classes:
Graticule

public interface IGridInteriorLabels
extends Serializable

Provides access to members that control the interior labels on a grid.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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.
 

Method Detail

isShowInteriorLabels

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setShowInteriorLabels

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

getInteriorLabelIntervalX

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setInteriorLabelIntervalX

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

getInteriorLabelIntervalY

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setInteriorLabelIntervalY

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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