com.esri.arcgis.geometry
Interface IGeometryFactory2
- All Superinterfaces:
- IGeometryFactory, Serializable
- All Known Subinterfaces:
- IGeometryFactory3
- All Known Implementing Classes:
- GeometryEnvironment
public interface IGeometryFactory2
- extends IGeometryFactory, Serializable
Provides access to members that create geometries from different inputs.
Superseded By
IGeometryFactory3
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
createWkbVariantFromGeometry
Object createWkbVariantFromGeometry(IGeometry inGeometry)
throws IOException,
AutomationException
- Creates an OGIS WKB format from a geometry object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- Parameters:
inGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
- Returns:
- A Variant
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.