Package org.locationtech.udig.image.georeferencing

Examples of org.locationtech.udig.image.georeferencing.Activator


   * Provides access to the plugin's preference store
   *
   * @return this plugin's preference store
   */
  public static IPreferenceStore getPreferenceStore() {
    Activator activator = Activator.getDefault();
    IPreferenceStore store = activator.getPreferenceStore();
    return store;
  }
View Full Code Here

TOP

Related Classes of org.locationtech.udig.image.georeferencing.Activator

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.