Class ThreeDLocation
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.oer.its.ieee1609dot2.basetypes.ThreeDLocation
-
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class ThreeDLocation extends org.bouncycastle.asn1.ASN1Object
ThreeDLocation ::= SEQUENCE { latitude Latitude, longitude Longitude, elevation Elevation }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ThreeDLocation.Builder
-
Constructor Summary
Constructors Constructor Description ThreeDLocation(Latitude latitude, Longitude longitude, Elevation elevation)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ThreeDLocation.Builder
builder()
Elevation
getElevation()
static ThreeDLocation
getInstance(java.lang.Object o)
Latitude
getLatitude()
Longitude
getLongitude()
org.bouncycastle.asn1.ASN1Primitive
toASN1Primitive()
-
-
-
Method Detail
-
getInstance
public static ThreeDLocation getInstance(java.lang.Object o)
-
builder
public static ThreeDLocation.Builder builder()
-
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()
-
getElevation
public Elevation getElevation()
-
-