Class Wrapper.BBOX

java.lang.Object
com.esri.core.geometry.Operator
com.esri.core.geometry.OperatorSimpleRelation
org.apache.sis.internal.feature.esri.Wrapper.BBOX
All Implemented Interfaces:
Supplier<com.esri.core.geometry.OperatorSimpleRelation>
Enclosing class:
Wrapper

private static final class Wrapper.BBOX extends com.esri.core.geometry.OperatorSimpleRelation implements Supplier<com.esri.core.geometry.OperatorSimpleRelation>
Implements BBOX operator as NOT DISJOINT.
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.esri.core.geometry.Operator

    com.esri.core.geometry.Operator.Type
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    execute(com.esri.core.geometry.Geometry g1, com.esri.core.geometry.Geometry g2, com.esri.core.geometry.SpatialReference srs, com.esri.core.geometry.ProgressTracker pt)
     
    com.esri.core.geometry.OperatorSimpleRelation
    get()
     
    com.esri.core.geometry.Operator.Type
     

    Methods inherited from class com.esri.core.geometry.OperatorSimpleRelation

    accelerateGeometry, canAccelerateGeometry

    Methods inherited from class com.esri.core.geometry.Operator

    deaccelerateGeometry

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BBOX

      private BBOX()
  • Method Details

    • get

      public com.esri.core.geometry.OperatorSimpleRelation get()
      Specified by:
      get in interface Supplier<com.esri.core.geometry.OperatorSimpleRelation>
    • getType

      public com.esri.core.geometry.Operator.Type getType()
      Specified by:
      getType in class com.esri.core.geometry.Operator
    • execute

      public boolean execute(com.esri.core.geometry.Geometry g1, com.esri.core.geometry.Geometry g2, com.esri.core.geometry.SpatialReference srs, com.esri.core.geometry.ProgressTracker pt)
      Specified by:
      execute in class com.esri.core.geometry.OperatorSimpleRelation