|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicInMemoryFeatureNodeOnLinkGeometry
Provides access to members that manage the schematic in memory feature node on link geometry.
Method Summary | |
---|---|
double |
getDistance(ILayer layer,
boolean asRatio)
Provides access to the distance of the position of the schematic in memory feature node on link. |
IPoint |
getInitialPosition(ILayer layer)
Initial position of the schematic in memory feature node on link. |
IPoint |
getPosition(ILayer layer)
Position of the schematic in memory feature node on link. |
void |
queryBoundingBoxCoords(ILayer layer,
double[] xMin,
double[] yMin,
double[] xMax,
double[] yMax)
Queries the bounding box coordinates of the schematic in memory feature node on link. |
void |
setDistance(ILayer layer,
boolean asRatio,
double distance)
Changes the distance of the position of the schematic in memory feature node on link. |
Method Detail |
---|
IPoint getPosition(ILayer layer) throws IOException, AutomationException
layer
- A reference to a com.esri.arcgis.carto.ILayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPoint getInitialPosition(ILayer layer) throws IOException, AutomationException
layer
- A reference to a com.esri.arcgis.carto.ILayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getDistance(ILayer layer, boolean asRatio) throws IOException, AutomationException
layer
- A reference to a com.esri.arcgis.carto.ILayer (in)asRatio
- The asRatio (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDistance(ILayer layer, boolean asRatio, double distance) throws IOException, AutomationException
layer
- A reference to a com.esri.arcgis.carto.ILayer (in)asRatio
- The asRatio (in)distance
- The distance (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void queryBoundingBoxCoords(ILayer layer, double[] xMin, double[] yMin, double[] xMax, double[] yMax) throws IOException, AutomationException
layer
- A reference to a com.esri.arcgis.carto.ILayer (in)xMin
- The xMin (in/out: use single element array)yMin
- The yMin (in/out: use single element array)xMax
- The xMax (in/out: use single element array)yMax
- The yMax (in/out: use single element array)
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 |