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