Creates planar (or Euclidean) buffer polygons at a specified distance around the input geometries.
Calculates the clipped geometry from a target geometry by an envelope.
Indicates if one geometry contains another geometry.
Indicates if one geometry crosses another geometry.
Splits the input Polyline or Polygon where it crosses a cutting Polyline.
Densify geometries by plotting points between existing vertices.
Indicates if one geometry is disjoint (doesn't intersect in any way) with another geometry.
Calculates the shortest planar distance between two geometries.
Indicates if two geometries are equal.
Returns an object containing additional information about the input spatial reference.
Flips a geometry on the horizontal axis.
Flips a geometry on the vertical axis.
Performs the generalize operation on the geometries in the cursor.
Calculates the area of the input geometry.
Creates geodesic buffer polygons at a specified distance around the input geometries.
Returns a geodesically densified version of the input geometry.
Calculates the length of the input geometry.
Indicates if one geometry intersects another geometry.
Indicates if the given geometry is topologically simple.
Finds the coordinate of the geometry that is closest to the specified point.
Finds the vertex on the geometry nearest to the specified point.
Finds all vertices in the given distance from the specified point, sorted from the closest to the furthest and returns them as an array of Objects.
The offset operation creates a geometry that is a constant planar distance from an input polyline or polygon.
Indicates if one geometry overlaps another geometry.
Calculates the area of the input geometry.
Calculates the length of the input geometry.
Indicates if the given DE-9IM relation is true for the two geometries.
Rotates a geometry counterclockwise by the specified number of degrees.
Indicates if one geometry touches another geometry.
Indicates if one geometry is within another geometry.
Generated using TypeDoc
A client-side geometry engine for testing, measuring, and analyzing the spatial relationship between two or more 2D geometries.
Read more...