|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Parameter | |
---|---|
org.geotools.data | Defines the DataStoreAPI via which all data is imported or exported. |
org.geotools.data.wfs | |
org.geotools.swing.data | Dialog and wizard classes to get user input for data stores |
org.geotools.swing.wizard | Classes to construct wizards for user input |
Uses of Parameter in org.geotools.data |
---|
Subclasses of Parameter in org.geotools.data | |
---|---|
static class |
DataAccessFactory.Param
Data class used to capture Parameter requirements. |
Uses of Parameter in org.geotools.data.wfs |
---|
Subclasses of Parameter in org.geotools.data.wfs | |
---|---|
static class |
WFSDataStoreFactory.WFSFactoryParam<T>
A WFSDataStoreFactory.WFSFactoryParam subclass that allows to provide a default value to the lookUp method. |
Uses of Parameter in org.geotools.swing.data |
---|
Constructor parameters in org.geotools.swing.data with type arguments of type Parameter | |
---|---|
JParameterListPage(String title,
String description,
List<Parameter<?>> contents,
Map<String,Object> params)
|
|
JParameterListWizard(String title,
String description,
List<Parameter<?>> contents)
Constructor. |
|
JParameterListWizard(String title,
String description,
List<Parameter<?>> contents,
Map<String,Object> connectionParams)
Constructor. |
Uses of Parameter in org.geotools.swing.wizard |
---|
Fields in org.geotools.swing.wizard declared as Parameter | |
---|---|
protected Parameter<?> |
ParamField.parameter
|
Methods in org.geotools.swing.wizard with parameters of type Parameter | |
---|---|
static ParamField |
ParamField.create(Parameter<?> parameter)
Factory method creating the appropriate ParamField for the supplied Param. |
Constructors in org.geotools.swing.wizard with parameters of type Parameter | |
---|---|
JDoubleField(Parameter<?> parameter)
|
|
JField(Parameter<?> parameter)
|
|
JFileField(Parameter<?> parameter)
|
|
JGeometryField(Parameter<?> parameter)
|
|
JURLField(Parameter<?> parameter)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |