|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DataSet in eu.esdihumboldt.hale.common.instance.helper |
---|
Methods in eu.esdihumboldt.hale.common.instance.helper that return DataSet | |
---|---|
DataSet |
QueryDefinitionIndex.getDataSet()
Returns the associated data set which may be null. |
Constructors in eu.esdihumboldt.hale.common.instance.helper with parameters of type DataSet | |
---|---|
QueryDefinitionIndex(TypeDefinition def,
DataSet dataSet,
String query)
Constructor. |
Uses of DataSet in eu.esdihumboldt.hale.common.instance.model |
---|
Methods in eu.esdihumboldt.hale.common.instance.model that return DataSet | |
---|---|
DataSet |
InstanceReference.getDataSet()
Get the data set the instance is associated to. |
DataSet |
Instance.getDataSet()
Get the data set the instance is associated to. |
static DataSet |
DataSet.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DataSet[] |
DataSet.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in eu.esdihumboldt.hale.common.instance.model with parameters of type DataSet | |
---|---|
void |
MutableInstance.setDataSet(DataSet dataSet)
Set the data set the instance is associated to. |
Uses of DataSet in eu.esdihumboldt.hale.common.instance.model.impl |
---|
Methods in eu.esdihumboldt.hale.common.instance.model.impl that return DataSet | |
---|---|
DataSet |
DefaultInstance.getDataSet()
|
DataSet |
IndexInstanceReference.getDataSet()
|
DataSet |
PseudoInstanceReference.getDataSet()
|
DataSet |
InstanceDecorator.getDataSet()
|
Methods in eu.esdihumboldt.hale.common.instance.model.impl with parameters of type DataSet | |
---|---|
void |
DefaultInstance.setDataSet(DataSet dataSet)
|
Constructors in eu.esdihumboldt.hale.common.instance.model.impl with parameters of type DataSet | |
---|---|
DefaultInstance(TypeDefinition definition,
DataSet dataSet)
Create an empty instance. |
|
IndexInstanceReference(DataSet dataSet,
int index)
Create a reference for an instance, using the given index |
Uses of DataSet in eu.esdihumboldt.hale.common.instance.orient |
---|
Methods in eu.esdihumboldt.hale.common.instance.orient that return DataSet | |
---|---|
DataSet |
OInstance.getDataSet()
|
Methods in eu.esdihumboldt.hale.common.instance.orient with parameters of type DataSet | |
---|---|
void |
OInstance.setDataSet(DataSet dataSet)
|
Constructors in eu.esdihumboldt.hale.common.instance.orient with parameters of type DataSet | |
---|---|
OInstance(com.orientechnologies.orient.core.record.impl.ODocument document,
TypeDefinition typeDef,
com.orientechnologies.orient.core.db.record.ODatabaseRecord db,
DataSet dataSet)
Creates an instance based on the given document. |
|
OInstance(TypeDefinition typeDef,
DataSet dataSet)
Creates an empty instance associated with the given type. |
Uses of DataSet in eu.esdihumboldt.hale.common.instance.orient.storage |
---|
Methods in eu.esdihumboldt.hale.common.instance.orient.storage that return DataSet | |
---|---|
DataSet |
OrientInstanceReference.getDataSet()
|
Constructors in eu.esdihumboldt.hale.common.instance.orient.storage with parameters of type DataSet | |
---|---|
BrowseOrientInstanceCollection(LocalOrientDB database,
TypeIndex types,
DataSet dataSet)
Create an instance collection based on the given database |
|
OrientInstanceReference(com.orientechnologies.orient.core.id.ORID id,
DataSet dataSet,
TypeDefinition typeDefinition)
Create a reference to an instance |
Uses of DataSet in eu.esdihumboldt.hale.ui.common.service.population |
---|
Methods in eu.esdihumboldt.hale.ui.common.service.population with parameters of type DataSet | |
---|---|
void |
PopulationService.addToPopulation(Instance instance,
DataSet dataSet)
Add an instance to the population, explicitly specifying the associated data set. |
void |
PopulationService.resetPopulation(DataSet dataSet)
Reset the population of the given data set |
Uses of DataSet in eu.esdihumboldt.hale.ui.service.instance |
---|
Methods in eu.esdihumboldt.hale.ui.service.instance with parameters of type DataSet | |
---|---|
void |
InstanceServiceListener.datasetAboutToChange(DataSet type)
Called when a data set is about to change. |
void |
InstanceServiceAdapter.datasetAboutToChange(DataSet type)
|
void |
InstanceServiceListener.datasetChanged(DataSet type)
Called when a data set has changed |
void |
InstanceServiceAdapter.datasetChanged(DataSet type)
|
InstanceCollection |
InstanceService.getInstances(DataSet dataset)
Get the instances from the given data set |
Set<TypeDefinition> |
InstanceService.getInstanceTypes(DataSet dataset)
Get the types for which instances are present in the given data set |
Uses of DataSet in eu.esdihumboldt.hale.ui.service.instance.internal |
---|
Methods in eu.esdihumboldt.hale.ui.service.instance.internal with parameters of type DataSet | |
---|---|
protected void |
AbstractInstanceService.notifyDatasetAboutToChange(DataSet type)
Notify listeners that a data set is about to be changed |
protected void |
AbstractInstanceService.notifyDatasetChanged(DataSet type)
Notify listeners that a data set has changed |
Uses of DataSet in eu.esdihumboldt.hale.ui.service.instance.internal.orient |
---|
Methods in eu.esdihumboldt.hale.ui.service.instance.internal.orient with parameters of type DataSet | |
---|---|
InstanceCollection |
OrientInstanceService.getInstances(DataSet dataset)
|
Set<TypeDefinition> |
OrientInstanceService.getInstanceTypes(DataSet dataset)
|
Uses of DataSet in eu.esdihumboldt.hale.ui.service.instance.validation.internal |
---|
Methods in eu.esdihumboldt.hale.ui.service.instance.validation.internal with parameters of type DataSet | |
---|---|
void |
InstanceValidationServiceImpl.datasetAboutToChange(DataSet type)
|
void |
InstanceValidationServiceImpl.datasetChanged(DataSet type)
|
Uses of DataSet in eu.esdihumboldt.hale.ui.service.population.internal |
---|
Methods in eu.esdihumboldt.hale.ui.service.population.internal with parameters of type DataSet | |
---|---|
void |
PopulationServiceImpl.addToPopulation(Instance instance,
DataSet dataSet)
|
void |
PopulationServiceImpl.resetPopulation(DataSet dataSet)
|
Uses of DataSet in eu.esdihumboldt.hale.ui.style |
---|
Methods in eu.esdihumboldt.hale.ui.style that return types with arguments of type DataSet | |
---|---|
protected Pair<TypeDefinition,DataSet> |
DataSetTypeSelectionDialog.getObjectFromSelection(org.eclipse.jface.viewers.ISelection selection)
|
Methods in eu.esdihumboldt.hale.ui.style with parameters of type DataSet | |
---|---|
static org.geotools.styling.FeatureTypeStyle |
StyleHelper.getDefaultStyle(TypeDefinition typeDef,
DataSet dataSet)
Returns a default style for the given type. |
static org.geotools.styling.Style |
StyleHelper.getStyle(TypeDefinition type,
DataSet dataSet)
Get a style containing the default style for the given type. |
Method parameters in eu.esdihumboldt.hale.ui.style with type arguments of type DataSet | |
---|---|
protected void |
DataSetTypeSelectionDialog.setupViewer(org.eclipse.jface.viewers.TreeViewer viewer,
Pair<TypeDefinition,DataSet> initialSelection)
|
Constructors in eu.esdihumboldt.hale.ui.style with parameters of type DataSet | |
---|---|
FeatureTypeStyleAction(TypeDefinition type,
DataSet dataSet)
Creates an action for editing a feature type style. |
Constructor parameters in eu.esdihumboldt.hale.ui.style with type arguments of type DataSet | |
---|---|
DataSetTypeSelectionDialog(org.eclipse.swt.widgets.Shell parentShell,
String title,
Pair<TypeDefinition,DataSet> initialSelection,
com.google.common.collect.Multimap<DataSet,TypeDefinition> types)
Create a type definition selection dialog. |
|
DataSetTypeSelectionDialog(org.eclipse.swt.widgets.Shell parentShell,
String title,
Pair<TypeDefinition,DataSet> initialSelection,
com.google.common.collect.Multimap<DataSet,TypeDefinition> types)
Create a type definition selection dialog. |
Uses of DataSet in eu.esdihumboldt.hale.ui.style.dialog |
---|
Methods in eu.esdihumboldt.hale.ui.style.dialog that return DataSet | |
---|---|
DataSet |
FeatureStyleDialog.getDataSet()
Get the type data set. |
Constructors in eu.esdihumboldt.hale.ui.style.dialog with parameters of type DataSet | |
---|---|
FeatureStyleDialog(TypeDefinition type,
DataSet dataSet)
Creates a dialog for editing a feature type style |
Uses of DataSet in eu.esdihumboldt.hale.ui.style.service |
---|
Methods in eu.esdihumboldt.hale.ui.style.service with parameters of type DataSet | |
---|---|
org.geotools.styling.Style |
StyleService.getSelectionStyle(DataSet type)
Get a style combining all selection styles for the given data set. |
org.geotools.styling.Style |
StyleService.getStyle(DataSet dataset)
Get a style combining all styles for the given data set. |
org.geotools.styling.Style |
StyleService.getStyle(TypeDefinition type,
DataSet dataSet)
Get the style for a given type. |
Uses of DataSet in eu.esdihumboldt.hale.ui.style.service.internal |
---|
Methods in eu.esdihumboldt.hale.ui.style.service.internal with parameters of type DataSet | |
---|---|
static Color |
StylePreferences.getDefaultColor(DataSet dataSet)
Get the default color for the given data set. |
org.geotools.styling.Style |
StyleServiceImpl.getSelectionStyle(DataSet type)
|
org.geotools.styling.Style |
StyleServiceImpl.getStyle(DataSet dataset)
|
org.geotools.styling.Style |
StyleServiceImpl.getStyle(TypeDefinition type,
DataSet dataSet)
This implementation will build a simple style if none is defined previously. |
Uses of DataSet in eu.esdihumboldt.hale.ui.views.data.internal.filter |
---|
Constructors in eu.esdihumboldt.hale.ui.views.data.internal.filter with parameters of type DataSet | |
---|---|
WindowSelectionSelector(DataSet dataSet)
Constructor |
Uses of DataSet in eu.esdihumboldt.hale.ui.views.styledmap |
---|
Constructors in eu.esdihumboldt.hale.ui.views.styledmap with parameters of type DataSet | |
---|---|
StyledMapView.SelectInstancesAction(List<Object> instances,
DataSet dataSet)
Create an action the select the given instances. |
Uses of DataSet in eu.esdihumboldt.hale.ui.views.styledmap.painter |
---|
Methods in eu.esdihumboldt.hale.ui.views.styledmap.painter that return DataSet | |
---|---|
DataSet |
AbstractInstancePainter.getDataSet()
|
Methods in eu.esdihumboldt.hale.ui.views.styledmap.painter with parameters of type DataSet | |
---|---|
void |
AbstractInstancePainter.datasetAboutToChange(DataSet type)
|
void |
AbstractInstancePainter.datasetChanged(DataSet type)
|
Constructors in eu.esdihumboldt.hale.ui.views.styledmap.painter with parameters of type DataSet | |
---|---|
AbstractInstancePainter(InstanceService instanceService,
DataSet dataSet)
Create an instance painter. |
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |