com.esri.arcgis.display
Interface IGeometricEffect

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BasicFillSymbol, BasicLineSymbol, BasicMarkerSymbol, GeometricEffectAddControlPoints, GeometricEffectArrow, GeometricEffectBuffer, GeometricEffectCut, GeometricEffectDash, GeometricEffectDonut, GeometricEffectEnclosingPolygon, GeometricEffectExtension, GeometricEffectJog, GeometricEffectMove, GeometricEffectOffset, GeometricEffectOffsetTangent, GeometricEffectRadial, GeometricEffectRegularPolygon, GeometricEffectReverse, GeometricEffectRotate, GeometricEffectScale, GeometricEffectSimplify, GeometricEffectSmooth, GeometricEffectSuppress, GeometricEffectTaperedPolygon, GeometricEffectWave, IGeometricEffectProxy, RepresentationRule

public interface IGeometricEffect
extends java.io.Serializable

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

Description: 'Provides access to the Geometric Effect Interface.' 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 IIDa5a4ca1c_1164_4dc4_ae82_5611a8f807e5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getOutputType(int inputType)
          The output type of the geometric effect.
 IGeometry nextGeometry()
          Accesses the next geometry generated by th effect.
 void reset(IGeometry geometry)
          Resets the collection of generated geometries.
 

Field Detail

IIDa5a4ca1c_1164_4dc4_ae82_5611a8f807e5

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

getOutputType

int getOutputType(int inputType)
                  throws java.io.IOException,
                         AutomationException
The output type of the geometric effect.

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

reset

void reset(IGeometry geometry)
           throws java.io.IOException,
                  AutomationException
Resets the collection of generated geometries. Must be called before using NextGeometry.

Parameters:
geometry - 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.

nextGeometry

IGeometry nextGeometry()
                       throws java.io.IOException,
                              AutomationException
Accesses the next geometry generated by th effect.

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.