| Package | Description |
|---|---|
| com.google.api.services.mapsengine | |
| com.google.api.services.mapsengine.model |
| Modifier and Type | Method and Description |
|---|---|
MapsEngine.RasterCollections.Create |
MapsEngine.RasterCollections.create(RasterCollection content)
Create a raster collection asset.
|
MapsEngine.RasterCollections.Patch |
MapsEngine.RasterCollections.patch(java.lang.String id,
RasterCollection content)
Mutate a raster collection asset.
|
| Constructor and Description |
|---|
MapsEngine.RasterCollections.Create(RasterCollection content)
Create a raster collection asset.
|
MapsEngine.RasterCollections.Patch(java.lang.String id,
RasterCollection content)
Mutate a raster collection asset.
|
| Modifier and Type | Method and Description |
|---|---|
RasterCollection |
RasterCollection.clone() |
RasterCollection |
RasterCollection.set(java.lang.String fieldName,
java.lang.Object value) |
RasterCollection |
RasterCollection.setAttribution(java.lang.String attribution)
The name of the attribution to be used for this RasterCollection.
|
RasterCollection |
RasterCollection.setBbox(java.util.List<java.lang.Double> bbox)
A rectangular bounding box which contains all of the data in this RasterCollection.
|
RasterCollection |
RasterCollection.setCreationTime(com.google.api.client.util.DateTime creationTime)
The creation time of this RasterCollection.
|
RasterCollection |
RasterCollection.setDescription(java.lang.String description)
The description of this RasterCollection, supplied by the author.
|
RasterCollection |
RasterCollection.setDraftAccessList(java.lang.String draftAccessList)
Deprecated: The name of an access list of the Map Editor type.
|
RasterCollection |
RasterCollection.setEtag(java.lang.String etag)
The ETag, used to refer to the current version of the asset.
|
RasterCollection |
RasterCollection.setId(java.lang.String id)
A globally unique ID, used to refer to this RasterCollection.
|
RasterCollection |
RasterCollection.setLastModifiedTime(com.google.api.client.util.DateTime lastModifiedTime)
The last modified time of this RasterCollection.
|
RasterCollection |
RasterCollection.setMosaic(java.lang.Boolean mosaic)
True if this RasterCollection is a mosaic.
|
RasterCollection |
RasterCollection.setName(java.lang.String name)
The name of this RasterCollection, supplied by the author.
|
RasterCollection |
RasterCollection.setProcessingStatus(java.lang.String processingStatus)
The processing status of this RasterCollection.
|
RasterCollection |
RasterCollection.setProjectId(java.lang.String projectId)
The ID of the project that this RasterCollection is in.
|
RasterCollection |
RasterCollection.setRasterType(java.lang.String rasterType)
The type of rasters contained within this RasterCollection.
|
RasterCollection |
RasterCollection.setTags(java.util.List<java.lang.String> tags)
Tags of this RasterCollection.
|
RasterCollection |
RasterCollection.setWritersCanEditPermissions(java.lang.Boolean writersCanEditPermissions)
If true, WRITERs of the asset are able to edit the asset permissions.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RasterCollection> |
RasterCollectionsListResponse.getRasterCollections()
Resources returned.
|
| Modifier and Type | Method and Description |
|---|---|
RasterCollectionsListResponse |
RasterCollectionsListResponse.setRasterCollections(java.util.List<RasterCollection> rasterCollections)
Resources returned.
|