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