com.esri.arcgis.carto
Interface IACRasterFillSymbol

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ACRasterFillSymbol, IACRasterFillSymbolProxy

public interface IACRasterFillSymbol
extends java.io.Serializable

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

Description: 'Provides access to members that control ArcIMS raster fill symbol.' 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 IID536b61ee_ec20_4619_8dbd_5452521412cb
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getImage()
          The path to the image.
 java.lang.String getURL()
          The url to access the image.
 boolean isOverlap()
          Indicates if labels can overlap this symbol.
 void setImage(java.lang.String path)
          The path to the image.
 void setOverlap(boolean flag)
          Indicates if labels can overlap this symbol.
 void setURL(java.lang.String uRL)
          The url to access the image.
 

Field Detail

IID536b61ee_ec20_4619_8dbd_5452521412cb

static final int IID536b61ee_ec20_4619_8dbd_5452521412cb
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

getURL

java.lang.String getURL()
                        throws java.io.IOException,
                               AutomationException
The url to access the image.

Returns:
The uRL
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setURL

void setURL(java.lang.String uRL)
            throws java.io.IOException,
                   AutomationException
The url to access the image.

Parameters:
uRL - The uRL (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getImage

java.lang.String getImage()
                          throws java.io.IOException,
                                 AutomationException
The path to the image.

Returns:
The path
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setImage

void setImage(java.lang.String path)
              throws java.io.IOException,
                     AutomationException
The path to the image.

Parameters:
path - The path (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isOverlap

boolean isOverlap()
                  throws java.io.IOException,
                         AutomationException
Indicates if labels can overlap this symbol.

Returns:
The flag
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOverlap

void setOverlap(boolean flag)
                throws java.io.IOException,
                       AutomationException
Indicates if labels can overlap this symbol.

Parameters:
flag - The flag (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.