| Package | Description |
|---|---|
| com.google.api.services.mapsengine | |
| com.google.api.services.mapsengine.model |
| Modifier and Type | Method and Description |
|---|---|
MapsEngine.Rasters.Patch |
MapsEngine.Rasters.patch(String id,
Raster content)
Mutate a raster asset.
|
MapsEngine.Rasters.Upload |
MapsEngine.Rasters.upload(Raster content)
Create a skeleton raster asset for upload.
|
| Constructor and Description |
|---|
MapsEngine.Rasters.Patch(String id,
Raster content)
Mutate a raster asset.
|
MapsEngine.Rasters.Upload(Raster content)
Create a skeleton raster asset for upload.
|
| Modifier and Type | Method and Description |
|---|---|
Raster |
Raster.clone() |
Raster |
Raster.set(String fieldName,
Object value) |
Raster |
Raster.setAcquisitionTime(AcquisitionTime acquisitionTime)
The acquisition time of this Raster.
|
Raster |
Raster.setAttribution(Object attribution)
The name of the attribution to be used for this Raster.
|
Raster |
Raster.setBbox(List<Double> bbox)
A 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.setDraftAccessList(String draftAccessList)
The Map Editors access list to share this Raster with.
|
Raster |
Raster.setEtag(String etag)
The ETag, used to refer to the current version of the asset.
|
Raster |
Raster.setFiles(List<File> files)
The files associated with this Raster.
|
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.setMaskType(String maskType)
The mask processing type of this Raster.
|
Raster |
Raster.setName(String name)
The name of this Raster, supplied by the author.
|
Raster |
Raster.setProcessingStatus(String processingStatus)
The processing status of this Raster.
|
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.
|