public class org.apache.lucene.spatial3d.geom.GeoPathFactory
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.apache.lucene.spatial3d.geom.GeoPathFactory
super_class: java.lang.Object
{
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/spatial3d/geom/GeoPathFactory;
public static org.apache.lucene.spatial3d.geom.GeoPath makeGeoPath(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;)Lorg/apache/lucene/spatial3d/geom/GeoPath;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=6, locals=4, args_size=3
start local 0 start local 1 start local 3 0: dload 1
ldc 3.141592653589793E-12
dcmpg
ifge 2
1: new org.apache.lucene.spatial3d.geom.GeoDegeneratePath
dup
aload 0
aload 3
invokestatic org.apache.lucene.spatial3d.geom.GeoPathFactory.filterPoints:([Lorg/apache/lucene/spatial3d/geom/GeoPoint;)[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
invokespecial org.apache.lucene.spatial3d.geom.GeoDegeneratePath.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;[Lorg/apache/lucene/spatial3d/geom/GeoPoint;)V
areturn
2: StackMap locals:
StackMap stack:
new org.apache.lucene.spatial3d.geom.GeoStandardPath
dup
aload 0
dload 1
aload 3
invokestatic org.apache.lucene.spatial3d.geom.GeoPathFactory.filterPoints:([Lorg/apache/lucene/spatial3d/geom/GeoPoint;)[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
areturn
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 planetModel Lorg/apache/lucene/spatial3d/geom/PlanetModel;
0 3 1 maxCutoffAngle D
0 3 3 pathPoints [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
MethodParameters:
Name Flags
planetModel final
maxCutoffAngle final
pathPoints final
private static org.apache.lucene.spatial3d.geom.GeoPoint[] filterPoints(org.apache.lucene.spatial3d.geom.GeoPoint[]);
descriptor: ([Lorg/apache/lucene/spatial3d/geom/GeoPoint;)[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=4, locals=3, args_size=1
start local 0 0: new java.util.ArrayList
dup
aload 0
arraylength
invokespecial java.util.ArrayList.<init>:(I)V
astore 1
start local 1 1: iconst_0
istore 2
start local 2 2: goto 6
3: StackMap locals: java.util.List int
StackMap stack:
aload 0
iload 2
aaload
aload 0
iload 2
iconst_1
iadd
aaload
invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.isNumericallyIdentical:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
ifne 5
4: aload 1
aload 0
iload 2
aaload
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
5: StackMap locals:
StackMap stack:
iinc 2 1
StackMap locals:
StackMap stack:
6: iload 2
aload 0
arraylength
iconst_1
isub
if_icmplt 3
end local 2 7: aload 1
aload 0
aload 0
arraylength
iconst_1
isub
aaload
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
8: 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 9 0 pathPoints [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
1 9 1 noIdenticalPoints Ljava/util/List<Lorg/apache/lucene/spatial3d/geom/GeoPoint;>;
2 7 2 i I
MethodParameters:
Name Flags
pathPoints final
}
SourceFile: "GeoPathFactory.java"