|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.arcmapui.MapViewerWindowFactory
public class MapViewerWindowFactory
Factory to generate a Viewer Window.
Constructor Summary | |
---|---|
MapViewerWindowFactory()
Constructs a MapViewerWindowFactory using ArcGIS Engine. |
|
MapViewerWindowFactory(Object obj)
Construct a MapViewerWindowFactory using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
boolean |
canCreate(Object app)
Indicates if the window is available given the current application state. |
IDataWindow |
create(Object app)
Create a new floating window. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
String |
getName()
The name of objects created by this factory. |
int |
hashCode()
the hashcode for this object |
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 MapViewerWindowFactory() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic MapViewerWindowFactory(Object obj) throws IOException
obj
to MapViewerWindowFactory
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problems
MapViewerWindowFactory theMapViewerWindowFactory = (MapViewerWindowFactory) obj;
Method Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getName() throws IOException, AutomationException
getName
in interface IDataWindowFactory
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean canCreate(Object app) throws IOException, AutomationException
canCreate
in interface IDataWindowFactory
app
- A reference to another Automation Object (IDispatch) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDataWindow create(Object app) throws IOException, AutomationException
create
in interface IDataWindowFactory
app
- A reference to another Automation Object (IDispatch) (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 |