com.esri.arcgis.display
Interface IMarkerPlacement

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMarkerPlacementProxy, MarkerPlacementAlongLine, MarkerPlacementAtExtremities, MarkerPlacementDecoration, MarkerPlacementInsidePolygon, MarkerPlacementOnLine, MarkerPlacementOnPoint, MarkerPlacementOnVertices, MarkerPlacementPolygonCenter, MarkerPlacementRandomAlongLine, MarkerPlacementRandomInPolygon, MarkerPlacementVariableAlongLine

public interface IMarkerPlacement
extends java.io.Serializable

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

Description: 'Provides access to members that control the marker placement.' 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 IID43a0a7c4_b01c_491a_9481_bf9ee1584d42
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isAcceptGeometryType(int inputType)
          Indicates if the input geometry type is valid.
 IAffineTransformation2D nextTransformation()
          Hands back the next transformation.
 void reset(IGeometry geom)
          Resets the collection of transformations.
 

Field Detail

IID43a0a7c4_b01c_491a_9481_bf9ee1584d42

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

isAcceptGeometryType

boolean isAcceptGeometryType(int inputType)
                             throws java.io.IOException,
                                    AutomationException
Indicates if the input geometry type is valid.

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

reset

void reset(IGeometry geom)
           throws java.io.IOException,
                  AutomationException
Resets the collection of transformations. Must be called before using NextTransformation.

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

nextTransformation

IAffineTransformation2D nextTransformation()
                                           throws java.io.IOException,
                                                  AutomationException
Hands back the next transformation.

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