Class 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)
     
    • Constructor Summary

      Constructors 
      Constructor Description
      Longitude​(long value)  
      Longitude​(java.math.BigInteger value)  
    • 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.asn1.ASN1Object

        encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Longitude

        public Longitude​(long value)
      • Longitude

        public Longitude​(java.math.BigInteger value)
    • Method Detail

      • getInstance

        public static Longitude getInstance​(java.lang.Object o)