public abstract class org.apache.lucene.spatial3d.geom.GeoBaseDistanceShape extends org.apache.lucene.spatial3d.geom.GeoBaseAreaShape implements org.apache.lucene.spatial3d.geom.GeoDistanceShape
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: org.apache.lucene.spatial3d.geom.GeoBaseDistanceShape
super_class: org.apache.lucene.spatial3d.geom.GeoBaseAreaShape
{
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.GeoBaseAreaShape.<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/GeoBaseDistanceShape;
0 2 1 planetModel Lorg/apache/lucene/spatial3d/geom/PlanetModel;
MethodParameters:
Name Flags
planetModel 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.GeoBaseDistanceShape.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/GeoBaseDistanceShape;
0 1 1 point Lorg/apache/lucene/spatial3d/geom/Vector;
MethodParameters:
Name Flags
point
public double computeDistance(org.apache.lucene.spatial3d.geom.DistanceStyle, org.apache.lucene.spatial3d.geom.GeoPoint);
descriptor: (Lorg/apache/lucene/spatial3d/geom/DistanceStyle;Lorg/apache/lucene/spatial3d/geom/GeoPoint;)D
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
getfield org.apache.lucene.spatial3d.geom.GeoPoint.x:D
aload 2
getfield org.apache.lucene.spatial3d.geom.GeoPoint.y:D
aload 2
getfield org.apache.lucene.spatial3d.geom.GeoPoint.z:D
invokevirtual org.apache.lucene.spatial3d.geom.GeoBaseDistanceShape.computeDistance:(Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
dreturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial3d/geom/GeoBaseDistanceShape;
0 1 1 distanceStyle Lorg/apache/lucene/spatial3d/geom/DistanceStyle;
0 1 2 point Lorg/apache/lucene/spatial3d/geom/GeoPoint;
MethodParameters:
Name Flags
distanceStyle final
point final
public double computeDistance(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 0
dload 2
dload 4
dload 6
invokevirtual org.apache.lucene.spatial3d.geom.GeoBaseDistanceShape.isWithin:(DDD)Z
ifne 2
1: ldc Infinity
dreturn
2: StackMap locals:
StackMap stack:
aload 0
aload 1
dload 2
dload 4
dload 6
invokevirtual org.apache.lucene.spatial3d.geom.GeoBaseDistanceShape.distance:(Lorg/apache/lucene/spatial3d/geom/DistanceStyle;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 3 0 this Lorg/apache/lucene/spatial3d/geom/GeoBaseDistanceShape;
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
protected abstract double distance(org.apache.lucene.spatial3d.geom.DistanceStyle, double, double, double);
descriptor: (Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
MethodParameters:
Name Flags
distanceStyle final
x final
y final
z final
public double computeDeltaDistance(org.apache.lucene.spatial3d.geom.DistanceStyle, org.apache.lucene.spatial3d.geom.GeoPoint);
descriptor: (Lorg/apache/lucene/spatial3d/geom/DistanceStyle;Lorg/apache/lucene/spatial3d/geom/GeoPoint;)D
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
getfield org.apache.lucene.spatial3d.geom.GeoPoint.x:D
aload 2
getfield org.apache.lucene.spatial3d.geom.GeoPoint.y:D
aload 2
getfield org.apache.lucene.spatial3d.geom.GeoPoint.z:D
invokevirtual org.apache.lucene.spatial3d.geom.GeoBaseDistanceShape.computeDeltaDistance:(Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
dreturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial3d/geom/GeoBaseDistanceShape;
0 1 1 distanceStyle Lorg/apache/lucene/spatial3d/geom/DistanceStyle;
0 1 2 point Lorg/apache/lucene/spatial3d/geom/GeoPoint;
MethodParameters:
Name Flags
distanceStyle final
point final
public double computeDeltaDistance(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 0
dload 2
dload 4
dload 6
invokevirtual org.apache.lucene.spatial3d.geom.GeoBaseDistanceShape.isWithin:(DDD)Z
ifne 2
1: ldc Infinity
dreturn
2: StackMap locals:
StackMap stack:
aload 0
aload 1
dload 2
dload 4
dload 6
invokevirtual org.apache.lucene.spatial3d.geom.GeoBaseDistanceShape.deltaDistance:(Lorg/apache/lucene/spatial3d/geom/DistanceStyle;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 3 0 this Lorg/apache/lucene/spatial3d/geom/GeoBaseDistanceShape;
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
protected double deltaDistance(org.apache.lucene.spatial3d.geom.DistanceStyle, double, double, double);
descriptor: (Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
flags: (0x0004) ACC_PROTECTED
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 0
aload 1
dload 2
dload 4
dload 6
invokevirtual org.apache.lucene.spatial3d.geom.GeoBaseDistanceShape.distance:(Lorg/apache/lucene/spatial3d/geom/DistanceStyle;DDD)D
ldc 2.0
dmul
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/GeoBaseDistanceShape;
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 void getDistanceBounds(org.apache.lucene.spatial3d.geom.Bounds, org.apache.lucene.spatial3d.geom.DistanceStyle, double);
descriptor: (Lorg/apache/lucene/spatial3d/geom/Bounds;Lorg/apache/lucene/spatial3d/geom/DistanceStyle;D)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: dload 3
ldc Infinity
dcmpl
ifne 3
1: aload 0
aload 1
invokevirtual org.apache.lucene.spatial3d.geom.GeoBaseDistanceShape.getBounds:(Lorg/apache/lucene/spatial3d/geom/Bounds;)V
2: return
3: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 2
dload 3
invokevirtual org.apache.lucene.spatial3d.geom.GeoBaseDistanceShape.distanceBounds:(Lorg/apache/lucene/spatial3d/geom/Bounds;Lorg/apache/lucene/spatial3d/geom/DistanceStyle;D)V
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/apache/lucene/spatial3d/geom/GeoBaseDistanceShape;
0 5 1 bounds Lorg/apache/lucene/spatial3d/geom/Bounds;
0 5 2 distanceStyle Lorg/apache/lucene/spatial3d/geom/DistanceStyle;
0 5 3 distanceValue D
MethodParameters:
Name Flags
bounds final
distanceStyle final
distanceValue final
protected abstract void distanceBounds(org.apache.lucene.spatial3d.geom.Bounds, org.apache.lucene.spatial3d.geom.DistanceStyle, double);
descriptor: (Lorg/apache/lucene/spatial3d/geom/Bounds;Lorg/apache/lucene/spatial3d/geom/DistanceStyle;D)V
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
MethodParameters:
Name Flags
bounds final
distanceStyle final
distanceValue final
public int getRelationship(org.apache.lucene.spatial3d.geom.GeoShape);
descriptor: (Lorg/apache/lucene/spatial3d/geom/GeoShape;)I
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokespecial org.apache.lucene.spatial3d.geom.GeoBaseAreaShape.getRelationship:(Lorg/apache/lucene/spatial3d/geom/GeoShape;)I
ireturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "GeoBaseDistanceShape.java"