| Package | Description |
|---|---|
| com.google.api.services.mapsengine | |
| com.google.api.services.mapsengine.model |
| Modifier and Type | Method and Description |
|---|---|
MapsEngine.Layers.Create |
MapsEngine.Layers.create(Layer content)
Create a layer asset.
|
MapsEngine.Layers.Patch |
MapsEngine.Layers.patch(String id,
Layer content)
Mutate a layer asset.
|
| Constructor and Description |
|---|
MapsEngine.Layers.Create(Layer content)
Create a layer asset.
|
MapsEngine.Layers.Patch(String id,
Layer content)
Mutate a layer asset.
|
| Modifier and Type | Method and Description |
|---|---|
Layer |
Layer.clone() |
Layer |
Layer.set(String fieldName,
Object value) |
Layer |
Layer.setBbox(List<Double> bbox)
A rectangular bounding box which contains all of the data in this Layer.
|
Layer |
Layer.setCreationTime(DateTime creationTime)
The creation time of this layer.
|
Layer |
Layer.setDatasources(List<Datasource> datasources)
An array of datasources used to build this layer.
|
Layer |
Layer.setDatasourceType(String datasourceType)
Deprecated: The type of the datasources used to build this Layer.
|
Layer |
Layer.setDescription(String description)
The description of this Layer, supplied by the author.
|
Layer |
Layer.setDraftAccessList(String draftAccessList)
Deprecated: The name of an access list of the Map Editor type.
|
Layer |
Layer.setEtag(String etag)
The ETag, used to refer to the current version of the asset.
|
Layer |
Layer.setId(String id)
A globally unique ID, used to refer to this Layer.
|
Layer |
Layer.setLastModifiedTime(DateTime lastModifiedTime)
The last modified time of this layer.
|
Layer |
Layer.setLayerType(String layerType)
The type of the datasources used to build this Layer.
|
Layer |
Layer.setName(String name)
The name of this Layer, supplied by the author.
|
Layer |
Layer.setProcessingStatus(String processingStatus)
The processing status of this layer.
|
Layer |
Layer.setProjectId(String projectId)
The ID of the project that this Layer is in.
|
Layer |
Layer.setPublishedAccessList(String publishedAccessList)
Deprecated: The access list to whom view permissions are granted.
|
Layer |
Layer.setPublishingStatus(String publishingStatus)
The publishing status of this layer.
|
Layer |
Layer.setStyle(VectorStyle style)
The styling information for a vector layer.
|
Layer |
Layer.setTags(List<String> tags)
Tags of this Layer.
|
Layer |
Layer.setWritersCanEditPermissions(Boolean writersCanEditPermissions)
If true, WRITERs of the asset are able to edit the asset permissions.
|
| Modifier and Type | Method and Description |
|---|---|
List<Layer> |
LayersListResponse.getLayers()
Resources returned.
|
| Modifier and Type | Method and Description |
|---|---|
LayersListResponse |
LayersListResponse.setLayers(List<Layer> layers)
Resources returned.
|