|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INALocatorFeatureAgent
Provides access to properties of the feature locator agent.
INALocatorFeatureAgent has been superseded by INALocatorFeatureAgent2.
Method Summary | |
---|---|
int |
getSnapType()
The method of snapping used. |
String |
getSourceName()
The network source name. |
int |
getSubtypeCode()
The subtype to be used to locate features. |
boolean |
isUseSubtype()
Indicates if subtypes should be used to locate features. |
void |
setSnapType(int pHitPartType)
The method of snapping used. |
void |
setSourceName(String sourceName)
The network source name. |
void |
setSubtypeCode(int subtypeCode)
The subtype to be used to locate features. |
void |
setUseSubtype(boolean useSubtype)
Indicates if subtypes should be used to locate features. |
Method Detail |
---|
void setSourceName(String sourceName) throws IOException, AutomationException
The SourceName is the feature class name to be searched.
sourceName
- The sourceName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getSourceName() throws IOException, AutomationException
The SourceName is the feature class name to be searched.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSnapType(int pHitPartType) throws IOException, AutomationException
The SnapType property determines where along the feature the location will be found. You can snap to endpoints or vertices (junctions) or anywhere along the line (edges).
pHitPartType
- A com.esri.arcgis.geometry.esriGeometryHitPartType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSnapType() throws IOException, AutomationException
The SnapType property determines where along the feature the location will be found. You can snap to endpoints or vertices (junctions) or anywhere along the line (edges).
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseSubtype(boolean useSubtype) throws IOException, AutomationException
Setting the UseSubtype property to true allows you to snap only to features of a specific subtype. It is used in conjunction with the SubtypeCode property which specifies which subtype to snap to.
useSubtype
- The useSubtype (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseSubtype() throws IOException, AutomationException
Setting the UseSubtype property to true allows you to snap only to features of a specific subtype. It is used in conjunction with the SubtypeCode property which specifies which subtype to snap to.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSubtypeCode(int subtypeCode) throws IOException, AutomationException
The SubtypeCode property determines which subtype to snap to when the associated property UseSubtype is true.
subtypeCode
- The subtypeCode (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSubtypeCode() throws IOException, AutomationException
The SubtypeCode property determines which subtype to snap to when the associated property UseSubtype is true.
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 |