fiftyone.mobile.detection.factories
Class MapFactory
java.lang.Object
fiftyone.mobile.detection.factories.BaseEntityFactory<Map>
fiftyone.mobile.detection.factories.MapFactory
public class MapFactory
- extends BaseEntityFactory<Map>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapFactory
public MapFactory()
create
public Map create(Dataset dataSet,
int index,
BinaryReader reader)
- Specified by:
create in class BaseEntityFactory<Map>