public abstract class org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape<T extends org.apache.lucene.spatial3d.geom.GeoShape> extends org.apache.lucene.spatial3d.geom.BasePlanetObject implements org.apache.lucene.spatial3d.geom.GeoShape
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape
super_class: org.apache.lucene.spatial3d.geom.BasePlanetObject
{
protected final java.util.List<T> shapes;
descriptor: Ljava/util/List;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Signature: Ljava/util/List<TT;>;
public void <init>(org.apache.lucene.spatial3d.geom.PlanetModel);
descriptor: (Lorg/apache/lucene/spatial3d/geom/PlanetModel;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial org.apache.lucene.spatial3d.geom.BasePlanetObject.<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.GeoBaseCompositeShape.shapes:Ljava/util/List;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/lucene/spatial3d/geom/GeoBaseCompositeShape<TT;>;
0 3 1 planetModel Lorg/apache/lucene/spatial3d/geom/PlanetModel;
MethodParameters:
Name Flags
planetModel
public void addShape();
descriptor: (Lorg/apache/lucene/spatial3d/geom/GeoShape;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, 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.GeoBaseCompositeShape.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 add a shape into a composite with different planet models."
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape.shapes:Ljava/util/List;
aload 1
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/lucene/spatial3d/geom/GeoBaseCompositeShape<TT;>;
0 4 1 shape TT;
Signature: (TT;)V
MethodParameters:
Name Flags
shape final
public int size();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape.shapes:Ljava/util/List;
invokeinterface java.util.List.size:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial3d/geom/GeoBaseCompositeShape<TT;>;
public T getShape();
descriptor: (I)Lorg/apache/lucene/spatial3d/geom/GeoShape;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape.shapes:Ljava/util/List;
iload 1
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast org.apache.lucene.spatial3d.geom.GeoShape
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial3d/geom/GeoBaseCompositeShape<TT;>;
0 1 1 index I
Signature: (I)TT;
MethodParameters:
Name Flags
index
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=3, locals=9, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokespecial org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;)V
1: aload 1
aload 2
aload 3
invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.readHeterogeneousArray:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;Ljava/io/InputStream;Ljava/lang/Class;)[Lorg/apache/lucene/spatial3d/geom/SerializableObject;
checkcast org.apache.lucene.spatial3d.geom.GeoShape[]
astore 4
start local 4 2: aload 4
dup
astore 8
arraylength
istore 7
iconst_0
istore 6
goto 6
StackMap locals: org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape org.apache.lucene.spatial3d.geom.PlanetModel java.io.InputStream java.lang.Class org.apache.lucene.spatial3d.geom.GeoShape[] top int int org.apache.lucene.spatial3d.geom.SerializableObject[]
StackMap stack:
3: aload 8
iload 6
aaload
astore 5
start local 5 4: aload 0
aload 3
aload 5
invokevirtual java.lang.Class.cast:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast org.apache.lucene.spatial3d.geom.GeoShape
invokevirtual org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape.addShape:(Lorg/apache/lucene/spatial3d/geom/GeoShape;)V
end local 5 5: iinc 6 1
StackMap locals:
StackMap stack:
6: iload 6
iload 7
if_icmplt 3
7: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/apache/lucene/spatial3d/geom/GeoBaseCompositeShape<TT;>;
0 8 1 planetModel Lorg/apache/lucene/spatial3d/geom/PlanetModel;
0 8 2 inputStream Ljava/io/InputStream;
0 8 3 clazz Ljava/lang/Class<TT;>;
2 8 4 array [Lorg/apache/lucene/spatial3d/geom/GeoShape;
4 5 5 member Lorg/apache/lucene/spatial3d/geom/SerializableObject;
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 void write(java.io.OutputStream);
descriptor: (Ljava/io/OutputStream;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape.shapes:Ljava/util/List;
invokestatic org.apache.lucene.spatial3d.geom.SerializableObject.writeHeterogeneousArray:(Ljava/io/OutputStream;Ljava/util/List;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/spatial3d/geom/GeoBaseCompositeShape<TT;>;
0 2 1 outputStream Ljava/io/OutputStream;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
outputStream final
public boolean isWithin(org.apache.lucene.spatial3d.geom.Vector);
descriptor: (Lorg/apache/lucene/spatial3d/geom/Vector;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
getfield org.apache.lucene.spatial3d.geom.Vector.x:D
aload 1
getfield org.apache.lucene.spatial3d.geom.Vector.y:D
aload 1
getfield org.apache.lucene.spatial3d.geom.Vector.z:D
invokevirtual org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape.isWithin:(DDD)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial3d/geom/GeoBaseCompositeShape<TT;>;
0 1 1 point Lorg/apache/lucene/spatial3d/geom/Vector;
MethodParameters:
Name Flags
point 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.GeoBaseCompositeShape.shapes:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 8
goto 4
StackMap locals: org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape 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.GeoShape
astore 7
start local 7 2: aload 7
dload 1
dload 3
dload 5
invokeinterface org.apache.lucene.spatial3d.geom.GeoShape.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: iconst_0
ireturn
end local 5 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/apache/lucene/spatial3d/geom/GeoBaseCompositeShape<TT;>;
0 6 1 x D
0 6 3 y D
0 6 5 z D
2 4 7 shape Lorg/apache/lucene/spatial3d/geom/GeoShape;
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=2, locals=4, args_size=1
start local 0 0: new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
astore 1
start local 1 1: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape.shapes:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 3
goto 4
StackMap locals: org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape java.util.List top java.util.Iterator
StackMap stack:
2: aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.apache.lucene.spatial3d.geom.GeoShape
astore 2
start local 2 3: aload 1
aload 2
invokeinterface org.apache.lucene.spatial3d.geom.GeoShape.getEdgePoints:()[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
pop
end local 2 4: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 2
5: aload 1
aload 1
invokeinterface java.util.List.size:()I
anewarray org.apache.lucene.spatial3d.geom.GeoPoint
invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
checkcast org.apache.lucene.spatial3d.geom.GeoPoint[]
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/apache/lucene/spatial3d/geom/GeoBaseCompositeShape<TT;>;
1 6 1 edgePoints Ljava/util/List<Lorg/apache/lucene/spatial3d/geom/GeoPoint;>;
3 4 2 shape Lorg/apache/lucene/spatial3d/geom/GeoShape;
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=4, 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.GeoBaseCompositeShape.shapes:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 5
goto 4
StackMap locals: org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape 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.GeoShape
astore 4
start local 4 2: aload 4
aload 1
aload 2
aload 3
invokeinterface org.apache.lucene.spatial3d.geom.GeoShape.intersects:(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: iconst_0
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/apache/lucene/spatial3d/geom/GeoBaseCompositeShape<TT;>;
0 6 1 p Lorg/apache/lucene/spatial3d/geom/Plane;
0 6 2 notablePoints [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
0 6 3 bounds [Lorg/apache/lucene/spatial3d/geom/Membership;
2 4 4 shape Lorg/apache/lucene/spatial3d/geom/GeoShape;
MethodParameters:
Name Flags
p final
notablePoints final
bounds final
public void getBounds(org.apache.lucene.spatial3d.geom.Bounds);
descriptor: (Lorg/apache/lucene/spatial3d/geom/Bounds;)V
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.GeoBaseCompositeShape.shapes:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 3
goto 3
StackMap locals: org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape org.apache.lucene.spatial3d.geom.Bounds top java.util.Iterator
StackMap stack:
1: aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.apache.lucene.spatial3d.geom.GeoShape
astore 2
start local 2 2: aload 2
aload 1
invokeinterface org.apache.lucene.spatial3d.geom.GeoShape.getBounds:(Lorg/apache/lucene/spatial3d/geom/Bounds;)V
end local 2 3: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 1
4: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/apache/lucene/spatial3d/geom/GeoBaseCompositeShape<TT;>;
0 5 1 bounds Lorg/apache/lucene/spatial3d/geom/Bounds;
2 3 2 shape Lorg/apache/lucene/spatial3d/geom/GeoShape;
MethodParameters:
Name Flags
bounds
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokespecial org.apache.lucene.spatial3d.geom.BasePlanetObject.hashCode:()I
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape.shapes:Ljava/util/List;
invokeinterface java.util.List.hashCode:()I
iadd
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial3d/geom/GeoBaseCompositeShape<TT;>;
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 1
instanceof org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape
ifne 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 1
checkcast org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape
astore 2
start local 2 3: aload 0
aload 2
invokespecial org.apache.lucene.spatial3d.geom.BasePlanetObject.equals:(Ljava/lang/Object;)Z
ifeq 4
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape.shapes:Ljava/util/List;
aload 2
getfield org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape.shapes:Ljava/util/List;
invokeinterface java.util.List.equals:(Ljava/lang/Object;)Z
ifeq 4
iconst_1
ireturn
StackMap locals: org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape
StackMap stack:
4: iconst_0
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/GeoBaseCompositeShape<TT;>;
0 5 1 o Ljava/lang/Object;
3 5 2 other Lorg/apache/lucene/spatial3d/geom/GeoBaseCompositeShape<*>;
MethodParameters:
Name Flags
o
}
Signature: <T::Lorg/apache/lucene/spatial3d/geom/GeoShape;>Lorg/apache/lucene/spatial3d/geom/BasePlanetObject;Lorg/apache/lucene/spatial3d/geom/GeoShape;
SourceFile: "GeoBaseCompositeShape.java"