org.deegree.protocol.wfs.lockfeature
Class BBoxLock
java.lang.Object
org.deegree.protocol.wfs.lockfeature.BBoxLock
- All Implemented Interfaces:
- LockOperation
public class BBoxLock
- extends Object
- implements LockOperation
The BBoxLock class encapsulates the type of lock that is used in the LockFeature when an
envelope(bbox) is given. Such a lock can appear only in KVP requests.
- Version:
- $Revision: 20580 $, $Date: 2009-11-04 18:47:14 +0100 (Wed, 04 Nov 2009) $
- Author:
- Andrei Ionita, last edited by: $Author: mschneider $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BBoxLock
public BBoxLock(Envelope bbox,
TypeName[] typeNames)
- Parameters:
bbox - an Envelope, must not be nulltypeNames - a TypeName array, must not be null
getBBox
public Envelope getBBox()
- Returns:
- the bbox
getTypeNames
public TypeName[] getTypeNames()
- Returns:
- an array of
TypeNames
Copyright © 2011. All Rights Reserved.