org.deegree.protocol.wfs.lockfeature
Class BBoxLock

java.lang.Object
  extended by 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 $

Constructor Summary
BBoxLock(Envelope bbox, TypeName[] typeNames)
           
 
Method Summary
 Envelope getBBox()
           
 TypeName[] getTypeNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BBoxLock

public BBoxLock(Envelope bbox,
                TypeName[] typeNames)
Parameters:
bbox - an Envelope, must not be null
typeNames - a TypeName array, must not be null
Method Detail

getBBox

public Envelope getBBox()
Returns:
the bbox

getTypeNames

public TypeName[] getTypeNames()
Returns:
an array of TypeNames


Copyright © 2011. All Rights Reserved.