| Package | Description |
|---|---|
| com.google.api.services.mapsengine.model |
| Modifier and Type | Method and Description |
|---|---|
RasterCollectionRaster |
RasterCollectionRaster.clone() |
RasterCollectionRaster |
RasterCollectionRaster.set(String fieldName,
Object value) |
RasterCollectionRaster |
RasterCollectionRaster.setBbox(List<Double> bbox)
A rectangular bounding box which contains all of the data in this Raster.
|
RasterCollectionRaster |
RasterCollectionRaster.setCreationTime(DateTime creationTime)
The creation time of this raster.
|
RasterCollectionRaster |
RasterCollectionRaster.setDescription(String description)
The description of this Raster, supplied by the author.
|
RasterCollectionRaster |
RasterCollectionRaster.setId(String id)
A globally unique ID, used to refer to this Raster.
|
RasterCollectionRaster |
RasterCollectionRaster.setLastModifiedTime(DateTime lastModifiedTime)
The last modified time of this raster.
|
RasterCollectionRaster |
RasterCollectionRaster.setName(String name)
The name of this Raster, supplied by the author.
|
RasterCollectionRaster |
RasterCollectionRaster.setProjectId(String projectId)
The ID of the project that this Raster is in.
|
RasterCollectionRaster |
RasterCollectionRaster.setRasterType(String rasterType)
The type of this Raster.
|
RasterCollectionRaster |
RasterCollectionRaster.setTags(List<String> tags)
Tags of this Raster.
|
| Modifier and Type | Method and Description |
|---|---|
List<RasterCollectionRaster> |
RastersListResponse.getRasters()
Resources returned.
|
| Modifier and Type | Method and Description |
|---|---|
RastersListResponse |
RastersListResponse.setRasters(List<RasterCollectionRaster> rasters)
Resources returned.
|