public class MapsEngine.RasterCollections.Rasters extends 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(String id,
RasterCollectionsRasterBatchDeleteRequest content)
Remove rasters from an existing raster collection.
|
MapsEngine.RasterCollections.Rasters.BatchInsert |
batchInsert(String id,
RasterCollectionsRastersBatchInsertRequest content)
Add rasters to an existing raster collection.
|
MapsEngine.RasterCollections.Rasters.List |
list(String id)
Return all rasters within a raster collection.
|
public MapsEngine.RasterCollections.Rasters()
public MapsEngine.RasterCollections.Rasters.BatchDelete batchDelete(String id, RasterCollectionsRasterBatchDeleteRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.id - The ID of the raster collection to which these rasters belong.content - the RasterCollectionsRasterBatchDeleteRequestIOExceptionpublic MapsEngine.RasterCollections.Rasters.BatchInsert batchInsert(String id, RasterCollectionsRastersBatchInsertRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.id - The ID of the raster collection to which these rasters belong.content - the RasterCollectionsRastersBatchInsertRequestIOExceptionpublic MapsEngine.RasterCollections.Rasters.List list(String id) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.id - The ID of the raster collection to which these rasters belong.IOException