public class org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$Factory extends org.apache.lucene.spatial.prefix.tree.SpatialPrefixTreeFactory
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$Factory
super_class: org.apache.lucene.spatial.prefix.tree.SpatialPrefixTreeFactory
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$Factory this
0: .line 42
aload 0 /* this */
invokespecial org.apache.lucene.spatial.prefix.tree.SpatialPrefixTreeFactory.<init>:()V
return
end local 0 // org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$Factory this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial/prefix/tree/GeohashPrefixTree$Factory;
protected int getLevelForDistance(double);
descriptor: (D)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=4, args_size=2
start local 0 // org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$Factory this
start local 1 // double degrees
0: .line 46
new org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree
dup
aload 0 /* this */
getfield org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$Factory.ctx:Lorg/locationtech/spatial4j/context/SpatialContext;
invokestatic org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree.getMaxLevelsPossible:()I
invokespecial org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree.<init>:(Lorg/locationtech/spatial4j/context/SpatialContext;I)V
astore 3 /* grid */
start local 3 // org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree grid
1: .line 47
aload 3 /* grid */
dload 1 /* degrees */
invokevirtual org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree.getLevelForDistance:(D)I
ireturn
end local 3 // org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree grid
end local 1 // double degrees
end local 0 // org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$Factory this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/spatial/prefix/tree/GeohashPrefixTree$Factory;
0 2 1 degrees D
1 2 3 grid Lorg/apache/lucene/spatial/prefix/tree/GeohashPrefixTree;
MethodParameters:
Name Flags
degrees
protected org.apache.lucene.spatial.prefix.tree.SpatialPrefixTree newSPT();
descriptor: ()Lorg/apache/lucene/spatial/prefix/tree/SpatialPrefixTree;
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=1, args_size=1
start local 0 // org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$Factory this
0: .line 52
new org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree
dup
aload 0 /* this */
getfield org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$Factory.ctx:Lorg/locationtech/spatial4j/context/SpatialContext;
1: .line 53
aload 0 /* this */
getfield org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$Factory.maxLevels:Ljava/lang/Integer;
ifnull 2
aload 0 /* this */
getfield org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$Factory.maxLevels:Ljava/lang/Integer;
invokevirtual java.lang.Integer.intValue:()I
goto 3
StackMap locals: org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$Factory
StackMap stack: new 0 new 0 org.locationtech.spatial4j.context.SpatialContext
2: invokestatic org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree.getMaxLevelsPossible:()I
3: .line 52
StackMap locals: org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$Factory
StackMap stack: new 0 new 0 org.locationtech.spatial4j.context.SpatialContext int
invokespecial org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree.<init>:(Lorg/locationtech/spatial4j/context/SpatialContext;I)V
areturn
end local 0 // org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$Factory this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/lucene/spatial/prefix/tree/GeohashPrefixTree$Factory;
}
SourceFile: "GeohashPrefixTree.java"
NestHost: org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree
InnerClasses:
public Factory = org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$Factory of org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree