com.esri.arcgis.schematic
Interface ISchematicAlgoGrid

All Superinterfaces:
ISchematicAlgorithm, java.io.Serializable
All Known Implementing Classes:
ISchematicAlgoGridProxy, SchematicAlgoGrid

public interface ISchematicAlgoGrid
extends ISchematicAlgorithm, java.io.Serializable

COM Interface 'ISchematicAlgoGrid'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Provides access to members that control the Grid schematic algorithm.' 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 IIDf7bb0170_4327_438c_a37a_5cbde1de3bc0
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.schematic.ISchematicAlgorithm
IIDbef20014_837c_4387_83ba_8523b7897a36
 
Method Summary
 double getHorizontalStep()
          Horizontal step for the grid; that is the wide of each grid cell.
 double getOriginX()
          Horizontal coordinate for the origin of the grid.
 double getOriginY()
          Vertical coordinate for the origin of the grid.
 double getVerticalStep()
          Vertical step for the grid; that is the wide of each grid cell.
 boolean isAbsoluteParameters()
          Indicates if the values set for the step parameters must be interpreted as absolute units.
 void setAbsoluteParameters(boolean pVal)
          Indicates if the values set for the step parameters must be interpreted as absolute units.
 void setHorizontalStep(double pVal)
          Horizontal step for the grid; that is the wide of each grid cell.
 void setOriginX(double pVal)
          Horizontal coordinate for the origin of the grid.
 void setOriginY(double pVal)
          Vertical coordinate for the origin of the grid.
 void setVerticalStep(double pVal)
          Vertical step for the grid; that is the wide of each grid cell.
 
Methods inherited from interface com.esri.arcgis.schematic.ISchematicAlgorithm
execute, getAlgorithmCLSID, getLabel, getPropertySet, getSchematicDiagramClassName, isAvailable, isEnabled, isOverridable, isUseEndNode, isUseRootNode, setAvailable, setLabel, setOverridable, setPropertySet, setSchematicDiagramClassNameByRef
 

Field Detail

IIDf7bb0170_4327_438c_a37a_5cbde1de3bc0

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

getOriginX

double getOriginX()
                  throws java.io.IOException,
                         AutomationException
Horizontal coordinate for the origin of the grid.

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

setOriginX

void setOriginX(double pVal)
                throws java.io.IOException,
                       AutomationException
Horizontal coordinate for the origin of the grid.

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

getOriginY

double getOriginY()
                  throws java.io.IOException,
                         AutomationException
Vertical coordinate for the origin of the grid.

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

setOriginY

void setOriginY(double pVal)
                throws java.io.IOException,
                       AutomationException
Vertical coordinate for the origin of the grid.

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

getHorizontalStep

double getHorizontalStep()
                         throws java.io.IOException,
                                AutomationException
Horizontal step for the grid; that is the wide of each grid cell.

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

setHorizontalStep

void setHorizontalStep(double pVal)
                       throws java.io.IOException,
                              AutomationException
Horizontal step for the grid; that is the wide of each grid cell.

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

getVerticalStep

double getVerticalStep()
                       throws java.io.IOException,
                              AutomationException
Vertical step for the grid; that is the wide of each grid cell.

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

setVerticalStep

void setVerticalStep(double pVal)
                     throws java.io.IOException,
                            AutomationException
Vertical step for the grid; that is the wide of each grid cell.

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

isAbsoluteParameters

boolean isAbsoluteParameters()
                             throws java.io.IOException,
                                    AutomationException
Indicates if the values set for the step parameters must be interpreted as absolute units.

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

setAbsoluteParameters

void setAbsoluteParameters(boolean pVal)
                           throws java.io.IOException,
                                  AutomationException
Indicates if the values set for the step parameters must be interpreted as absolute units.

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