public class MapsEngine.RasterCollections.Rasters
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
MapsEngine.RasterCollections.Rasters.BatchDelete |
class |
MapsEngine.RasterCollections.Rasters.BatchInsert |
class |
MapsEngine.RasterCollections.Rasters.List |
| Constructor and Description |
|---|
MapsEngine.RasterCollections.Rasters() |
| Modifier and Type | Method and Description |
|---|---|
MapsEngine.RasterCollections.Rasters.BatchDelete |
batchDelete(java.lang.String id,
RasterCollectionsRasterBatchDeleteRequest content)
Remove rasters from an existing raster collection.
|
MapsEngine.RasterCollections.Rasters.BatchInsert |
batchInsert(java.lang.String id,
RasterCollectionsRastersBatchInsertRequest content)
Add rasters to an existing raster collection.
|
MapsEngine.RasterCollections.Rasters.List |
list(java.lang.String id)
Return all rasters within a raster collection.
|
public MapsEngine.RasterCollections.Rasters()
public MapsEngine.RasterCollections.Rasters.BatchDelete batchDelete(java.lang.String id, RasterCollectionsRasterBatchDeleteRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.id - The ID of the raster collection to which these rasters belong.content - the RasterCollectionsRasterBatchDeleteRequestjava.io.IOExceptionpublic MapsEngine.RasterCollections.Rasters.BatchInsert batchInsert(java.lang.String id, RasterCollectionsRastersBatchInsertRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.id - The ID of the raster collection to which these rasters belong.content - the RasterCollectionsRastersBatchInsertRequestjava.io.IOExceptionpublic MapsEngine.RasterCollections.Rasters.List list(java.lang.String id) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.id - The ID of the raster collection to which these rasters belong.java.io.IOException