Index

A C D F G M O R S T 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addFontStyle(String) - Method in interface org.gvsig.annotation.AnnotationManager
It adds a new value for the font style field.
addFontType(String) - Method in interface org.gvsig.annotation.AnnotationManager
It adds a new value for the font type field.
AnnotationCreationException - Exception Class in org.gvsig.annotation
Exception thrown when there is an error creating an Annotation layer.
AnnotationCreationException(String) - Constructor for exception class org.gvsig.annotation.AnnotationCreationException
 
AnnotationCreationException(Throwable) - Constructor for exception class org.gvsig.annotation.AnnotationCreationException
AnnotationCreationFinishAction - Interface in org.gvsig.annotation
Action that can be executed at the end of the annotation creation process.
AnnotationCreationService - Interface in org.gvsig.annotation
This service is used to create an annotation layer.
AnnotationCreationServiceException - Exception Class in org.gvsig.annotation
Exception thrown by the AnnotationCreationService.
AnnotationCreationServiceException(String, Throwable) - Constructor for exception class org.gvsig.annotation.AnnotationCreationServiceException
 
AnnotationDataTypes - Class in org.gvsig.annotation
DataTypes for the fields that are created in an annotation DataStore.
AnnotationDataTypes() - Constructor for class org.gvsig.annotation.AnnotationDataTypes
 
AnnotationException - Exception Class in org.gvsig.annotation
Generic exception thrown in the Annotation API when the exception or error may be dealt by the program or the user of the program which is a client of the Annotation API.
AnnotationException() - Constructor for exception class org.gvsig.annotation.AnnotationException
Constructor to be used in rare cases, usually you must create a new child exception class for each case.
AnnotationException(Exception) - Constructor for exception class org.gvsig.annotation.AnnotationException
Constructor to be used in rare cases, usually you must create a new child exception class for each case.
AnnotationException(String, String, long) - Constructor for exception class org.gvsig.annotation.AnnotationException
 
AnnotationException(String, Throwable, String, long) - Constructor for exception class org.gvsig.annotation.AnnotationException
 
AnnotationLibrary - Class in org.gvsig.annotation
Library for API initialization and configuration.
AnnotationLibrary() - Constructor for class org.gvsig.annotation.AnnotationLibrary
 
AnnotationLocator - Class in org.gvsig.annotation
This locator is the entry point for the Annotation library, providing access to all Annotation services through the AnnotationManager .
AnnotationLocator() - Constructor for class org.gvsig.annotation.AnnotationLocator
 
AnnotationManager - Interface in org.gvsig.annotation
This class is responsible of the management of the library's business logic.
AnnotationPositionCalculationException - Exception Class in org.gvsig.annotation.calculator
This exception is thrown if there is a problem calculating the point where the annotation has to be displayed.
AnnotationPositionCalculationException(Throwable) - Constructor for exception class org.gvsig.annotation.calculator.AnnotationPositionCalculationException
AnnotationPositionCalculator - Interface in org.gvsig.annotation.calculator
This class calculates the position of an annotation layer.
AnnotationPositionCalculatorCreationException - Exception Class in org.gvsig.annotation.calculator
This exception is thrown if it is not possible to create an AnnotationPositionCalculator object.
AnnotationPositionCalculatorCreationException(String, Throwable) - Constructor for exception class org.gvsig.annotation.calculator.AnnotationPositionCalculatorCreationException

C

createAnnotationStore(String, int) - Method in interface org.gvsig.annotation.AnnotationCreationService
This method creates a FeatureStore with the annotations.
createAnnotationStore(String, String) - Method in interface org.gvsig.annotation.AnnotationCreationService
This method creates a FeatureStore with the annotations.

D

doInitialize() - Method in class org.gvsig.annotation.AnnotationLibrary
 
doPostInitialize() - Method in class org.gvsig.annotation.AnnotationLibrary
 
doRegistration() - Method in class org.gvsig.annotation.AnnotationLibrary
 

F

finished(FeatureStore) - Method in interface org.gvsig.annotation.AnnotationCreationFinishAction
This method is called at the end of an annotation creation process.
FONTCOLOR - Static variable in class org.gvsig.annotation.AnnotationDataTypes
 
FONTCOLOR_ATTRIBUTE_NAME - Static variable in interface org.gvsig.annotation.AnnotationManager
Name of the datastore attribute that contains the font color of the annotation.
FONTHEGTH_ATTRIBUTE_NAME - Static variable in interface org.gvsig.annotation.AnnotationManager
Name of the datastore attribute that contains the font heigth of the annotation.
FONTHEIGHT - Static variable in class org.gvsig.annotation.AnnotationDataTypes
 
FONTROTATION - Static variable in class org.gvsig.annotation.AnnotationDataTypes
 
FONTROTATION_ATTRIBUTE_NAME - Static variable in interface org.gvsig.annotation.AnnotationManager
Name of the datastore attribute that contains the font rotation of the annotation.
FONTSTYLE - Static variable in class org.gvsig.annotation.AnnotationDataTypes
 
FONTSTYLE_ATTRIBUTE_NAME - Static variable in interface org.gvsig.annotation.AnnotationManager
Name of the datastore attribute that contains the font style of the annotation.
FONTTYPE - Static variable in class org.gvsig.annotation.AnnotationDataTypes
 
FONTTYPE_ATTRIBUTE_NAME - Static variable in interface org.gvsig.annotation.AnnotationManager
Name of the datastore attribute that contains the font type of the annotation.

G

getAnnotationCreationFinishAction() - Method in interface org.gvsig.annotation.AnnotationCreationService
 
