|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INITFGraphicsLayer
Provides access to members that control a NITF graphics layer.
Method Summary | |
---|---|
void |
add(IGeometry pGeometry,
ISymbol pSymbol,
int size)
Adds a NITF graphic. |
void |
create(String name,
int x,
int y,
IEnvelope pExtent,
double dx,
double dy,
IGeodataXform pXf,
String cGM)
Creates a NITF graphics layer. |
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 |
Method Detail |
---|
void create(String name, int x, int y, IEnvelope pExtent, double dx, double dy, IGeodataXform pXf, String cGM) throws IOException, AutomationException
name
- 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.void add(IGeometry pGeometry, ISymbol pSymbol, int size) throws IOException, AutomationException
pGeometry
- 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |