public class GeoreferencingSwingLibrary extends AbstractLibrary
AbstractLibrary.DefaultRequiredLibrary.Required, Library.TYPE| Modifier and Type | Field and Description |
|---|---|
static int |
AFFINE |
static int |
DEFAULT_DEGREE |
static int |
DRAG_POINT_TOOL |
static int |
MOVE_POINT_TOOL |
static int |
PAN_TOOL |
static int |
POLYNOMIAL |
static int |
SELECT_POINT_TOOL |
static int |
UNDEFINED |
static int |
WITH_MAP |
static int |
WITHOUT_MAP |
static int |
ZOOM_RECTANGLE_TOOL |
static int |
ZOOM_WHEEL_TOOL |
| Constructor and Description |
|---|
GeoreferencingSwingLibrary() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doInitialize()
Performs all the initializations of the library, only related to himself:
register implementation classes through the Locator, start services, etc.
|
protected void |
doPostInitialize()
Performs all the initializations or validations related to the library
dependencies, as getting references to objects through other libraries
Locators.
|
doRegistration, equals, getLibrary, getPriority, getRequireds, getType, hashCode, initialize, isRequired, isRequired, postInitialize, registerAs, registerAsAPI, registerAsImplementationOf, registerAsImplementationOf, registerAsServiceOf, require, require, require, toStringpublic static final int UNDEFINED
public static final int WITH_MAP
public static final int WITHOUT_MAP
public static final int POLYNOMIAL
public static final int AFFINE
public static int DEFAULT_DEGREE
public static int SELECT_POINT_TOOL
public static int ZOOM_RECTANGLE_TOOL
public static int PAN_TOOL
public static int MOVE_POINT_TOOL
public static int DRAG_POINT_TOOL
public static int ZOOM_WHEEL_TOOL
protected void doInitialize()
throws LibraryException
AbstractLibrarydoInitialize in class AbstractLibraryLibraryException - if there is an error while performing the initialization of
the libraryprotected void doPostInitialize()
throws LibraryException
AbstractLibrarydoPostInitialize in class AbstractLibraryLibraryException - if there is an error while loading an implementation of the
library