com.esri.arcgis.carto
Interface IMapGridBorder

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CalibratedMapGridBorder, IMapGridBorderProxy, SimpleMapGridBorder

public interface IMapGridBorder
extends java.io.Serializable

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

Description: 'Provides access to members that control the map grid border.' 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 IIDac81ecf9_9ee4_11d2_aadf_000000000000
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 java.lang.String getDisplayName()
          The display name for the map grid border.
 double getWidth()
          The width of the map grid border in points.
 

Field Detail

IIDac81ecf9_9ee4_11d2_aadf_000000000000

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

getDisplayName

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

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

getWidth

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

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

draw

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

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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.