public class RectangularRegion extends org.bouncycastle.asn1.ASN1Object implements RegionInterface
RectangularRegion ::= SEQUENCE { northWest TwoDLocation, southEast TwoDLocation }
Constructor and Description |
---|
RectangularRegion(TwoDLocation northWest,
TwoDLocation southEast) |
Modifier and Type | Method and Description |
---|---|
static RectangularRegion |
getInstance(java.lang.Object o) |
TwoDLocation |
getNorthWest() |
TwoDLocation |
getSouthEast() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public RectangularRegion(TwoDLocation northWest, TwoDLocation southEast)
public static RectangularRegion getInstance(java.lang.Object o)
public TwoDLocation getNorthWest()
public TwoDLocation getSouthEast()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface org.bouncycastle.asn1.ASN1Encodable
toASN1Primitive
in class org.bouncycastle.asn1.ASN1Object