|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.couchbase.client.protocol.views.SpatialViewDesign
public class SpatialViewDesign
The SpatialViewDesign object represents a spatial view to be stored and retrieved from the Couchbase cluster.
Constructor Summary | |
---|---|
SpatialViewDesign(java.lang.String name,
java.lang.String map)
Create a SpatialViewDesign with a name and a map function. |
Method Summary | |
---|---|
java.lang.String |
getMap()
Get the map function of the spatial view. |
java.lang.String |
getName()
Get the name of the spatial view. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpatialViewDesign(java.lang.String name, java.lang.String map)
name
- the name of the spatial view.map
- the map function of the spatial view.Method Detail |
---|
public java.lang.String getName()
public java.lang.String getMap()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |