Class Longitude
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.oer.its.ieee1609dot2.basetypes.OneEightyDegreeInt
-
- org.bouncycastle.oer.its.ieee1609dot2.basetypes.Longitude
-
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
- Direct Known Subclasses:
KnownLongitude
,UnknownLongitude
public class Longitude extends OneEightyDegreeInt
Latitude ::= OneEightyDegreeInt OneEightyDegreeInt ::= INTEGER { min (-1799999999), max (1800000000), unknown (1800000001) } (-1799999999..1800000001)
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Longitude
getInstance(java.lang.Object o)
-
Methods inherited from class org.bouncycastle.oer.its.ieee1609dot2.basetypes.OneEightyDegreeInt
getValue, toASN1Primitive
-
-
-
-
Method Detail
-
getInstance
public static Longitude getInstance(java.lang.Object o)
-
-