| 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(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(String id,
RasterCollection content)
Mutate a raster collection asset.
|
| Modifier and Type | Method and Description |
|---|---|
RasterCollection |
RasterCollection.clone() |
RasterCollection |
RasterCollection.set(String fieldName,
Object value) |
RasterCollection |
RasterCollection.setAttribution(Object attribution)
The name of the attribution to be used for this RasterCollection.
|
RasterCollection |
RasterCollection.setBbox(List<Double> bbox)
A rectangular bounding box which contains all of the data in this RasterCollection.
|
RasterCollection |
RasterCollection.setCreationTime(DateTime creationTime)
The creation time of this RasterCollection.
|
RasterCollection |
RasterCollection.setDescription(String description)
The description of this RasterCollection, supplied by the author.
|
RasterCollection |
RasterCollection.setDraftAccessList(String draftAccessList)
The name of an access list of the Map Editor type.
|
RasterCollection |
RasterCollection.setEtag(String etag)
The ETag, used to refer to the current version of the asset.
|
RasterCollection |
RasterCollection.setId(String id)
A globally unique ID, used to refer to this RasterCollection.
|
RasterCollection |
RasterCollection.setLastModifiedTime(DateTime lastModifiedTime)
The last modified time of this RasterCollection.
|
RasterCollection |
RasterCollection.setMosaic(Boolean mosaic)
True if this RasterCollection is a mosaic.
|
RasterCollection |
RasterCollection.setName(String name)
The name of this RasterCollection, supplied by the author.
|
RasterCollection |
RasterCollection.setProcessingStatus(String processingStatus)
The processing status of this RasterCollection.
|
RasterCollection |
RasterCollection.setProjectId(String projectId)
The ID of the project that this RasterCollection is in.
|
RasterCollection |
RasterCollection.setRasterType(String rasterType)
The type of rasters contained within this RasterCollection.
|
RasterCollection |
RasterCollection.setTags(List<String> tags)
Tags of this RasterCollection.
|
| Modifier and Type | Method and Description |
|---|---|
List<RasterCollection> |
RastercollectionsListResponse.getRasterCollections()
Resources returned.
|
| Modifier and Type | Method and Description |
|---|---|
RastercollectionsListResponse |
RastercollectionsListResponse.setRasterCollections(List<RasterCollection> rasterCollections)
Resources returned.
|