|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 problemspublic 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 problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void setAddErrorField(boolean value) throws IOException, AutomationException
setAddErrorField
in interface IRouteEventProperties2
value
- 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 IRouteEventProperties2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setErrorFieldName(String fieldName) throws IOException, AutomationException
setErrorFieldName
in interface IRouteEventProperties2
fieldName
- 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 IRouteEventProperties2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMDirectionOffsetting(boolean value) throws IOException, AutomationException
setMDirectionOffsetting
in interface IRouteEventProperties2
value
- 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 IRouteEventProperties2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEventRouteIDFieldName(String fieldName) throws IOException, AutomationException
setEventRouteIDFieldName
in interface IRouteEventProperties
fieldName
- 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 IRouteEventProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEventMeasureUnit(int units) throws IOException, AutomationException
setEventMeasureUnit
in interface IRouteEventProperties
units
- 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 IRouteEventProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLateralOffsetFieldName(String fieldName) throws IOException, AutomationException
setLateralOffsetFieldName
in interface IRouteEventProperties
fieldName
- 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 IRouteEventProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isALineEvent() throws IOException, AutomationException
isALineEvent
in interface IRouteEventProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getSettingError() throws IOException, AutomationException
getSettingError
in interface IRouteEventProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFromMeasureFieldName(String fieldName) throws IOException, AutomationException
setFromMeasureFieldName
in interface IRouteMeasureLineProperties
fieldName
- 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 IRouteMeasureLineProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setToMeasureFieldName(String fieldName) throws IOException, AutomationException
setToMeasureFieldName
in interface IRouteMeasureLineProperties
fieldName
- 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 IRouteMeasureLineProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IClone esri_clone() throws IOException, AutomationException
esri_clone
in interface IClone
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void assign(IClone src) throws IOException, AutomationException
assign
in interface IClone
src
- 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 IClone
other
- 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 IClone
other
- 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 IPersistStream
IOException
- 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 IPersistStream
pstm
- 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 IPersistStream
pstm
- 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 IPersistStream
pcbSize
- 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 IPersist
pClassID
- 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 ISupportErrorInfo
riid
- 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 Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |