public class

FeatureQuery

extends Query
java.lang.Object
   ↳ com.google.gdata.client.Query
     ↳ com.google.gdata.client.maps.FeatureQuery

Class Overview

Describes a query for the feed of map features.

Summary

[Expand]
Inherited Constants
From class com.google.gdata.client.Query
Fields
private Boolean showDeleted Should tombstones be returned.
[Expand]
Inherited Fields
From class com.google.gdata.client.Query
Public Constructors
FeatureQuery(URL feedUrl)
Constructs a new query object that targets a feed.
Public Methods
Boolean getShowDeleted()
Returns the should tombstones be returned.
void setShowDeleted(Boolean showDeleted)
Sets the should tombstones be returned.
[Expand]
Inherited Methods
From class com.google.gdata.client.Query
From class java.lang.Object

Fields

private Boolean showDeleted

Should tombstones be returned.

Public Constructors

public FeatureQuery (URL feedUrl)

Constructs a new query object that targets a feed. The initial state of the query contains no parameters, meaning all entries in the feed would be returned if the query was executed immediately after construction.

Parameters
feedUrl The URL of the feed against which queries will be executed.

Public Methods

public Boolean getShowDeleted ()

Returns the should tombstones be returned.

Returns
  • should tombstones be returned or null to indicate that the parameter is not set.

public void setShowDeleted (Boolean showDeleted)

Sets the should tombstones be returned.

Parameters
showDeleted Should tombstones be returned or null to remove this parameter if set.