Class TMapSign

Unit

Declaration

type TMapSign = class(TInterfacedObject, IMapSign)

Description

Sign EMF entity

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetCoords: ICoords;
Public procedure SetCoords(Coords: ICoords);
Public function GetStringData: string;
Public procedure SetStringData(StringData: string);
Public function GetTitleLength: Cardinal;
Public procedure SetTitleLength(TitleLength: Cardinal);
Public procedure Serialize(Writer: TEoWriter);
Public class function Deserialize(Reader: TEoReader): TMapSign;

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property Coords: ICoords read GetCoords write SetCoords;
Public property StringData: string read GetStringData write SetStringData;
Public property TitleLength: Cardinal read GetTitleLength write SetTitleLength;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Public function GetCoords: ICoords;

This item has no description.

Public procedure SetCoords(Coords: ICoords);

This item has no description.

Public function GetStringData: string;

This item has no description.

Public procedure SetStringData(StringData: string);

This item has no description.

Public function GetTitleLength: Cardinal;

This item has no description.

Public procedure SetTitleLength(TitleLength: Cardinal);

This item has no description.

Public procedure Serialize(Writer: TEoWriter);

Serializes this TMapSign object to the provided TEoWriter.

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

Deserializes an instance of TMapSign 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 Coords: ICoords read GetCoords write SetCoords;

This item has no description.

Public property StringData: string read GetStringData write SetStringData;

Note
Length must be 64007 or less

Public property TitleLength: Cardinal read GetTitleLength write SetTitleLength;

Note
Value range is 0-252


Generated by PasDoc 0.16.0-snapshot.