public final class FeaturesBatchInsertRequest
extends com.google.api.client.json.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
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
FeaturesBatchInsertRequest() |
| Modifier and Type | Method and Description |
|---|---|
FeaturesBatchInsertRequest |
clone() |
java.util.List<Feature> |
getFeatures() |
java.lang.Boolean |
getNormalizeGeometries()
If true, the server will normalize feature geometries.
|
FeaturesBatchInsertRequest |
set(java.lang.String fieldName,
java.lang.Object value) |
FeaturesBatchInsertRequest |
setFeatures(java.util.List<Feature> features) |
FeaturesBatchInsertRequest |
setNormalizeGeometries(java.lang.Boolean normalizeGeometries)
If true, the server will normalize feature geometries.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<Feature> getFeatures()
null for nonepublic FeaturesBatchInsertRequest setFeatures(java.util.List<Feature> features)
features - features or null for nonepublic java.lang.Boolean getNormalizeGeometries()
null for nonepublic FeaturesBatchInsertRequest setNormalizeGeometries(java.lang.Boolean normalizeGeometries)
normalizeGeometries - normalizeGeometries or null for nonepublic FeaturesBatchInsertRequest set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic FeaturesBatchInsertRequest clone()
clone in class com.google.api.client.json.GenericJson