com.esri.arcgis.networkanalyst
Interface INALocation

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
INALocationProxy, NALocation

public interface INALocation
extends java.io.Serializable

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

Description: 'Provides access to properties of an NALocation.' 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 IID109c0d16_c677_4b96_b5c4_6b17e8d234d2
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getSide()
          The side of the feature.
 int getSourceID()
          The ID of the network source.
 int getSourceOID()
          The OID of the feature.
 double getSourcePosition()
          The position along the feature.
 boolean isLocated()
          Indicates if the location has been found on the network.
 void setSide(int side)
          The side of the feature.
 void setSourceID(int sourceID)
          The ID of the network source.
 void setSourceOID(int sourceOID)
          The OID of the feature.
 void setSourcePosition(double position)
          The position along the feature.
 

Field Detail

IID109c0d16_c677_4b96_b5c4_6b17e8d234d2

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

setSourceID

void setSourceID(int sourceID)
                 throws java.io.IOException,
                        AutomationException
The ID of the network source.

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

getSourceID

int getSourceID()
                throws java.io.IOException,
                       AutomationException
The ID of the network source.

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

setSourceOID

void setSourceOID(int sourceOID)
                  throws java.io.IOException,
                         AutomationException
The OID of the feature.

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

getSourceOID

int getSourceOID()
                 throws java.io.IOException,
                        AutomationException
The OID of the feature.

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

setSourcePosition

void setSourcePosition(double position)
                       throws java.io.IOException,
                              AutomationException
The position along the feature.

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

getSourcePosition

double getSourcePosition()
                         throws java.io.IOException,
                                AutomationException
The position along the feature.

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

setSide

void setSide(int side)
             throws java.io.IOException,
                    AutomationException
The side of the feature.

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

getSide

int getSide()
            throws java.io.IOException,
                   AutomationException
The side of the feature.

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

isLocated

boolean isLocated()
                  throws java.io.IOException,
                         AutomationException
Indicates if the location has been found on the network.

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