eolib - v2.0.1
    Preparing search index...

    Class MapGraphicLayer

    A layer of map graphics

    Index

    Constructors

    Accessors

    • get byteSize(): number

      Returns the size of the data that this was deserialized from.

      Returns number

      The size of the data that this was deserialized from

    • get graphicRows(): MapGraphicRow[]

      Returns MapGraphicRow[]

      • Length must be 252 or less.
    • set graphicRows(graphicRows: MapGraphicRow[]): void

      Parameters

      Returns void

      • Length must be 252 or less.

    Methods

    • Deserializes an instance of MapGraphicLayer from the provided EoReader.

      Parameters

      • reader: EoReader

        the reader that the data will be deserialized from

      Returns MapGraphicLayer

      The deserialized data

    • Serializes an instance of MapGraphicLayer to the provided EoWriter.

      Parameters

      Returns void