class org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator implements org.apache.lucene.spatial3d.geom.GeoComplexPolygon$CountingEdgeIterator
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator
super_class: java.lang.Object
{
private final org.apache.lucene.spatial3d.geom.GeoPoint testPoint;
descriptor: Lorg/apache/lucene/spatial3d/geom/GeoPoint;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.apache.lucene.spatial3d.geom.Plane plane;
descriptor: Lorg/apache/lucene/spatial3d/geom/Plane;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.apache.lucene.spatial3d.geom.Plane abovePlane;
descriptor: Lorg/apache/lucene/spatial3d/geom/Plane;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.apache.lucene.spatial3d.geom.Plane belowPlane;
descriptor: Lorg/apache/lucene/spatial3d/geom/Plane;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.apache.lucene.spatial3d.geom.Membership bound;
descriptor: Lorg/apache/lucene/spatial3d/geom/Membership;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final double thePointX;
descriptor: D
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final double thePointY;
descriptor: D
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final double thePointZ;
descriptor: D
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private boolean onEdge;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private int aboveCrossingCount;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int belowCrossingCount;
descriptor: I
flags: (0x0002) ACC_PRIVATE
final org.apache.lucene.spatial3d.geom.GeoComplexPolygon this$0;
descriptor: Lorg/apache/lucene/spatial3d/geom/GeoComplexPolygon;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
static final boolean $assertionsDisabled;
descriptor: Z
flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc Lorg/apache/lucene/spatial3d/geom/GeoComplexPolygon;
invokevirtual java.lang.Class.desiredAssertionStatus:()Z
ifne 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: putstatic org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator.$assertionsDisabled:Z
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>(org.apache.lucene.spatial3d.geom.GeoComplexPolygon, org.apache.lucene.spatial3d.geom.GeoPoint, org.apache.lucene.spatial3d.geom.Plane, org.apache.lucene.spatial3d.geom.Plane, org.apache.lucene.spatial3d.geom.Plane, double, double, double);
descriptor: (Lorg/apache/lucene/spatial3d/geom/GeoComplexPolygon;Lorg/apache/lucene/spatial3d/geom/GeoPoint;Lorg/apache/lucene/spatial3d/geom/Plane;Lorg/apache/lucene/spatial3d/geom/Plane;Lorg/apache/lucene/spatial3d/geom/Plane;DDD)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=12, args_size=9
start local 0 start local 2 start local 3 start local 4 start local 5 start local 6 start local 8 start local 10 0: aload 0
aload 1
putfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator.this$0:Lorg/apache/lucene/spatial3d/geom/GeoComplexPolygon;
1: aload 0
invokespecial java.lang.Object.<init>:()V
2: aload 0
iconst_0
putfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator.onEdge:Z
3: aload 0
iconst_0
putfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator.aboveCrossingCount:I
4: aload 0
iconst_0
putfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator.belowCrossingCount:I
5: getstatic org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator.$assertionsDisabled:Z
ifne 6
aload 3
dload 6
dload 8
dload 10
invokevirtual org.apache.lucene.spatial3d.geom.Plane.evaluateIsZero:(DDD)Z
ifne 6
new java.lang.AssertionError
dup
ldc "Check point is not on travel plane"
invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
athrow
6: StackMap locals: org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator org.apache.lucene.spatial3d.geom.GeoComplexPolygon org.apache.lucene.spatial3d.geom.GeoPoint org.apache.lucene.spatial3d.geom.Plane org.apache.lucene.spatial3d.geom.Plane org.apache.lucene.spatial3d.geom.Plane double double double
StackMap stack:
getstatic org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator.$assertionsDisabled:Z
ifne 7
aload 3
aload 2
invokevirtual org.apache.lucene.spatial3d.geom.Plane.evaluateIsZero:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
ifne 7
new java.lang.AssertionError
dup
ldc "Test point is not on travel plane"
invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
athrow
7: StackMap locals:
StackMap stack:
aload 0
aload 2
putfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator.testPoint:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
8: aload 0
aload 3
putfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator.plane:Lorg/apache/lucene/spatial3d/geom/Plane;
9: aload 0
aload 4
putfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator.abovePlane:Lorg/apache/lucene/spatial3d/geom/Plane;
10: aload 0
aload 5
putfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator.belowPlane:Lorg/apache/lucene/spatial3d/geom/Plane;
11: aload 3
aload 2
invokevirtual org.apache.lucene.spatial3d.geom.Plane.isNumericallyIdentical:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
ifeq 13
12: new java.lang.IllegalArgumentException
dup
ldc "Plane vector identical to testpoint vector"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
13: StackMap locals:
StackMap stack:
aload 0
new org.apache.lucene.spatial3d.geom.SidedPlane
dup
aload 3
aload 2
invokespecial org.apache.lucene.spatial3d.geom.SidedPlane.<init>:(Lorg/apache/lucene/spatial3d/geom/Vector;Lorg/apache/lucene/spatial3d/geom/Vector;)V
putfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator.bound:Lorg/apache/lucene/spatial3d/geom/Membership;
14: aload 0
dload 6
putfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator.thePointX:D
15: aload 0
dload 8
putfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator.thePointY:D
16: aload 0
dload 10
putfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator.thePointZ:D
17: return
end local 10 end local 8 end local 6 end local 5 end local 4 end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lorg/apache/lucene/spatial3d/geom/GeoComplexPolygon$FullLinearCrossingEdgeIterator;
0 18 2 testPoint Lorg/apache/lucene/spatial3d/geom/GeoPoint;
0 18 3 plane Lorg/apache/lucene/spatial3d/geom/Plane;
0 18 4 abovePlane Lorg/apache/lucene/spatial3d/geom/Plane;
0 18 5 belowPlane Lorg/apache/lucene/spatial3d/geom/Plane;
0 18 6 thePointX D
0 18 8 thePointY D
0 18 10 thePointZ D
MethodParameters:
Name Flags
this$0 final
testPoint final
plane final
abovePlane final
belowPlane final
thePointX final
thePointY final
thePointZ final
public int getCrossingCount();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator.aboveCrossingCount:I
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator.belowCrossingCount:I
invokestatic java.lang.Math.min:(II)I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial3d/geom/GeoComplexPolygon$FullLinearCrossingEdgeIterator;
public boolean isOnEdge();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator.onEdge:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial3d/geom/GeoComplexPolygon$FullLinearCrossingEdgeIterator;
public boolean matches(org.apache.lucene.spatial3d.geom.GeoComplexPolygon$Edge);
descriptor: (Lorg/apache/lucene/spatial3d/geom/GeoComplexPolygon$Edge;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=5, args_size=2
start local 0 start local 1 0: aload 1
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator.thePointX:D
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator.thePointY:D
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator.thePointZ:D
invokevirtual org.apache.lucene.spatial3d.geom.GeoComplexPolygon$Edge.isWithin:(DDD)Z
ifeq 3
1: aload 0
iconst_1
putfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator.onEdge:Z
2: iconst_0
ireturn
3: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator.plane:Lorg/apache/lucene/spatial3d/geom/Plane;
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator.this$0:Lorg/apache/lucene/spatial3d/geom/GeoComplexPolygon;
getfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
aload 1
getfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$Edge.plane:Lorg/apache/lucene/spatial3d/geom/Plane;
iconst_3
anewarray org.apache.lucene.spatial3d.geom.Membership
dup
iconst_0
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator.bound:Lorg/apache/lucene/spatial3d/geom/Membership;
aastore
dup
iconst_1
aload 1
getfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$Edge.startPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
aastore
dup
iconst_2
aload 1
getfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$Edge.endPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
aastore
invokevirtual org.apache.lucene.spatial3d.geom.Plane.findIntersections:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Lorg/apache/lucene/spatial3d/geom/Plane;[Lorg/apache/lucene/spatial3d/geom/Membership;)[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
astore 2
start local 2 4: aload 2
ifnull 7
aload 2
arraylength
ifne 7
5: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator.plane:Lorg/apache/lucene/spatial3d/geom/Plane;
aload 1
getfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$Edge.startPoint:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
invokevirtual org.apache.lucene.spatial3d.geom.Plane.evaluateIsZero:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
ifne 7
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator.plane:Lorg/apache/lucene/spatial3d/geom/Plane;
aload 1
getfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$Edge.endPoint:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
invokevirtual org.apache.lucene.spatial3d.geom.Plane.evaluateIsZero:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
ifne 7
6: iconst_1
ireturn
7: StackMap locals: org.apache.lucene.spatial3d.geom.GeoPoint[]
StackMap stack:
aload 0
aload 1
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator.abovePlane:Lorg/apache/lucene/spatial3d/geom/Plane;
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator.bound:Lorg/apache/lucene/spatial3d/geom/Membership;
invokevirtual org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator.countCrossings:(Lorg/apache/lucene/spatial3d/geom/GeoComplexPolygon$Edge;Lorg/apache/lucene/spatial3d/geom/Plane;Lorg/apache/lucene/spatial3d/geom/Membership;)I
istore 3
start local 3 8: aload 0
dup
getfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator.aboveCrossingCount:I
iload 3
iadd
putfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator.aboveCrossingCount:I
9: aload 0
aload 1
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator.belowPlane:Lorg/apache/lucene/spatial3d/geom/Plane;
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator.bound:Lorg/apache/lucene/spatial3d/geom/Membership;
invokevirtual org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator.countCrossings:(Lorg/apache/lucene/spatial3d/geom/GeoComplexPolygon$Edge;Lorg/apache/lucene/spatial3d/geom/Plane;Lorg/apache/lucene/spatial3d/geom/Membership;)I
istore 4
start local 4 10: aload 0
dup
getfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator.belowCrossingCount:I
iload 4
iadd
putfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator.belowCrossingCount:I
11: iconst_1
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/apache/lucene/spatial3d/geom/GeoComplexPolygon$FullLinearCrossingEdgeIterator;
0 12 1 edge Lorg/apache/lucene/spatial3d/geom/GeoComplexPolygon$Edge;
4 12 2 planeCrossings [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
8 12 3 aboveCrossings I
10 12 4 belowCrossings I
MethodParameters:
Name Flags
edge final
private int countCrossings(org.apache.lucene.spatial3d.geom.GeoComplexPolygon$Edge, org.apache.lucene.spatial3d.geom.Plane, org.apache.lucene.spatial3d.geom.Membership);
descriptor: (Lorg/apache/lucene/spatial3d/geom/GeoComplexPolygon$Edge;Lorg/apache/lucene/spatial3d/geom/Plane;Lorg/apache/lucene/spatial3d/geom/Membership;)I
flags: (0x0002) ACC_PRIVATE
Code:
stack=7, locals=10, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 1
getfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$Edge.plane:Lorg/apache/lucene/spatial3d/geom/Plane;
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator.this$0:Lorg/apache/lucene/spatial3d/geom/GeoComplexPolygon;
getfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
aload 2
iconst_1
anewarray org.apache.lucene.spatial3d.geom.Membership
dup
iconst_0
aload 3
aastore
invokevirtual org.apache.lucene.spatial3d.geom.Plane.findIntersections:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Lorg/apache/lucene/spatial3d/geom/Plane;[Lorg/apache/lucene/spatial3d/geom/Membership;)[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
astore 4
start local 4 1: iconst_0
istore 5
start local 5 2: aload 4
ifnull 11
3: aload 4
dup
astore 9
arraylength
istore 8
iconst_0
istore 7
goto 10
StackMap locals: org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator org.apache.lucene.spatial3d.geom.GeoComplexPolygon$Edge org.apache.lucene.spatial3d.geom.Plane org.apache.lucene.spatial3d.geom.Membership org.apache.lucene.spatial3d.geom.GeoPoint[] int top int int org.apache.lucene.spatial3d.geom.GeoPoint[]
StackMap stack:
4: aload 9
iload 7
aaload
astore 6
start local 6 5: aload 1
getfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$Edge.startPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
aload 6
invokevirtual org.apache.lucene.spatial3d.geom.SidedPlane.strictlyWithin:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
ifeq 9
aload 1
getfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$Edge.endPlane:Lorg/apache/lucene/spatial3d/geom/SidedPlane;
aload 6
invokevirtual org.apache.lucene.spatial3d.geom.SidedPlane.strictlyWithin:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
ifeq 9
6: iload 5
aload 0
aload 1
getfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$Edge.plane:Lorg/apache/lucene/spatial3d/geom/Plane;
aload 6
aload 2
invokevirtual org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator.edgeCrossesEnvelope:(Lorg/apache/lucene/spatial3d/geom/Plane;Lorg/apache/lucene/spatial3d/geom/GeoPoint;Lorg/apache/lucene/spatial3d/geom/Plane;)Z
ifeq 7
iconst_1
goto 8
StackMap locals: org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator org.apache.lucene.spatial3d.geom.GeoComplexPolygon$Edge org.apache.lucene.spatial3d.geom.Plane org.apache.lucene.spatial3d.geom.Membership org.apache.lucene.spatial3d.geom.GeoPoint[] int org.apache.lucene.spatial3d.geom.GeoPoint int int org.apache.lucene.spatial3d.geom.GeoPoint[]
StackMap stack: int
7: iconst_0
StackMap locals: org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator org.apache.lucene.spatial3d.geom.GeoComplexPolygon$Edge org.apache.lucene.spatial3d.geom.Plane org.apache.lucene.spatial3d.geom.Membership org.apache.lucene.spatial3d.geom.GeoPoint[] int org.apache.lucene.spatial3d.geom.GeoPoint int int org.apache.lucene.spatial3d.geom.GeoPoint[]
StackMap stack: int int
8: iadd
istore 5
end local 6 9: StackMap locals: org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator org.apache.lucene.spatial3d.geom.GeoComplexPolygon$Edge org.apache.lucene.spatial3d.geom.Plane org.apache.lucene.spatial3d.geom.Membership org.apache.lucene.spatial3d.geom.GeoPoint[] int top int int org.apache.lucene.spatial3d.geom.GeoPoint[]
StackMap stack:
iinc 7 1
StackMap locals:
StackMap stack:
10: iload 7
iload 8
if_icmplt 4
11: StackMap locals: org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator org.apache.lucene.spatial3d.geom.GeoComplexPolygon$Edge org.apache.lucene.spatial3d.geom.Plane org.apache.lucene.spatial3d.geom.Membership org.apache.lucene.spatial3d.geom.GeoPoint[] int
StackMap stack:
iload 5
ireturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/apache/lucene/spatial3d/geom/GeoComplexPolygon$FullLinearCrossingEdgeIterator;
0 12 1 edge Lorg/apache/lucene/spatial3d/geom/GeoComplexPolygon$Edge;
0 12 2 envelopePlane Lorg/apache/lucene/spatial3d/geom/Plane;
0 12 3 envelopeBound Lorg/apache/lucene/spatial3d/geom/Membership;
1 12 4 intersections [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
2 12 5 crossings I
5 9 6 intersection Lorg/apache/lucene/spatial3d/geom/GeoPoint;
MethodParameters:
Name Flags
edge final
envelopePlane final
envelopeBound final
private boolean edgeCrossesEnvelope(org.apache.lucene.spatial3d.geom.Plane, org.apache.lucene.spatial3d.geom.GeoPoint, org.apache.lucene.spatial3d.geom.Plane);
descriptor: (Lorg/apache/lucene/spatial3d/geom/Plane;Lorg/apache/lucene/spatial3d/geom/GeoPoint;Lorg/apache/lucene/spatial3d/geom/Plane;)Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=10, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator.this$0:Lorg/apache/lucene/spatial3d/geom/GeoComplexPolygon;
aload 1
aload 2
aload 3
invokevirtual org.apache.lucene.spatial3d.geom.GeoComplexPolygon.findAdjoiningPoints:(Lorg/apache/lucene/spatial3d/geom/Plane;Lorg/apache/lucene/spatial3d/geom/GeoPoint;Lorg/apache/lucene/spatial3d/geom/Plane;)[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
astore 4
start local 4 1: aload 4
ifnonnull 3
2: iconst_1
ireturn
3: StackMap locals: org.apache.lucene.spatial3d.geom.GeoPoint[]
StackMap stack:
iconst_0
istore 5
start local 5 4: aload 4
dup
astore 9
arraylength
istore 8
iconst_0
istore 7
goto 9
StackMap locals: org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator org.apache.lucene.spatial3d.geom.Plane org.apache.lucene.spatial3d.geom.GeoPoint org.apache.lucene.spatial3d.geom.Plane org.apache.lucene.spatial3d.geom.GeoPoint[] int top int int org.apache.lucene.spatial3d.geom.GeoPoint[]
StackMap stack:
5: aload 9
iload 7
aaload
astore 6
start local 6 6: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator.plane:Lorg/apache/lucene/spatial3d/geom/Plane;
aload 6
invokevirtual org.apache.lucene.spatial3d.geom.Plane.evaluateIsZero:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
ifeq 8
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator.bound:Lorg/apache/lucene/spatial3d/geom/Membership;
aload 6
invokeinterface org.apache.lucene.spatial3d.geom.Membership.isWithin:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
ifeq 8
7: iinc 5 1
end local 6 8: StackMap locals:
StackMap stack:
iinc 7 1
StackMap locals:
StackMap stack:
9: iload 7
iload 8
if_icmplt 5
10: iload 5
iconst_1
iand
ifeq 11
iconst_1
ireturn
StackMap locals: org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator org.apache.lucene.spatial3d.geom.Plane org.apache.lucene.spatial3d.geom.GeoPoint org.apache.lucene.spatial3d.geom.Plane org.apache.lucene.spatial3d.geom.GeoPoint[] int
StackMap stack:
11: iconst_0
ireturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/apache/lucene/spatial3d/geom/GeoComplexPolygon$FullLinearCrossingEdgeIterator;
0 12 1 edgePlane Lorg/apache/lucene/spatial3d/geom/Plane;
0 12 2 intersectionPoint Lorg/apache/lucene/spatial3d/geom/GeoPoint;
0 12 3 envelopePlane Lorg/apache/lucene/spatial3d/geom/Plane;
1 12 4 adjoiningPoints [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
4 12 5 withinCount I
6 8 6 adjoining Lorg/apache/lucene/spatial3d/geom/GeoPoint;
MethodParameters:
Name Flags
edgePlane final
intersectionPoint final
envelopePlane final
}
SourceFile: "GeoComplexPolygon.java"
NestHost: org.apache.lucene.spatial3d.geom.GeoComplexPolygon
InnerClasses:
private abstract CountingEdgeIterator = org.apache.lucene.spatial3d.geom.GeoComplexPolygon$CountingEdgeIterator of org.apache.lucene.spatial3d.geom.GeoComplexPolygon
private Edge = org.apache.lucene.spatial3d.geom.GeoComplexPolygon$Edge of org.apache.lucene.spatial3d.geom.GeoComplexPolygon
private FullLinearCrossingEdgeIterator = org.apache.lucene.spatial3d.geom.GeoComplexPolygon$FullLinearCrossingEdgeIterator of org.apache.lucene.spatial3d.geom.GeoComplexPolygon