com.esri.arcgis.schematic
Interface ISchematicBuilderGeneralization

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicBuilderGeneralizationProxy

public interface ISchematicBuilderGeneralization
extends java.io.Serializable

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

Description: 'Provides access to members that control the schematic builder generalization.' 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 IIDb1efe362_13d2_4e33_b4db_1f8bc6a4be74
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getMaxAllowableOffset()
          Maximum allowable distance used for the generalization.
 int getOffsetUnits()
          Units of the maximum allowable distance used for the generalization.
 boolean isGeneralizationActivated()
          Indicates if the Schematic Builder genaralization is activated.
 void setGeneralizationActivated(boolean generalizationActivated)
          Indicates if the Schematic Builder genaralization is activated.
 void setMaxAllowableOffset(double maxAllowableOffset)
          Maximum allowable distance used for the generalization.
 void setOffsetUnits(int offsetUnits)
          Units of the maximum allowable distance used for the generalization.
 

Field Detail

IIDb1efe362_13d2_4e33_b4db_1f8bc6a4be74

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

isGeneralizationActivated

boolean isGeneralizationActivated()
                                  throws java.io.IOException,
                                         AutomationException
Indicates if the Schematic Builder genaralization is activated.

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

setGeneralizationActivated

void setGeneralizationActivated(boolean generalizationActivated)
                                throws java.io.IOException,
                                       AutomationException
Indicates if the Schematic Builder genaralization is activated.

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

getMaxAllowableOffset

double getMaxAllowableOffset()
                             throws java.io.IOException,
                                    AutomationException
Maximum allowable distance used for the generalization.

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

setMaxAllowableOffset

void setMaxAllowableOffset(double maxAllowableOffset)
                           throws java.io.IOException,
                                  AutomationException
Maximum allowable distance used for the generalization.

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

getOffsetUnits

int getOffsetUnits()
                   throws java.io.IOException,
                          AutomationException
Units of the maximum allowable distance used for the generalization.

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

setOffsetUnits

void setOffsetUnits(int offsetUnits)
                    throws java.io.IOException,
                           AutomationException
Units of the maximum allowable distance used for the generalization.

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