public interface IESRISegment
extends java.io.Serializable
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 =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDa9da7976_4b22_11d1_834c_0000f8775be9 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
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
|
static final int IIDa9da7976_4b22_11d1_834c_0000f8775be9
static final int xxDummy
static final java.lang.String IID
int getESRISegmentSize()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getMaxDenseSegments(double maxDeviation)
throws java.io.IOException,
AutomationException
maxDeviation - The maxDeviation (in)java.io.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 java.io.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 (in/out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void exportToESRISegment(byte[] byteBuffer,
int[] cBytesWrote)
throws java.io.IOException,
AutomationException
byteBuffer - An unsigned byte (out: use single element array)cBytesWrote - The cBytesWrote (in/out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.