|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRealTimeFeedSnap
COM Interface 'IRealTimeFeedSnap'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to properties that control the snapping behavior for the current position.' 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 | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDc5b924eb_54da_4591_b90d_ff3659a4b1b5
|
static int |
xxDummy
Deprecated. Internal use only |
| 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. |
| Field Detail |
|---|
static final int IIDc5b924eb_54da_4591_b90d_ff3659a4b1b5
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
IArray getSnapLayers()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSnapLayersByRef(IArray ppArray)
throws java.io.IOException,
AutomationException
ppArray - A reference to a com.esri.arcgis.system.IArray (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getSnapDistance()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSnapDistance(double pDistance)
throws java.io.IOException,
AutomationException
pDistance - The pDistance (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isSnapToVertices()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSnapToVertices(boolean pSnap)
throws java.io.IOException,
AutomationException
pSnap - The pSnap (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isSnapToLines()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSnapToLines(boolean pSnap)
throws java.io.IOException,
AutomationException
pSnap - The pSnap (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isSnapToNodes()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSnapToNodes(boolean pSnap)
throws java.io.IOException,
AutomationException
pSnap - The pSnap (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 | ||||||||