| Package | Description |
|---|---|
| com.google.api.services.mapsengine | |
| com.google.api.services.mapsengine.model |
| Modifier and Type | Method and Description |
|---|---|
MapsEngine.Rasters.Upload |
MapsEngine.Rasters.upload(Image content)
Create a skeleton raster asset for upload.
|
| Constructor and Description |
|---|
MapsEngine.Rasters.Upload(Image content)
Create a skeleton raster asset for upload.
|
| Modifier and Type | Method and Description |
|---|---|
Image |
Image.clone() |
Image |
Image.set(String fieldName,
Object value) |
Image |
Image.setAcquisitionTime(AcquisitionTime acquisitionTime)
The acquisition time of this Raster.
|
Image |
Image.setAttribution(String attribution)
The name of the attribution to be used for this Raster.
|
Image |
Image.setBbox(List<Double> bbox)
A rectangular bounding box which contains all of the data in this Raster.
|
Image |
Image.setCreationTime(DateTime creationTime)
The creation time of this raster.
|
Image |
Image.setDescription(String description)
The description of this Raster, supplied by the author.
|
Image |
Image.setDraftAccessList(String draftAccessList)
The Map Editors access list to share this Raster with.
|
Image |
Image.setFiles(List<File> files)
The files associated with this Raster.
|
Image |
Image.setId(String id)
A globally unique ID, used to refer to this Raster.
|
Image |
Image.setLastModifiedTime(DateTime lastModifiedTime)
The last modified time of this raster.
|
Image |
Image.setMaskType(String maskType)
The mask processing type of this Raster.
|
Image |
Image.setName(String name)
The name of this Raster, supplied by the author.
|
Image |
Image.setProcessingStatus(String processingStatus)
The processing status of this Raster.
|
Image |
Image.setProjectId(String projectId)
The ID of the project that this Raster is in.
|
Image |
Image.setRasterType(String rasterType)
The type of this Raster.
|
Image |
Image.setTags(List<String> tags)
Tags of this Raster.
|