Enum Class EditingServiceParameter.TYPE

java.lang.Object
java.lang.Enum<EditingServiceParameter.TYPE>
org.gvsig.vectorediting.lib.api.EditingServiceParameter.TYPE
All Implemented Interfaces:
Serializable, Comparable<EditingServiceParameter.TYPE>, Constable
Enclosing interface:
EditingServiceParameter

public static enum EditingServiceParameter.TYPE extends Enum<EditingServiceParameter.TYPE>
TYPE represents the available type of parameters. A parameter can be of several types at the same type. The types of parameters are: - Position: this kind of parameter expects a position in map. - List of positions this kind of parameter expects a position in map. - Option: this kind of parameter expects an option. Options is used to change functionality of providers or to do actions. For example, an option of Regular polygon can be "sides" that indicates side number of regular polygon. - Value: this kind of parameter expects an value. - Selection: this kind of parameters expects a selection. - Geometry: this kind of parameters expects a selection. See EditingServiceParameter.getGeometryType() to know the type of geometry is expected
Author:
llmarques