Class TMapGraphicLayer
Unit
Declaration
type TMapGraphicLayer = class(TInterfacedObject, IMapGraphicLayer)
Description
A layer of map graphics
Hierarchy
- TInterfacedObject
- TMapGraphicLayer
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetGraphicRows: TArray<IMapGraphicRow>; |
![]() |
procedure SetGraphicRows(GraphicRows: TArray<IMapGraphicRow>); |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function Deserialize(Reader: TEoReader): TMapGraphicLayer; |
Properties
![]() |
property ByteSize: Cardinal read GetByteSize; |
![]() |
property GraphicRows: TArray<IMapGraphicRow> read GetGraphicRows write SetGraphicRows; |
Description
Methods
![]() |
function GetByteSize: Cardinal; |
This item has no description. |
![]() |
function GetGraphicRows: TArray<IMapGraphicRow>; |
This item has no description. |
![]() |
procedure SetGraphicRows(GraphicRows: TArray<IMapGraphicRow>); |
This item has no description. |
![]() |
procedure Serialize(Writer: TEoWriter); |
Serializes this Parameters
|
![]() |
class function Deserialize(Reader: TEoReader): TMapGraphicLayer; |
Deserializes an instance of Parameters
ReturnsThe deserialized object |
Properties
![]() |
property ByteSize: Cardinal read GetByteSize; |
The size of the data that this object was deserialized from.
|
![]() |
property GraphicRows: TArray<IMapGraphicRow> read GetGraphicRows write SetGraphicRows; |
|
Generated by PasDoc 0.16.0-snapshot.