|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.location.IRouteMeasurePointPropertiesProxy com.esri.arcgis.location.IRouteMeasurePointProperties2Proxy
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 =
public class IRouteMeasurePointProperties2Proxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.location.IRouteMeasurePointProperties2 |
---|
IID, IID99eb3970_f8a2_4670_b6f6_d928e2ad39c1 |
Fields inherited from interface com.esri.arcgis.location.IRouteMeasurePointProperties |
---|
IID5fad1b6d_3bbd_11d4_9fcc_00c04f6bdf06 |
Constructor Summary | |
---|---|
|
IRouteMeasurePointProperties2Proxy()
Deprecated. For internal use only |
|
IRouteMeasurePointProperties2Proxy(java.lang.Object obj)
Deprecated. |
protected |
IRouteMeasurePointProperties2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IRouteMeasurePointProperties2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IRouteMeasurePointProperties2Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
java.lang.String |
getAngleFieldName()
Deprecated. Name of the angle field name. |
boolean |
isAddAngleField()
Deprecated. Indicates if an angle field should be added to the field set. |
boolean |
isAsPointFeature()
Deprecated. Indicates if the point event shape should be output as a multipoint or a point. |
boolean |
isComplementAngle()
Deprecated. Indicates if 180 degres should be added to the angle field value. |
boolean |
isNormalAngle()
Deprecated. Indicates if the angle field should be the normal or the tangent anglea. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setAddAngleField(boolean angleField)
Deprecated. Indicates if an angle field should be added to the field set. |
void |
setAngleFieldName(java.lang.String fieldName)
Deprecated. Name of the angle field name. |
void |
setAsPointFeature(boolean value)
Deprecated. Indicates if the point event shape should be output as a multipoint or a point. |
void |
setComplementAngle(boolean value)
Deprecated. Indicates if 180 degres should be added to the angle field value. |
void |
setNormalAngle(boolean value)
Deprecated. Indicates if the angle field should be the normal or the tangent anglea. |
Methods inherited from class com.esri.arcgis.location.IRouteMeasurePointPropertiesProxy |
---|
getMeasureFieldName, setMeasureFieldName |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.location.IRouteMeasurePointProperties |
---|
getMeasureFieldName, setMeasureFieldName |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IRouteMeasurePointProperties2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IRouteMeasurePointProperties2Proxy()
public IRouteMeasurePointProperties2Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IRouteMeasurePointProperties2Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IRouteMeasurePointProperties2Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class IRouteMeasurePointPropertiesProxy
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class IRouteMeasurePointPropertiesProxy
java.io.IOException
public void setAsPointFeature(boolean value) throws java.io.IOException, AutomationException
setAsPointFeature
in interface IRouteMeasurePointProperties2
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAsPointFeature() throws java.io.IOException, AutomationException
isAsPointFeature
in interface IRouteMeasurePointProperties2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAddAngleField(boolean angleField) throws java.io.IOException, AutomationException
setAddAngleField
in interface IRouteMeasurePointProperties2
angleField
- The angleField (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAddAngleField() throws java.io.IOException, AutomationException
isAddAngleField
in interface IRouteMeasurePointProperties2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAngleFieldName(java.lang.String fieldName) throws java.io.IOException, AutomationException
setAngleFieldName
in interface IRouteMeasurePointProperties2
fieldName
- The fieldName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getAngleFieldName() throws java.io.IOException, AutomationException
getAngleFieldName
in interface IRouteMeasurePointProperties2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNormalAngle(boolean value) throws java.io.IOException, AutomationException
setNormalAngle
in interface IRouteMeasurePointProperties2
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isNormalAngle() throws java.io.IOException, AutomationException
isNormalAngle
in interface IRouteMeasurePointProperties2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setComplementAngle(boolean value) throws java.io.IOException, AutomationException
setComplementAngle
in interface IRouteMeasurePointProperties2
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isComplementAngle() throws java.io.IOException, AutomationException
isComplementAngle
in interface IRouteMeasurePointProperties2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |