Index

A C D E F G I L M N O P R S T V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

activate() - Method in interface org.gvsig.vectorediting.lib.api.EditingService
Activate service
ACTIVATE_NOTIFICATION - Static variable in interface org.gvsig.vectorediting.lib.api.EditingService
 
add(String, Object, String) - Method in interface org.gvsig.vectorediting.lib.api.EditingServiceParameterOptions
 
add(EditingServiceParameterOptions.ParameterOption) - Method in interface org.gvsig.vectorediting.lib.api.EditingServiceParameterOptions
 

C

ChangeCurrentLayerException - Exception Class in org.gvsig.vectorediting.lib.api.exceptions
 
ChangeCurrentLayerException(Throwable) - Constructor for exception class org.gvsig.vectorediting.lib.api.exceptions.ChangeCurrentLayerException
 
CLIPBOARD - Enum constant in enum class org.gvsig.vectorediting.lib.api.EditingServiceParameter.TYPE
 
coerceValue(Object) - Method in interface org.gvsig.vectorediting.lib.api.EditingServiceParameter
 
CreateEditingBehaviorException - Exception Class in org.gvsig.vectorediting.lib.api.exceptions
 
CreateEditingBehaviorException(Throwable) - Constructor for exception class org.gvsig.vectorediting.lib.api.exceptions.CreateEditingBehaviorException
 
createsNewGeometries() - Method in interface org.gvsig.vectorediting.lib.api.EditingServiceInfo
Returns if service creates new geometries.

D

DISTANCE - Enum constant in enum class org.gvsig.vectorediting.lib.api.EditingServiceParameter.TYPE
 
doInitialize() - Method in class org.gvsig.vectorediting.lib.api.EditingLibrary
 
doPostInitialize() - Method in class org.gvsig.vectorediting.lib.api.EditingLibrary
 
doRegistration() - Method in class org.gvsig.vectorediting.lib.api.EditingLibrary
 
DrawingStatus - Interface in org.gvsig.vectorediting.lib.api
Drawing status represents the status when an user are drawing geometries.
DrawingStatus.Status - Interface in org.gvsig.vectorediting.lib.api
 
DrawServiceException - Exception Class in org.gvsig.vectorediting.lib.api.exceptions
 
DrawServiceException(String, Throwable) - Constructor for exception class org.gvsig.vectorediting.lib.api.exceptions.DrawServiceException
 
DrawServiceException(Throwable) - Constructor for exception class org.gvsig.vectorediting.lib.api.exceptions.DrawServiceException
 

E

EditingLibrary - Class in org.gvsig.vectorediting.lib.api
Library for API initialization and configuration.
EditingLibrary() - Constructor for class org.gvsig.vectorediting.lib.api.EditingLibrary
 
EditingLocator - Class in org.gvsig.vectorediting.lib.api
This locator is the entry point for the Editing library, providing access to all Editing services through the EditingManager
EditingLocator() - Constructor for class org.gvsig.vectorediting.lib.api.EditingLocator
 
EditingManager - Interface in org.gvsig.vectorediting.lib.api
Main class that defines the available Editing services.
EditingService - Interface in org.gvsig.vectorediting.lib.api
This service is used to interact with Editing providers.
EditingServiceException - Exception Class in org.gvsig.vectorediting.lib.api.exceptions
 
EditingServiceException() - Constructor for exception class org.gvsig.vectorediting.lib.api.exceptions.EditingServiceException
Constructor to be used in rare cases, usually you must create a new child exception class for each case.
EditingServiceException(Exception) - Constructor for exception class org.gvsig.vectorediting.lib.api.exceptions.EditingServiceException
Constructor to be used in rare cases, usually you must create a new child exception class for each case.
EditingServiceException(String, String, long) - Constructor for exception class org.gvsig.vectorediting.lib.api.exceptions.EditingServiceException
 
EditingServiceException(String, Throwable, String, long) - Constructor for exception class org.gvsig.vectorediting.lib.api.exceptions.EditingServiceException
 
EditingServiceInfo - Interface in org.gvsig.vectorediting.lib.api
Editing service represents the available read-only information about a service.
EditingServiceParameter - Interface in org.gvsig.vectorediting.lib.api
EditingServiceParameter represents values needed by services to work.
EditingServiceParameter.TYPE - Enum Class in org.gvsig.vectorediting.lib.api
TYPE represents the available type of parameters.
EditingServiceParameterOptions - Interface in org.gvsig.vectorediting.lib.api
 
EditingServiceParameterOptions.ParameterOption - Interface in org.gvsig.vectorediting.lib.api
 
EndEditingException - Exception Class in org.gvsig.vectorediting.lib.api.exceptions
 
EndEditingException(String, Throwable) - Constructor for exception class org.gvsig.vectorediting.lib.api.exceptions.EndEditingException
 
EndEditingException(Throwable) - Constructor for exception class org.gvsig.vectorediting.lib.api.exceptions.EndEditingException
 

F

finish() - Method in interface org.gvsig.vectorediting.lib.api.EditingService
Finalizes service.
FINISH_AND_STORE_NOTIFICATION - Static variable in interface org.gvsig.vectorediting.lib.api.EditingService
 
FINISH_NOTIFICATION - Static variable in interface org.gvsig.vectorediting.lib.api.EditingService
 
finishAndStore() - Method in interface org.gvsig.vectorediting.lib.api.EditingService
Finalizes service and stores the result to FeatureStore of this service.
FinishServiceException - Exception Class in org.gvsig.vectorediting.lib.api.exceptions
 
FinishServiceException(String, String, Throwable) - Constructor for exception class org.gvsig.vectorediting.lib.api.exceptions.FinishServiceException
 
FinishServiceException(String, Throwable) - Constructor for exception class org.gvsig.vectorediting.lib.api.exceptions.FinishServiceException
 
FinishServiceException(Throwable) - Constructor for exception class org.gvsig.vectorediting.lib.api.exceptions.FinishServiceException
 

G

GEOMETRY - Enum constant in enum class org.gvsig.vectorediting.lib.api.EditingServiceParameter.TYPE
 
getAllowNull() - Method in interface org.gvsig.vectorediting.lib.api.EditingServiceParameter
 
getConsoleDefaultValue() - Method in interface org.gvsig.vectorediting.lib.api.EditingServiceParameter
 
getConsoleValue() - Method in interface org.gvsig.vectorediting.lib.api.EditingServiceParameterOptions.ParameterOption
 
getConsoleValue(Object) - Method in interface org.gvsig.vectorediting.lib.api.EditingServiceParameterOptions
 
getDataType() - Method in interface org.gvsig.vectorediting.lib.api.EditingServiceParameter
 
getDefaultFeatureValues() - Method in interface org.gvsig.vectorediting.lib.api.EditingService
 
getDefaultValue() - Method in interface org.gvsig.vectorediting.lib.api.EditingServiceParameter
Gets the default value of this parameter.
getDescription() - Method in interface org.gvsig.vectorediting.lib.api.EditingService
 
getDescription() - Method in interface org.gvsig.vectorediting.lib.api.EditingServiceInfo
Gets description of service.
getDescription() - Method in interface org.gvsig.vectorediting.lib.api.EditingServiceParameter
Gets a description of parameter.
getDrawingStatus(Point) - Method in interface org.gvsig.vectorediting.lib.api.EditingService
Gets state of drawing.
getEditingService(String, FeatureStore, MapContext) - Method in interface org.gvsig.vectorediting.lib.api.EditingManager
Gets a new instance of service as of name and featureStore.
getEditingService(String, FeatureStore, MapContext, IVectorLegend) - Method in interface org.gvsig.vectorediting.lib.api.EditingManager
 
getGeometries() - Method in interface org.gvsig.vectorediting.lib.api.DrawingStatus
Gets list of geometries to be drawn.
getGeometry() - Method in interface org.gvsig.vectorediting.lib.api.DrawingStatus
Gets the first geometry of type TYPE_GEOMETRY
getGeometry() - Method in interface org.gvsig.vectorediting.lib.api.DrawingStatus.Status
 
getGeometryType() - Method in interface org.gvsig.vectorediting.lib.api.EditingServiceParameter
If parameter is of type Geometry returns the type of geometry required by this parameter.
getInfo() - Method in interface org.gvsig.vectorediting.lib.api.DrawingStatus
Gets information about position of geometries, angles, distances among geometries...
getInstance() - Static method in class org.gvsig.vectorediting.lib.api.EditingLocator
Returns the singleton instance.
getLabel(Object) - Method in interface org.gvsig.vectorediting.lib.api.EditingServiceParameterOptions
 
getLegend() - Method in interface org.gvsig.vectorediting.lib.api.EditingService
 
getLocatorName() - Method in class org.gvsig.vectorediting.lib.api.EditingLocator
Returns the Locator's name
getManager() - Static method in class org.gvsig.vectorediting.lib.api.EditingLocator
Return a reference to EditingManager.
getMouseIcon() - Method in interface org.gvsig.vectorediting.lib.api.EditingServiceInfo
Get mouse icon associated to service.
getName() - Method in interface org.gvsig.vectorediting.lib.api.EditingService
Gets service name.
getName() - Method in interface org.gvsig.vectorediting.lib.api.EditingServiceInfo
Gets name of service.
getName() - Method in interface org.gvsig.vectorediting.lib.api.EditingServiceParameter
Gets a name of parameter.
getOptions() - Method in interface org.gvsig.vectorediting.lib.api.EditingServiceParameter
If parameter is of type Options, returns a Map with valid options.
getOptions2() - Method in interface org.gvsig.vectorediting.lib.api.EditingServiceParameter
 
getParameterInfo(String) - Method in interface org.gvsig.vectorediting.lib.api.EditingServiceInfo
Gets read only information about a parameter of this service.
getParameters() - Method in interface org.gvsig.vectorediting.lib.api.EditingService
Gets a List with all parameters of service.
getParameters() - Method in interface org.gvsig.vectorediting.lib.api.EditingServiceInfo
Gets a List with all parameters of service.
getProvider() - Method in exception class org.gvsig.vectorediting.lib.api.exceptions.InvalidEntryException
 
getServiceInfo(String) - Method in interface org.gvsig.vectorediting.lib.api.EditingManager
Gets read only information about a service such as if service creates new geometries, name, description, supported types, mouse icon, parameters and information about its parameters.
getState() - Method in exception class org.gvsig.vectorediting.lib.api.exceptions.InvalidEntryException
 
getStateMessage() - Method in exception class org.gvsig.vectorediting.lib.api.exceptions.InvalidEntryException
 
getStatus() - Method in interface org.gvsig.vectorediting.lib.api.DrawingStatus
Gets list of status to be drawn.
getStore() - Method in interface org.gvsig.vectorediting.lib.api.EditingService
 
getSupportedPrimitiveGeometryTypes() - Method in interface org.gvsig.vectorediting.lib.api.EditingServiceInfo
Gets supported primitive geometry types of service.
getSymbol() - Method in interface org.gvsig.vectorediting.lib.api.DrawingStatus.Status
 
getText() - Method in interface org.gvsig.vectorediting.lib.api.DrawingStatus.Status
 
getType() - Method in interface org.gvsig.vectorediting.lib.api.DrawingStatus.Status
 
getTypes() - Method in interface org.gvsig.vectorediting.lib.api.EditingServiceParameter
Gets types of this parameter.
getValue(Object, Object) - Method in interface org.gvsig.vectorediting.lib.api.EditingServiceParameterOptions
 
getValue(EditingServiceParameter) - Method in interface org.gvsig.vectorediting.lib.api.EditingService
Return the parameter's value
getValue(EditingServiceParameter, EditingServiceParameter.TYPE) - Method in interface org.gvsig.vectorediting.lib.api.EditingService
 

I

InvalidEntryException - Exception Class in org.gvsig.vectorediting.lib.api.exceptions
 
InvalidEntryException(String, int, String) - Constructor for exception class org.gvsig.vectorediting.lib.api.exceptions.InvalidEntryException
 
InvalidEntryException(String, int, String, Throwable) - Constructor for exception class org.gvsig.vectorediting.lib.api.exceptions.InvalidEntryException
 
InvalidEntryException(Throwable) - Constructor for exception class org.gvsig.vectorediting.lib.api.exceptions.InvalidEntryException
 
isCompatibleWith(GeometryType) - Method in interface org.gvsig.vectorediting.lib.api.EditingServiceInfo
Returns if service is compatible with the geometry type received as parameter.
isEnabled(EditingServiceParameter) - Method in interface org.gvsig.vectorediting.lib.api.EditingService
Return true if the parameter is enabled
isOptional() - Method in interface org.gvsig.vectorediting.lib.api.EditingServiceParameter
Returns "true" if it does not have to be displayed for the user to fill in, but it can be filled in by the user so that other parameters depend on it.
isValidValue(Object) - Method in interface org.gvsig.vectorediting.lib.api.EditingServiceParameter
 
