class org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dMultiLineBuilder implements org.locationtech.spatial4j.shape.ShapeFactory$MultiLineStringBuilder
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dMultiLineBuilder
super_class: java.lang.Object
{
java.util.List<org.locationtech.spatial4j.shape.ShapeFactory$LineStringBuilder> builders;
descriptor: Ljava/util/List;
flags: (0x0000)
Signature: Ljava/util/List<Lorg/locationtech/spatial4j/shape/ShapeFactory$LineStringBuilder;>;
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 0: aload 0
aload 1
putfield org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dMultiLineBuilder.this$0:Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
putfield org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dMultiLineBuilder.builders:Ljava/util/List;
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory$Geo3dMultiLineBuilder;
MethodParameters:
Name Flags
this$0 final
public org.locationtech.spatial4j.shape.ShapeFactory$LineStringBuilder lineString();
descriptor: ()Lorg/locationtech/spatial4j/shape/ShapeFactory$LineStringBuilder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dLineStringBuilder
dup
aload 0
getfield org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dMultiLineBuilder.this$0:Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;
invokespecial org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dLineStringBuilder.<init>:(Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory$Geo3dMultiLineBuilder;
public org.locationtech.spatial4j.shape.ShapeFactory$MultiLineStringBuilder add(org.locationtech.spatial4j.shape.ShapeFactory$LineStringBuilder);
descriptor: (Lorg/locationtech/spatial4j/shape/ShapeFactory$LineStringBuilder;)Lorg/locationtech/spatial4j/shape/ShapeFactory$MultiLineStringBuilder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dMultiLineBuilder.builders:Ljava/util/List;
aload 1
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory$Geo3dMultiLineBuilder;
0 2 1 lineStringBuilder Lorg/locationtech/spatial4j/shape/ShapeFactory$LineStringBuilder;
MethodParameters:
Name Flags
lineStringBuilder
public org.locationtech.spatial4j.shape.Shape build();
descriptor: ()Lorg/locationtech/spatial4j/shape/Shape;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=1
start local 0 0: new org.apache.lucene.spatial3d.geom.GeoCompositeAreaShape
dup
aload 0
getfield org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dMultiLineBuilder.this$0:Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory;
getfield org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory.planetModel:Lorg/apache/lucene/spatial3d/geom/PlanetModel;
invokespecial org.apache.lucene.spatial3d.geom.GeoCompositeAreaShape.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;)V
astore 1
start local 1 1: aload 0
getfield org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dMultiLineBuilder.builders:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 3
goto 5
StackMap locals: org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dMultiLineBuilder org.apache.lucene.spatial3d.geom.GeoCompositeAreaShape top java.util.Iterator
StackMap stack:
2: aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.locationtech.spatial4j.shape.ShapeFactory$LineStringBuilder
astore 2
start local 2 3: aload 2
invokeinterface org.locationtech.spatial4j.shape.ShapeFactory$LineStringBuilder.build:()Lorg/locationtech/spatial4j/shape/Shape;
checkcast org.apache.lucene.spatial.spatial4j.Geo3dShape
astore 4
start local 4 4: aload 1
aload 4
getfield org.apache.lucene.spatial.spatial4j.Geo3dShape.shape:Lorg/apache/lucene/spatial3d/geom/GeoAreaShape;
invokevirtual org.apache.lucene.spatial3d.geom.GeoCompositeAreaShape.addShape:(Lorg/apache/lucene/spatial3d/geom/GeoShape;)V
end local 4 end local 2 5: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 2
6: new org.apache.lucene.spatial.spatial4j.Geo3dShape
dup
aload 1
aload 0
getfield org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dMultiLineBuilder.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 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/apache/lucene/spatial/spatial4j/Geo3dShapeFactory$Geo3dMultiLineBuilder;
1 7 1 areaShape Lorg/apache/lucene/spatial3d/geom/GeoCompositeAreaShape;
3 5 2 builder Lorg/locationtech/spatial4j/shape/ShapeFactory$LineStringBuilder;
4 5 4 shape Lorg/apache/lucene/spatial/spatial4j/Geo3dShape<Lorg/apache/lucene/spatial3d/geom/GeoPolygon;>;
}
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 Geo3dMultiLineBuilder = org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory$Geo3dMultiLineBuilder of org.apache.lucene.spatial.spatial4j.Geo3dShapeFactory
public abstract LineStringBuilder = org.locationtech.spatial4j.shape.ShapeFactory$LineStringBuilder of org.locationtech.spatial4j.shape.ShapeFactory
public abstract MultiLineStringBuilder = org.locationtech.spatial4j.shape.ShapeFactory$MultiLineStringBuilder of org.locationtech.spatial4j.shape.ShapeFactory