The GeometryOperations type exposes the following members.

Methods

  NameDescription
Contains
Indicates if a geometry spatially contains a second geometry.
DistanceBetween
Returns the distance between two geometries which have the same CoordinateSystem.
MoveOverloaded.
Returns a new Geometry which is a copy of the input Geometry moved by the specified amounts.
ProjectOverloaded.
Creates a new Geometry by projecting an existing Geometry from one CoordinateSystem to another.
RotateOverloaded.
Returns a new Geometry which is a copy of the input Geometry rotated by the specified angle.
ScaleOverloaded.
Returns a new Geometry which is a copy of the input Geometry scaled in size around the center of the geometry.
SimplifyOverloaded.
Returns a new Geometry based on an input Geometry with geometrical correctness rules applied.
UnionOverloaded.
Creates a new Envelope which is the geometrical union of existing Envelopes.

See Also