public interface org.apache.lucene.spatial3d.geom.GeoSizeable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.lucene.spatial3d.geom.GeoSizeable
  super_class: java.lang.Object
{
  public abstract double getRadius();
    descriptor: ()D
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.apache.lucene.spatial3d.geom.GeoPoint getCenter();
    descriptor: ()Lorg/apache/lucene/spatial3d/geom/GeoPoint;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "GeoSizeable.java"