Options
All
  • Public
  • Public/Protected
  • All
Menu

A high-level geographic feature rendering canvas.

Hierarchy

  • GeoCanvas

Overview

Methods

drawIcon

  • Draws an icon at the location specified by the shape parameter using the giving styling parameters.

    Parameters

    • shape: Shape

      the shape to draw.

    • iconStyle: IconStyle

      an object containing styling properties

    Returns void

drawIcon3D

  • Draws a 3d icon at the location specified by the shape parameter using the giving styling parameters.

    Parameters

    • shape: Shape

      the shape to draw

    • iconStyle: Icon3DStyle

      an object containing styling properties

    Returns void

drawPanorama

  • Draws a panoramic image at the specified location, using the specified rotation.

    LuciadRIA identifies a single panoramic tileset using the context object. If any of the properties of this object change, LuciadRIA will load new tiles for that panoramic.

    since

    2020.1

    Parameters

    Returns void

drawShape

  • Draws the given shape using the given styling parameters.

    Parameters

    • shape: Shape

      the shape to draw. This shape can be of type: POLYLINE, POLYGON, CIRCLE_BY_3_POINTS, CIRCLE_BY_CENTER_POINT, ELLIPSE, ARC, CIRCULAR_ARC_BY_3_POINTS, CIRCULAR_ARC_BY_BULGE, CIRCULAR_ARC_BY_CENTER_POINT, ARC_BAND, SECTOR, COMPLEX_POLYGON, SHAPE_LIST, BOUNDS or ORIENTED_BOX

      To draw a shape of type POINT please use rather drawIcon pr drawIcon3D

    • style: ShapeStyle

      an object containing styling properties

    Returns void

drawText

  • Draws the given text string at the location specified by the shape parameter.

    Parameters

    • shape: Shape

      the focus point of the shape will be used to position the text

    • text: string

      the text string to draw

    • style: TextStyle

      an object containing styling properties for the text.

    Returns void

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