public class MapFactory extends BaseEntityFactory<Map>
Objects of this class should not be created directly as they are part of the internal logic.
| Constructor and Description |
|---|
MapFactory() |
| Modifier and Type | Method and Description |
|---|---|
Map |
create(Dataset dataSet,
int index,
BinaryReader reader)
Creates a new instance of Map.
|
getLength, getLengthpublic Map create(Dataset dataSet, int index, BinaryReader reader)
create in class BaseEntityFactory<Map>dataSet - data set whose data structure includes map values.index - to the start of the Map within the data structure.reader - Binary reader positioned at the start of the Map.Copyright © 2017 51Degrees. All rights reserved.