|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IESRISegment
Method Summary | |
---|---|
void |
exportToESRISegment(byte[] byteBuffer,
int[] cBytesWrote)
exportToESRISegment |
int |
getESRISegmentSize()
getESRISegmentSize |
int |
getMaxDenseSegments(double maxDeviation)
getMaxDenseSegments |
void |
importFromESRISegment(_WKSPoint from,
_WKSPoint to,
double[] zs,
double[] ms,
int[] iDs,
int numModifierBytes,
byte[] segmentBuffer,
int[] cBytesRead)
importFromESRISegment |
Method Detail |
---|
int getESRISegmentSize() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMaxDenseSegments(double maxDeviation) throws IOException, AutomationException
maxDeviation
- The maxDeviation (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void importFromESRISegment(_WKSPoint from, _WKSPoint to, double[] zs, double[] ms, int[] iDs, int numModifierBytes, byte[] segmentBuffer, int[] cBytesRead) throws IOException, AutomationException
from
- A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (in)to
- A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (in)zs
- The zs (in)ms
- The ms (in)iDs
- The iDs (in)numModifierBytes
- The numModifierBytes (in)segmentBuffer
- An unsigned byte (in)cBytesRead
- The cBytesRead (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void exportToESRISegment(byte[] byteBuffer, int[] cBytesWrote) throws IOException, AutomationException
byteBuffer
- An unsigned byte (out: use single element array)cBytesWrote
- The cBytesWrote (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 |