SourceTermAnalysisSystem_vue/node_modules/ol/extent/Relationship.js
2026-05-15 10:22:44 +08:00

17 lines
200 B
JavaScript

/**
* @module ol/extent/Relationship
*/
/**
* Relationship to an extent.
* @enum {number}
*/
export default {
UNKNOWN: 0,
INTERSECTING: 1,
ABOVE: 2,
RIGHT: 4,
BELOW: 8,
LEFT: 16,
};