com.esri.arcgis.carto
Interface IMapGridBorder

All Superinterfaces:
Serializable
All Known Implementing Classes:
CalibratedMapGridBorder, SimpleMapGridBorder

public interface IMapGridBorder
extends Serializable

Provides access to members that control the map grid border.

Product Availability

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


Method Summary
 void draw(IDisplay display, IGeometry frameGeometry, IGeometry mapGeometry)
          Draws the border to the specified display, using the frame bounds and the map bounds in page space.
 String getDisplayName()
          The display name for the map grid border.
 double getWidth()
          The width of the map grid border in points.
 

Method Detail

getDisplayName

String getDisplayName()
                      throws IOException,
                             AutomationException
The display name for the map grid border.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

getWidth

double getWidth()
                throws IOException,
                       AutomationException
The width of the map grid border in points.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

draw

void draw(IDisplay display,
          IGeometry frameGeometry,
          IGeometry mapGeometry)
          throws IOException,
                 AutomationException
Draws the border to the specified display, using the frame bounds and the map bounds in page space.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
display - A reference to a com.esri.arcgis.display.IDisplay (in)
frameGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
mapGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.