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 ...)