| ArcGIS Explorer Component Help |
| GeometryOperations Members |
| GeometryOperations Class Methods See Also |
The GeometryOperations type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Contains |
Indicates if a geometry spatially contains a second geometry.
| |
| DistanceBetween |
Returns the distance between two geometries which have the same CoordinateSystem.
| |
| Move | Overloaded. Returns a new Geometry which is a copy of the input Geometry moved by the specified amounts. | |
| Project | Overloaded. Creates a new Geometry by projecting an existing Geometry from one CoordinateSystem to another. | |
| Rotate | Overloaded. Returns a new Geometry which is a copy of the input Geometry rotated by the specified angle. | |
| Scale | Overloaded. Returns a new Geometry which is a copy of the input Geometry scaled in size around the center of the geometry. | |
| Simplify | Overloaded. Returns a new Geometry based on an input Geometry with geometrical correctness rules applied. | |
| Union | Overloaded. Creates a new Envelope which is the geometrical union of existing Envelopes. |