|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.carto.ILayerProxy
com.esri.arcgis.carto.INITFGraphicsLayerProxy
public class INITFGraphicsLayerProxy
Provides access to members that control a NITF graphics layer.
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, E |
| Constructor Summary | |
|---|---|
|
INITFGraphicsLayerProxy()
|
|
INITFGraphicsLayerProxy(Object obj)
|
protected |
INITFGraphicsLayerProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
add(IGeometry pGeometry,
ISymbol pSymbol,
int size)
Adds a NITF graphic. |
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
void |
create(String name,
int x,
int y,
IEnvelope pExtent,
double dx,
double dy,
IGeodataXform pXf,
String cGM)
Creates a NITF graphics layer. |
void |
readExternal(ObjectInput in)
|
void |
removeListener(String iidStr,
Object theListener)
|
void |
writeExternal(ObjectOutput out)
|
| Methods inherited from class com.esri.arcgis.carto.ILayerProxy |
|---|
draw, getAreaOfInterest, getMaximumScale, getMinimumScale, getName, getSupportedDrawPhases, getTipText, isCached, isShowTips, isValid, isVisible, setCached, setMaximumScale, setMinimumScale, setName, setShowTips, setSpatialReferenceByRef, setVisible |
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, queryInterface, release, setNativeMode, setPropertyByName, toString, vtblInvoke |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.carto.ILayer |
|---|
draw, getAreaOfInterest, getMaximumScale, getMinimumScale, getName, getSupportedDrawPhases, getTipText, isCached, isShowTips, isValid, isVisible, setCached, setMaximumScale, setMinimumScale, setName, setShowTips, setSpatialReferenceByRef, setVisible |
| Constructor Detail |
|---|
public INITFGraphicsLayerProxy()
public INITFGraphicsLayerProxy(Object obj)
throws IOException
IOException
protected INITFGraphicsLayerProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class ILayerProxyIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class ILayerProxyIOException
public void create(String name,
int x,
int y,
IEnvelope pExtent,
double dx,
double dy,
IGeodataXform pXf,
String cGM)
throws IOException,
AutomationException
create in interface INITFGraphicsLayername - The name (in)x - The x (in)y - The y (in)pExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)dx - The dx (in)dy - The dy (in)pXf - A reference to a com.esri.arcgis.geodatabase.IGeodataXform (in)cGM - The cGM (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void add(IGeometry pGeometry,
ISymbol pSymbol,
int size)
throws IOException,
AutomationException
add in interface INITFGraphicsLayerpGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)pSymbol - A reference to a com.esri.arcgis.display.ISymbol (in)size - The size (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizablewriteExternal in class ILayerProxyIOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class ILayerProxyIOException
ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||