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"