|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.system.EngineContext
public class EngineContext
EngineContext represents an ArcGIS Engine application context and provides a method for creating new instances of ArcGIS Java extensions. Examples of extensions that require explicit instance creation include Custom Feature Renderer, Custom Utility Object, Custom PlugIn-DataSource, etc.
| Constructor Summary | |
|---|---|
EngineContext()
|
|
| Method Summary | |
|---|---|
static java.lang.Object |
createObject(java.lang.Class classDef)
Creates a new instance of an ArcGIS Java extension. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EngineContext()
| Method Detail |
|---|
public static java.lang.Object createObject(java.lang.Class classDef)
throws AutomationException
classDef - The class that defines an ArcGIS Java extension.
AutomationException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||