com.esri.arcgis.carto
Interface IACSimplePolygonSymbol

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ACSimplePolygonSymbol, IACSimplePolygonSymbolProxy

public interface IACSimplePolygonSymbol
extends java.io.Serializable

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

Description: 'Provides access to members that control ArcIMS simple polygon 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 IID32f03709_f43d_4655_ad8e_be49bb8c7f79
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getBoundaryCapType()
          The outline cap type.
 IColor getBoundaryColor()
          The outline color.
 int getBoundaryJoinType()
          The outline join type.
 int getBoundaryLineType()
          The outline type.
 double getBoundaryTransparency()
          The transparency transparency coeficient (0.0-1.0).
 int getBoundaryWidth()
          The outline width in pixels.
 IColor getFillColor()
          The fill color.
 int getFillInterval()
          The interval of the hatch fill type.
 double getFillTransparency()
          The fill transparency coeficient (0.0-1.0).
 int getFillType()
          The fill type.
 boolean isBoundary()
          Indicates if the layer display the boundary or outline.
 boolean isOverlap()
          Indicates if labels can overlap this symbol.
 void setBoundary(boolean flag)
          Indicates if the layer display the boundary or outline.
 void setBoundaryCapType(int type)
          The outline cap type.
 void setBoundaryColor(IColor color)
          The outline color.
 void setBoundaryJoinType(int type)
          The outline join type.
 void setBoundaryLineType(int type)
          The outline type.
 void setBoundaryTransparency(double trans)
          The transparency transparency coeficient (0.0-1.0).
 void setBoundaryWidth(int width)
          The outline width in pixels.
 void setFillColor(IColor color)
          The fill color.
 void setFillInterval(int interval)
          The interval of the hatch fill type.
 void setFillTransparency(double trans)
          The fill transparency coeficient (0.0-1.0).
 void setFillType(int type)
          The fill type.
 void setOverlap(boolean flag)
          Indicates if labels can overlap this symbol.
 

Field Detail

IID32f03709_f43d_4655_ad8e_be49bb8c7f79

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

getFillColor

IColor getFillColor()
                    throws java.io.IOException,
                           AutomationException
The fill 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.

setFillColor

void setFillColor(IColor color)
                  throws java.io.IOException,
                         AutomationException
The fill 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.

getFillType

int getFillType()
                throws java.io.IOException,
                       AutomationException
The fill type.

Returns:
A com.esri.arcgis.carto.acFillType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFillType

void setFillType(int type)
                 throws java.io.IOException,
                        AutomationException
The fill type.

Parameters:
type - A com.esri.arcgis.carto.acFillType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFillInterval

int getFillInterval()
                    throws java.io.IOException,
                           AutomationException
The interval of the hatch fill type.

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

setFillInterval

void setFillInterval(int interval)
                     throws java.io.IOException,
                            AutomationException
The interval of the hatch fill type.

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

getFillTransparency

double getFillTransparency()
                           throws java.io.IOException,
                                  AutomationException
The fill transparency coeficient (0.0-1.0).

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

setFillTransparency

void setFillTransparency(double trans)
                         throws java.io.IOException,
                                AutomationException
The fill transparency coeficient (0.0-1.0).

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

getBoundaryWidth

int getBoundaryWidth()
                     throws java.io.IOException,
                            AutomationException
The outline width in pixels.

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

setBoundaryWidth

void setBoundaryWidth(int width)
                      throws java.io.IOException,
                             AutomationException
The outline width in pixels.

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

getBoundaryColor

IColor getBoundaryColor()
                        throws java.io.IOException,
                               AutomationException
The outline 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.

setBoundaryColor

void setBoundaryColor(IColor color)
                      throws java.io.IOException,
                             AutomationException
The outline 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.

getBoundaryLineType

int getBoundaryLineType()
                        throws java.io.IOException,
                               AutomationException
The outline type.

Returns:
A com.esri.arcgis.carto.acLineType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBoundaryLineType

void setBoundaryLineType(int type)
                         throws java.io.IOException,
                                AutomationException
The outline type.

Parameters:
type - A com.esri.arcgis.carto.acLineType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBoundaryCapType

int getBoundaryCapType()
                       throws java.io.IOException,
                              AutomationException
The outline cap type.

Returns:
A com.esri.arcgis.carto.acCapType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBoundaryCapType

void setBoundaryCapType(int type)
                        throws java.io.IOException,
                               AutomationException
The outline cap type.

Parameters:
type - A com.esri.arcgis.carto.acCapType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBoundaryJoinType

int getBoundaryJoinType()
                        throws java.io.IOException,
                               AutomationException
The outline join type.

Returns:
A com.esri.arcgis.carto.acJoinType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBoundaryJoinType

void setBoundaryJoinType(int type)
                         throws java.io.IOException,
                                AutomationException
The outline join type.

Parameters:
type - A com.esri.arcgis.carto.acJoinType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBoundaryTransparency

double getBoundaryTransparency()
                               throws java.io.IOException,
                                      AutomationException
The transparency transparency coeficient (0.0-1.0).

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

setBoundaryTransparency

void setBoundaryTransparency(double trans)
                             throws java.io.IOException,
                                    AutomationException
The transparency transparency coeficient (0.0-1.0).

Parameters:
trans - The trans (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.

isBoundary

boolean isBoundary()
                   throws java.io.IOException,
                          AutomationException
Indicates if the layer display the boundary or outline.

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

setBoundary

void setBoundary(boolean flag)
                 throws java.io.IOException,
                        AutomationException
Indicates if the layer display the boundary or outline.

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