public interface org.apache.lucene.spatial3d.geom.GeoDistanceShape extends org.apache.lucene.spatial3d.geom.GeoAreaShape, org.apache.lucene.spatial3d.geom.GeoDistance
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.lucene.spatial3d.geom.GeoDistanceShape
  super_class: java.lang.Object
{
  public abstract void getDistanceBounds(org.apache.lucene.spatial3d.geom.Bounds, org.apache.lucene.spatial3d.geom.DistanceStyle, double);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/Bounds;Lorg/apache/lucene/spatial3d/geom/DistanceStyle;D)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
               Name  Flags
      bounds         final
      distanceStyle  final
      distanceValue  final
}
SourceFile: "GeoDistanceShape.java"