Class TwoDLocation
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.oer.its.ieee1609dot2.basetypes.TwoDLocation
-
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class TwoDLocation extends org.bouncycastle.asn1.ASN1Object
TwoDLocation ::= SEQUENCE { latitude Latitude, longitude Longitude }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TwoDLocation.Builder
-
Constructor Summary
Constructors Constructor Description TwoDLocation(Latitude latitude, Longitude longitude)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TwoDLocation.Builder
builder()
static TwoDLocation
getInstance(java.lang.Object o)
Latitude
getLatitude()
Longitude
getLongitude()
org.bouncycastle.asn1.ASN1Primitive
toASN1Primitive()
-
-
-
Method Detail
-
getInstance
public static TwoDLocation getInstance(java.lang.Object o)
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
- Specified by:
toASN1Primitive
in interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
-
getLatitude
public Latitude getLatitude()
-
getLongitude
public Longitude getLongitude()
-
builder
public static TwoDLocation.Builder builder()
-
-