-
public class ImageryMetaDataResourceImageryMetaData storage. Class used to parse and store useful ImageryMetaData fields.
-
-
Field Summary
Fields Modifier and Type Field Description public Stringcopyrightpublic intm_imageHeightpublic intm_imageWidthpublic Stringm_imageUrlpublic Array<String>m_imageUrlSubdomainspublic intm_zoomMaxpublic intm_zoomMinpublic booleanm_isInitialised
-
Method Summary
Modifier and Type Method Description static ImageryMetaDataResourcegetDefaultInstance()Get an instance with default values. static ImageryMetaDataResourcegetInstanceFromJSON(JSONObject a_jsonObject, JSONObject parent)Parse a JSON string containing resource field of a ImageryMetaData response synchronized StringgetSubDomain()When several subdomains are available, get subdomain pointed by internal cycle counter on subdomains and increment this counter -
-
Method Detail
-
getDefaultInstance
static ImageryMetaDataResource getDefaultInstance()
Get an instance with default values.
-
getInstanceFromJSON
static ImageryMetaDataResource getInstanceFromJSON(JSONObject a_jsonObject, JSONObject parent)
Parse a JSON string containing resource field of a ImageryMetaData response
- Parameters:
a_jsonObject- the JSON content string
-
getSubDomain
synchronized String getSubDomain()
When several subdomains are available, get subdomain pointed by internal cycle counter on subdomains and increment this counter
-
-
-
-