Uses of Interface
org.opengis.filter.spatial.BoundedSpatialOperator

Packages that use BoundedSpatialOperator
org.geotools.filter.spatial   
org.opengis.filter.spatial A spatial operator determines whether its geometric arguments satisfy the stated spatial relationship. 
 

Uses of BoundedSpatialOperator in org.geotools.filter.spatial
 

Classes in org.geotools.filter.spatial that implement BoundedSpatialOperator
 class ContainsImpl
           
 class CrossesImpl
           
 class EqualsImpl
           
 class IntersectsImpl
           
 class OverlapsImpl
           
 class TouchesImpl
           
 class WithinImpl
           
 

Uses of BoundedSpatialOperator in org.opengis.filter.spatial
 

Subinterfaces of BoundedSpatialOperator in org.opengis.filter.spatial
 interface Contains
          Concrete binary spatial operator that evaluates to true if the the first geometric operand contains the second.
 interface Crosses
          Concrete binary spatial operator that evaluates to true if the first geometric operand crosses the second (in the sense defined by the OGC Simple Features specification).
 interface Equals
          Concrete binary spatial operator that evaluates to true if the geometry of the two operands are equal.
 interface Intersects
          Concrete binary spatial operator that evaluates to true if the two geometric operands intersect.
 interface Overlaps
          Concrete binary spatial operator that evaluates to true if the interior of the first geometry somewhere overlaps the interior of the second geometry.
 interface Touches
          Concrete binary spatial operator that evaluates to true if the feature's geometry touches, but does not overlap with the geometry held by this object.
 interface Within
          Concrete binary spatial operator that evaluates to true if the feature's geometry is completely contained by the constant geometry held by this object.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.