Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateTopocentricReferenceOptions

Options to create topocentric references.

since

2021.1

Hierarchy

  • CreateTopocentricReferenceOptions

Overview

Properties

Optional authorityCode

authorityCode: string

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

since

2023.0.1

Optional authorityName

authorityName: string

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

since

2023.0.1

Optional identifier

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

Optional name

name: string

The name of the reference.

origin

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.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method