Uses of Class
com.couchbase.client.protocol.views.SpatialView

Packages that use SpatialView
com.couchbase.client   
com.couchbase.client.protocol.views   
 

Uses of SpatialView in com.couchbase.client
 

Methods in com.couchbase.client that return SpatialView
 SpatialView CouchbaseClient.getSpatialView(java.lang.String designDocumentName, java.lang.String viewName)
          Gets access to a spatial view contained in a design document from the cluster.
 

Methods in com.couchbase.client that return types with arguments of type SpatialView
 HttpFuture<SpatialView> CouchbaseClient.asyncGetSpatialView(java.lang.String designDocumentName, java.lang.String viewName)
          Gets access to a spatial view contained in a design document from the cluster.
 

Uses of SpatialView in com.couchbase.client.protocol.views
 

Methods in com.couchbase.client.protocol.views with parameters of type SpatialView
 void SpatialViewFetcherOperation.ViewFetcherCallback.gotData(SpatialView view)
           
 



Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.