All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.extent.Relationship.js Maven / Gradle / Ivy

The newest version!
/**
 * @module ol/extent/Relationship
 */

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy