public class org.apache.lucene.spatial.spatial4j.Geo3dCircleShape extends org.apache.lucene.spatial.spatial4j.Geo3dShape<org.apache.lucene.spatial3d.geom.GeoCircle> implements org.locationtech.spatial4j.shape.Circle
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.apache.lucene.spatial.spatial4j.Geo3dCircleShape
super_class: org.apache.lucene.spatial.spatial4j.Geo3dShape
{
public void <init>(org.apache.lucene.spatial3d.geom.GeoCircle, org.locationtech.spatial4j.context.SpatialContext);
descriptor: (Lorg/apache/lucene/spatial3d/geom/GeoCircle;Lorg/locationtech/spatial4j/context/SpatialContext;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokespecial org.apache.lucene.spatial.spatial4j.Geo3dShape.<init>:(Lorg/apache/lucene/spatial3d/geom/GeoAreaShape;Lorg/locationtech/spatial4j/context/SpatialContext;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/spatial/spatial4j/Geo3dCircleShape;
0 2 1 shape Lorg/apache/lucene/spatial3d/geom/GeoCircle;
0 2 2 spatialcontext Lorg/locationtech/spatial4j/context/SpatialContext;
MethodParameters:
Name Flags
shape final
spatialcontext final
public void reset(double, double, double);
descriptor: (DDD)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=10, locals=7, args_size=4
start local 0 start local 1 start local 3 start local 5 0: aload 0
aload 0
getfield org.apache.lucene.spatial.spatial4j.Geo3dCircleShape.shape:Lorg/apache/lucene/spatial3d/geom/GeoAreaShape;
checkcast org.apache.lucene.spatial3d.geom.GeoCircle
invokeinterface org.apache.lucene.spatial3d.geom.GeoCircle.getPlanetModel:()Lorg/apache/lucene/spatial3d/geom/PlanetModel;
1: dload 3
ldc 0.017453292519943295
dmul
2: dload 1
ldc 0.017453292519943295
dmul
3: dload 5
ldc 0.017453292519943295
dmul
4: invokestatic org.apache.lucene.spatial3d.geom.GeoCircleFactory.makeGeoCircle:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DDD)Lorg/apache/lucene/spatial3d/geom/GeoCircle;
putfield org.apache.lucene.spatial.spatial4j.Geo3dCircleShape.shape:Lorg/apache/lucene/spatial3d/geom/GeoAreaShape;
5: aload 0
aconst_null
putfield org.apache.lucene.spatial.spatial4j.Geo3dCircleShape.center:Lorg/locationtech/spatial4j/shape/Point;
6: aload 0
aconst_null
putfield org.apache.lucene.spatial.spatial4j.Geo3dCircleShape.boundingBox:Lorg/locationtech/spatial4j/shape/Rectangle;
7: return
end local 5 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/apache/lucene/spatial/spatial4j/Geo3dCircleShape;
0 8 1 x D
0 8 3 y D
0 8 5 radiusDEG D
MethodParameters:
Name Flags
x
y
radiusDEG
public double getRadius();
descriptor: ()D
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.spatial.spatial4j.Geo3dCircleShape.shape:Lorg/apache/lucene/spatial3d/geom/GeoAreaShape;
checkcast org.apache.lucene.spatial3d.geom.GeoCircle
invokeinterface org.apache.lucene.spatial3d.geom.GeoCircle.getRadius:()D
ldc 57.29577951308232
dmul
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial/spatial4j/Geo3dCircleShape;
public org.locationtech.spatial4j.shape.Point getCenter();
descriptor: ()Lorg/locationtech/spatial4j/shape/Point;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=2, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.spatial.spatial4j.Geo3dCircleShape.center:Lorg/locationtech/spatial4j/shape/Point;
astore 1
start local 1 1: aload 1
ifnonnull 10
2: new org.apache.lucene.spatial.spatial4j.Geo3dPointShape
dup
3: aload 0
getfield org.apache.lucene.spatial.spatial4j.Geo3dCircleShape.shape:Lorg/apache/lucene/spatial3d/geom/GeoAreaShape;
checkcast org.apache.lucene.spatial3d.geom.GeoCircle
invokeinterface org.apache.lucene.spatial3d.geom.GeoCircle.getPlanetModel:()Lorg/apache/lucene/spatial3d/geom/PlanetModel;
4: aload 0
getfield org.apache.lucene.spatial.spatial4j.Geo3dCircleShape.shape:Lorg/apache/lucene/spatial3d/geom/GeoAreaShape;
checkcast org.apache.lucene.spatial3d.geom.GeoCircle
invokeinterface org.apache.lucene.spatial3d.geom.GeoCircle.getCenter:()Lorg/apache/lucene/spatial3d/geom/GeoPoint;
invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.getLatitude:()D
5: aload 0
getfield org.apache.lucene.spatial.spatial4j.Geo3dCircleShape.shape:Lorg/apache/lucene/spatial3d/geom/GeoAreaShape;
checkcast org.apache.lucene.spatial3d.geom.GeoCircle
invokeinterface org.apache.lucene.spatial3d.geom.GeoCircle.getCenter:()Lorg/apache/lucene/spatial3d/geom/GeoPoint;
invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.getLongitude:()D
6: invokestatic org.apache.lucene.spatial3d.geom.GeoPointShapeFactory.makeGeoPointShape:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DD)Lorg/apache/lucene/spatial3d/geom/GeoPointShape;
7: aload 0
getfield org.apache.lucene.spatial.spatial4j.Geo3dCircleShape.spatialcontext:Lorg/locationtech/spatial4j/context/SpatialContext;
8: invokespecial org.apache.lucene.spatial.spatial4j.Geo3dPointShape.<init>:(Lorg/apache/lucene/spatial3d/geom/GeoPointShape;Lorg/locationtech/spatial4j/context/SpatialContext;)V
astore 1
9: aload 0
aload 1
putfield org.apache.lucene.spatial.spatial4j.Geo3dCircleShape.center:Lorg/locationtech/spatial4j/shape/Point;
10: StackMap locals: org.locationtech.spatial4j.shape.Point
StackMap stack:
aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lorg/apache/lucene/spatial/spatial4j/Geo3dCircleShape;
1 11 1 center Lorg/locationtech/spatial4j/shape/Point;
}
Signature: Lorg/apache/lucene/spatial/spatial4j/Geo3dShape<Lorg/apache/lucene/spatial3d/geom/GeoCircle;>;Lorg/locationtech/spatial4j/shape/Circle;
SourceFile: "Geo3dCircleShape.java"