Class SpatialPredicate

    • Field Detail

      • Contains

        public static final SpatialPredicate Contains
        Meets the "Covers" OGC definition (boundary-neutral).
      • Intersects

        public static final SpatialPredicate Intersects
        Meets the "Intersects" OGC definition.
      • IsEqualTo

        public static final SpatialPredicate IsEqualTo
        Meets the "Equals" OGC definition.
      • IsDisjointTo

        public static final SpatialPredicate IsDisjointTo
        Meets the "Disjoint" OGC definition.
      • IsWithin

        public static final SpatialPredicate IsWithin
        Meets the "CoveredBy" OGC definition (boundary-neutral).
      • Overlaps

        public static final SpatialPredicate Overlaps
        Almost meets the "Overlaps" OGC definition, but boundary-neutral (boundary==interior).
    • Constructor Detail

      • SpatialPredicate

        protected SpatialPredicate​(String name)