|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.location.RouteMeasureCreator
public class RouteMeasureCreator
COM Class 'RouteMeasureCreator'. Generated 3/19/2015 1:20:44 PM from 'C:\ArcGIS\COM\esriLocation.olb'
Description 'Basic route creation object.' 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 |
|---|
| Fields inherited from interface com.esri.arcgis.location.IRouteMeasureCreator2 |
|---|
IID, IID6d2b9a89_960e_4f95_8c7b_6da24ab7a398, xxDummy |
| Fields inherited from interface com.esri.arcgis.location.IRouteMeasureCreator |
|---|
IID9073be7c_f31a_4329_94e9_eea1bcd4af6d |
| Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
|---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
| Constructor Summary | |
|---|---|
RouteMeasureCreator()
Constructs a RouteMeasureCreator using ArcGIS Engine. |
|
RouteMeasureCreator(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. RouteMeasureCreator theRouteMeasureCreator = (RouteMeasureCreator) obj; |
|
| Method Summary | |
|---|---|
IEnumBSTR |
createUsing2Fields(java.lang.String fmFieldName,
java.lang.String tmFieldName,
IFeatureClassName outputFClassName,
IGeometryDef outputGeometryDef,
java.lang.String configKeyword,
ITrackCancel trackCancel)
Create routes from polylines using two fields. |
IEnumBSTR |
createUsing2Fields2(java.lang.String fmFieldName,
java.lang.String tmFieldName,
double factor,
double offset,
IFeatureClassName outputFClassName,
IGeometryDef outputGeometryDef,
java.lang.String configKeyword,
ITrackCancel trackCancel)
Create routes from polylines using two fields. |
IEnumBSTR |
createUsingCoordinatePriority(java.lang.String lengthFieldName,
int seedingCorner,
boolean ignoreGaps,
IFeatureClassName outputFClassName,
IGeometryDef outputGeometryDef,
java.lang.String configKeyword,
ITrackCancel trackCancel)
Create routes from using topology. |
IEnumBSTR |
createUsingCoordinatePriority2(java.lang.String lengthFieldName,
double factor,
double offset,
int seedingCorner,
boolean ignoreGaps,
IFeatureClassName outputFClassName,
IGeometryDef outputGeometryDef,
java.lang.String configKeyword,
ITrackCancel trackCancel)
Create routes from using topology. |
IEnumBSTR |
createUsingPoints(ISelectionSet pointSelection,
java.lang.String pointRIDFieldName,
java.lang.String pointMeasureFieldName,
int updateHow,
boolean ignoreGaps,
double tolerance,
boolean allInputFeatures,
IFeatureClassName outputFClassName,
IGeometryDef outputGeometryDef,
java.lang.String configKeyword,
ITrackCancel trackCancel)
Create routes from polylines using points to assign measures. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
IFeatureClass |
getInputFeatureClass()
The input features. |
ISelectionSet |
getInputFeatureSelection()
A selection set of input features. |
java.lang.String |
getInputRouteIDFieldName()
The input route identifier field name. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
boolean |
isBuildOutputIndex()
Indicates whether an index is going to be built on the route id field on the output result. |
void |
release()
Release a RouteMeasureCreator. |
void |
setBuildOutputIndex(boolean status)
Indicates whether an index is going to be built on the route id field on the output result. |
void |
setInputFeatureClassByRef(IFeatureClass inputFeatureClass)
The input features. |
void |
setInputFeatureSelectionByRef(ISelectionSet selection)
A selection set of input features. |
void |
setInputRouteIDFieldName(java.lang.String fieldName)
The input route identifier field name. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RouteMeasureCreator()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public RouteMeasureCreator(java.lang.Object obj)
throws java.io.IOException
RouteMeasureCreator theRouteMeasureCreator = (RouteMeasureCreator) obj;
obj to RouteMeasureCreator.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public void setInputFeatureClassByRef(IFeatureClass inputFeatureClass)
throws java.io.IOException,
AutomationException
setInputFeatureClassByRef in interface IRouteMeasureCreatorinputFeatureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IFeatureClass getInputFeatureClass()
throws java.io.IOException,
AutomationException
getInputFeatureClass in interface IRouteMeasureCreatorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setInputFeatureSelectionByRef(ISelectionSet selection)
throws java.io.IOException,
AutomationException
setInputFeatureSelectionByRef in interface IRouteMeasureCreatorselection - A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISelectionSet getInputFeatureSelection()
throws java.io.IOException,
AutomationException
getInputFeatureSelection in interface IRouteMeasureCreatorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setInputRouteIDFieldName(java.lang.String fieldName)
throws java.io.IOException,
AutomationException
setInputRouteIDFieldName in interface IRouteMeasureCreatorfieldName - The fieldName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getInputRouteIDFieldName()
throws java.io.IOException,
AutomationException
getInputRouteIDFieldName in interface IRouteMeasureCreatorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBuildOutputIndex(boolean status)
throws java.io.IOException,
AutomationException
setBuildOutputIndex in interface IRouteMeasureCreatorstatus - The status (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isBuildOutputIndex()
throws java.io.IOException,
AutomationException
isBuildOutputIndex in interface IRouteMeasureCreatorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumBSTR createUsing2Fields(java.lang.String fmFieldName,
java.lang.String tmFieldName,
IFeatureClassName outputFClassName,
IGeometryDef outputGeometryDef,
java.lang.String configKeyword,
ITrackCancel trackCancel)
throws java.io.IOException,
AutomationException
createUsing2Fields in interface IRouteMeasureCreatorfmFieldName - The fmFieldName (in)tmFieldName - The tmFieldName (in)outputFClassName - A reference to a com.esri.arcgis.geodatabase.IFeatureClassName (in)outputGeometryDef - A reference to a com.esri.arcgis.geodatabase.IGeometryDef (in)configKeyword - The configKeyword (in)trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumBSTR createUsingCoordinatePriority(java.lang.String lengthFieldName,
int seedingCorner,
boolean ignoreGaps,
IFeatureClassName outputFClassName,
IGeometryDef outputGeometryDef,
java.lang.String configKeyword,
ITrackCancel trackCancel)
throws java.io.IOException,
AutomationException
createUsingCoordinatePriority in interface IRouteMeasureCreatorlengthFieldName - The lengthFieldName (in)seedingCorner - A com.esri.arcgis.location.esriMSeedingCorner constant (in)ignoreGaps - The ignoreGaps (in)outputFClassName - A reference to a com.esri.arcgis.geodatabase.IFeatureClassName (in)outputGeometryDef - A reference to a com.esri.arcgis.geodatabase.IGeometryDef (in)configKeyword - The configKeyword (in)trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumBSTR createUsingPoints(ISelectionSet pointSelection,
java.lang.String pointRIDFieldName,
java.lang.String pointMeasureFieldName,
int updateHow,
boolean ignoreGaps,
double tolerance,
boolean allInputFeatures,
IFeatureClassName outputFClassName,
IGeometryDef outputGeometryDef,
java.lang.String configKeyword,
ITrackCancel trackCancel)
throws java.io.IOException,
AutomationException
createUsingPoints in interface IRouteMeasureCreatorpointSelection - A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)pointRIDFieldName - The pointRIDFieldName (in)pointMeasureFieldName - The pointMeasureFieldName (in)updateHow - The updateHow (in)ignoreGaps - The ignoreGaps (in)tolerance - The tolerance (in)allInputFeatures - The allInputFeatures (in)outputFClassName - A reference to a com.esri.arcgis.geodatabase.IFeatureClassName (in)outputGeometryDef - A reference to a com.esri.arcgis.geodatabase.IGeometryDef (in)configKeyword - The configKeyword (in)trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumBSTR createUsing2Fields2(java.lang.String fmFieldName,
java.lang.String tmFieldName,
double factor,
double offset,
IFeatureClassName outputFClassName,
IGeometryDef outputGeometryDef,
java.lang.String configKeyword,
ITrackCancel trackCancel)
throws java.io.IOException,
AutomationException
createUsing2Fields2 in interface IRouteMeasureCreator2fmFieldName - The fmFieldName (in)tmFieldName - The tmFieldName (in)factor - The factor (in)offset - The offset (in)outputFClassName - A reference to a com.esri.arcgis.geodatabase.IFeatureClassName (in)outputGeometryDef - A reference to a com.esri.arcgis.geodatabase.IGeometryDef (in)configKeyword - The configKeyword (in)trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumBSTR createUsingCoordinatePriority2(java.lang.String lengthFieldName,
double factor,
double offset,
int seedingCorner,
boolean ignoreGaps,
IFeatureClassName outputFClassName,
IGeometryDef outputGeometryDef,
java.lang.String configKeyword,
ITrackCancel trackCancel)
throws java.io.IOException,
AutomationException
createUsingCoordinatePriority2 in interface IRouteMeasureCreator2lengthFieldName - The lengthFieldName (in)factor - The factor (in)offset - The offset (in)seedingCorner - A com.esri.arcgis.location.esriMSeedingCorner constant (in)ignoreGaps - The ignoreGaps (in)outputFClassName - A reference to a com.esri.arcgis.geodatabase.IFeatureClassName (in)outputGeometryDef - A reference to a com.esri.arcgis.geodatabase.IGeometryDef (in)configKeyword - The configKeyword (in)trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
throws java.io.IOException,
AutomationException
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
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 | ||||||||