|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGeometryFactory3
Provides access to members that create geometries from different inputs.
Method Summary | |
---|---|
void |
createGeometryEx(int importFlags,
int[] byteCountInOut,
byte[] geometryInfo,
IGeometry[] outGeometry)
Create a point, polyline, polygon, or multipoint from the specified shapefile format buffer. |
Methods inherited from interface com.esri.arcgis.geometry.IGeometryFactory2 |
---|
createWkbVariantFromGeometry |
Methods inherited from interface com.esri.arcgis.geometry.IGeometryFactory |
---|
createEmptyGeometryByESRIType, createEmptyGeometryByType, createGeometry, createGeometryFromEnumerator, createGeometryFromWkb, createGeometryFromWkbVariant |
Method Detail |
---|
void createGeometryEx(int importFlags, int[] byteCountInOut, byte[] geometryInfo, IGeometry[] outGeometry) throws IOException, AutomationException
importFlags
- The importFlags (in)byteCountInOut
- The byteCountInOut (in/out: use single element array)geometryInfo
- An unsigned byte (in)outGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (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 |