isValidValue(Object) - Method in interface org.gvsig.vectorediting.lib.api.EditingServiceParameterOptions
 
iterator() - Method in interface org.gvsig.vectorediting.lib.api.EditingServiceParameterOptions
 

L

LIST_POSITIONS - Enum constant in enum class org.gvsig.vectorediting.lib.api.EditingServiceParameter.TYPE
 

M

MANAGER_NAME - Static variable in class org.gvsig.vectorediting.lib.api.EditingLocator
Editing manager name
MULTILAYER_SELECTION - Enum constant in enum class org.gvsig.vectorediting.lib.api.EditingServiceParameter.TYPE
 
mustRestartAtFinish() - Method in interface org.gvsig.vectorediting.lib.api.EditingService
 

N

next() - Method in interface org.gvsig.vectorediting.lib.api.EditingService
Gets next parameter needed by service.
NEXT_NOTIFICATION - Static variable in interface org.gvsig.vectorediting.lib.api.EditingService
 

O

OPTION - Enum constant in enum class org.gvsig.vectorediting.lib.api.EditingServiceParameter.TYPE
 
org.gvsig.vectorediting.lib.api - package org.gvsig.vectorediting.lib.api
 
org.gvsig.vectorediting.lib.api.exceptions - package org.gvsig.vectorediting.lib.api.exceptions
 

P

PARAMETER_CHANGED1_NOTIFICATION - Static variable in interface org.gvsig.vectorediting.lib.api.EditingService
 
PARAMETER_CHANGED2_NOTIFICATION - Static variable in interface org.gvsig.vectorediting.lib.api.EditingService
 
ParseException - Exception Class in org.gvsig.vectorediting.lib.api.exceptions
 
ParseException() - Constructor for exception class org.gvsig.vectorediting.lib.api.exceptions.ParseException
Constructor to be used in rare cases, usually you must create a new child exception class for each case.
ParseException(Exception) - Constructor for exception class org.gvsig.vectorediting.lib.api.exceptions.ParseException
Constructor to be used in rare cases, usually you must create a new child exception class for each case.
ParseException(String, String, long) - Constructor for exception class org.gvsig.vectorediting.lib.api.exceptions.ParseException
 
ParseException(String, Throwable, String, long) - Constructor for exception class org.gvsig.vectorediting.lib.api.exceptions.ParseException
 
ParsePointException - Exception Class in org.gvsig.vectorediting.lib.api.exceptions
 
ParsePointException(Throwable) - Constructor for exception class org.gvsig.vectorediting.lib.api.exceptions.ParsePointException
 
ParseValueException - Exception Class in org.gvsig.vectorediting.lib.api.exceptions
 
ParseValueException(Throwable) - Constructor for exception class org.gvsig.vectorediting.lib.api.exceptions.ParseValueException
 
POSITION - Enum constant in enum class org.gvsig.vectorediting.lib.api.EditingServiceParameter.TYPE
 
ProcessingValueRuntimeException - Exception Class in org.gvsig.vectorediting.lib.api.exceptions
 
ProcessingValueRuntimeException(Throwable) - Constructor for exception class org.gvsig.vectorediting.lib.api.exceptions.ProcessingValueRuntimeException
 
ProcessingValueRuntimeException(Throwable, String) - Constructor for exception class org.gvsig.vectorediting.lib.api.exceptions.ProcessingValueRuntimeException
 

R

registerDefaultManager(Class) - Static method in class org.gvsig.vectorediting.lib.api.EditingLocator
Registers the default Class implementing the EditingLocator interface
registerManager(Class) - Static method in class org.gvsig.vectorediting.lib.api.EditingLocator
Registers the Class implementing the EditingLocator interface.
restart() - Method in interface org.gvsig.vectorediting.lib.api.EditingService
 
RESTART_NOTIFICATION - Static variable in interface org.gvsig.vectorediting.lib.api.EditingService
 

S

SELECTION - Enum constant in enum class org.gvsig.vectorediting.lib.api.EditingServiceParameter.TYPE
 
ServiceInformationException - Exception Class in org.gvsig.vectorediting.lib.api.exceptions
 
ServiceInformationException(String, Throwable) - Constructor for exception class org.gvsig.vectorediting.lib.api.exceptions.ServiceInformationException
 
ServiceInformationException(Throwable) - Constructor for exception class org.gvsig.vectorediting.lib.api.exceptions.ServiceInformationException
 
