class org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint implements org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint
super_class: java.lang.Object
{
protected final org.apache.lucene.spatial3d.geom.GeoPoint point;
descriptor: Lorg/apache/lucene/spatial3d/geom/GeoPoint;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
protected static final org.apache.lucene.spatial3d.geom.Membership[] NO_MEMBERSHIP;
descriptor: [Lorg/apache/lucene/spatial3d/geom/Membership;
flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: iconst_0
anewarray org.apache.lucene.spatial3d.geom.Membership
putstatic org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint.NO_MEMBERSHIP:[Lorg/apache/lucene/spatial3d/geom/Membership;
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>(org.apache.lucene.spatial3d.geom.GeoPoint);
descriptor: (Lorg/apache/lucene/spatial3d/geom/GeoPoint;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint.point:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$BaseSegmentEndpoint;
0 3 1 point Lorg/apache/lucene/spatial3d/geom/GeoPoint;
MethodParameters:
Name Flags
point final
public boolean isWithin(org.apache.lucene.spatial3d.geom.Vector);
descriptor: (Lorg/apache/lucene/spatial3d/geom/Vector;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$BaseSegmentEndpoint;
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=1, locals=7, args_size=4
start local 0 start local 1 start local 3 start local 5 0: iconst_0
ireturn
end local 5 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$BaseSegmentEndpoint;
0 1 1 x D
0 1 3 y D
0 1 5 z D
MethodParameters:
Name Flags
x final
y final
z final
public double pathDeltaDistance(org.apache.lucene.spatial3d.geom.DistanceStyle, double, double, double);
descriptor: (Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=10, args_size=5
start local 0 start local 1 start local 2 start local 4 start local 6 0: aload 0
dload 2
dload 4
dload 6
invokevirtual org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint.isWithin:(DDD)Z
ifne 2
1: ldc Infinity
dreturn
2: StackMap locals:
StackMap stack:
aload 1
aload 1
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint.point:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
dload 2
dload 4
dload 6
invokeinterface org.apache.lucene.spatial3d.geom.DistanceStyle.computeDistance:(Lorg/apache/lucene/spatial3d/geom/GeoPoint;DDD)D
invokeinterface org.apache.lucene.spatial3d.geom.DistanceStyle.toAggregationForm:(D)D
dstore 8
start local 8 3: aload 1
dload 8
dload 8
invokeinterface org.apache.lucene.spatial3d.geom.DistanceStyle.aggregateDistances:(DD)D
dreturn
end local 8 end local 6 end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$BaseSegmentEndpoint;
0 4 1 distanceStyle Lorg/apache/lucene/spatial3d/geom/DistanceStyle;
0 4 2 x D
0 4 4 y D
0 4 6 z D
3 4 8 theDistance D
MethodParameters:
Name Flags
distanceStyle final
x final
y final
z final
public double pathDistance(org.apache.lucene.spatial3d.geom.DistanceStyle, double, double, double);
descriptor: (Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=8, args_size=5
start local 0 start local 1 start local 2 start local 4 start local 6 0: aload 0
dload 2
dload 4
dload 6
invokevirtual org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint.isWithin:(DDD)Z
ifne 2
1: ldc Infinity
dreturn
2: StackMap locals:
StackMap stack:
aload 1
aload 1
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint.point:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
dload 2
dload 4
dload 6
invokeinterface org.apache.lucene.spatial3d.geom.DistanceStyle.computeDistance:(Lorg/apache/lucene/spatial3d/geom/GeoPoint;DDD)D
invokeinterface org.apache.lucene.spatial3d.geom.DistanceStyle.toAggregationForm:(D)D
dreturn
end local 6 end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$BaseSegmentEndpoint;
0 3 1 distanceStyle Lorg/apache/lucene/spatial3d/geom/DistanceStyle;
0 3 2 x D
0 3 4 y D
0 3 6 z D
MethodParameters:
Name Flags
distanceStyle final
x final
y final
z final
public double nearestPathDistance(org.apache.lucene.spatial3d.geom.DistanceStyle, double, double, double);
descriptor: (Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=8, args_size=5
start local 0 start local 1 start local 2 start local 4 start local 6 0: aload 1
dconst_0
invokeinterface org.apache.lucene.spatial3d.geom.DistanceStyle.toAggregationForm:(D)D
dreturn
end local 6 end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$BaseSegmentEndpoint;
0 1 1 distanceStyle Lorg/apache/lucene/spatial3d/geom/DistanceStyle;
0 1 2 x D
0 1 4 y D
0 1 6 z D
MethodParameters:
Name Flags
distanceStyle final
x final
y final
z final
public double pathCenterDistance(org.apache.lucene.spatial3d.geom.DistanceStyle, double, double, double);
descriptor: (Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=8, args_size=5
start local 0 start local 1 start local 2 start local 4 start local 6 0: aload 1
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint.point:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
dload 2
dload 4
dload 6
invokeinterface org.apache.lucene.spatial3d.geom.DistanceStyle.computeDistance:(Lorg/apache/lucene/spatial3d/geom/GeoPoint;DDD)D
dreturn
end local 6 end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$BaseSegmentEndpoint;
0 1 1 distanceStyle Lorg/apache/lucene/spatial3d/geom/DistanceStyle;
0 1 2 x D
0 1 4 y D
0 1 6 z D
MethodParameters:
Name Flags
distanceStyle final
x final
y final
z final
public double outsideDistance(org.apache.lucene.spatial3d.geom.DistanceStyle, double, double, double);
descriptor: (Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=8, args_size=5
start local 0 start local 1 start local 2 start local 4 start local 6 0: aload 1
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint.point:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
dload 2
dload 4
dload 6
invokeinterface org.apache.lucene.spatial3d.geom.DistanceStyle.computeDistance:(Lorg/apache/lucene/spatial3d/geom/GeoPoint;DDD)D
dreturn
end local 6 end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$BaseSegmentEndpoint;
0 1 1 distanceStyle Lorg/apache/lucene/spatial3d/geom/DistanceStyle;
0 1 2 x D
0 1 4 y D
0 1 6 z D
MethodParameters:
Name Flags
distanceStyle final
x final
y final
z final
public boolean intersects(org.apache.lucene.spatial3d.geom.PlanetModel, org.apache.lucene.spatial3d.geom.Plane, org.apache.lucene.spatial3d.geom.GeoPoint[], org.apache.lucene.spatial3d.geom.Membership[]);
descriptor: (Lorg/apache/lucene/spatial3d/geom/PlanetModel;Lorg/apache/lucene/spatial3d/geom/Plane;[Lorg/apache/lucene/spatial3d/geom/GeoPoint;[Lorg/apache/lucene/spatial3d/geom/Membership;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: iconst_0
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$BaseSegmentEndpoint;
0 1 1 planetModel Lorg/apache/lucene/spatial3d/geom/PlanetModel;
0 1 2 p Lorg/apache/lucene/spatial3d/geom/Plane;
0 1 3 notablePoints [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
0 1 4 bounds [Lorg/apache/lucene/spatial3d/geom/Membership;
MethodParameters:
Name Flags
planetModel final
p final
notablePoints final
bounds final
public boolean intersects(org.apache.lucene.spatial3d.geom.GeoShape);
descriptor: (Lorg/apache/lucene/spatial3d/geom/GeoShape;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$BaseSegmentEndpoint;
0 1 1 geoShape Lorg/apache/lucene/spatial3d/geom/GeoShape;
MethodParameters:
Name Flags
geoShape final
public void getBounds(org.apache.lucene.spatial3d.geom.PlanetModel, org.apache.lucene.spatial3d.geom.Bounds);
descriptor: (Lorg/apache/lucene/spatial3d/geom/PlanetModel;Lorg/apache/lucene/spatial3d/geom/Bounds;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 2
aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint.point:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
invokeinterface org.apache.lucene.spatial3d.geom.Bounds.addPoint:(Lorg/apache/lucene/spatial3d/geom/GeoPoint;)Lorg/apache/lucene/spatial3d/geom/Bounds;
pop
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$BaseSegmentEndpoint;
0 2 1 planetModel Lorg/apache/lucene/spatial3d/geom/PlanetModel;
0 2 2 bounds Lorg/apache/lucene/spatial3d/geom/Bounds;
MethodParameters:
Name Flags
planetModel final
bounds
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.GeoStandardPath$BaseSegmentEndpoint
ifne 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 1
checkcast org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint
astore 2
start local 2 3: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint.point:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
aload 2
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint.point:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.equals:(Ljava/lang/Object;)Z
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$BaseSegmentEndpoint;
0 4 1 o Ljava/lang/Object;
3 4 2 other Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$BaseSegmentEndpoint;
MethodParameters:
Name Flags
o final
public int hashCode();
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.GeoStandardPath$BaseSegmentEndpoint.point:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.hashCode:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$BaseSegmentEndpoint;
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint.point:Lorg/apache/lucene/spatial3d/geom/GeoPoint;
invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial3d/geom/GeoStandardPath$BaseSegmentEndpoint;
}
SourceFile: "GeoStandardPath.java"
NestHost: org.apache.lucene.spatial3d.geom.GeoStandardPath
InnerClasses:
private BaseSegmentEndpoint = org.apache.lucene.spatial3d.geom.GeoStandardPath$BaseSegmentEndpoint of org.apache.lucene.spatial3d.geom.GeoStandardPath
private abstract SegmentEndpoint = org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint of org.apache.lucene.spatial3d.geom.GeoStandardPath