Documentation

MapGraphicLayer
in package

Table of Contents

Properties

$graphicRows  : array<string|int, MapGraphicRow>
$byteSize  : int
$graphicRowsCount  : int

Methods

__toString()  : string
Returns a string representation of the object.
deserialize()  : MapGraphicLayer
Deserializes an instance of `MapGraphicLayer` from the provided `EoReader`.
getByteSize()  : int
Returns the size of the data that this was deserialized from.
getGraphicRows()  : array<string|int, MapGraphicRow>
getGraphicRowsCount()  : int
serialize()  : void
Serializes an instance of `MapGraphicLayer` to the provided `EoWriter`.
setByteSize()  : void
Sets the size of the data that this was deserialized from.
setGraphicRows()  : void
setGraphicRowsCount()  : void

Properties

Methods

__toString()

Returns a string representation of the object.

public __toString() : string
Return values
string

getByteSize()

Returns the size of the data that this was deserialized from.

public getByteSize() : int
Return values
int

The size of the data that this was deserialized from.

getGraphicRowsCount()

public getGraphicRowsCount() : int
Return values
int

setByteSize()

Sets the size of the data that this was deserialized from.

public setByteSize(int $byteSize) : void
Parameters
$byteSize : int

The size of the data that this was deserialized from.

setGraphicRowsCount()

public setGraphicRowsCount(int $graphicRowsCount) : void
Parameters
$graphicRowsCount : int

        
On this page

Search results