setDefaultFeatureValues(EditableFeature) - Method in interface org.gvsig.vectorediting.lib.api.EditingService
 
setDefaultValue(Object) - Method in interface org.gvsig.vectorediting.lib.api.EditingServiceParameter
Sets the default value of this parameter.
setDescription(String) - Method in interface org.gvsig.vectorediting.lib.api.EditingServiceParameter
Sets the description.
setShowPreviewSymbol(boolean) - Method in interface org.gvsig.vectorediting.lib.api.EditingService
 
setValue(Object) - Method in interface org.gvsig.vectorediting.lib.api.EditingService
Sets value to service.
setValue(EditingServiceParameter, Object) - Method in interface org.gvsig.vectorediting.lib.api.EditingService
Sets value into a paremeter of the service.The value will be put in the parameter of this service.
start() - Method in interface org.gvsig.vectorediting.lib.api.EditingService
Starts service.
START_NOTIFICATION - Static variable in interface org.gvsig.vectorediting.lib.api.EditingService
 
StartEditingException - Exception Class in org.gvsig.vectorediting.lib.api.exceptions
 
StartEditingException(String, Throwable) - Constructor for exception class org.gvsig.vectorediting.lib.api.exceptions.StartEditingException
 
StartEditingException(Throwable) - Constructor for exception class org.gvsig.vectorediting.lib.api.exceptions.StartEditingException
 
StartServiceException - Exception Class in org.gvsig.vectorediting.lib.api.exceptions
 
StartServiceException(Throwable) - Constructor for exception class org.gvsig.vectorediting.lib.api.exceptions.StartServiceException
 
stop() - Method in interface org.gvsig.vectorediting.lib.api.EditingService
Stops service.
STOP_NOTIFICATION - Static variable in interface org.gvsig.vectorediting.lib.api.EditingService
 
StopServiceException - Exception Class in org.gvsig.vectorediting.lib.api.exceptions
 
StopServiceException(Throwable) - Constructor for exception class org.gvsig.vectorediting.lib.api.exceptions.StopServiceException
 

T

TYPE_BUILDING - Static variable in interface org.gvsig.vectorediting.lib.api.DrawingStatus
 
TYPE_GEOMETRY - Static variable in interface org.gvsig.vectorediting.lib.api.DrawingStatus
 

V

VALUE - Enum constant in enum class org.gvsig.vectorediting.lib.api.EditingServiceParameter.TYPE
 
valueOf(String) - Static method in enum class org.gvsig.vectorediting.lib.api.EditingServiceParameter.TYPE
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.gvsig.vectorediting.lib.api.EditingServiceParameter.TYPE
Returns an array containing the constants of this enum class, in the order they are declared.
VectorEditingException - Exception Class in org.gvsig.vectorediting.lib.api.exceptions
 
VectorEditingException() - Constructor for exception class org.gvsig.vectorediting.lib.api.exceptions.VectorEditingException
Constructor to be used in rare cases, usually you must create a new child exception class for each case.
VectorEditingException(Exception) - Constructor for exception class org.gvsig.vectorediting.lib.api.exceptions.VectorEditingException
Constructor to be used in rare cases, usually you must create a new child exception class for each case.
VectorEditingException(String, String, long) - Constructor for exception class org.gvsig.vectorediting.lib.api.exceptions.VectorEditingException
 
VectorEditingException(String, Throwable, String, long) - Constructor for exception class org.gvsig.vectorediting.lib.api.exceptions.VectorEditingException
 
VectorEditingRuntimeException - Exception Class in org.gvsig.vectorediting.lib.api.exceptions
 
VectorEditingRuntimeException() - Constructor for exception class org.gvsig.vectorediting.lib.api.exceptions.VectorEditingRuntimeException
Constructor to be used in rare cases, usually you must create a new child exception class for each case.
VectorEditingRuntimeException(Exception) - Constructor for exception class org.gvsig.vectorediting.lib.api.exceptions.VectorEditingRuntimeException
Constructor to be used in rare cases, usually you must create a new child exception class for each case.
VectorEditingRuntimeException(String, String, long) - Constructor for exception class org.gvsig.vectorediting.lib.api.exceptions.VectorEditingRuntimeException
 
VectorEditingRuntimeException(String, Throwable, String, long) - Constructor for exception class org.gvsig.vectorediting.lib.api.exceptions.VectorEditingRuntimeException
 
A C D E F G I L M N O P R S T V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form