com.esri.arcgis.carto
Interface INITFGraphicsLayer

All Superinterfaces:
ILayer, java.io.Serializable
All Known Implementing Classes:
INITFGraphicsLayerProxy, NITFGraphicsLayer

public interface INITFGraphicsLayer
extends ILayer, java.io.Serializable

COM Interface 'INITFGraphicsLayer'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control a NITF graphics layer.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID6f69b891_6bb2_41dc_b1cc_5f4c66b643f9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void add(IGeometry pGeometry, ISymbol pSymbol, int size)
          Adds a NITF graphic.
 void create(java.lang.String name, int x, int y, IEnvelope pExtent, double dx, double dy, IGeodataXform pXf, java.lang.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
 

Field Detail

IID6f69b891_6bb2_41dc_b1cc_5f4c66b643f9

static final int IID6f69b891_6bb2_41dc_b1cc_5f4c66b643f9
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

create

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

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

add

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

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