Modifier and Type | Method and Description |
---|---|
DataSet |
QueryDefinitionIndex.getDataSet()
Returns the associated data set which may be null.
|
Modifier and Type | Method and Description |
---|---|
static List<List<QName>> |
PropertyResolver.getQueryPaths(TypeDefinition typeDef,
DataSet dataSet,
String query)
Returns all possible fully qualified (with namespaces) paths matching the
given query.
|
Constructor and Description |
---|
QueryDefinitionIndex(TypeDefinition def,
DataSet dataSet,
String query)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
MutableInstance.setDataSet(DataSet dataSet)
Set the data set the instance is associated to.
|
Modifier and Type | Method and Description |
---|---|
DataSet |
DefaultInstance.getDataSet() |
DataSet |
IndexInstanceReference.getDataSet() |
DataSet |
PseudoInstanceReference.getDataSet() |
DataSet |
InstanceDecorator.getDataSet() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultInstance.setDataSet(DataSet dataSet) |
Constructor and Description |
---|
DefaultInstance(TypeDefinition definition,
DataSet dataSet)
Create an empty instance.
|
IndexInstanceReference(DataSet dataSet,
int index)
Create a reference for an instance, using the given index
|
Modifier and Type | Method and Description |
---|---|
DataSet |
OInstance.getDataSet() |
Modifier and Type | Method and Description |
---|---|
void |
OInstance.setDataSet(DataSet dataSet) |
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
DataSet |
OrientInstanceReference.getDataSet() |
Constructor and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
InstanceCollection |
OrientInstanceService.getInstances(DataSet dataset) |
Set<TypeDefinition> |
OrientInstanceService.getInstanceTypes(DataSet dataset) |
Modifier and Type | Method and Description |
---|---|
void |
InstanceValidationServiceImpl.datasetAboutToChange(DataSet type) |
void |
InstanceValidationServiceImpl.datasetChanged(DataSet type) |
Modifier and Type | Method and Description |
---|---|
void |
PopulationServiceImpl.addToPopulation(Instance instance,
DataSet dataSet) |
void |
PopulationServiceImpl.resetPopulation(DataSet dataSet) |
Modifier and Type | Method and Description |
---|---|
protected void |
OccurringValuesServiceImpl.invalidateValues(SchemaSpaceID schemaSpace,
DataSet dataSet)
Invalidate occurring values in the given schema space.
|
Modifier and Type | Method and Description |
---|---|
protected Pair<TypeDefinition,DataSet> |
DataSetTypeSelectionDialog.getObjectFromSelection(org.eclipse.jface.viewers.ISelection selection) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DataSetTypeSelectionDialog.setupViewer(org.eclipse.jface.viewers.TreeViewer viewer,
Pair<TypeDefinition,DataSet> initialSelection) |
Constructor and Description |
---|
FeatureTypeStyleAction(TypeDefinition type,
DataSet dataSet)
Creates an action for editing a feature type style.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
DataSet |
FeatureStyleDialog.getDataSet()
Get the type data set.
|
Constructor and Description |
---|
FeatureStyleDialog(TypeDefinition type,
DataSet dataSet)
Creates a dialog for editing a feature type style
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
WindowSelectionSelector(DataSet dataSet)
Constructor
|
Constructor and Description |
---|
StyledMapView.SelectInstancesAction(List<Object> instances,
DataSet dataSet)
Create an action the select the given instances.
|
Modifier and Type | Method and Description |
---|---|
DataSet |
AbstractInstancePainter.getDataSet() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractInstancePainter.datasetAboutToChange(DataSet type) |
void |
AbstractInstancePainter.datasetChanged(DataSet type) |
Constructor and Description |
---|
AbstractInstancePainter(InstanceService instanceService,
DataSet dataSet)
Create an instance painter.
|
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a