com.esri.arcgis.geometry
Interface IMSnap
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- MultiPatch, Multipoint, Point, Polygon, Polyline
public interface IMSnap
- extends Serializable
Provides access to a method that snaps ms of the geometry to the precision of the spatial reference associated with the geometry.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Method Summary |
void |
snap()
Snaps ms to the precision of the spatial reference associated with the geometry. |
snap
void snap()
throws IOException,
AutomationException
- Snaps ms to the precision of the spatial reference associated with the geometry. M snapping does not happen automatically as part of calling IGeometry::SnapToSpatialReference.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.