com.esri.arcgis.location
Interface IRouteMeasurePointProperties2

All Superinterfaces:
IRouteMeasurePointProperties, java.io.Serializable
All Known Implementing Classes:
IRouteMeasurePointProperties2Proxy, RouteMeasurePointProperties

public interface IRouteMeasurePointProperties2
extends IRouteMeasurePointProperties, java.io.Serializable

COM Interface 'IRouteMeasurePointProperties2'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriLocation.olb'

Description: 'Provides access to the route measure properties unique to point event tables.' 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 IID99eb3970_f8a2_4670_b6f6_d928e2ad39c1
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.location.IRouteMeasurePointProperties
IID5fad1b6d_3bbd_11d4_9fcc_00c04f6bdf06
 
Method Summary
 java.lang.String getAngleFieldName()
          Name of the angle field name.
 boolean isAddAngleField()
          Indicates if an angle field should be added to the field set.
 boolean isAsPointFeature()
          Indicates if the point event shape should be output as a multipoint or a point.
 boolean isComplementAngle()
          Indicates if 180 degres should be added to the angle field value.
 boolean isNormalAngle()
          Indicates if the angle field should be the normal or the tangent anglea.
 void setAddAngleField(boolean angleField)
          Indicates if an angle field should be added to the field set.
 void setAngleFieldName(java.lang.String fieldName)
          Name of the angle field name.
 void setAsPointFeature(boolean value)
          Indicates if the point event shape should be output as a multipoint or a point.
 void setComplementAngle(boolean value)
          Indicates if 180 degres should be added to the angle field value.
 void setNormalAngle(boolean value)
          Indicates if the angle field should be the normal or the tangent anglea.
 
Methods inherited from interface com.esri.arcgis.location.IRouteMeasurePointProperties
getMeasureFieldName, setMeasureFieldName
 

Field Detail

IID99eb3970_f8a2_4670_b6f6_d928e2ad39c1

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

setAsPointFeature

void setAsPointFeature(boolean value)
                       throws java.io.IOException,
                              AutomationException
Indicates if the point event shape should be output as a multipoint or a point.

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

isAsPointFeature

boolean isAsPointFeature()
                         throws java.io.IOException,
                                AutomationException
Indicates if the point event shape should be output as a multipoint or a point.

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

setAddAngleField

void setAddAngleField(boolean angleField)
                      throws java.io.IOException,
                             AutomationException
Indicates if an angle field should be added to the field set.

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

isAddAngleField

boolean isAddAngleField()
                        throws java.io.IOException,
                               AutomationException
Indicates if an angle field should be added to the field set.

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

setAngleFieldName

void setAngleFieldName(java.lang.String fieldName)
                       throws java.io.IOException,
                              AutomationException
Name of the angle field name.

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

getAngleFieldName

java.lang.String getAngleFieldName()
                                   throws java.io.IOException,
                                          AutomationException
Name of the angle field name.

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

setNormalAngle

void setNormalAngle(boolean value)
                    throws java.io.IOException,
                           AutomationException
Indicates if the angle field should be the normal or the tangent anglea.

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

isNormalAngle

boolean isNormalAngle()
                      throws java.io.IOException,
                             AutomationException
Indicates if the angle field should be the normal or the tangent anglea.

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

setComplementAngle

void setComplementAngle(boolean value)
                        throws java.io.IOException,
                               AutomationException
Indicates if 180 degres should be added to the angle field value.

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

isComplementAngle

boolean isComplementAngle()
                          throws java.io.IOException,
                                 AutomationException
Indicates if 180 degres should be added to the angle field value.

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