public class TwoDLocation
extends org.bouncycastle.asn1.ASN1Object
TwoDLocation ::= SEQUENCE { latitude Latitude, longitude Longitude }
Modifier and Type | Class and Description |
---|---|
static class |
TwoDLocation.Builder |
Constructor and Description |
---|
TwoDLocation(Latitude latitude,
Longitude longitude) |
Modifier and Type | Method and Description |
---|---|
static TwoDLocation |
getInstance(java.lang.Object o) |
Latitude |
getLatitude() |
Longitude |
getLongitude() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public static TwoDLocation getInstance(java.lang.Object o)
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface org.bouncycastle.asn1.ASN1Encodable
toASN1Primitive
in class org.bouncycastle.asn1.ASN1Object
public Latitude getLatitude()
public Longitude getLongitude()