getAnnotationCreationService(FeatureStore) - Method in interface org.gvsig.annotation.AnnotationManager
Create an instance of a AnnotationCreationService.
getAnnotationPosition(Feature) - Method in interface org.gvsig.annotation.calculator.AnnotationPositionCalculator
This method returns the position where the annotation has to be displayed.
getAnnotationPositionCalculator(String) - Method in interface org.gvsig.annotation.AnnotationManager
It returns an object that can be used to create the point where the annotation is displayed.
getAnnotationPositionCalculatorList() - Method in interface org.gvsig.annotation.AnnotationManager
 
getDefaultAnnotationPositionCalculator() - Method in interface org.gvsig.annotation.AnnotationManager
It returns the default AnnotationPositionCalculator.
getDefaultFontColor() - Method in interface org.gvsig.annotation.AnnotationManager
Value used like the default value for the font color field.
getDefaultFontHeight() - Method in interface org.gvsig.annotation.AnnotationManager
Value used like the default value for the font height field.
getDefaultFontRotation() - Method in interface org.gvsig.annotation.AnnotationManager
Value used like the default value for the font rotation field.
getDefaultFontStyle() - Method in interface org.gvsig.annotation.AnnotationManager
Value used like the default value for the font style field.
getDefaultFontType() - Method in interface org.gvsig.annotation.AnnotationManager
Value used like the default value for the font type field.
getDefaultTextValue() - Method in interface org.gvsig.annotation.AnnotationManager
Value used like the default value for the text field.
getFeatureStore() - Method in interface org.gvsig.annotation.AnnotationCreationService
 
getFontStyles() - Method in interface org.gvsig.annotation.AnnotationManager
 
getFontTypes() - Method in interface org.gvsig.annotation.AnnotationManager
 
getInstance() - Static method in class org.gvsig.annotation.AnnotationLocator
Return the singleton instance.
getLocatorName() - Method in class org.gvsig.annotation.AnnotationLocator
Return the Locator's name.
getManager() - Method in interface org.gvsig.annotation.AnnotationCreationService
Returns the AnnotationManager
getManager() - Static method in class org.gvsig.annotation.AnnotationLocator
Return a reference to the AnnotationManager.

M

MANAGER_DESCRIPTION - Static variable in class org.gvsig.annotation.AnnotationLocator
Annotation manager description.
MANAGER_NAME - Static variable in class org.gvsig.annotation.AnnotationLocator
Annotation manager name.

O

org.gvsig.annotation - package org.gvsig.annotation
Annotation library API.
org.gvsig.annotation.calculator - package org.gvsig.annotation.calculator
 

R

registerAnnotationPositionCalculator(String, Class) - Method in interface org.gvsig.annotation.AnnotationManager
It registers a class that can be used to caclulate the position of an annotation.
registerDefaultAnnotationPositionCalculator(Class) - Method in interface org.gvsig.annotation.AnnotationManager
It registers the default implementation of an AnnotationPositionCalculator class.
registerManager(Class<? extends AnnotationManager>) - Static method in class org.gvsig.annotation.AnnotationLocator
Registers the Class implementing the AnnotationManager interface.

S

setAnnotationCreationFinishAction(AnnotationCreationFinishAction) - Method in interface org.gvsig.annotation.AnnotationCreationService
Sets the AnnotationCreationFinishAction that is used at the end of the annotation creation service.
setAnnotationPositionCalculator(AnnotationPositionCalculator) - Method in interface org.gvsig.annotation.AnnotationCreationService
Sets an AnnotationPositionCalculator used to calculate the position of the
setDefaultFontColor(int) - Method in interface org.gvsig.annotation.AnnotationManager
Set the default value for the font color field.
setDefaultFontColor(Color) - Method in interface org.gvsig.annotation.AnnotationManager
Set the default value for the font color field.
setDefaultFontHeight(double) - Method in interface org.gvsig.annotation.AnnotationManager
Set the default value for the font height field.
setDefaultFontRotation(double) - Method in interface org.gvsig.annotation.AnnotationManager
Set the default value for the font rotation field.
setDefaultFontStyle(String) - Method in interface org.gvsig.annotation.AnnotationManager
Set the default value for the font style field.
setDefaultFontType(String) - Method in interface org.gvsig.annotation.AnnotationManager
Set the default value for the font type field.
setDefaultTextValue(String) - Method in interface org.gvsig.annotation.AnnotationManager
Set the default value for the text field.
setFontColorAttribute(int) - Method in interface org.gvsig.annotation.AnnotationCreationService
 
setFontColorAttribute(String) - Method in interface org.gvsig.annotation.AnnotationCreationService
 
setFontHeigthAttribute(int) - Method in interface org.gvsig.annotation.AnnotationCreationService
 
setFontHeigthAttribute(String) - Method in interface org.gvsig.annotation.AnnotationCreationService
 
setFontRotationAttribute(int) - Method in interface org.gvsig.annotation.AnnotationCreationService
 
setFontRotationAttribute(String) - Method in interface org.gvsig.annotation.AnnotationCreationService
 
setFontStyleAttribute(int) - Method in interface org.gvsig.annotation.AnnotationCreationService
 
setFontStyleAttribute(String) - Method in interface org.gvsig.annotation.AnnotationCreationService
 
setFontTypeAttribute(int) - Method in interface org.gvsig.annotation.AnnotationCreationService
 
setFontTypeAttribute(String) - Method in interface org.gvsig.annotation.AnnotationCreationService
 

T

TEXT - Static variable in class org.gvsig.annotation.AnnotationDataTypes
 
TEXTVALUE_ATTRIBUTE_NAME - Static variable in interface org.gvsig.annotation.AnnotationManager
Name of the datastore attribute that contains the text of the annotation.
A C D F G M O R S T 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form