Options to create topocentric references.

Since

2021.1

Hierarchy

  • CreateTopocentricReferenceOptions

Properties

authorityCode?: string

The authority code of this reference. For example: for the reference "EPSG:4326", the autority code is 4326.

Since

2023.0.1

authorityName?: string

The authority name of this reference. For example: for the reference "EPSG:4326", the autority name is EPSG.

Since

2023.0.1

identifier?: string

The identifier of the reference. Used in order to be able to use this identifier when you call. getReference, you need to add the created reference to the reference provider with addReference.

Since

2023.0.1

name?: string

The name of the reference.

origin: Point

The origin point of the topocentric reference. Must be a georeferenced point. For example, a lon-lat-height point defined in WGS 84. The geodetic datum of this point's coordinate reference will also be used by the topocentric reference.