public class MapsEngine.Layers extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
MapsEngine.Layers.Create |
class |
MapsEngine.Layers.Get |
class |
MapsEngine.Layers.List |
class |
MapsEngine.Layers.Parents
The "parents" collection of methods.
|
class |
MapsEngine.Layers.Process |
class |
MapsEngine.Layers.Publish |
| Constructor and Description |
|---|
MapsEngine.Layers() |
| Modifier and Type | Method and Description |
|---|---|
MapsEngine.Layers.Create |
create(Layer content)
Create a layer asset.
|
MapsEngine.Layers.Get |
get(String id)
Return metadata for a particular layer.
|
MapsEngine.Layers.List |
list()
Return all layers readable by the current user.
|
MapsEngine.Layers.Parents |
parents()
An accessor for creating requests from the Parents collection.
|
MapsEngine.Layers.Process |
process(String id)
Process a layer asset.
|
MapsEngine.Layers.Publish |
publish(String id)
Publish a layer asset.
|
public MapsEngine.Layers.Create create(Layer content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the LayerIOExceptionpublic MapsEngine.Layers.Get get(String id) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.id - The ID of the layer.IOExceptionpublic MapsEngine.Layers.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic MapsEngine.Layers.Process process(String id) throws IOException
Process#execute() method to invoke the remote operation.id - The ID of the layer.IOExceptionpublic MapsEngine.Layers.Publish publish(String id) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.id - The ID of the layer.IOExceptionpublic MapsEngine.Layers.Parents parents()
The typical use is:
MapsEngine mapsengine = new MapsEngine(...);MapsEngine.Parents.List request = mapsengine.parents().list(parameters ...)