abstract class org.apache.lucene.spatial3d.geom.GeoBaseAreaShape extends org.apache.lucene.spatial3d.geom.GeoBaseMembershipShape implements org.apache.lucene.spatial3d.geom.GeoAreaShape
minor version: 0
major version: 59
flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
this_class: org.apache.lucene.spatial3d.geom.GeoBaseAreaShape
super_class: org.apache.lucene.spatial3d.geom.GeoBaseMembershipShape
{
protected static final int ALL_INSIDE;
descriptor: I
flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
ConstantValue: 0
protected static final int SOME_INSIDE;
descriptor: I
flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
ConstantValue: 1
protected static final int NONE_INSIDE;
descriptor: I
flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
ConstantValue: 2
public void <init>(org.apache.lucene.spatial3d.geom.PlanetModel);
descriptor: (Lorg/apache/lucene/spatial3d/geom/PlanetModel;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial org.apache.lucene.spatial3d.geom.GeoBaseMembershipShape.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/spatial3d/geom/GeoBaseAreaShape;
0 2 1 planetModel Lorg/apache/lucene/spatial3d/geom/PlanetModel;
MethodParameters:
Name Flags
planetModel final
protected int isShapeInsideGeoAreaShape(org.apache.lucene.spatial3d.geom.GeoShape);
descriptor: (Lorg/apache/lucene/spatial3d/geom/GeoShape;)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=8, args_size=2
start local 0 start local 1 0: iconst_0
istore 2
start local 2 1: iconst_0
istore 3
start local 3 2: aload 1
invokeinterface org.apache.lucene.spatial3d.geom.GeoShape.getEdgePoints:()[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
dup
astore 7
arraylength
istore 6
iconst_0
istore 5
goto 11
StackMap locals: org.apache.lucene.spatial3d.geom.GeoBaseAreaShape org.apache.lucene.spatial3d.geom.GeoShape int int top int int org.apache.lucene.spatial3d.geom.GeoPoint[]
StackMap stack:
3: aload 7
iload 5
aaload
astore 4
start local 4 4: aload 0
aload 4
invokevirtual org.apache.lucene.spatial3d.geom.GeoBaseAreaShape.isWithin:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
ifeq 7
5: iconst_1
istore 3
6: goto 8
7: StackMap locals: org.apache.lucene.spatial3d.geom.GeoBaseAreaShape org.apache.lucene.spatial3d.geom.GeoShape int int org.apache.lucene.spatial3d.geom.GeoPoint int int org.apache.lucene.spatial3d.geom.GeoPoint[]
StackMap stack:
iconst_1
istore 2
8: StackMap locals:
StackMap stack:
iload 3
ifeq 10
iload 2
ifeq 10
9: iconst_1
ireturn
end local 4 10: StackMap locals: org.apache.lucene.spatial3d.geom.GeoBaseAreaShape org.apache.lucene.spatial3d.geom.GeoShape int int top int int org.apache.lucene.spatial3d.geom.GeoPoint[]
StackMap stack:
iinc 5 1
StackMap locals:
StackMap stack:
11: iload 5
iload 6
if_icmplt 3
12: iload 3
ifne 14
iload 2
ifne 14
13: iconst_2
ireturn
14: StackMap locals: org.apache.lucene.spatial3d.geom.GeoBaseAreaShape org.apache.lucene.spatial3d.geom.GeoShape int int
StackMap stack:
iload 3
ifeq 16
iload 2
ifne 16
15: iconst_0
ireturn
16: StackMap locals:
StackMap stack:
iload 2
ifeq 18
iload 3
ifne 18
17: iconst_2
ireturn
18: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 19 0 this Lorg/apache/lucene/spatial3d/geom/GeoBaseAreaShape;
0 19 1 geoShape Lorg/apache/lucene/spatial3d/geom/GeoShape;
1 19 2 foundOutside Z
2 19 3 foundInside Z
4 10 4 p Lorg/apache/lucene/spatial3d/geom/GeoPoint;
MethodParameters:
Name Flags
geoShape final
protected int isGeoAreaShapeInsideShape(org.apache.lucene.spatial3d.geom.GeoShape);
descriptor: (Lorg/apache/lucene/spatial3d/geom/GeoShape;)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=8, args_size=2
start local 0 start local 1 0: iconst_0
istore 2
start local 2 1: iconst_0
istore 3
start local 3 2: aload 0
invokevirtual org.apache.lucene.spatial3d.geom.GeoBaseAreaShape.getEdgePoints:()[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
dup
astore 7
arraylength
istore 6
iconst_0
istore 5
goto 11
StackMap locals: org.apache.lucene.spatial3d.geom.GeoBaseAreaShape org.apache.lucene.spatial3d.geom.GeoShape int int top int int org.apache.lucene.spatial3d.geom.GeoPoint[]
StackMap stack:
3: aload 7
iload 5
aaload
astore 4
start local 4 4: aload 1
aload 4
invokeinterface org.apache.lucene.spatial3d.geom.GeoShape.isWithin:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
ifeq 7
5: iconst_1
istore 3
6: goto 8
7: StackMap locals: org.apache.lucene.spatial3d.geom.GeoBaseAreaShape org.apache.lucene.spatial3d.geom.GeoShape int int org.apache.lucene.spatial3d.geom.GeoPoint int int org.apache.lucene.spatial3d.geom.GeoPoint[]
StackMap stack:
iconst_1
istore 2
8: StackMap locals:
StackMap stack:
iload 3
ifeq 10
iload 2
ifeq 10
9: iconst_1
ireturn
end local 4 10: StackMap locals: org.apache.lucene.spatial3d.geom.GeoBaseAreaShape org.apache.lucene.spatial3d.geom.GeoShape int int top int int org.apache.lucene.spatial3d.geom.GeoPoint[]
StackMap stack:
iinc 5 1
StackMap locals:
StackMap stack:
11: iload 5
iload 6
if_icmplt 3
12: iload 3
ifne 14
iload 2
ifne 14
13: iconst_2
ireturn
14: StackMap locals: org.apache.lucene.spatial3d.geom.GeoBaseAreaShape org.apache.lucene.spatial3d.geom.GeoShape int int
StackMap stack:
iload 3
ifeq 16
iload 2
ifne 16
15: iconst_0
ireturn
16: StackMap locals:
StackMap stack:
iload 2
ifeq 18
iload 3
ifne 18
17: iconst_2
ireturn
18: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 19 0 this Lorg/apache/lucene/spatial3d/geom/GeoBaseAreaShape;
0 19 1 geoshape Lorg/apache/lucene/spatial3d/geom/GeoShape;
1 19 2 foundOutside Z
2 19 3 foundInside Z
4 10 4 p Lorg/apache/lucene/spatial3d/geom/GeoPoint;
MethodParameters:
Name Flags
geoshape final
public int getRelationship(org.apache.lucene.spatial3d.geom.GeoShape);
descriptor: (Lorg/apache/lucene/spatial3d/geom/GeoShape;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface org.apache.lucene.spatial3d.geom.GeoShape.getPlanetModel:()Lorg/apache/lucene/spatial3d/geom/PlanetModel;
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoBaseAreaShape.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
invokevirtual org.apache.lucene.spatial3d.geom.PlanetModel.equals:(Ljava/lang/Object;)Z
ifne 2
1: new java.lang.IllegalArgumentException
dup
ldc "Cannot relate shapes with different planet models."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual org.apache.lucene.spatial3d.geom.GeoBaseAreaShape.isShapeInsideGeoAreaShape:(Lorg/apache/lucene/spatial3d/geom/GeoShape;)I
istore 2
start local 2 3: iload 2
iconst_1
if_icmpne 5
4: iconst_2
ireturn
5: StackMap locals: int
StackMap stack:
aload 0
aload 1
invokevirtual org.apache.lucene.spatial3d.geom.GeoBaseAreaShape.isGeoAreaShapeInsideShape:(Lorg/apache/lucene/spatial3d/geom/GeoShape;)I
istore 3
start local 3 6: iload 3
iconst_1
if_icmpne 8
7: iconst_2
ireturn
8: StackMap locals: int
StackMap stack:
iload 2
ifne 10
iload 3
ifne 10
9: iconst_2
ireturn
10: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual org.apache.lucene.spatial3d.geom.GeoBaseAreaShape.intersects:(Lorg/apache/lucene/spatial3d/geom/GeoShape;)Z
ifeq 12
11: iconst_2
ireturn
12: StackMap locals:
StackMap stack:
iload 2
ifne 14
13: iconst_1
ireturn
14: StackMap locals:
StackMap stack:
iload 3
ifne 16
15: iconst_0
ireturn
16: StackMap locals:
StackMap stack:
iconst_3
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lorg/apache/lucene/spatial3d/geom/GeoBaseAreaShape;
0 17 1 geoShape Lorg/apache/lucene/spatial3d/geom/GeoShape;
3 17 2 insideGeoAreaShape I
6 17 3 insideShape I
MethodParameters:
Name Flags
geoShape
}
SourceFile: "GeoBaseAreaShape.java"