| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IConstructionBreakPoints
Provides access to members that manipulate the break lines for a parcel construction.
| Method Summary | |
|---|---|
 void | 
addBreakPoint(int pointNo,
              int fromPointNo,
              int toPointNo,
              double ratio)
Adds a break point to the parcel construction data.  | 
 void | 
clearBreakPoints()
Clears all break points.  | 
 void | 
findBreakPoint(int pointNo,
               int[] fromPointNo,
               int[] toPointNo,
               double[] ratio)
The break point with the matching pointNo.  | 
 void | 
getBreakPoint(int i,
              int[] pointNo,
              int[] fromPointNo,
              int[] toPointNo,
              double[] ratio)
The break point at the given index.  | 
 int | 
getBreakPointCount()
The number of break points for the parcel construction data.  | 
 void | 
removeBreakPoint(int pointNo)
Remove break point from parcel construction data.  | 
| Method Detail | 
|---|
int getBreakPointCount()
                       throws IOException,
                              AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getBreakPoint(int i,
                   int[] pointNo,
                   int[] fromPointNo,
                   int[] toPointNo,
                   double[] ratio)
                   throws IOException,
                          AutomationException
i - The i  (in)pointNo - The pointNo  (in/out: use single element array)fromPointNo - The fromPointNo  (in/out: use single element array)toPointNo - The toPointNo  (in/out: use single element array)ratio - The ratio  (in/out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void findBreakPoint(int pointNo,
                    int[] fromPointNo,
                    int[] toPointNo,
                    double[] ratio)
                    throws IOException,
                           AutomationException
pointNo - The pointNo  (in)fromPointNo - The fromPointNo  (in/out: use single element array)toPointNo - The toPointNo  (in/out: use single element array)ratio - The ratio  (in/out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addBreakPoint(int pointNo,
                   int fromPointNo,
                   int toPointNo,
                   double ratio)
                   throws IOException,
                          AutomationException
pointNo - The pointNo  (in)fromPointNo - The fromPointNo  (in)toPointNo - The toPointNo  (in)ratio - The ratio  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeBreakPoint(int pointNo)
                      throws IOException,
                             AutomationException
pointNo - The pointNo  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void clearBreakPoints()
                      throws IOException,
                             AutomationException
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 | ||||||||