com.esri.arcgis.carto
Interface ICornerGridLabel

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CornerGridLabel, ICornerGridLabelProxy

public interface ICornerGridLabel
extends java.io.Serializable

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

Description: 'Provides access to members that control the corner properties of grid labels.' 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 IID8ed900fe_2573_4911_9c13_a24ac3bc3233
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getCornerValue(int corner, int axis)
          The corner value at the specified corner and axis.
 boolean isCornerLabel(int corner)
          Indicates if the specified corner should be displayed as a special corner label.
 void setCornerLabel(int corner, boolean isCorner)
          Indicates if the specified corner should be displayed as a special corner label.
 void setCornerValue(int corner, int axis, double value)
          The corner value at the specified corner and axis.
 

Field Detail

IID8ed900fe_2573_4911_9c13_a24ac3bc3233

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

isCornerLabel

boolean isCornerLabel(int corner)
                      throws java.io.IOException,
                             AutomationException
Indicates if the specified corner should be displayed as a special corner label.

Parameters:
corner - A com.esri.arcgis.carto.esriGridCornerEnum constant (in)
Returns:
The isCorner
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCornerLabel

void setCornerLabel(int corner,
                    boolean isCorner)
                    throws java.io.IOException,
                           AutomationException
Indicates if the specified corner should be displayed as a special corner label.

Parameters:
corner - A com.esri.arcgis.carto.esriGridCornerEnum constant (in)
isCorner - The isCorner (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCornerValue

double getCornerValue(int corner,
                      int axis)
                      throws java.io.IOException,
                             AutomationException
The corner value at the specified corner and axis.

Parameters:
corner - A com.esri.arcgis.carto.esriGridCornerEnum constant (in)
axis - A com.esri.arcgis.carto.esriGridAxisEnum constant (in)
Returns:
The value
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCornerValue

void setCornerValue(int corner,
                    int axis,
                    double value)
                    throws java.io.IOException,
                           AutomationException
The corner value at the specified corner and axis.

Parameters:
corner - A com.esri.arcgis.carto.esriGridCornerEnum constant (in)
axis - A com.esri.arcgis.carto.esriGridAxisEnum constant (in)
value - The value (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.