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
Latitude ::= OneEightyDegreeInt OneEightyDegreeInt ::= INTEGER { min (-1799999999), max (1800000000), unknown (1800000001) } (-1799999999..1800000001)
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.bouncycastle.oer.its.ieee1609dot2.basetypes.OneEightyDegreeInt
getValue, toASN1Primitive
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
Longitude
public Longitude(long value) -
Longitude
-
-
Method Details
-
getInstance
-