fiftyone.mobile.detection.factories
Class MapFactory

java.lang.Object
  extended by fiftyone.mobile.detection.factories.BaseEntityFactory<Map>
      extended by fiftyone.mobile.detection.factories.MapFactory

public class MapFactory
extends BaseEntityFactory<Map>


Constructor Summary
MapFactory()
           
 
Method Summary
 Map create(Dataset dataSet, int index, BinaryReader reader)
           
 
Methods inherited from class fiftyone.mobile.detection.factories.BaseEntityFactory
getLength, getLength
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapFactory

public MapFactory()
Method Detail

create

public Map create(Dataset dataSet,
                  int index,
                  BinaryReader reader)
Specified by:
create in class BaseEntityFactory<Map>