|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.location.RouteMeasureLineProperties
public class RouteMeasureLineProperties
Properties for route measure line event tables.
Route event properties identify certian characteristics of a table so that it can be recognized as a table containing route events.
RouteMeasureLineProperties identify a table as a line event table.
RouteMeasureLineProperties are helper objects for a RouteEventSource.
| Constructor Summary | |
|---|---|
RouteMeasureLineProperties()
Constructs a RouteMeasureLineProperties using ArcGIS Engine. |
|
RouteMeasureLineProperties(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. RouteMeasureLineProperties theRouteMeasureLineProperties = (RouteMeasureLineProperties) obj; |
|
| Method Summary | |
|---|---|
void |
assign(IClone src)
Assigns the properties of src to the receiver. |
boolean |
equals(Object o)
Compare this object with another |
IClone |
esri_clone()
Clones the receiver and assigns the result to *clone. |
void |
getClassID(GUID[] pClassID)
getClassID |
static String |
getClsid()
getClsid. |
String |
getErrorFieldName()
Name of the error field name. |
int |
getEventMeasureUnit()
The units of the event measure(s). |
String |
getEventRouteIDFieldName()
The route identifier field name. |
String |
getFromMeasureFieldName()
The from-measure field name. |
String |
getLateralOffsetFieldName()
The lateral offset field name. |
void |
getSettingError()
The state of the object (see if all the required field names have been set). |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
String |
getToMeasureFieldName()
The to-measure field name. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
boolean |
isAddErrorField()
Indicates if the error field should be added to the field set. |
boolean |
isALineEvent()
Is a line event. |
void |
isDirty()
isDirty |
boolean |
isEqual(IClone other)
Indicates if the receiver and other have the same properties. |
boolean |
isIdentical(IClone other)
Indicates if the receiver and other are the same object. |
boolean |
isMDirectionOffsetting()
Indicates if the offset should based onthe M direction or the digitized direction. |
void |
load(IStream pstm)
load |
void |
readExternal(ObjectInput in)
|
void |
save(IStream pstm,
int fClearDirty)
save |
void |
setAddErrorField(boolean value)
Indicates if the error field should be added to the field set. |
void |
setErrorFieldName(String fieldName)
Name of the error field name. |
void |
setEventMeasureUnit(int units)
The units of the event measure(s). |
void |
setEventRouteIDFieldName(String fieldName)
The route identifier field name. |
void |
setFromMeasureFieldName(String fieldName)
The from-measure field name. |
void |
setLateralOffsetFieldName(String fieldName)
The lateral offset field name. |
void |
setMDirectionOffsetting(boolean value)
Indicates if the offset should based onthe M direction or the digitized direction. |
void |
setToMeasureFieldName(String fieldName)
The to-measure field name. |
void |
writeExternal(ObjectOutput out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public RouteMeasureLineProperties()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public RouteMeasureLineProperties(Object obj)
throws IOException
RouteMeasureLineProperties theRouteMeasureLineProperties = (RouteMeasureLineProperties) obj;
obj to RouteMeasureLineProperties.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void setAddErrorField(boolean value)
throws IOException,
AutomationException
setAddErrorField in interface IRouteEventProperties2value - The value (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAddErrorField()
throws IOException,
AutomationException
This property allows you to add a non editable and dynamic field to the route event source to provide information about whether the events were located or not.
isAddErrorField in interface IRouteEventProperties2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setErrorFieldName(String fieldName)
throws IOException,
AutomationException
setErrorFieldName in interface IRouteEventProperties2fieldName - The fieldName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getErrorFieldName()
throws IOException,
AutomationException
If the AddErrorField property is set to True, this property is used to set the name of the field which will contain the locating errors.
getErrorFieldName in interface IRouteEventProperties2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMDirectionOffsetting(boolean value)
throws IOException,
AutomationException
setMDirectionOffsetting in interface IRouteEventProperties2value - The value (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isMDirectionOffsetting()
throws IOException,
AutomationException
isMDirectionOffsetting in interface IRouteEventProperties2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setEventRouteIDFieldName(String fieldName)
throws IOException,
AutomationException
setEventRouteIDFieldName in interface IRouteEventPropertiesfieldName - The fieldName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getEventRouteIDFieldName()
throws IOException,
AutomationException
getEventRouteIDFieldName in interface IRouteEventPropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setEventMeasureUnit(int units)
throws IOException,
AutomationException
setEventMeasureUnit in interface IRouteEventPropertiesunits - A com.esri.arcgis.system.esriUnits constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getEventMeasureUnit()
throws IOException,
AutomationException
getEventMeasureUnit in interface IRouteEventPropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLateralOffsetFieldName(String fieldName)
throws IOException,
AutomationException
setLateralOffsetFieldName in interface IRouteEventPropertiesfieldName - The fieldName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getLateralOffsetFieldName()
throws IOException,
AutomationException
getLateralOffsetFieldName in interface IRouteEventPropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isALineEvent()
throws IOException,
AutomationException
isALineEvent in interface IRouteEventPropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getSettingError()
throws IOException,
AutomationException
getSettingError in interface IRouteEventPropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFromMeasureFieldName(String fieldName)
throws IOException,
AutomationException
setFromMeasureFieldName in interface IRouteMeasureLinePropertiesfieldName - The fieldName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getFromMeasureFieldName()
throws IOException,
AutomationException
getFromMeasureFieldName in interface IRouteMeasureLinePropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setToMeasureFieldName(String fieldName)
throws IOException,
AutomationException
setToMeasureFieldName in interface IRouteMeasureLinePropertiesfieldName - The fieldName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getToMeasureFieldName()
throws IOException,
AutomationException
getToMeasureFieldName in interface IRouteMeasureLinePropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IClone esri_clone()
throws IOException,
AutomationException
esri_clone in interface ICloneIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void assign(IClone src)
throws IOException,
AutomationException
assign in interface IClonesrc - A reference to a com.esri.arcgis.system.IClone (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isEqual(IClone other)
throws IOException,
AutomationException
IsEqual returns True if the receiver and the source have the same properties. Note, this does not imply that the receiver and the source reference the same object.
isEqual in interface ICloneother - A reference to a com.esri.arcgis.system.IClone (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isIdentical(IClone other)
throws IOException,
AutomationException
IsIdentical returns true if the receiver and the source reference the same object.
isIdentical in interface ICloneother - A reference to a com.esri.arcgis.system.IClone (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void isDirty()
throws IOException,
AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
isDirty in interface IPersistStreamIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void load(IStream pstm)
throws IOException,
AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
load in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void save(IStream pstm,
int fClearDirty)
throws IOException,
AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
save in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)fClearDirty - The fClearDirty (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getSizeMax(_ULARGE_INTEGER[] pcbSize)
throws IOException,
AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
getSizeMax in interface IPersistStreampcbSize - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getClassID(GUID[] pClassID)
throws IOException,
AutomationException
IPersist is a Microsoft interface. Please refer to MSDN for information about this interface.
getClassID in interface IPersistpClassID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
throws IOException,
AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizableIOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizableIOException
ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||