com.esri.arcgis.networkanalyst
Interface INetworkAnalystProtectNames

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

public interface INetworkAnalystProtectNames
extends java.io.Serializable

COM Interface 'INetworkAnalystProtectNames'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriNetworkAnalyst.olb'

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 IID9a54ea7d_39f2_4cbc_97a6_62c2bbb6724a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void fromPosition()
          fromPosition
 double getLength()
          getLength
 java.lang.String getName()
          getName
 int getType()
          getType
 void nAClass()
          nAClass
 void nAContext()
          nAContext
 void setLength(double length)
          setLength
 void setName(java.lang.String name)
          setName
 void setType(int type)
          setType
 void time()
          time
 void toPosition()
          toPosition
 

Field Detail

IID9a54ea7d_39f2_4cbc_97a6_62c2bbb6724a

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

nAClass

void nAClass()
             throws java.io.IOException,
                    AutomationException
nAClass

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

nAContext

void nAContext()
               throws java.io.IOException,
                      AutomationException
nAContext

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

fromPosition

void fromPosition()
                  throws java.io.IOException,
                         AutomationException
fromPosition

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

toPosition

void toPosition()
                throws java.io.IOException,
                       AutomationException
toPosition

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

time

void time()
          throws java.io.IOException,
                 AutomationException
time

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
getName

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

setName

void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
setName

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

getType

int getType()
            throws java.io.IOException,
                   AutomationException
getType

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

setType

void setType(int type)
             throws java.io.IOException,
                    AutomationException
setType

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

getLength

double getLength()
                 throws java.io.IOException,
                        AutomationException
getLength

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

setLength

void setLength(double length)
               throws java.io.IOException,
                      AutomationException
setLength

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