StiGisPoint Class
Namespace: Stimulsoft.Report.Maps.Gis
Constructors
| Constructor | Description |
|---|---|
| constructor(number x, number y) |
constructor(x: number, y: number)
Parameters
- x (number)
- y (number)
Properties
| Property | Type | Description |
|---|---|---|
empty static |
StiGisPoint | |
| x | number | |
| y | number |
Methods
| Method | Returns | Description |
|---|---|---|
| clone | StiGisPoint | |
| equals | boolean | |
| hashCode | number | |
| isEmpty | boolean | |
| offset | void | |
| offset2 | void | |
| offsetNegative | void | |
| toString | string |
Method Details
clone
clone(): StiGisPoint
Returns StiGisPoint
equals
equals(obj: any): boolean
Parameters
- obj (any)
Returns boolean
hashCode
hashCode(): number
Returns number
isEmpty
isEmpty(): boolean
Returns boolean
offset
offset(dx: number, dy: number): void
Parameters
- dx (number)
- dy (number)
offset2
offset2(p: StiGisPoint): void
Parameters
- p (StiGisPoint)
offsetNegative
offsetNegative(p: StiGisPoint): void
Parameters
- p (StiGisPoint)
toString
toString(): string
Returns string