StiGisSizeLatLng Class

Namespace: Stimulsoft.Report.Maps.Gis

Constructors

Constructor Description
constructor(number heightLat, number widthLng)  

constructor(heightLat: number, widthLng: number)

Parameters

  • heightLat (number)
  • widthLng (number)

Properties

Property Type Description
empty static StiGisSizeLatLng  

Methods

Method Returns Description
equals boolean  
isEmpty boolean  
opEquals static boolean  
opNotEquals static boolean  
toStiGisPointLatLng static StiGisPointLatLng  
toString string  

Method Details

equals

equals(obj: any): boolean

Parameters

  • obj (any)

Returns boolean


isEmpty

isEmpty(): boolean

Returns boolean


opEquals static

opEquals(sz1: StiGisSizeLatLng, sz2: StiGisSizeLatLng): boolean

Parameters

Returns boolean


opNotEquals static

opNotEquals(sz1: StiGisSizeLatLng, sz2: StiGisSizeLatLng): boolean

Parameters

Returns boolean


toStiGisPointLatLng static

toStiGisPointLatLng(size: StiGisSizeLatLng): StiGisPointLatLng

Parameters

Returns StiGisPointLatLng


toString

toString(): string

Returns string

Fields

Field Type Description
heightLat number  
widthLng number