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