The WFSRootDirectory represents the base-level directory for all WFSs. It extends the WFSCellDirectory abstract class, so it contains a list of child cells. It delegates to an instance of WFSCellDirectory
The root directory also contains meta-information about the WFS, including the WFS version. Unlike WFSCellDirectory objects, this class has no cell associated with it, so calls to getAssociatedCell() always return null.
@author Jordan Slott
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.