public final class Layer extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Maps Engine API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Layer() |
| Modifier and Type | Method and Description |
|---|---|
Layer |
clone() |
List<Double> |
getBbox()
A rectangular bounding box which contains all of the data in this Layer.
|
DateTime |
getCreationTime()
The creation time of this layer.
|
List<Datasource> |
getDatasources()
An array of datasources used to build this Layer.
|
String |
getDatasourceType()
The type of the datasources used to build this Layer.
|
String |
getDescription()
The description of this Layer, supplied by the author.
|
String |
getDraftAccessList()
Deprecated: The name of an access list of the Map Editor type.
|
String |
getEtag()
The ETag, used to refer to the current version of the asset.
|
String |
getId()
A globally unique ID, used to refer to this Layer.
|
DateTime |
getLastModifiedTime()
The last modified time of this layer.
|
String |
getName()
The name of this Layer, supplied by the author.
|
String |
getProcessingStatus()
The processing status of this layer.
|
String |
getProjectId()
The ID of the project that this Layer is in.
|
String |
getPublishedAccessList()
Deprecated: The access list to whom view permissions are granted.
|
VectorStyle |
getStyle()
The Styling information for a vector layer.
|
List<String> |
getTags()
Tags of this Layer.
|
Layer |
set(String fieldName,
Object value) |
Layer |
setBbox(List<Double> bbox)
A rectangular bounding box which contains all of the data in this Layer.
|
Layer |
setCreationTime(DateTime creationTime)
The creation time of this layer.
|
Layer |
setDatasources(List<Datasource> datasources)
An array of datasources used to build this Layer.
|
Layer |
setDatasourceType(String datasourceType)
The type of the datasources used to build this Layer.
|
Layer |
setDescription(String description)
The description of this Layer, supplied by the author.
|
Layer |
setDraftAccessList(String draftAccessList)
Deprecated: The name of an access list of the Map Editor type.
|
Layer |
setEtag(String etag)
The ETag, used to refer to the current version of the asset.
|
Layer |
setId(String id)
A globally unique ID, used to refer to this Layer.
|
Layer |
setLastModifiedTime(DateTime lastModifiedTime)
The last modified time of this layer.
|
Layer |
setName(String name)
The name of this Layer, supplied by the author.
|
Layer |
setProcessingStatus(String processingStatus)
The processing status of this layer.
|
Layer |
setProjectId(String projectId)
The ID of the project that this Layer is in.
|
Layer |
setPublishedAccessList(String publishedAccessList)
Deprecated: The access list to whom view permissions are granted.
|
Layer |
setStyle(VectorStyle style)
The Styling information for a vector layer.
|
Layer |
setTags(List<String> tags)
Tags of this Layer.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic List<Double> getBbox()
null for nonepublic Layer setBbox(List<Double> bbox)
bbox - bbox or null for nonepublic DateTime getCreationTime()
null for nonepublic Layer setCreationTime(DateTime creationTime)
creationTime - creationTime or null for nonepublic String getDatasourceType()
null for nonepublic Layer setDatasourceType(String datasourceType)
datasourceType - datasourceType or null for nonepublic List<Datasource> getDatasources()
null for nonepublic Layer setDatasources(List<Datasource> datasources)
datasources - datasources or null for nonepublic String getDescription()
null for nonepublic Layer setDescription(String description)
description - description or null for nonepublic String getDraftAccessList()
null for nonepublic Layer setDraftAccessList(String draftAccessList)
draftAccessList - draftAccessList or null for nonepublic String getEtag()
null for nonepublic Layer setEtag(String etag)
etag - etag or null for nonepublic String getId()
null for nonepublic Layer setId(String id)
id - id or null for nonepublic DateTime getLastModifiedTime()
null for nonepublic Layer setLastModifiedTime(DateTime lastModifiedTime)
lastModifiedTime - lastModifiedTime or null for nonepublic String getName()
null for nonepublic Layer setName(String name)
name - name or null for nonepublic String getProcessingStatus()
null for nonepublic Layer setProcessingStatus(String processingStatus)
processingStatus - processingStatus or null for nonepublic String getProjectId()
null for nonepublic Layer setProjectId(String projectId)
projectId - projectId or null for nonepublic String getPublishedAccessList()
null for nonepublic Layer setPublishedAccessList(String publishedAccessList)
publishedAccessList - publishedAccessList or null for nonepublic VectorStyle getStyle()
null for nonepublic Layer setStyle(VectorStyle style)
style - style or null for nonepublic Layer setTags(List<String> tags)
tags - tags or null for nonepublic Layer set(String fieldName, Object value)
set in class GenericJsonpublic Layer clone()
clone in class GenericJson