|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SpatialViewDesign | |
---|---|
com.couchbase.client.protocol.views |
Uses of SpatialViewDesign in com.couchbase.client.protocol.views |
---|
Methods in com.couchbase.client.protocol.views that return types with arguments of type SpatialViewDesign | |
---|---|
java.util.List<SpatialViewDesign> |
DesignDocument.getSpatialViews()
Return a list of all stored spatial views. |
Methods in com.couchbase.client.protocol.views with parameters of type SpatialViewDesign | |
---|---|
DesignDocument |
DesignDocument.setSpatialView(SpatialViewDesign spatialView)
Add a single spatial view to the list of stored DpatialViewDesign objects. |
Method parameters in com.couchbase.client.protocol.views with type arguments of type SpatialViewDesign | |
---|---|
DesignDocument |
DesignDocument.setSpatialViews(java.util.List<SpatialViewDesign> sv)
Set a list of SpatialViewDesigns. |
Constructor parameters in com.couchbase.client.protocol.views with type arguments of type SpatialViewDesign | |
---|---|
DesignDocument(java.lang.String name,
java.util.List<ViewDesign> views,
java.util.List<SpatialViewDesign> spatialViews)
Create a new DesignDocument with a name and (spatial) views. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |