|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISnapGrid
COM Interface 'ISnapGrid'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control the Snapping grid.' 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 |
IID31e081aa_cb02_11d1_876c_0000f8751720
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
draw(IDisplay display,
IPage page)
Draw the grid. |
double |
getHorizontalSpacing()
The horizontal distance between grid points. |
double |
getVerticalSpacing()
The vertical distance between grid points. |
boolean |
isVisible()
Indicates if the snapping grid is visible. |
void |
setHorizontalSpacing(double spacing)
The horizontal distance between grid points. |
void |
setIsVisible(boolean isVisible)
Indicates if the snapping grid is visible. |
void |
setVerticalSpacing(double spacing)
The vertical distance between grid points. |
Field Detail |
---|
static final int IID31e081aa_cb02_11d1_876c_0000f8751720
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
boolean isVisible() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsVisible(boolean isVisible) throws java.io.IOException, AutomationException
isVisible
- The isVisible (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getHorizontalSpacing() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHorizontalSpacing(double spacing) throws java.io.IOException, AutomationException
spacing
- The spacing (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getVerticalSpacing() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVerticalSpacing(double spacing) throws java.io.IOException, AutomationException
spacing
- The spacing (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void draw(IDisplay display, IPage page) throws java.io.IOException, AutomationException
display
- A reference to a com.esri.arcgis.display.IDisplay (in)page
- A reference to a com.esri.arcgis.carto.IPage (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |