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.