Package org.locationtech.udig.document.model

Examples of org.locationtech.udig.document.model.DocumentFolder


     * @param source
     * @return document folder
     */
    public static DocumentFolder createFolder(SimpleFeature feature, String name,
            IAbstractDocumentSource source) {
        final DocumentFolder folder = new DocumentFolder(name, source);
        folder.setFeature(feature);
        return folder;
    }
View Full Code Here

TOP

Related Classes of org.locationtech.udig.document.model.DocumentFolder

Copyright © 2018 www.massapicom. All rights reserved.
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.