Class TMapGraphicLayer

Unit

Declaration

type TMapGraphicLayer = class(TInterfacedObject, IMapGraphicLayer)

Description

A layer of map graphics

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetGraphicRows: TArray<IMapGraphicRow>;
Public procedure SetGraphicRows(GraphicRows: TArray<IMapGraphicRow>);
Public procedure Serialize(Writer: TEoWriter);
Public class function Deserialize(Reader: TEoReader): TMapGraphicLayer;

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property GraphicRows: TArray<IMapGraphicRow> read GetGraphicRows write SetGraphicRows;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Public function GetGraphicRows: TArray<IMapGraphicRow>;

This item has no description.

Public procedure SetGraphicRows(GraphicRows: TArray<IMapGraphicRow>);

This item has no description.

Public procedure Serialize(Writer: TEoWriter);

Serializes this TMapGraphicLayer object to the provided TEoWriter.

Parameters
Writer
The writer that this object will be serialized to
Public class function Deserialize(Reader: TEoReader): TMapGraphicLayer;

Deserializes an instance of TMapGraphicLayer from the provided TEoReader.

Parameters
Reader
The reader that the object will be deserialized from
Returns

The deserialized object

Properties

Public property ByteSize: Cardinal read GetByteSize;

The size of the data that this object was deserialized from.

Note
0 if the instance was not created by the Deserialize method.

Public property GraphicRows: TArray<IMapGraphicRow> read GetGraphicRows write SetGraphicRows;

Note
Length must be 252 or less


Generated by PasDoc 0.16.0-snapshot.