Package org.opentripplanner.analyst.request

Examples of org.opentripplanner.analyst.request.SampleFactory


    }

// lazy-init sample factor on an as needed basis
    public SampleFactory getSampleFactory() {
      if(this.sampleFactory == null)
        this.sampleFactory = new SampleFactory(this.getGeomIndex());
     
      return this.sampleFactory; 
    }
View Full Code Here

TOP

Related Classes of org.opentripplanner.analyst.request.SampleFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.