| 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(java.lang.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(java.lang.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(java.lang.String fieldName,
java.lang.Object value) |
Raster |
Raster.setAcquisitionTime(AcquisitionTime acquisitionTime)
The acquisition time of this Raster.
|
Raster |
Raster.setAttribution(java.lang.String attribution)
The name of the attribution to be used for this Raster.
|
Raster |
Raster.setBbox(java.util.List<java.lang.Double> bbox)
A rectangular bounding box which contains all of the data in this Raster.
|
Raster |
Raster.setCreationTime(com.google.api.client.util.DateTime creationTime)
The creation time of this raster.
|
Raster |
Raster.setDescription(java.lang.String description)
The description of this Raster, supplied by the author.
|
Raster |
Raster.setDraftAccessList(java.lang.String draftAccessList)
Deprecated: The name of an access list of the Map Editor type.
|
Raster |
Raster.setEtag(java.lang.String etag)
The ETag, used to refer to the current version of the asset.
|
Raster |
Raster.setFiles(java.util.List<File> files)
The files associated with this Raster.
|
Raster |
Raster.setId(java.lang.String id)
A globally unique ID, used to refer to this Raster.
|
Raster |
Raster.setLastModifiedTime(com.google.api.client.util.DateTime lastModifiedTime)
The last modified time of this raster.
|
Raster |
Raster.setMaskType(java.lang.String maskType)
The mask processing type of this Raster.
|
Raster |
Raster.setName(java.lang.String name)
The name of this Raster, supplied by the author.
|
Raster |
Raster.setProcessingStatus(java.lang.String processingStatus)
The processing status of this Raster.
|
Raster |
Raster.setProjectId(java.lang.String projectId)
The ID of the project that this Raster is in.
|
Raster |
Raster.setRasterType(java.lang.String rasterType)
The type of this Raster.
|
Raster |
Raster.setTags(java.util.List<java.lang.String> tags)
Tags of this Raster.
|