public final class RasterCollection 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 |
|---|
RasterCollection() |
| Modifier and Type | Method and Description |
|---|---|
RasterCollection |
clone() |
List<Double> |
getBbox()
An array of four numbers (west, south, east, north) which define the rectangular bounding box
which contains all of the data in this RasterCollection.
|
DateTime |
getCreationTime()
The creation time of this rasterCollection.
|
String |
getDescription()
The description of this RasterCollection, supplied by the author.
|
String |
getId()
A globally unique ID, used to refer to this RasterCollection.
|
DateTime |
getLastModifiedTime()
The last modified time of this rasterCollection.
|
Boolean |
getMosaic()
True if this RasterCollection is a mosaic.
|
String |
getName()
The name of this RasterCollection, supplied by the author.
|
String |
getProjectId()
The ID of the project that this RasterCollection is in.
|
String |
getRasterType()
The type of rasters contained within this RasterCollection.
|
List<String> |
getTags()
Tags of this RasterCollection.
|
boolean |
isMosaic()
Convenience method that returns only
Boolean.TRUE or Boolean.FALSE. |
RasterCollection |
set(String fieldName,
Object value) |
RasterCollection |
setBbox(List<Double> bbox)
An array of four numbers (west, south, east, north) which define the rectangular bounding box
which contains all of the data in this RasterCollection.
|
RasterCollection |
setCreationTime(DateTime creationTime)
The creation time of this rasterCollection.
|
RasterCollection |
setDescription(String description)
The description of this RasterCollection, supplied by the author.
|
RasterCollection |
setId(String id)
A globally unique ID, used to refer to this RasterCollection.
|
RasterCollection |
setLastModifiedTime(DateTime lastModifiedTime)
The last modified time of this rasterCollection.
|
RasterCollection |
setMosaic(Boolean mosaic)
True if this RasterCollection is a mosaic.
|
RasterCollection |
setName(String name)
The name of this RasterCollection, supplied by the author.
|
RasterCollection |
setProjectId(String projectId)
The ID of the project that this RasterCollection is in.
|
RasterCollection |
setRasterType(String rasterType)
The type of rasters contained within this RasterCollection.
|
RasterCollection |
setTags(List<String> tags)
Tags of this RasterCollection.
|
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 RasterCollection setBbox(List<Double> bbox)
bbox - bbox or null for nonepublic DateTime getCreationTime()
null for nonepublic RasterCollection setCreationTime(DateTime creationTime)
creationTime - creationTime or null for nonepublic String getDescription()
null for nonepublic RasterCollection setDescription(String description)
description - description or null for nonepublic String getId()
null for nonepublic RasterCollection setId(String id)
id - id or null for nonepublic DateTime getLastModifiedTime()
null for nonepublic RasterCollection setLastModifiedTime(DateTime lastModifiedTime)
lastModifiedTime - lastModifiedTime or null for nonepublic Boolean getMosaic()
null for nonepublic RasterCollection setMosaic(Boolean mosaic)
mosaic - mosaic or null for nonepublic boolean isMosaic()
Boolean.TRUE or Boolean.FALSE.
Boolean properties can have four possible values:
null, Data.NULL_BOOLEAN, Boolean.TRUE
or Boolean.FALSE.
This method returns Boolean.TRUE if the default of the property is Boolean.TRUE
and it is null or Data.NULL_BOOLEAN.
Boolean.FALSE is returned if the default of the property is Boolean.FALSE and
it is null or Data.NULL_BOOLEAN.
True if this RasterCollection is a mosaic.
public String getName()
null for nonepublic RasterCollection setName(String name)
name - name or null for nonepublic String getProjectId()
null for nonepublic RasterCollection setProjectId(String projectId)
projectId - projectId or null for nonepublic String getRasterType()
null for nonepublic RasterCollection setRasterType(String rasterType)
rasterType - rasterType or null for nonepublic RasterCollection setTags(List<String> tags)
tags - tags or null for nonepublic RasterCollection set(String fieldName, Object value)
set in class GenericJsonpublic RasterCollection clone()
clone in class GenericJson