Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateCartesianReferenceOptions

Options to create cartesian references

since

2020.0

Hierarchy

  • CreateCartesianReferenceOptions

Overview

Properties

Optional authorityCode

authorityCode: string

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

Optional authorityName

authorityName: string

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

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.

Optional name

name: string

The name of the reference.

Optional xDirection

xDirection: Direction

The direction of the X-axis

xUnitOfMeasure

xUnitOfMeasure: UnitOfMeasure

The unit of measure used for the X-axis.

Optional yDirection

yDirection: Direction

The direction of the Y-axis

yUnitOfMeasure

yUnitOfMeasure: UnitOfMeasure

The unit of measure used for the Y-axis.

Optional zDirection

zDirection: Direction

The direction of the Z-axis

Optional zUnitOfMeasure

zUnitOfMeasure: UnitOfMeasure

The unit of measure used for the Z-axis.

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