com.esri.arcgis.carto
Interface INITFGraphicsLayer

All Superinterfaces:
ILayer, Serializable
All Known Implementing Classes:
NITFGraphicsLayer

public interface INITFGraphicsLayer
extends ILayer, Serializable

Provides access to members that control a NITF graphics layer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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

create

void create(String name,
            int x,
            int y,
            IEnvelope pExtent,
            double dx,
            double dy,
            IGeodataXform pXf,
            String cGM)
            throws IOException,
                   AutomationException
Creates a NITF graphics layer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
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)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

add

void add(IGeometry pGeometry,
         ISymbol pSymbol,
         int size)
         throws IOException,
                AutomationException
Adds a NITF graphic.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
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)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.