class org.apache.lucene.spatial3d.geom.GeoStandardPath extends org.apache.lucene.spatial3d.geom.GeoBasePath
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.lucene.spatial3d.geom.GeoStandardPath
super_class: org.apache.lucene.spatial3d.geom.GeoBasePath
{
protected final double cutoffAngle;
descriptor: D
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
protected final double sinAngle;
descriptor: D
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
protected final double cosAngle;
descriptor: D
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
protected final java.util.List<org.apache.lucene.spatial3d.geom.GeoPoint> points;
descriptor: Ljava/util/List;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Signature: Ljava/util/List<Lorg/apache/lucene/spatial3d/geom/GeoPoint;>;
protected java.util.List<org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint> endPoints;
descriptor: Ljava/util/List;
flags: (0x0004) ACC_PROTECTED
Signature: Ljava/util/List<Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$SegmentEndpoint;>;
protected java.util.List<org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment> segments;
descriptor: Ljava/util/List;
flags: (0x0004) ACC_PROTECTED
Signature: Ljava/util/List<Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$PathSegment;>;
protected org.apache.lucene.spatial3d.geom.GeoPoint[] edgePoints;
descriptor: [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
flags: (0x0004) ACC_PROTECTED
protected boolean isDone;
descriptor: Z
flags: (0x0004) ACC_PROTECTED
public void <init>(org.apache.lucene.spatial3d.geom.PlanetModel, double, org.apache.lucene.spatial3d.geom.GeoPoint[]);
descriptor: (Lorg/apache/lucene/spatial3d/geom/PlanetModel;D[Lorg/apache/lucene/spatial3d/geom/GeoPoint;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 4 0: aload 0
aload 1
dload 2
invokespecial org.apache.lucene.spatial3d.geom.GeoStandardPath.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;D)V
1: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.points:Ljava/util/List;
aload 4
invokestatic java.util.Collections.addAll:(Ljava/util/Collection;[Ljava/lang/Object;)Z
pop
2: aload 0
invokevirtual org.apache.lucene.spatial3d.geom.GeoStandardPath.done:()V
3: return
end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/lucene/spatial3d/geom/GeoStandardPath;
0 4 1 planetModel Lorg/apache/lucene/spatial3d/geom/PlanetModel;
0 4 2 maxCutoffAngle D
0 4 4 pathPoints [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
MethodParameters:
Name Flags
planetModel final
maxCutoffAngle final
pathPoints final
public void <init>(org.apache.lucene.spatial3d.geom.PlanetModel, double);
descriptor: (Lorg/apache/lucene/spatial3d/geom/PlanetModel;D)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokespecial org.apache.lucene.spatial3d.geom.GeoBasePath.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;)V
1: aload 0
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
putfield org.apache.lucene.spatial3d.geom.GeoStandardPath.points:Ljava/util/List;
2: aload 0
iconst_0
putfield org.apache.lucene.spatial3d.geom.GeoStandardPath.isDone:Z
3: dload 2
dconst_0
dcmpg
ifle 4
dload 2
ldc 1.5707963267948966
dcmpl
ifle 5
4: StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath org.apache.lucene.spatial3d.geom.PlanetModel double
StackMap stack:
new java.lang.IllegalArgumentException
dup
ldc "Cutoff angle out of bounds"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
5: StackMap locals:
StackMap stack:
aload 0
dload 2
putfield org.apache.lucene.spatial3d.geom.GeoStandardPath.cutoffAngle:D
6: aload 0
dload 2
invokestatic java.lang.Math.cos:(D)D
putfield org.apache.lucene.spatial3d.geom.GeoStandardPath.cosAngle:D
7: aload 0
dload 2
invokestatic java.lang.Math.sin:(D)D
putfield org.apache.lucene.spatial3d.geom.GeoStandardPath.sinAngle:D
8: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/apache/lucene/spatial3d/geom/GeoStandardPath;
0 9 1 planetModel Lorg/apache/lucene/spatial3d/geom/PlanetModel;
0 9 2 maxCutoffAngle D
MethodParameters:
Name Flags
planetModel final
maxCutoffAngle final
public void addPoint(double, double);
descriptor: (DD)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=5, args_size=3
start local 0 start local 1 start local 3 0: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.isDone:Z
ifeq 2
1: new java.lang.IllegalStateException
dup
ldc "Can't call addPoint() if done() already called"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.points:Ljava/util/List;
new org.apache.lucene.spatial3d.geom.GeoPoint
dup
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
dload 1
dload 3
invokespecial org.apache.lucene.spatial3d.geom.GeoPoint.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DD)V
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
3: return
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/lucene/spatial3d/geom/GeoStandardPath;
0 4 1 lat D
0 4 3 lon D
MethodParameters:
Name Flags
lat final
lon final
public void done();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=10, locals=21, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.isDone:Z
ifeq 2
1: new java.lang.IllegalStateException
dup
ldc "Can't call done() twice"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.points:Ljava/util/List;
invokeinterface java.util.List.size:()I
ifne 4
3: new java.lang.IllegalArgumentException
dup
ldc "Path must have at least one point"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield org.apache.lucene.spatial3d.geom.GeoStandardPath.isDone:Z
5: aload 0
new java.util.ArrayList
dup
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.points:Ljava/util/List;
invokeinterface java.util.List.size:()I
invokespecial java.util.ArrayList.<init>:(I)V
putfield org.apache.lucene.spatial3d.geom.GeoStandardPath.endPoints:Ljava/util/List;
6: aload 0
new java.util.ArrayList
dup
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.points:Ljava/util/List;
invokeinterface java.util.List.size:()I
invokespecial java.util.ArrayList.<init>:(I)V
putfield org.apache.lucene.spatial3d.geom.GeoStandardPath.segments:Ljava/util/List;
7: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.sinAngle:D
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
invokevirtual org.apache.lucene.spatial3d.geom.PlanetModel.getMinimumMagnitude:()D
dmul
dstore 1
start local 1 8: aconst_null
astore 3
start local 3 9: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.points:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 5
goto 17
StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath double org.apache.lucene.spatial3d.geom.GeoPoint top java.util.Iterator
StackMap stack:
10: aload 5
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.apache.lucene.spatial3d.geom.GeoPoint
astore 4
start local 4 11: aload 3
ifnull 16
12: new org.apache.lucene.spatial3d.geom.Plane
dup
aload 3
aload 4
invokespecial org.apache.lucene.spatial3d.geom.Plane.<init>:(Lorg/apache/lucene/spatial3d/geom/Vector;Lorg/apache/lucene/spatial3d/geom/Vector;)V
astore 6
start local 6 13: aload 6
ifnonnull 15
14: goto 17
15: StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath double org.apache.lucene.spatial3d.geom.GeoPoint org.apache.lucene.spatial3d.geom.GeoPoint java.util.Iterator org.apache.lucene.spatial3d.geom.Plane
StackMap stack:
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.segments:Ljava/util/List;
new org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment
dup
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
aload 3
aload 4
aload 6
dload 1
invokespecial org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Lorg/apache/lucene/spatial3d/geom/GeoPoint;Lorg/apache/lucene/spatial3d/geom/GeoPoint;Lorg/apache/lucene/spatial3d/geom/Plane;D)V
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 6 16: StackMap locals:
StackMap stack:
aload 4
astore 3
end local 4 17: StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath double org.apache.lucene.spatial3d.geom.GeoPoint top java.util.Iterator
StackMap stack:
aload 5
invokeinterface java.util.Iterator.hasNext:()Z
ifne 10
18: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.segments:Ljava/util/List;
invokeinterface java.util.List.size:()I
ifne 43
19: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.points:Ljava/util/List;
iconst_0
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast org.apache.lucene.spatial3d.geom.GeoPoint
invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.getLatitude:()D
dstore 4
start local 4 20: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.points:Ljava/util/List;
iconst_0
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast org.apache.lucene.spatial3d.geom.GeoPoint
invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.getLongitude:()D
dstore 6
start local 6 21: dload 4
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.cutoffAngle:D
dadd
dstore 8
start local 8 22: dload 6
dstore 10
start local 10 23: dload 8
ldc 1.5707963267948966
dcmpl
ifle 28
24: dload 10
ldc 3.141592653589793
dadd
dstore 10
25: dload 10
ldc 3.141592653589793
dcmpl
ifle 27
26: dload 10
ldc 6.283185307179586
dsub
dstore 10
27: StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath double org.apache.lucene.spatial3d.geom.GeoPoint double double double double
StackMap stack:
ldc 3.141592653589793
dload 8
dsub
dstore 8
28: StackMap locals:
StackMap stack:
dload 4
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.cutoffAngle:D
dsub
dstore 12
start local 12 29: dload 6
dstore 14
start local 14 30: dload 12
ldc -1.5707963267948966
dcmpg
ifge 35
31: dload 14
ldc 3.141592653589793
dadd
dstore 14
32: dload 14
ldc 3.141592653589793
dcmpl
ifle 34
33: dload 14
ldc 6.283185307179586
dsub
dstore 14
34: StackMap locals: double double
StackMap stack:
ldc -3.141592653589793
dload 12
dsub
dstore 12
35: StackMap locals:
StackMap stack:
new org.apache.lucene.spatial3d.geom.GeoPoint
dup
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
dload 8
dload 10
invokespecial org.apache.lucene.spatial3d.geom.GeoPoint.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DD)V
astore 16
start local 16 36: new org.apache.lucene.spatial3d.geom.GeoPoint
dup
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
dload 12
dload 14
invokespecial org.apache.lucene.spatial3d.geom.GeoPoint.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DD)V
astore 17
start local 17 37: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.points:Ljava/util/List;
iconst_0
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast org.apache.lucene.spatial3d.geom.GeoPoint
astore 18
start local 18 38: iconst_3
anewarray org.apache.lucene.spatial3d.geom.Vector
dup
iconst_0
aload 16
aastore
dup
iconst_1
aload 17
aastore
dup
iconst_2
aload 18
aastore
invokestatic org.apache.lucene.spatial3d.geom.Plane.constructNormalizedZPlane:([Lorg/apache/lucene/spatial3d/geom/Vector;)Lorg/apache/lucene/spatial3d/geom/Plane;
astore 19
start local 19 39: new org.apache.lucene.spatial3d.geom.GeoStandardPath$CircleSegmentEndpoint
dup
aload 18
aload 19
aload 16
aload 17
invokespecial org.apache.lucene.spatial3d.geom.GeoStandardPath$CircleSegmentEndpoint.<init>:(Lorg/apache/lucene/spatial3d/geom/GeoPoint;Lorg/apache/lucene/spatial3d/geom/Plane;Lorg/apache/lucene/spatial3d/geom/GeoPoint;Lorg/apache/lucene/spatial3d/geom/GeoPoint;)V
astore 20
start local 20 40: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.endPoints:Ljava/util/List;
aload 20
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
41: aload 0
iconst_1
anewarray org.apache.lucene.spatial3d.geom.GeoPoint
dup
iconst_0
aload 20
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$CircleSegmentEndpoint.circlePlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
aload 19
invokevirtual org.apache.lucene.spatial3d.geom.SidedPlane.getSampleIntersectionPoint:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Lorg/apache/lucene/spatial3d/geom/Plane;)Lorg/apache/lucene/spatial3d/geom/GeoPoint;
aastore
putfield org.apache.lucene.spatial3d.geom.GeoStandardPath.edgePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
42: return
end local 20 end local 19 end local 18 end local 17 end local 16 end local 14 end local 12 end local 10 end local 8 end local 6 end local 4 43: StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath double org.apache.lucene.spatial3d.geom.GeoPoint
StackMap stack:
iconst_0
istore 4
start local 4 44: goto 67
45: StackMap locals: int
StackMap stack:
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.segments:Ljava/util/List;
iload 4
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment
astore 5
start local 5 46: iload 4
ifne 53
47: new org.apache.lucene.spatial3d.geom.GeoStandardPath$CutoffSingleCircleSegmentEndpoint
dup
aload 5
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.start:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
48: aload 5
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.startCutoffPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
aload 5
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.ULHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
aload 5
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.LLHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
49: invokespecial org.apache.lucene.spatial3d.geom.GeoStandardPath$CutoffSingleCircleSegmentEndpoint.<init>:(Lorg/apache/lucene/spatial3d/geom/GeoPoint;Lorg/apache/lucene/spatial3d/geom/SidedPlane;Lorg/apache/lucene/spatial3d/geom/GeoPoint;Lorg/apache/lucene/spatial3d/geom/GeoPoint;)V
astore 6
start local 6 50: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.endPoints:Ljava/util/List;
aload 6
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
51: aload 0
iconst_1
anewarray org.apache.lucene.spatial3d.geom.GeoPoint
dup
iconst_0
aload 5
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.ULHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
aastore
putfield org.apache.lucene.spatial3d.geom.GeoStandardPath.edgePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
52: goto 66
end local 6 53: StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment
StackMap stack:
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.segments:Ljava/util/List;
iload 4
iconst_1
isub
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment
astore 6
start local 6 54: aload 6
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.endCutoffPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
aload 5
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.ULHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
invokevirtual org.apache.lucene.spatial3d.geom.SidedPlane.isWithin:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
ifeq 61
aload 6
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.endCutoffPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
aload 5
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.LLHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
invokevirtual org.apache.lucene.spatial3d.geom.SidedPlane.isWithin:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
ifeq 61
55: aload 5
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.startCutoffPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
aload 6
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.URHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
invokevirtual org.apache.lucene.spatial3d.geom.SidedPlane.isWithin:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
ifeq 61
aload 5
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.startCutoffPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
aload 6
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.LRHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
invokevirtual org.apache.lucene.spatial3d.geom.SidedPlane.isWithin:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
ifeq 61
56: new org.apache.lucene.spatial3d.geom.GeoStandardPath$CutoffSingleCircleSegmentEndpoint
dup
aload 5
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.start:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
57: aload 6
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.endCutoffPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
aload 5
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.startCutoffPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
aload 5
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.ULHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
aload 5
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.LLHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
58: invokespecial org.apache.lucene.spatial3d.geom.GeoStandardPath$CutoffSingleCircleSegmentEndpoint.<init>:(Lorg/apache/lucene/spatial3d/geom/GeoPoint;Lorg/apache/lucene/spatial3d/geom/SidedPlane;Lorg/apache/lucene/spatial3d/geom/SidedPlane;Lorg/apache/lucene/spatial3d/geom/GeoPoint;Lorg/apache/lucene/spatial3d/geom/GeoPoint;)V
astore 7
start local 7 59: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.endPoints:Ljava/util/List;
aload 7
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 7 60: goto 66
61: StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment
StackMap stack:
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.endPoints:Ljava/util/List;
new org.apache.lucene.spatial3d.geom.GeoStandardPath$CutoffDualCircleSegmentEndpoint
dup
aload 5
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.start:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
62: aload 6
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.endCutoffPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
aload 5
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.startCutoffPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
63: aload 6
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.URHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
aload 6
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.LRHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
64: aload 5
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.ULHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
aload 5
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.LLHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
invokespecial org.apache.lucene.spatial3d.geom.GeoStandardPath$CutoffDualCircleSegmentEndpoint.<init>:(Lorg/apache/lucene/spatial3d/geom/GeoPoint;Lorg/apache/lucene/spatial3d/geom/SidedPlane;Lorg/apache/lucene/spatial3d/geom/SidedPlane;Lorg/apache/lucene/spatial3d/geom/GeoPoint;Lorg/apache/lucene/spatial3d/geom/GeoPoint;Lorg/apache/lucene/spatial3d/geom/GeoPoint;Lorg/apache/lucene/spatial3d/geom/GeoPoint;)V
65: invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 6 end local 5 66: StackMap locals:
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
67: iload 4
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.segments:Ljava/util/List;
invokeinterface java.util.List.size:()I
if_icmplt 45
end local 4 68: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.segments:Ljava/util/List;
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.segments:Ljava/util/List;
invokeinterface java.util.List.size:()I
iconst_1
isub
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment
astore 4
start local 4 69: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.endPoints:Ljava/util/List;
new org.apache.lucene.spatial3d.geom.GeoStandardPath$CutoffSingleCircleSegmentEndpoint
dup
aload 4
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.end:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
70: aload 4
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.endCutoffPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
aload 4
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.URHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
aload 4
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.LRHC:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
invokespecial org.apache.lucene.spatial3d.geom.GeoStandardPath$CutoffSingleCircleSegmentEndpoint.<init>:(Lorg/apache/lucene/spatial3d/geom/GeoPoint;Lorg/apache/lucene/spatial3d/geom/SidedPlane;Lorg/apache/lucene/spatial3d/geom/GeoPoint;Lorg/apache/lucene/spatial3d/geom/GeoPoint;)V
71: invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
72: return
end local 4 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 73 0 this Lorg/apache/lucene/spatial3d/geom/GeoStandardPath;
8 73 1 cutoffOffset D
9 73 3 lastPoint Lorg/apache/lucene/spatial3d/geom/GeoPoint;
11 17 4 end Lorg/apache/lucene/spatial3d/geom/GeoPoint;
13 16 6 normalizedConnectingPlane Lorg/apache/lucene/spatial3d/geom/Plane;
20 43 4 lat D
21 43 6 lon D
22 43 8 upperLat D
23 43 10 upperLon D
29 43 12 lowerLat D
30 43 14 lowerLon D
36 43 16 upperPoint Lorg/apache/lucene/spatial3d/geom/GeoPoint;
37 43 17 lowerPoint Lorg/apache/lucene/spatial3d/geom/GeoPoint;
38 43 18 point Lorg/apache/lucene/spatial3d/geom/GeoPoint;
39 43 19 normalPlane Lorg/apache/lucene/spatial3d/geom/Plane;
40 43 20 onlyEndpoint Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$CircleSegmentEndpoint;
44 68 4 i I
46 66 5 currentSegment Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$PathSegment;
50 53 6 startEndpoint Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$SegmentEndpoint;
54 66 6 prevSegment Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$PathSegment;
59 60 7 midEndpoint Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$SegmentEndpoint;
69 73 4 lastSegment Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$PathSegment;
public void <init>(org.apache.lucene.spatial3d.geom.PlanetModel, java.io.InputStream);
descriptor: (Lorg/apache/lucene/spatial3d/geom/PlanetModel;Ljava/io/InputStream;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
1: aload 2
invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.readDouble:(Ljava/io/InputStream;)D
2: aload 1
aload 2
invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.readPointArray:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Ljava/io/InputStream;)[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
invokespecial org.apache.lucene.spatial3d.geom.GeoStandardPath.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;D[Lorg/apache/lucene/spatial3d/geom/GeoPoint;)V
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/lucene/spatial3d/geom/GeoStandardPath;
0 4 1 planetModel Lorg/apache/lucene/spatial3d/geom/PlanetModel;
0 4 2 inputStream Ljava/io/InputStream;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
planetModel final
inputStream final
public void write(java.io.OutputStream);
descriptor: (Ljava/io/OutputStream;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 1
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.cutoffAngle:D
invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.writeDouble:(Ljava/io/OutputStream;D)V
1: aload 1
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.points:Ljava/util/List;
invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.writePointArray:(Ljava/io/OutputStream;Ljava/util/List;)V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/lucene/spatial3d/geom/GeoStandardPath;
0 3 1 outputStream Ljava/io/OutputStream;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
outputStream final
public double computePathCenterDistance(org.apache.lucene.spatial3d.geom.DistanceStyle, double, double, double);
descriptor: (Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=14, args_size=5
start local 0 start local 1 start local 2 start local 4 start local 6 0: ldc Infinity
dstore 8
start local 8 1: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.segments:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 11
goto 6
StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath org.apache.lucene.spatial3d.geom.DistanceStyle double double double double top java.util.Iterator
StackMap stack:
2: aload 11
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment
astore 10
start local 10 3: aload 10
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
aload 1
dload 2
dload 4
dload 6
invokevirtual org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.pathCenterDistance:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
dstore 12
start local 12 4: dload 12
dload 8
dcmpg
ifge 6
5: dload 12
dstore 8
end local 12 end local 10 6: StackMap locals:
StackMap stack:
aload 11
invokeinterface java.util.Iterator.hasNext:()Z
ifne 2
7: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.endPoints:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 11
goto 12
StackMap locals:
StackMap stack:
8: aload 11
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint
astore 10
start local 10 9: aload 10
aload 1
dload 2
dload 4
dload 6
invokeinterface org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint.pathCenterDistance:(Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
dstore 12
start local 12 10: dload 12
dload 8
dcmpg
ifge 12
11: dload 12
dstore 8
end local 12 end local 10 12: StackMap locals:
StackMap stack:
aload 11
invokeinterface java.util.Iterator.hasNext:()Z
ifne 8
13: dload 8
dreturn
end local 8 end local 6 end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lorg/apache/lucene/spatial3d/geom/GeoStandardPath;
0 14 1 distanceStyle Lorg/apache/lucene/spatial3d/geom/DistanceStyle;
0 14 2 x D
0 14 4 y D
0 14 6 z D
1 14 8 closestDistance D
3 6 10 segment Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$PathSegment;
4 6 12 segmentDistance D
9 12 10 endpoint Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$SegmentEndpoint;
10 12 12 endpointDistance D
MethodParameters:
Name Flags
distanceStyle final
x final
y final
z final
public double computeNearestDistance(org.apache.lucene.spatial3d.geom.DistanceStyle, double, double, double);
descriptor: (Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
flags: (0x0001) ACC_PUBLIC
Code:
stack=12, locals=22, args_size=5
start local 0 start local 1 start local 2 start local 4 start local 6 0: dconst_0
dstore 8
start local 8 1: ldc Infinity
dstore 10
start local 10 2: ldc Infinity
dstore 12
start local 12 3: iconst_0
istore 14
start local 14 4: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.endPoints:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 16
goto 17
StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath org.apache.lucene.spatial3d.geom.DistanceStyle double double double double double double int top java.util.Iterator
StackMap stack:
5: aload 16
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint
astore 15
start local 15 6: aload 15
aload 1
dload 2
dload 4
dload 6
invokeinterface org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint.pathCenterDistance:(Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
dstore 17
start local 17 7: dload 17
dload 10
dcmpg
ifge 10
8: dload 17
dstore 10
9: dload 8
dstore 12
10: StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath org.apache.lucene.spatial3d.geom.DistanceStyle double double double double double double int org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint java.util.Iterator double
StackMap stack:
iload 14
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.segments:Ljava/util/List;
invokeinterface java.util.List.size:()I
if_icmpge 17
11: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.segments:Ljava/util/List;
iload 14
iinc 14 1
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment
astore 19
start local 19 12: aload 19
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
aload 1
dload 2
dload 4
dload 6
invokevirtual org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.pathCenterDistance:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
dstore 20
start local 20 13: dload 20
dload 10
dcmpg
ifge 16
14: dload 20
dstore 10
15: aload 1
dload 8
aload 19
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
aload 1
dload 2
dload 4
dload 6
invokevirtual org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.nearestPathDistance:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
invokeinterface org.apache.lucene.spatial3d.geom.DistanceStyle.aggregateDistances:(DD)D
dstore 12
16: StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment double
StackMap stack:
aload 1
dload 8
aload 19
aload 1
invokevirtual org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.fullPathDistance:(Lorg/apache/lucene/spatial3d/geom/DistanceStyle;)D
invokeinterface org.apache.lucene.spatial3d.geom.DistanceStyle.aggregateDistances:(DD)D
dstore 8
end local 20 end local 19 end local 17 end local 15 17: StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath org.apache.lucene.spatial3d.geom.DistanceStyle double double double double double double int top java.util.Iterator
StackMap stack:
aload 16
invokeinterface java.util.Iterator.hasNext:()Z
ifne 5
18: dload 12
dreturn
end local 14 end local 12 end local 10 end local 8 end local 6 end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 19 0 this Lorg/apache/lucene/spatial3d/geom/GeoStandardPath;
0 19 1 distanceStyle Lorg/apache/lucene/spatial3d/geom/DistanceStyle;
0 19 2 x D
0 19 4 y D
0 19 6 z D
1 19 8 currentDistance D
2 19 10 minPathCenterDistance D
3 19 12 bestDistance D
4 19 14 segmentIndex I
6 17 15 endpoint Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$SegmentEndpoint;
7 17 17 endpointPathCenterDistance D
12 17 19 segment Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$PathSegment;
13 17 20 segmentPathCenterDistance D
MethodParameters:
Name Flags
distanceStyle final
x final
y final
z final
protected double distance(org.apache.lucene.spatial3d.geom.DistanceStyle, double, double, double);
descriptor: (Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
flags: (0x0004) ACC_PROTECTED
Code:
stack=9, locals=19, args_size=5
start local 0 start local 1 start local 2 start local 4 start local 6 0: ldc Infinity
dstore 8
start local 8 1: dconst_0
dstore 10
start local 10 2: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.segments:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 13
goto 10
StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath org.apache.lucene.spatial3d.geom.DistanceStyle double double double double double top java.util.Iterator
StackMap stack:
3: aload 13
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment
astore 12
start local 12 4: aload 12
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
aload 1
dload 2
dload 4
dload 6
invokevirtual org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.pathDistance:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
dstore 14
start local 14 5: dload 14
ldc Infinity
dcmpl
ifeq 9
6: aload 1
aload 1
dload 10
dload 14
invokeinterface org.apache.lucene.spatial3d.geom.DistanceStyle.aggregateDistances:(DD)D
invokeinterface org.apache.lucene.spatial3d.geom.DistanceStyle.fromAggregationForm:(D)D
dstore 16
start local 16 7: dload 16
dload 8
dcmpg
ifge 9
8: dload 16
dstore 8
end local 16 9: StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath org.apache.lucene.spatial3d.geom.DistanceStyle double double double double double org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment java.util.Iterator double
StackMap stack:
aload 1
dload 10
aload 12
aload 1
invokevirtual org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.fullPathDistance:(Lorg/apache/lucene/spatial3d/geom/DistanceStyle;)D
invokeinterface org.apache.lucene.spatial3d.geom.DistanceStyle.aggregateDistances:(DD)D
dstore 10
end local 14 end local 12 10: StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath org.apache.lucene.spatial3d.geom.DistanceStyle double double double double double top java.util.Iterator
StackMap stack:
aload 13
invokeinterface java.util.Iterator.hasNext:()Z
ifne 3
11: iconst_0
istore 12
start local 12 12: dconst_0
dstore 10
13: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.endPoints:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 14
goto 22
StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath org.apache.lucene.spatial3d.geom.DistanceStyle double double double double double int top java.util.Iterator
StackMap stack:
14: aload 14
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint
astore 13
start local 13 15: aload 13
aload 1
dload 2
dload 4
dload 6
invokeinterface org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint.pathDistance:(Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
dstore 15
start local 15 16: dload 15
ldc Infinity
dcmpl
ifeq 20
17: aload 1
aload 1
dload 10
dload 15
invokeinterface org.apache.lucene.spatial3d.geom.DistanceStyle.aggregateDistances:(DD)D
invokeinterface org.apache.lucene.spatial3d.geom.DistanceStyle.fromAggregationForm:(D)D
dstore 17
start local 17 18: dload 17
dload 8
dcmpg
ifge 20
19: dload 17
dstore 8
end local 17 20: StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath org.apache.lucene.spatial3d.geom.DistanceStyle double double double double double int org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint java.util.Iterator double
StackMap stack:
iload 12
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.segments:Ljava/util/List;
invokeinterface java.util.List.size:()I
if_icmpge 22
21: aload 1
dload 10
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.segments:Ljava/util/List;
iload 12
iinc 12 1
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment
aload 1
invokevirtual org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.fullPathDistance:(Lorg/apache/lucene/spatial3d/geom/DistanceStyle;)D
invokeinterface org.apache.lucene.spatial3d.geom.DistanceStyle.aggregateDistances:(DD)D
dstore 10
end local 15 end local 13 22: StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath org.apache.lucene.spatial3d.geom.DistanceStyle double double double double double int top java.util.Iterator
StackMap stack:
aload 14
invokeinterface java.util.Iterator.hasNext:()Z
ifne 14
23: dload 8
dreturn
end local 12 end local 10 end local 8 end local 6 end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 24 0 this Lorg/apache/lucene/spatial3d/geom/GeoStandardPath;
0 24 1 distanceStyle Lorg/apache/lucene/spatial3d/geom/DistanceStyle;
0 24 2 x D
0 24 4 y D
0 24 6 z D
1 24 8 bestDistance D
2 24 10 currentDistance D
4 10 12 segment Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$PathSegment;
5 10 14 distance D
7 9 16 thisDistance D
12 24 12 segmentIndex I
15 22 13 endpoint Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$SegmentEndpoint;
16 22 15 distance D
18 20 17 thisDistance D
MethodParameters:
Name Flags
distanceStyle final
x final
y final
z final
protected double deltaDistance(org.apache.lucene.spatial3d.geom.DistanceStyle, double, double, double);
descriptor: (Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
flags: (0x0004) ACC_PROTECTED
Code:
stack=9, locals=16, args_size=5
start local 0 start local 1 start local 2 start local 4 start local 6 0: ldc Infinity
dstore 8
start local 8 1: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.segments:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 11
goto 8
StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath org.apache.lucene.spatial3d.geom.DistanceStyle double double double double top java.util.Iterator
StackMap stack:
2: aload 11
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment
astore 10
start local 10 3: aload 10
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
aload 1
dload 2
dload 4
dload 6
invokevirtual org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.pathDeltaDistance:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
dstore 12
start local 12 4: dload 12
ldc Infinity
dcmpl
ifeq 8
5: aload 1
dload 12
invokeinterface org.apache.lucene.spatial3d.geom.DistanceStyle.fromAggregationForm:(D)D
dstore 14
start local 14 6: dload 14
dload 8
dcmpg
ifge 8
7: dload 14
dstore 8
end local 14 end local 12 end local 10 8: StackMap locals:
StackMap stack:
aload 11
invokeinterface java.util.Iterator.hasNext:()Z
ifne 2
9: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.endPoints:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 11
goto 16
StackMap locals:
StackMap stack:
10: aload 11
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint
astore 10
start local 10 11: aload 10
aload 1
dload 2
dload 4
dload 6
invokeinterface org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint.pathDeltaDistance:(Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
dstore 12
start local 12 12: dload 12
ldc Infinity
dcmpl
ifeq 16
13: aload 1
dload 12
invokeinterface org.apache.lucene.spatial3d.geom.DistanceStyle.fromAggregationForm:(D)D
dstore 14
start local 14 14: dload 14
dload 8
dcmpg
ifge 16
15: dload 14
dstore 8
end local 14 end local 12 end local 10 16: StackMap locals:
StackMap stack:
aload 11
invokeinterface java.util.Iterator.hasNext:()Z
ifne 10
17: dload 8
dreturn
end local 8 end local 6 end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lorg/apache/lucene/spatial3d/geom/GeoStandardPath;
0 18 1 distanceStyle Lorg/apache/lucene/spatial3d/geom/DistanceStyle;
0 18 2 x D
0 18 4 y D
0 18 6 z D
1 18 8 bestDistance D
3 8 10 segment Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$PathSegment;
4 8 12 distance D
6 8 14 thisDistance D
11 16 10 endpoint Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$SegmentEndpoint;
12 16 12 distance D
14 16 14 thisDistance D
MethodParameters:
Name Flags
distanceStyle final
x final
y final
z final
protected void distanceBounds(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: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokevirtual org.apache.lucene.spatial3d.geom.GeoStandardPath.getBounds:(Lorg/apache/lucene/spatial3d/geom/Bounds;)V
1: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/spatial3d/geom/GeoStandardPath;
0 2 1 bounds Lorg/apache/lucene/spatial3d/geom/Bounds;
0 2 2 distanceStyle Lorg/apache/lucene/spatial3d/geom/DistanceStyle;
0 2 3 distanceValue D
MethodParameters:
Name Flags
bounds final
distanceStyle final
distanceValue final
protected double outsideDistance(org.apache.lucene.spatial3d.geom.DistanceStyle, double, double, double);
descriptor: (Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
flags: (0x0004) ACC_PROTECTED
Code:
stack=9, locals=14, args_size=5
start local 0 start local 1 start local 2 start local 4 start local 6 0: ldc Infinity
dstore 8
start local 8 1: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.endPoints:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 11
goto 6
StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath org.apache.lucene.spatial3d.geom.DistanceStyle double double double double top java.util.Iterator
StackMap stack:
2: aload 11
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint
astore 10
start local 10 3: aload 10
aload 1
dload 2
dload 4
dload 6
invokeinterface org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint.outsideDistance:(Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
dstore 12
start local 12 4: dload 12
dload 8
dcmpg
ifge 6
5: dload 12
dstore 8
end local 12 end local 10 6: StackMap locals:
StackMap stack:
aload 11
invokeinterface java.util.Iterator.hasNext:()Z
ifne 2
7: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.segments:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 11
goto 12
StackMap locals:
StackMap stack:
8: aload 11
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment
astore 10
start local 10 9: aload 10
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
aload 1
dload 2
dload 4
dload 6
invokevirtual org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.outsideDistance:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
dstore 12
start local 12 10: dload 12
dload 8
dcmpg
ifge 12
11: dload 12
dstore 8
end local 12 end local 10 12: StackMap locals:
StackMap stack:
aload 11
invokeinterface java.util.Iterator.hasNext:()Z
ifne 8
13: dload 8
dreturn
end local 8 end local 6 end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lorg/apache/lucene/spatial3d/geom/GeoStandardPath;
0 14 1 distanceStyle Lorg/apache/lucene/spatial3d/geom/DistanceStyle;
0 14 2 x D
0 14 4 y D
0 14 6 z D
1 14 8 minDistance D
3 6 10 endpoint Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$SegmentEndpoint;
4 6 12 newDistance D
9 12 10 segment Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$PathSegment;
10 12 12 newDistance D
MethodParameters:
Name Flags
distanceStyle final
x final
y final
z final
public boolean isWithin(double, double, double);
descriptor: (DDD)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=9, args_size=4
start local 0 start local 1 start local 3 start local 5 0: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.endPoints:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 8
goto 4
StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath double double double top java.util.Iterator
StackMap stack:
1: aload 8
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint
astore 7
start local 7 2: aload 7
dload 1
dload 3
dload 5
invokeinterface org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint.isWithin:(DDD)Z
ifeq 4
3: iconst_1
ireturn
end local 7 4: StackMap locals:
StackMap stack:
aload 8
invokeinterface java.util.Iterator.hasNext:()Z
ifne 1
5: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.segments:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 8
goto 9
StackMap locals:
StackMap stack:
6: aload 8
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment
astore 7
start local 7 7: aload 7
dload 1
dload 3
dload 5
invokevirtual org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.isWithin:(DDD)Z
ifeq 9
8: iconst_1
ireturn
end local 7 9: StackMap locals:
StackMap stack:
aload 8
invokeinterface java.util.Iterator.hasNext:()Z
ifne 6
10: iconst_0
ireturn
end local 5 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lorg/apache/lucene/spatial3d/geom/GeoStandardPath;
0 11 1 x D
0 11 3 y D
0 11 5 z D
2 4 7 pathPoint Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$SegmentEndpoint;
7 9 7 pathSegment Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$PathSegment;
MethodParameters:
Name Flags
x final
y final
z final
public org.apache.lucene.spatial3d.geom.GeoPoint[] getEdgePoints();
descriptor: ()[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.edgePoints:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial3d/geom/GeoStandardPath;
public 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: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=5, locals=6, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.endPoints:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 5
goto 4
StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath org.apache.lucene.spatial3d.geom.Plane org.apache.lucene.spatial3d.geom.GeoPoint[] org.apache.lucene.spatial3d.geom.Membership[] top java.util.Iterator
StackMap stack:
1: aload 5
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint
astore 4
start local 4 2: aload 4
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
aload 1
aload 2
aload 3
invokeinterface org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint.intersects:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Lorg/apache/lucene/spatial3d/geom/Plane;[Lorg/apache/lucene/spatial3d/geom/GeoPoint;[Lorg/apache/lucene/spatial3d/geom/Membership;)Z
ifeq 4
3: iconst_1
ireturn
end local 4 4: StackMap locals:
StackMap stack:
aload 5
invokeinterface java.util.Iterator.hasNext:()Z
ifne 1
5: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.segments:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 5
goto 9
StackMap locals:
StackMap stack:
6: aload 5
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment
astore 4
start local 4 7: aload 4
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
aload 1
aload 2
aload 3
invokevirtual org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.intersects:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Lorg/apache/lucene/spatial3d/geom/Plane;[Lorg/apache/lucene/spatial3d/geom/GeoPoint;[Lorg/apache/lucene/spatial3d/geom/Membership;)Z
ifeq 9
8: iconst_1
ireturn
end local 4 9: StackMap locals:
StackMap stack:
aload 5
invokeinterface java.util.Iterator.hasNext:()Z
ifne 6
10: iconst_0
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lorg/apache/lucene/spatial3d/geom/GeoStandardPath;
0 11 1 plane Lorg/apache/lucene/spatial3d/geom/Plane;
0 11 2 notablePoints [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
0 11 3 bounds [Lorg/apache/lucene/spatial3d/geom/Membership;
2 4 4 pathPoint Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$SegmentEndpoint;
7 9 4 pathSegment Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$PathSegment;
MethodParameters:
Name Flags
plane final
notablePoints final
bounds final
public boolean intersects(org.apache.lucene.spatial3d.geom.GeoShape);
descriptor: (Lorg/apache/lucene/spatial3d/geom/GeoShape;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.endPoints:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 3
goto 4
StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath org.apache.lucene.spatial3d.geom.GeoShape top java.util.Iterator
StackMap stack:
1: aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint
astore 2
start local 2 2: aload 2
aload 1
invokeinterface org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint.intersects:(Lorg/apache/lucene/spatial3d/geom/GeoShape;)Z
ifeq 4
3: iconst_1
ireturn
end local 2 4: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 1
5: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.segments:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 3
goto 9
StackMap locals:
StackMap stack:
6: aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment
astore 2
start local 2 7: aload 2
aload 1
invokevirtual org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.intersects:(Lorg/apache/lucene/spatial3d/geom/GeoShape;)Z
ifeq 9
8: iconst_1
ireturn
end local 2 9: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 6
10: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lorg/apache/lucene/spatial3d/geom/GeoStandardPath;
0 11 1 geoShape Lorg/apache/lucene/spatial3d/geom/GeoShape;
2 4 2 pathPoint Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$SegmentEndpoint;
7 9 2 pathSegment Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$PathSegment;
MethodParameters:
Name Flags
geoShape
public void getBounds(org.apache.lucene.spatial3d.geom.Bounds);
descriptor: (Lorg/apache/lucene/spatial3d/geom/Bounds;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial org.apache.lucene.spatial3d.geom.GeoBasePath.getBounds:(Lorg/apache/lucene/spatial3d/geom/Bounds;)V
1: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.segments:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 3
goto 4
StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath org.apache.lucene.spatial3d.geom.Bounds top java.util.Iterator
StackMap stack:
2: aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment
astore 2
start local 2 3: aload 2
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
aload 1
invokevirtual org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.getBounds:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Lorg/apache/lucene/spatial3d/geom/Bounds;)V
end local 2 4: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 2
5: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.endPoints:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 3
goto 8
StackMap locals:
StackMap stack:
6: aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint
astore 2
start local 2 7: aload 2
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
aload 1
invokeinterface org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint.getBounds:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Lorg/apache/lucene/spatial3d/geom/Bounds;)V
end local 2 8: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 6
9: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lorg/apache/lucene/spatial3d/geom/GeoStandardPath;
0 10 1 bounds Lorg/apache/lucene/spatial3d/geom/Bounds;
3 4 2 pathSegment Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$PathSegment;
7 8 2 pathPoint Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$SegmentEndpoint;
MethodParameters:
Name Flags
bounds
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 1
instanceof org.apache.lucene.spatial3d.geom.GeoStandardPath
ifne 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 1
checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath
astore 2
start local 2 3: aload 0
aload 2
invokespecial org.apache.lucene.spatial3d.geom.GeoBasePath.equals:(Ljava/lang/Object;)Z
ifne 5
4: iconst_0
ireturn
5: StackMap locals: org.apache.lucene.spatial3d.geom.GeoStandardPath
StackMap stack:
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.cutoffAngle:D
aload 2
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.cutoffAngle:D
dcmpl
ifeq 7
6: iconst_0
ireturn
7: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.points:Ljava/util/List;
aload 2
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.points:Ljava/util/List;
invokeinterface java.util.List.equals:(Ljava/lang/Object;)Z
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/apache/lucene/spatial3d/geom/GeoStandardPath;
0 8 1 o Ljava/lang/Object;
3 8 2 p Lorg/apache/lucene/spatial3d/geom/GeoStandardPath;
MethodParameters:
Name Flags
o
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=4, args_size=1
start local 0 0: aload 0
invokespecial org.apache.lucene.spatial3d.geom.GeoBasePath.hashCode:()I
istore 1
start local 1 1: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.cutoffAngle:D
invokestatic java.lang.Double.doubleToLongBits:(D)J
lstore 2
start local 2 2: bipush 31
iload 1
imul
lload 2
lload 2
bipush 32
lushr
lxor
l2i
iadd
istore 1
3: bipush 31
iload 1
imul
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.points:Ljava/util/List;
invokeinterface java.util.List.hashCode:()I
iadd
istore 1
4: iload 1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/apache/lucene/spatial3d/geom/GeoStandardPath;
1 5 1 result I
2 5 2 temp J
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
ldc "GeoStandardPath: {planetmodel="
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc ", width="
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.cutoffAngle:D
invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
ldc "("
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.cutoffAngle:D
ldc 180.0
dmul
ldc 3.141592653589793
ddiv
invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
ldc "), points={"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath.points:Ljava/util/List;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc "}}"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial3d/geom/GeoStandardPath;
}
SourceFile: "GeoStandardPath.java"
NestMembers:
org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint org.apache.lucene.spatial3d.geom.GeoStandardPath$CircleSegmentEndpoint org.apache.lucene.spatial3d.geom.GeoStandardPath$CutoffDualCircleSegmentEndpoint org.apache.lucene.spatial3d.geom.GeoStandardPath$CutoffSingleCircleSegmentEndpoint org.apache.lucene.spatial3d.geom.GeoStandardPath$DegenerateSegmentEndpoint org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint
InnerClasses:
private BaseSegmentEndpoint = org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint of org.apache.lucene.spatial3d.geom.GeoStandardPath
private CircleSegmentEndpoint = org.apache.lucene.spatial3d.geom.GeoStandardPath$CircleSegmentEndpoint of org.apache.lucene.spatial3d.geom.GeoStandardPath
private CutoffDualCircleSegmentEndpoint = org.apache.lucene.spatial3d.geom.GeoStandardPath$CutoffDualCircleSegmentEndpoint of org.apache.lucene.spatial3d.geom.GeoStandardPath
private CutoffSingleCircleSegmentEndpoint = org.apache.lucene.spatial3d.geom.GeoStandardPath$CutoffSingleCircleSegmentEndpoint of org.apache.lucene.spatial3d.geom.GeoStandardPath
private DegenerateSegmentEndpoint = org.apache.lucene.spatial3d.geom.GeoStandardPath$DegenerateSegmentEndpoint of org.apache.lucene.spatial3d.geom.GeoStandardPath
private PathSegment = org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment of org.apache.lucene.spatial3d.geom.GeoStandardPath
private abstract SegmentEndpoint = org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint of org.apache.lucene.spatial3d.geom.GeoStandardPath