public class Mapsengine.Rasters extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Mapsengine.Rasters.Files
The "files" collection of methods.
|
class |
Mapsengine.Rasters.Get |
class |
Mapsengine.Rasters.Parents
The "parents" collection of methods.
|
class |
Mapsengine.Rasters.Upload |
| Constructor and Description |
|---|
Mapsengine.Rasters() |
| Modifier and Type | Method and Description |
|---|---|
Mapsengine.Rasters.Files |
files()
An accessor for creating requests from the Files collection.
|
Mapsengine.Rasters.Get |
get(String id)
Return metadata for a single raster.
|
Mapsengine.Rasters.Parents |
parents()
An accessor for creating requests from the Parents collection.
|
Mapsengine.Rasters.Upload |
upload(Image content)
Create a skeleton raster asset for upload.
|
public Mapsengine.Rasters.Get get(String id) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.id - The ID of the raster.IOExceptionpublic Mapsengine.Rasters.Upload upload(Image content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the ImageIOExceptionpublic Mapsengine.Rasters.Files files()
The typical use is:
Mapsengine mapsengine = new Mapsengine(...);Mapsengine.Files.List request = mapsengine.files().list(parameters ...)
public Mapsengine.Rasters.Parents parents()
The typical use is:
Mapsengine mapsengine = new Mapsengine(...);Mapsengine.Parents.List request = mapsengine.parents().list(parameters ...)