com.esri.arcgis.datasourcesfile
Interface ISMSpeedGroup

All Superinterfaces:
Serializable
All Known Subinterfaces:
ISMSpeedGroup2
All Known Implementing Classes:
ISMSpeedGroup2Proxy, ISMSpeedGroupProxy, SMSpeedGroup

public interface ISMSpeedGroup
extends Serializable

Provides access to the speed group properties.

Superseded By

ISMSpeedGroup2

Description

Provides information about a separate speed group.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getDescription()
          Speed group description.
 float getSpeed()
          The speed value of the group.
 void setSpeed(float pVal)
          The speed value of the group.
 

Method Detail

getSpeed

float getSpeed()
               throws IOException,
                      AutomationException
The speed value of the group.

Description

Retrieves the speed value of the speed group.

Remarks

Speed property returns a Float that represents current value of the speed for the group.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setSpeed

void setSpeed(float pVal)
              throws IOException,
                     AutomationException
The speed value of the group.

Description

Sets the speed value of the speed group.

Remarks

Speed property sets a Float that represents current value of the speed for the group.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getDescription

String getDescription()
                      throws IOException,
                             AutomationException
Speed group description.

Description

Returns a description text of the speed group.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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