- java.lang.Object
-
- com.couchbase.client.protocol.views.SpatialViewDesign
-
-
Constructor Summary
Constructors
Constructor and Description |
SpatialViewDesign(java.lang.String name,
java.lang.String map)
Create a SpatialViewDesign with a name and a map function.
|
-
Method Summary
Methods
Modifier and Type |
Method and Description |
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
-
SpatialViewDesign
public SpatialViewDesign(java.lang.String name,
java.lang.String map)
Create a SpatialViewDesign with a name and a map function.
- Parameters:
name
- the name of the spatial view.map
- the map function of the spatial view.
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.