|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRealTimeFeedSnap
Provides access to properties that control the snapping behavior for the current position.
Method Summary | |
---|---|
double |
getSnapDistance()
The snap distance, in map units. |
IArray |
getSnapLayers()
The list of layers used for snapping. |
boolean |
isSnapToLines()
Indicates if positions are snapped to the lines in the snap layers' feature geometries. |
boolean |
isSnapToNodes()
Indicates if positions are snapped to the nodes in the snap layers' feature geometries. |
boolean |
isSnapToVertices()
Indicates if positions are snapped to the vertices in the snap layers' feature geometries. |
void |
setSnapDistance(double pDistance)
The snap distance, in map units. |
void |
setSnapLayersByRef(IArray ppArray)
The list of layers used for snapping. |
void |
setSnapToLines(boolean pSnap)
Indicates if positions are snapped to the lines in the snap layers' feature geometries. |
void |
setSnapToNodes(boolean pSnap)
Indicates if positions are snapped to the nodes in the snap layers' feature geometries. |
void |
setSnapToVertices(boolean pSnap)
Indicates if positions are snapped to the vertices in the snap layers' feature geometries. |
Method Detail |
---|
IArray getSnapLayers() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSnapLayersByRef(IArray ppArray) throws IOException, AutomationException
ppArray
- A reference to a com.esri.arcgis.system.IArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getSnapDistance() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSnapDistance(double pDistance) throws IOException, AutomationException
pDistance
- The pDistance (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSnapToVertices() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSnapToVertices(boolean pSnap) throws IOException, AutomationException
pSnap
- The pSnap (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSnapToLines() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSnapToLines(boolean pSnap) throws IOException, AutomationException
pSnap
- The pSnap (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSnapToNodes() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSnapToNodes(boolean pSnap) throws IOException, AutomationException
pSnap
- The pSnap (in)
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 |