Options to create cartesian references

Since

2020.0

Hierarchy

  • CreateCartesianReferenceOptions

Properties

authorityCode?: string

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

authorityName?: string

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

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.

name?: string

The name of the reference.

xDirection?: Direction

The direction of the X-axis

xUnitOfMeasure: UnitOfMeasure

The unit of measure used for the X-axis.

yDirection?: Direction

The direction of the Y-axis

yUnitOfMeasure: UnitOfMeasure

The unit of measure used for the Y-axis.

zDirection?: Direction

The direction of the Z-axis

zUnitOfMeasure?: UnitOfMeasure

The unit of measure used for the Z-axis.