class org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dLineStringBuilder extends org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dPointBuilder<org.locationtech.spatial4j.shape.ShapeFactory$LineStringBuilder> implements org.locationtech.spatial4j.shape.ShapeFactory$LineStringBuilder
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dLineStringBuilder
super_class: org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dPointBuilder
{
double distance;
descriptor: D
flags: (0x0000)
final org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory this$0;
descriptor: Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory);
descriptor: (Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=2, args_size=2
start local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dLineStringBuilder this
0: .line 291
aload 0 /* this */
aload 1
putfield org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dLineStringBuilder.this$0:Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;
aload 0 /* this */
aload 1
invokespecial org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dPointBuilder.<init>:(Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;)V
1: .line 293
aload 0 /* this */
dconst_0
putfield org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dLineStringBuilder.distance:D
2: .line 291
return
end local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dLineStringBuilder this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory$Geo3dLineStringBuilder;
MethodParameters:
Name Flags
this$0 final
public org.locationtech.spatial4j.shape.ShapeFactory$LineStringBuilder buffer(double);
descriptor: (D)Lorg/locationtech/spatial4j/shape/ShapeFactory$LineStringBuilder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dLineStringBuilder this
start local 1 // double distance
0: .line 297
aload 0 /* this */
dload 1 /* distance */
putfield org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dLineStringBuilder.distance:D
1: .line 298
aload 0 /* this */
areturn
end local 1 // double distance
end local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dLineStringBuilder this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory$Geo3dLineStringBuilder;
0 2 1 distance D
MethodParameters:
Name Flags
distance
public org.locationtech.spatial4j.shape.Shape build();
descriptor: ()Lorg/locationtech/spatial4j/shape/Shape;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=1
start local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dLineStringBuilder this
0: .line 303
aload 0 /* this */
getfield org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dLineStringBuilder.this$0:Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;
getfield org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
aload 0 /* this */
getfield org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dLineStringBuilder.distance:D
aload 0 /* this */
getfield org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dLineStringBuilder.points:Ljava/util/List;
aload 0 /* this */
getfield org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dLineStringBuilder.points:Ljava/util/List;
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[]
invokestatic org.apache.lucene.spatial3d.geom.GeoPathFactory.makeGeoPath:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;D[Lorg/apache/lucene/spatial3d/geom/GeoPoint;)Lorg/apache/lucene/spatial3d/geom/GeoPath;
astore 1 /* path */
start local 1 // org.apache.lucene.spatial3d.geom.GeoPath path
1: .line 304
new org.apache.lucene.spatial.spatial4j.Geo3dShape
dup
aload 1 /* path */
aload 0 /* this */
getfield org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dLineStringBuilder.this$0:Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;
getfield org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory.context:Lorg/locationtech/spatial4j/context/SpatialContext;
invokespecial org.apache.lucene.spatial.spatial4j.Geo3dShape.<init>:(Lorg/apache/lucene/spatial3d/geom/GeoAreaShape;Lorg/locationtech/spatial4j/context/SpatialContext;)V
areturn
end local 1 // org.apache.lucene.spatial3d.geom.GeoPath path
end local 0 // org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dLineStringBuilder this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory$Geo3dLineStringBuilder;
1 2 1 path Lorg/apache/lucene/spatial3d/geom/GeoPath;
}
Signature: Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory$Geo3dPointBuilder<Lorg/locationtech/spatial4j/shape/ShapeFactory$LineStringBuilder;>;Lorg/locationtech/spatial4j/shape/ShapeFactory$LineStringBuilder;
SourceFile: "Geo3dShapeFactory.java"
NestHost: org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory
InnerClasses:
private Geo3dLineStringBuilder = org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dLineStringBuilder of org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory
private Geo3dPointBuilder = org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dPointBuilder of org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory
public abstract LineStringBuilder = org.locationtech.spatial4j.shape.ShapeFactory$LineStringBuilder of org.locationtech.spatial4j.shape.ShapeFactory