Class MapGraphicLayer

A layer of map graphics

Hierarchy

  • MapGraphicLayer

Constructors

Properties

_byteSize: number = 0
_graphicRows: MapGraphicRow[] = null
_graphicRowsCount: number = null

Accessors

  • get byteSize(): number
  • Returns the size of the data that this was deserialized from.

    Returns

    The size of the data that this was deserialized from

    Returns number

  • get graphicRows(): MapGraphicRow[]
  • Remarks

    • Length must be 252 or less.

    Returns MapGraphicRow[]

  • set graphicRows(graphicRows: MapGraphicRow[]): void
  • Remarks

    • Length must be 252 or less.

    Parameters

    Returns void

Methods

  • Deserializes an instance of MapGraphicLayer from the provided EoReader.

    Returns

    The deserialized data

    Parameters

    • reader: EoReader

      the reader that the data will be deserialized from

    Returns MapGraphicLayer

  • Serializes an instance of MapGraphicLayer to the provided EoWriter.

    Parameters

    Returns void

Generated using TypeDoc