com.esri.arcgis.display
Interface IClippingMethod

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IClippingMethodProxy, MarkerPlacementInsidePolygon, MarkerPlacementPolygonCenter, MarkerPlacementRandomInPolygon

public interface IClippingMethod
extends java.io.Serializable

COM Interface 'IClippingMethod'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to the clipping method required by an object.' 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 IID435b4767_e029_481a_933e_d720a69d5a7d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getClippingMethod()
          Method to be used for clipping.
 

Field Detail

IID435b4767_e029_481a_933e_d720a69d5a7d

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

getClippingMethod

int getClippingMethod()
                      throws java.io.IOException,
                             AutomationException
Method to be used for clipping.

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