com.esri.arcgis.datasourcesfile
Interface ISMRouterEnvelope

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISMRouterEnvelopeProxy, SMRouterEnvelope

public interface ISMRouterEnvelope
extends java.io.Serializable

COM Interface 'ISMRouterEnvelope'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesFile.olb'

Description: 'Deprecated as of 10.1. Provides access to the bounding envelope of the route path.' 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 DISPID_1_GET_NAME
           
static java.lang.String DISPID_1_PUT_NAME
           
static java.lang.String DISPID_2_GET_NAME
           
static java.lang.String DISPID_2_PUT_NAME
           
static java.lang.String DISPID_3_GET_NAME
           
static java.lang.String DISPID_3_PUT_NAME
           
static java.lang.String DISPID_4_GET_NAME
           
static java.lang.String DISPID_4_PUT_NAME
           
static java.lang.String IID
          Deprecated. Internal use only
static int IIDf8b65ff0_5850_11d7_b321_008048db11de
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getBottom()
          The position of the bottom.
 double getLeft()
          The position of the left side.
 double getRight()
          The position of the right side.
 double getTop()
          The position of the top.
 void setBottom(double pVal)
          The position of the bottom.
 void setLeft(double pVal)
          The position of the left side.
 void setRight(double pVal)
          The position of the right side.
 void setTop(double pVal)
          The position of the top.
 

Field Detail

IIDf8b65ff0_5850_11d7_b321_008048db11de

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

DISPID_1_GET_NAME

static final java.lang.String DISPID_1_GET_NAME
See Also:
Constant Field Values

DISPID_1_PUT_NAME

static final java.lang.String DISPID_1_PUT_NAME
See Also:
Constant Field Values

DISPID_2_GET_NAME

static final java.lang.String DISPID_2_GET_NAME
See Also:
Constant Field Values

DISPID_2_PUT_NAME

static final java.lang.String DISPID_2_PUT_NAME
See Also:
Constant Field Values

DISPID_3_GET_NAME

static final java.lang.String DISPID_3_GET_NAME
See Also:
Constant Field Values

DISPID_3_PUT_NAME

static final java.lang.String DISPID_3_PUT_NAME
See Also:
Constant Field Values

DISPID_4_GET_NAME

static final java.lang.String DISPID_4_GET_NAME
See Also:
Constant Field Values

DISPID_4_PUT_NAME

static final java.lang.String DISPID_4_PUT_NAME
See Also:
Constant Field Values
Method Detail

getTop

double getTop()
              throws java.io.IOException,
                     AutomationException
The position of the top.

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

setTop

void setTop(double pVal)
            throws java.io.IOException,
                   AutomationException
The position of the top.

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

getBottom

double getBottom()
                 throws java.io.IOException,
                        AutomationException
The position of the bottom.

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

setBottom

void setBottom(double pVal)
               throws java.io.IOException,
                      AutomationException
The position of the bottom.

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

getLeft

double getLeft()
               throws java.io.IOException,
                      AutomationException
The position of the left side.

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

setLeft

void setLeft(double pVal)
             throws java.io.IOException,
                    AutomationException
The position of the left side.

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

getRight

double getRight()
                throws java.io.IOException,
                       AutomationException
The position of the right side.

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

setRight

void setRight(double pVal)
              throws java.io.IOException,
                     AutomationException
The position of the right side.

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