com.esri.arcgis.carto
Interface IACRasterMarkerSymbol

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ACRasterMarkerSymbol, IACRasterMarkerSymbolProxy

public interface IACRasterMarkerSymbol
extends java.io.Serializable

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

Description: 'Provides access to members that control ArcIMS raster marker 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 IIDea422e0d_124d_4266_b2a8_a2931f1eaaa6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getHeight()
          The height of the bitmap in pixels.
 IPoint getHotSpot()
          The hotspot of the bitmap.
 java.lang.String getImage()
          The path to the image.
 IColor getShadowColor()
          The shadow color.
 java.lang.String getURL()
          The url to access the image.
 int getWidth()
          The width of the bitmap in pixels.
 boolean isOverlap()
          Indicates if labels can overlap this symbol.
 boolean isShadow()
          Indicates if the shadow is used.
 void setHeight(int height)
          The height of the bitmap in pixels.
 void setHotSpot(IPoint point)
          The hotspot of the bitmap.
 void setImage(java.lang.String path)
          The path to the image.
 void setOverlap(boolean flag)
          Indicates if labels can overlap this symbol.
 void setShadow(boolean flag)
          Indicates if the shadow is used.
 void setShadowColor(IColor color)
          The shadow color.
 void setURL(java.lang.String uRL)
          The url to access the image.
 void setWidth(int width)
          The width of the bitmap in pixels.
 

Field Detail

IIDea422e0d_124d_4266_b2a8_a2931f1eaaa6

static final int IIDea422e0d_124d_4266_b2a8_a2931f1eaaa6
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.

getWidth

int getWidth()
             throws java.io.IOException,
                    AutomationException
The width of the bitmap in pixels.

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

setWidth

void setWidth(int width)
              throws java.io.IOException,
                     AutomationException
The width of the bitmap in pixels.

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

getHeight

int getHeight()
              throws java.io.IOException,
                     AutomationException
The height of the bitmap in pixels.

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

setHeight

void setHeight(int height)
               throws java.io.IOException,
                      AutomationException
The height of the bitmap in pixels.

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

getHotSpot

IPoint getHotSpot()
                  throws java.io.IOException,
                         AutomationException
The hotspot of the bitmap.

Returns:
A reference to a com.esri.arcgis.geometry.IPoint
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHotSpot

void setHotSpot(IPoint point)
                throws java.io.IOException,
                       AutomationException
The hotspot of the bitmap.

Parameters:
point - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isShadow

boolean isShadow()
                 throws java.io.IOException,
                        AutomationException
Indicates if the shadow is used.

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

setShadow

void setShadow(boolean flag)
               throws java.io.IOException,
                      AutomationException
Indicates if the shadow is used.

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

getShadowColor

IColor getShadowColor()
                      throws java.io.IOException,
                             AutomationException
The shadow color.

Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setShadowColor

void setShadowColor(IColor color)
                    throws java.io.IOException,
                           AutomationException
The shadow color.

Parameters:
color - A reference to a com.esri.arcgis.display.IColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.