public class org.apache.lucene.spatial.spatial4j.Geo3dPointShape extends org.apache.lucene.spatial.spatial4j.Geo3dShape<org.apache.lucene.spatial3d.geom.GeoPointShape> implements org.locationtech.spatial4j.shape.Point
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.apache.lucene.spatial.spatial4j.Geo3dPointShape
super_class: org.apache.lucene.spatial.spatial4j.Geo3dShape
{
public void <init>(org.apache.lucene.spatial3d.geom.GeoPointShape, org.locationtech.spatial4j.context.SpatialContext);
descriptor: (Lorg/apache/lucene/spatial3d/geom/GeoPointShape;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: aload 0
aload 0
putfield org.apache.lucene.spatial.spatial4j.Geo3dPointShape.center:Lorg/locationtech/spatial4j/shape/Point;
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/lucene/spatial/spatial4j/Geo3dPointShape;
0 3 1 shape Lorg/apache/lucene/spatial3d/geom/GeoPointShape;
0 3 2 spatialcontext Lorg/locationtech/spatial4j/context/SpatialContext;
MethodParameters:
Name Flags
shape final
spatialcontext final
public void reset(double, double);
descriptor: (DD)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=5, args_size=3
start local 0 start local 1 start local 3 0: aload 0
aload 0
getfield org.apache.lucene.spatial.spatial4j.Geo3dPointShape.shape:Lorg/apache/lucene/spatial3d/geom/GeoAreaShape;
checkcast org.apache.lucene.spatial3d.geom.GeoPointShape
invokeinterface org.apache.lucene.spatial3d.geom.GeoPointShape.getPlanetModel:()Lorg/apache/lucene/spatial3d/geom/PlanetModel;
1: dload 3
ldc 0.017453292519943295
dmul
2: dload 1
ldc 0.017453292519943295
dmul
3: invokestatic org.apache.lucene.spatial3d.geom.GeoPointShapeFactory.makeGeoPointShape:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;DD)Lorg/apache/lucene/spatial3d/geom/GeoPointShape;
putfield org.apache.lucene.spatial.spatial4j.Geo3dPointShape.shape:Lorg/apache/lucene/spatial3d/geom/GeoAreaShape;
4: aload 0
aload 0
putfield org.apache.lucene.spatial.spatial4j.Geo3dPointShape.center:Lorg/locationtech/spatial4j/shape/Point;
5: aload 0
aconst_null
putfield org.apache.lucene.spatial.spatial4j.Geo3dPointShape.boundingBox:Lorg/locationtech/spatial4j/shape/Rectangle;
6: return
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/apache/lucene/spatial/spatial4j/Geo3dPointShape;
0 7 1 x D
0 7 3 y D
MethodParameters:
Name Flags
x
y
public double getX();
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.Geo3dPointShape.shape:Lorg/apache/lucene/spatial3d/geom/GeoAreaShape;
checkcast org.apache.lucene.spatial3d.geom.GeoPointShape
invokeinterface org.apache.lucene.spatial3d.geom.GeoPointShape.getCenter:()Lorg/apache/lucene/spatial3d/geom/GeoPoint;
invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.getLongitude:()D
ldc 57.29577951308232
dmul
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial/spatial4j/Geo3dPointShape;
public double getY();
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.Geo3dPointShape.shape:Lorg/apache/lucene/spatial3d/geom/GeoAreaShape;
checkcast org.apache.lucene.spatial3d.geom.GeoPointShape
invokeinterface org.apache.lucene.spatial3d.geom.GeoPointShape.getCenter:()Lorg/apache/lucene/spatial3d/geom/GeoPoint;
invokevirtual org.apache.lucene.spatial3d.geom.GeoPoint.getLatitude:()D
ldc 57.29577951308232
dmul
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial/spatial4j/Geo3dPointShape;
public org.locationtech.spatial4j.shape.Rectangle getBoundingBox();
descriptor: ()Lorg/locationtech/spatial4j/shape/Rectangle;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.spatial.spatial4j.Geo3dPointShape.boundingBox:Lorg/locationtech/spatial4j/shape/Rectangle;
astore 1
start local 1 1: aload 1
ifnonnull 4
2: new org.apache.lucene.spatial.spatial4j.Geo3dRectangleShape
dup
aload 0
getfield org.apache.lucene.spatial.spatial4j.Geo3dPointShape.shape:Lorg/apache/lucene/spatial3d/geom/GeoAreaShape;
checkcast org.apache.lucene.spatial3d.geom.GeoBBox
aload 0
getfield org.apache.lucene.spatial.spatial4j.Geo3dPointShape.spatialcontext:Lorg/locationtech/spatial4j/context/SpatialContext;
invokespecial org.apache.lucene.spatial.spatial4j.Geo3dRectangleShape.<init>:(Lorg/apache/lucene/spatial3d/geom/GeoBBox;Lorg/locationtech/spatial4j/context/SpatialContext;)V
astore 1
3: aload 0
aload 1
putfield org.apache.lucene.spatial.spatial4j.Geo3dPointShape.boundingBox:Lorg/locationtech/spatial4j/shape/Rectangle;
4: StackMap locals: org.locationtech.spatial4j.shape.Rectangle
StackMap stack:
aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/apache/lucene/spatial/spatial4j/Geo3dPointShape;
1 5 1 bbox Lorg/locationtech/spatial4j/shape/Rectangle;
public org.locationtech.spatial4j.shape.Shape getBuffered(double, org.locationtech.spatial4j.context.SpatialContext);
descriptor: (DLorg/locationtech/spatial4j/context/SpatialContext;)Lorg/locationtech/spatial4j/shape/Shape;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=4, args_size=3
start local 0 start local 1 start local 3 0: aload 3
invokevirtual org.locationtech.spatial4j.context.SpatialContext.getShapeFactory:()Lorg/locationtech/spatial4j/shape/ShapeFactory;
aload 0
invokevirtual org.apache.lucene.spatial.spatial4j.Geo3dPointShape.getX:()D
aload 0
invokevirtual org.apache.lucene.spatial.spatial4j.Geo3dPointShape.getY:()D
dload 1
invokeinterface org.locationtech.spatial4j.shape.ShapeFactory.circle:(DDD)Lorg/locationtech/spatial4j/shape/Circle;
areturn
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial/spatial4j/Geo3dPointShape;
0 1 1 distance D
0 1 3 spatialContext Lorg/locationtech/spatial4j/context/SpatialContext;
MethodParameters:
Name Flags
distance
spatialContext
public boolean hasArea();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial/spatial4j/Geo3dPointShape;
}
Signature: Lorg/apache/lucene/spatial/spatial4j/Geo3dShape<Lorg/apache/lucene/spatial3d/geom/GeoPointShape;>;Lorg/locationtech/spatial4j/shape/Point;
SourceFile: "Geo3dPointShape.java"