Provides access to members that create geometries from different inputs. Note: the IGeometryFactory interface has been superseded byIGeometryFactory3. Please consider using the more recent version.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
CreateEmptyGeometryByESRIType | Create an empty geometry of the specified ESRI shape file type. | |
CreateEmptyGeometryByType | Creates an empty geometry of the specified ArcObjects geometry type. | |
CreateGeometry | Create a point, polyline, polygon, or multipoint from the specified shapefile format buffer. | |
CreateGeometryFromEnumerator | Creates a geometry bag containing references to geometries returned by the input geometry enumerator. | |
CreateGeometryFromWkb | Create a point, polyline, polygon, or multipoint from the specified OGIS WKB format buffer. | |
CreateGeometryFromWkbVariant | Create a point, polyline, polygon, or multipoint from the specified OGIS WKB format buffer. |
CoClasses that implement IGeometryFactory
CoClasses and Classes | Description |
---|---|
GeometryEnvironment | Provides a way of creating geometries from different inputs and setting/getting global variables for controlling behavior of geometry methods. |