public class MapsEngine.RasterCollections extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
MapsEngine.RasterCollections.Get |
class |
MapsEngine.RasterCollections.List |
class |
MapsEngine.RasterCollections.Parents
The "parents" collection of methods.
|
class |
MapsEngine.RasterCollections.Rasters
The "rasters" collection of methods.
|
| Constructor and Description |
|---|
MapsEngine.RasterCollections() |
| Modifier and Type | Method and Description |
|---|---|
MapsEngine.RasterCollections.Get |
get(String id)
Return metadata for a particular raster collection.
|
MapsEngine.RasterCollections.List |
list()
Return all raster collections readable by the current user.
|
MapsEngine.RasterCollections.Parents |
parents()
An accessor for creating requests from the Parents collection.
|
MapsEngine.RasterCollections.Rasters |
rasters()
An accessor for creating requests from the Rasters collection.
|
public MapsEngine.RasterCollections.Get get(String id) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.id - The ID of the raster collection.IOExceptionpublic MapsEngine.RasterCollections.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic MapsEngine.RasterCollections.Parents parents()
The typical use is:
MapsEngine mapsengine = new MapsEngine(...);MapsEngine.Parents.List request = mapsengine.parents().list(parameters ...)
public MapsEngine.RasterCollections.Rasters rasters()
The typical use is:
MapsEngine mapsengine = new MapsEngine(...);MapsEngine.Rasters.List request = mapsengine.rasters().list(parameters ...)