| Package | Description | 
|---|---|
| org.opentripplanner.analyst.request | |
| org.opentripplanner.api.resource | 
 This package contains the JAX-RS-annotated REST resource classes for the OpenTripPlanner public
 API, i.e. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
MIMEImageFormat | 
RenderRequest.format  | 
| Modifier and Type | Method and Description | 
|---|---|
static javax.ws.rs.core.Response | 
Renderer.generateStreamingImageResponse(BufferedImage image,
                              MIMEImageFormat format)  | 
| Constructor and Description | 
|---|
RenderRequest(MIMEImageFormat format,
             Layer layer,
             Style style,
             boolean transparent,
             boolean timestamp)  | 
| Modifier and Type | Method and Description | 
|---|---|
javax.ws.rs.core.Response | 
SurfaceResource.getRaster(Integer surfaceId,
         Integer width,
         Integer height,
         Double resolution,
         IsoTimeParameter time,
         MIMEImageFormat format,
         CRSParameter crs)
Produce a single grayscale raster of travel time, like travel time tiles but not broken into tiles. 
 | 
Copyright © 2019. All rights reserved.