abstract class org.apache.lucene.spatial3d.geom.GeoBaseCompositeAreaShape<T extends org.apache.lucene.spatial3d.geom.GeoAreaShape> extends org.apache.lucene.spatial3d.geom.GeoBaseCompositeMembershipShape<T> 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.GeoBaseCompositeAreaShape
super_class: org.apache.lucene.spatial3d.geom.GeoBaseCompositeMembershipShape
{
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.GeoBaseCompositeMembershipShape.<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/GeoBaseCompositeAreaShape<TT;>;
0 2 1 planetModel Lorg/apache/lucene/spatial3d/geom/PlanetModel;
MethodParameters:
Name Flags
planetModel
public void <init>(org.apache.lucene.spatial3d.geom.PlanetModel, java.io.InputStream, java.lang.Class<T>);
descriptor: (Lorg/apache/lucene/spatial3d/geom/PlanetModel;Ljava/io/InputStream;Ljava/lang/Class;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokespecial org.apache.lucene.spatial3d.geom.GeoBaseCompositeMembershipShape.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Ljava/io/InputStream;Ljava/lang/Class;)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/GeoBaseCompositeAreaShape<TT;>;
0 2 1 planetModel Lorg/apache/lucene/spatial3d/geom/PlanetModel;
0 2 2 inputStream Ljava/io/InputStream;
0 2 3 clazz Ljava/lang/Class<TT;>;
Exceptions:
throws java.io.IOException
Signature: (Lorg/apache/lucene/spatial3d/geom/PlanetModel;Ljava/io/InputStream;Ljava/lang/Class<TT;>;)V
MethodParameters:
Name Flags
planetModel final
inputStream final
clazz 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.GeoBaseCompositeAreaShape.shapes:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 3
goto 4
StackMap locals: org.apache.lucene.spatial3d.geom.GeoBaseCompositeAreaShape 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.GeoAreaShape
astore 2
start local 2 2: aload 2
aload 1
invokeinterface org.apache.lucene.spatial3d.geom.GeoAreaShape.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: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/apache/lucene/spatial3d/geom/GeoBaseCompositeAreaShape<TT;>;
0 6 1 geoShape Lorg/apache/lucene/spatial3d/geom/GeoShape;
2 4 2 geoAreaShape Lorg/apache/lucene/spatial3d/geom/GeoAreaShape;
MethodParameters:
Name Flags
geoShape
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.GeoBaseCompositeAreaShape.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.GeoBaseCompositeAreaShape.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.GeoBaseCompositeAreaShape.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.GeoBaseCompositeAreaShape.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/GeoBaseCompositeAreaShape<TT;>;
0 17 1 geoShape Lorg/apache/lucene/spatial3d/geom/GeoShape;
3 17 2 insideGeoAreaShape I
6 17 3 insideShape I
MethodParameters:
Name Flags
geoShape
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.GeoBaseCompositeAreaShape 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.GeoBaseCompositeAreaShape.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.GeoBaseCompositeAreaShape 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.GeoBaseCompositeAreaShape 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.GeoBaseCompositeAreaShape 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/GeoBaseCompositeAreaShape<TT;>;
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.GeoBaseCompositeAreaShape.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.GeoBaseCompositeAreaShape 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.GeoBaseCompositeAreaShape 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.GeoBaseCompositeAreaShape 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.GeoBaseCompositeAreaShape 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/GeoBaseCompositeAreaShape<TT;>;
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
}
Signature: <T::Lorg/apache/lucene/spatial3d/geom/GeoAreaShape;>Lorg/apache/lucene/spatial3d/geom/GeoBaseCompositeMembershipShape<TT;>;Lorg/apache/lucene/spatial3d/geom/GeoAreaShape;
SourceFile: "GeoBaseCompositeAreaShape.java"