SpatialRelationship

Type alias

The spatial relationship used to compare input geometries

SpatialRelationship can also be imported from the following packages:

import { SpatialRelationship } from "@esri/arcgis-rest-feature-layer";
Value(s):
"esriSpatialRelIntersects" | "esriSpatialRelContains" | "esriSpatialRelCrosses" | "esriSpatialRelEnvelopeIntersects" | "esriSpatialRelIndexIntersects" | "esriSpatialRelOverlaps" | "esriSpatialRelTouches" | "esriSpatialRelWithin"

Type alias defined in packages/arcgis-rest-types/src/geometry.ts:196