public final class com.mongodb.client.model.geojson.NamedCoordinateReferenceSystem extends com.mongodb.client.model.geojson.CoordinateReferenceSystem
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: com.mongodb.client.model.geojson.NamedCoordinateReferenceSystem
super_class: com.mongodb.client.model.geojson.CoordinateReferenceSystem
{
public static final com.mongodb.client.model.geojson.NamedCoordinateReferenceSystem EPSG_4326;
descriptor: Lcom/mongodb/client/model/geojson/NamedCoordinateReferenceSystem;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final com.mongodb.client.model.geojson.NamedCoordinateReferenceSystem CRS_84;
descriptor: Lcom/mongodb/client/model/geojson/NamedCoordinateReferenceSystem;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final com.mongodb.client.model.geojson.NamedCoordinateReferenceSystem EPSG_4326_STRICT_WINDING;
descriptor: Lcom/mongodb/client/model/geojson/NamedCoordinateReferenceSystem;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
private final java.lang.String name;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new com.mongodb.client.model.geojson.NamedCoordinateReferenceSystem
dup
ldc "EPSG:4326"
invokespecial com.mongodb.client.model.geojson.NamedCoordinateReferenceSystem.<init>:(Ljava/lang/String;)V
1: putstatic com.mongodb.client.model.geojson.NamedCoordinateReferenceSystem.EPSG_4326:Lcom/mongodb/client/model/geojson/NamedCoordinateReferenceSystem;
2: new com.mongodb.client.model.geojson.NamedCoordinateReferenceSystem
dup
ldc "urn:ogc:def:crs:OGC:1.3:CRS84"
invokespecial com.mongodb.client.model.geojson.NamedCoordinateReferenceSystem.<init>:(Ljava/lang/String;)V
3: putstatic com.mongodb.client.model.geojson.NamedCoordinateReferenceSystem.CRS_84:Lcom/mongodb/client/model/geojson/NamedCoordinateReferenceSystem;
4: new com.mongodb.client.model.geojson.NamedCoordinateReferenceSystem
dup
ldc "urn:x-mongodb:crs:strictwinding:EPSG:4326"
invokespecial com.mongodb.client.model.geojson.NamedCoordinateReferenceSystem.<init>:(Ljava/lang/String;)V
5: putstatic com.mongodb.client.model.geojson.NamedCoordinateReferenceSystem.EPSG_4326_STRICT_WINDING:Lcom/mongodb/client/model/geojson/NamedCoordinateReferenceSystem;
6: return
LocalVariableTable:
Start End Slot Name Signature
public void <init>(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial com.mongodb.client.model.geojson.CoordinateReferenceSystem.<init>:()V
1: aload 0
ldc "name"
aload 1
invokestatic com.mongodb.assertions.Assertions.notNull:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.String
putfield com.mongodb.client.model.geojson.NamedCoordinateReferenceSystem.name:Ljava/lang/String;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/mongodb/client/model/geojson/NamedCoordinateReferenceSystem;
0 3 1 name Ljava/lang/String;
MethodParameters:
Name Flags
name final
public com.mongodb.client.model.geojson.CoordinateReferenceSystemType getType();
descriptor: ()Lcom/mongodb/client/model/geojson/CoordinateReferenceSystemType;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: getstatic com.mongodb.client.model.geojson.CoordinateReferenceSystemType.NAME:Lcom/mongodb/client/model/geojson/CoordinateReferenceSystemType;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/mongodb/client/model/geojson/NamedCoordinateReferenceSystem;
public java.lang.String getName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.mongodb.client.model.geojson.NamedCoordinateReferenceSystem.name:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/mongodb/client/model/geojson/NamedCoordinateReferenceSystem;
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
if_acmpne 2
1: iconst_1
ireturn
2: StackMap locals:
StackMap stack:
aload 1
ifnull 3
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
aload 1
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
if_acmpeq 4
3: StackMap locals:
StackMap stack:
iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 1
checkcast com.mongodb.client.model.geojson.NamedCoordinateReferenceSystem
astore 2
start local 2 5: aload 0
getfield com.mongodb.client.model.geojson.NamedCoordinateReferenceSystem.name:Ljava/lang/String;
aload 2
getfield com.mongodb.client.model.geojson.NamedCoordinateReferenceSystem.name:Ljava/lang/String;
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifne 7
6: iconst_0
ireturn
7: StackMap locals: com.mongodb.client.model.geojson.NamedCoordinateReferenceSystem
StackMap stack:
iconst_1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/mongodb/client/model/geojson/NamedCoordinateReferenceSystem;
0 8 1 o Ljava/lang/Object;
5 8 2 that Lcom/mongodb/client/model/geojson/NamedCoordinateReferenceSystem;
MethodParameters:
Name Flags
o final
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.mongodb.client.model.geojson.NamedCoordinateReferenceSystem.name:Ljava/lang/String;
invokevirtual java.lang.String.hashCode:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/mongodb/client/model/geojson/NamedCoordinateReferenceSystem;
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
ldc "NamedCoordinateReferenceSystem{name='"
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
1: aload 0
getfield com.mongodb.client.model.geojson.NamedCoordinateReferenceSystem.name:Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
bipush 39
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
2: bipush 125
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
3: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/mongodb/client/model/geojson/NamedCoordinateReferenceSystem;
}
SourceFile: "NamedCoordinateReferenceSystem.java"
RuntimeVisibleAnnotations:
com.mongodb.annotations.Immutable()