Package org.locationtech.udig.tool.edit

Source Code of org.locationtech.udig.tool.edit.PopulateCaches

/* uDig - User Friendly Desktop Internet GIS client
* http://udig.refractions.net
* (C) 2004, Refractions Research Inc.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* (http://www.eclipse.org/legal/epl-v10.html), and the Refractions BSD
* License v1.0 (http://udig.refractions.net/files/bsd3-v10.html).
*/
package org.locationtech.udig.tool.edit;

import org.locationtech.udig.tools.edit.EditBlackboardUtil;
import org.locationtech.udig.tools.edit.support.EditBlackboard;

import org.eclipse.ui.IStartup;

/**
* Temporary until we have good caching of MathTransforms and CRS objects
* @author Jesse
* @since 1.1.0
*/
public class PopulateCaches implements IStartup {

    public void earlyStartup() {
        @SuppressWarnings("unused")
        EditBlackboard bb = EditBlackboardUtil.EMPTY_BLACKBOARD;
    }

}
TOP

Related Classes of org.locationtech.udig.tool.edit.PopulateCaches

TOP
Copyright © 2018 www.massapi.com. 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.