com.esri.arcgis.carto
Interface IGraticule

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

public interface IGraticule
extends IMapGrid, java.io.Serializable

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

Description: 'Provides access to the members that control the graticule.' 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 IID03762c8c_f4d0_11d1_ade8_080009ec732a
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IMapGrid
IID03762c8b_f4d0_11d1_ade8_080009ec732a
 
Method Summary
 void addElement(java.lang.String label, double location, boolean isLatitude, ITextSymbol labelSymbol)
          Adds a grid line at custom location to the graticule.
 boolean isAutoInterval()
          Indicates if the graticule automatically and interactively computes the interval size.
 void removeElement(java.lang.String label)
          Removes a grid line in a custom location.
 void setAutoInterval(boolean autoInterval)
          Indicates if the graticule automatically and interactively computes the interval size.
 
Methods inherited from interface com.esri.arcgis.carto.IMapGrid
draw, generateGraphics, getBorder, getExteriorWidth, getLabelFormat, getLineSymbol, getName, getSubTickCount, getSubTickLength, getSubTickLineSymbol, getTickLength, getTickLineSymbol, getTickMarkSymbol, isVisible, prepareForOutput, queryLabelVisibility, querySubTickVisibility, queryTickVisibility, setBorder, setDefaults, setLabelFormat, setLabelVisibility, setLineSymbol, setName, setSubTickCount, setSubTickLength, setSubTickLineSymbol, setSubTickVisibility, setTickLength, setTickLineSymbol, setTickMarkSymbol, setTickVisibility, setVisible
 

Field Detail

IID03762c8c_f4d0_11d1_ade8_080009ec732a

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

isAutoInterval

boolean isAutoInterval()
                       throws java.io.IOException,
                              AutomationException
Indicates if the graticule automatically and interactively computes the interval size.

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

setAutoInterval

void setAutoInterval(boolean autoInterval)
                     throws java.io.IOException,
                            AutomationException
Indicates if the graticule automatically and interactively computes the interval size.

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

addElement

void addElement(java.lang.String label,
                double location,
                boolean isLatitude,
                ITextSymbol labelSymbol)
                throws java.io.IOException,
                       AutomationException
Adds a grid line at custom location to the graticule.

Parameters:
label - The label (in)
location - The location (in)
isLatitude - The isLatitude (in)
labelSymbol - A reference to a com.esri.arcgis.display.ITextSymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeElement

void removeElement(java.lang.String label)
                   throws java.io.IOException,
                          AutomationException
Removes a grid line in a custom location.

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