|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.cartoUI.MapGridWizard
public class MapGridWizard
Map grid wizard.
| Constructor Summary | |
|---|---|
MapGridWizard()
Constructs a MapGridWizard using ArcGIS Engine. |
|
MapGridWizard(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. MapGridWizard theMapGridWizard = (MapGridWizard) obj; |
|
| Method Summary | |
|---|---|
boolean |
doModal(int parentHWnd)
Shows the map grid wizard. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
IElement |
getGraphicElement()
The generated graphic element, if any (valid after calling DoModal). |
IMapGrid |
getMapGrid()
The specified grid (valid after calling DoModal). |
int |
hashCode()
the hashcode for this object |
void |
setInitialGrid(IMapGrid rhs1)
The initial map grid (optional). |
void |
setMapFrameByRef(IMapFrame rhs1)
The map frame the grid will be added to. |
void |
setPageLayoutByRef(IPageLayout rhs1)
The page layout containing the map frame. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public MapGridWizard()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public MapGridWizard(Object obj)
throws IOException
MapGridWizard theMapGridWizard = (MapGridWizard) obj;
obj to MapGridWizard.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void setMapFrameByRef(IMapFrame rhs1)
throws IOException,
AutomationException
setMapFrameByRef in interface IMapGridWizardrhs1 - A reference to a com.esri.arcgis.carto.IMapFrame (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPageLayoutByRef(IPageLayout rhs1)
throws IOException,
AutomationException
setPageLayoutByRef in interface IMapGridWizardrhs1 - A reference to a com.esri.arcgis.carto.IPageLayout (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setInitialGrid(IMapGrid rhs1)
throws IOException,
AutomationException
setInitialGrid in interface IMapGridWizardrhs1 - A reference to a com.esri.arcgis.carto.IMapGrid (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IMapGrid getMapGrid()
throws IOException,
AutomationException
getMapGrid in interface IMapGridWizardIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IElement getGraphicElement()
throws IOException,
AutomationException
getGraphicElement in interface IMapGridWizardIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean doModal(int parentHWnd)
throws IOException,
AutomationException
doModal in interface IMapGridWizardparentHWnd - The parentHWnd (A COM typedef) (in)
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 | ||||||||