/ 

org.apache.lucene/ lucene-spatial3d/ 8.2.0/ org/apache/lucene/spatial3d/geom/GeoShape.class

 

  • abstract class publicGeoShape
    • abstract method publicgetEdgePoints(): GeoPoint[]
    • abstract method publicintersects(Plane, GeoPoint[], Membership[]): boolean
http://lucene.apache.org/lucene-parent/lucene-spatial3d: Lucene Spatial shapes implemented using 3D planar geometry (The Apache Software Foundation)
  • Apache 2
public interface org.apache.lucene.spatial3d.geom.GeoShape extends org.apache.lucene.spatial3d.geom.Bounded, org.apache.lucene.spatial3d.geom.Membership, org.apache.lucene.spatial3d.geom.PlanetObject
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.lucene.spatial3d.geom.GeoShape
  super_class: java.lang.Object
{
  public abstract org.apache.lucene.spatial3d.geom.GeoPoint[] getEdgePoints();
    descriptor: ()[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean intersects(org.apache.lucene.spatial3d.geom.Plane, org.apache.lucene.spatial3d.geom.GeoPoint[], org.apache.lucene.spatial3d.geom.Membership[]);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/Plane;[Lorg/apache/lucene/spatial3d/geom/GeoPoint;[Lorg/apache/lucene/spatial3d/geom/Membership;)Z
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    MethodParameters:
               Name  Flags
      plane          final
      notablePoints  final
      bounds         final
}
SourceFile: "GeoShape.java"


Missing a library or version you want to see? Open an issue!
Icon set and themes from IntelliJ Community