eolib - v2.0.1
    Preparing search index...

    Class MapSign

    Sign EMF entity

    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 coords(): Coords

      Returns Coords

    • set coords(coords: Coords): void

      Parameters

      Returns void

    • get stringData(): string

      Returns string

      • Length must be 64007 or less.
    • set stringData(stringData: string): void

      Parameters

      • stringData: string

      Returns void

      • Length must be 64007 or less.
    • get titleLength(): number

      Returns number

      • Value range is 0-252
    • set titleLength(titleLength: number): void

      Parameters

      • titleLength: number

      Returns void

      • Value range is 0-252

    Methods

    • Deserializes an instance of MapSign from the provided EoReader.

      Parameters

      • reader: EoReader

        the reader that the data will be deserialized from

      Returns MapSign

      The deserialized data

    • Serializes an instance of MapSign to the provided EoWriter.

      Parameters

      • writer: EoWriter

        the writer that the data will be serialized to

      • data: MapSign

        the data to serialize

      Returns void