com.esri.arcgis.carto
Interface IPatch

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AreaPatch, IPatchProxy, LinePatch

public interface IPatch
extends java.io.Serializable

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

Description: 'Provides access to members that work with a legend patch.' 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 IIDbeb4edb5_e3b4_11d2_b868_00600802e603
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGeometry get_Geometry(IEnvelope bounds)
          Patch geometry sized to fit the specified bounds.
 java.lang.String getName()
          Name of the patch.
 boolean isPreserveAspectRatio()
          Indicates if aspect ratio of patch is preserved.
 void setGeometry(IGeometry rhs1)
          Patch geometry.
 void setName(java.lang.String name)
          Name of the patch.
 void setPreserveAspectRatio(boolean flag)
          Indicates if aspect ratio of patch is preserved.
 

Field Detail

IIDbeb4edb5_e3b4_11d2_b868_00600802e603

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Name of the patch.

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

setName

void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
Name of the patch.

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

isPreserveAspectRatio

boolean isPreserveAspectRatio()
                              throws java.io.IOException,
                                     AutomationException
Indicates if aspect ratio of patch is preserved.

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

setPreserveAspectRatio

void setPreserveAspectRatio(boolean flag)
                            throws java.io.IOException,
                                   AutomationException
Indicates if aspect ratio of patch is preserved.

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

setGeometry

void setGeometry(IGeometry rhs1)
                 throws java.io.IOException,
                        AutomationException
Patch geometry.

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

get_Geometry

IGeometry get_Geometry(IEnvelope bounds)
                       throws java.io.IOException,
                              AutomationException
Patch geometry sized to fit the specified bounds.

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