|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGeometryFactory
Provides access to members that create geometries from different inputs.
| Method Summary | |
|---|---|
void |
createEmptyGeometryByESRIType(int shapeType,
IGeometry[] outGeometry)
Create an empty geometry of the specified Esri shape file type. |
void |
createEmptyGeometryByType(int geometryType,
IGeometry[] outGeometry)
Creates an empty geometry of the specified ArcObjects geometry type. |
void |
createGeometry(int[] byteCountInOut,
byte[] geometryInfo,
IGeometry[] outGeometry)
Create a point, polyline, polygon, or multipoint from the specified shapefile format buffer. |
IGeometry |
createGeometryFromEnumerator(IEnumGeometry geometries)
Creates a geometry bag containing references to geometries returned by the input geometry enumerator. |
void |
createGeometryFromWkb(int[] byteCountInOut,
byte[] geometryInfo,
IGeometry[] outGeometry)
Create a point, polyline, polygon, or multipoint from the specified OGIS WKB format buffer. |
void |
createGeometryFromWkbVariant(Object wkb,
IGeometry[] outGeometry,
int[] numBytesRead)
Create a point, polyline, polygon, or multipoint from the specified OGIS WKB format buffer. |
| Method Detail |
|---|
void createGeometry(int[] byteCountInOut,
byte[] geometryInfo,
IGeometry[] outGeometry)
throws IOException,
AutomationException
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.
void createGeometryFromWkb(int[] byteCountInOut,
byte[] geometryInfo,
IGeometry[] outGeometry)
throws IOException,
AutomationException
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.
void createEmptyGeometryByESRIType(int shapeType,
IGeometry[] outGeometry)
throws IOException,
AutomationException
shapeType - A com.esri.arcgis.geometry.esriShapeType constant (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.
void createEmptyGeometryByType(int geometryType,
IGeometry[] outGeometry)
throws IOException,
AutomationException
geometryType - A com.esri.arcgis.geometry.esriGeometryType constant (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.
void createGeometryFromWkbVariant(Object wkb,
IGeometry[] outGeometry,
int[] numBytesRead)
throws IOException,
AutomationException
wkb - A Variant (in)outGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (out: use single element array)numBytesRead - The numBytesRead (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.IEnvelope,
IGeometry
IGeometry createGeometryFromEnumerator(IEnumGeometry geometries)
throws IOException,
AutomationException
geometries - A reference to a com.esri.arcgis.geometry.IEnumGeometry (in)
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 | ||||||||