|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Instance in eu.esdihumboldt.cst.functions.core.merge |
---|
Methods in eu.esdihumboldt.cst.functions.core.merge that return Instance | |
---|---|
protected Instance |
PropertiesMergeHandler.merge(Collection<Instance> instances,
TypeDefinition type,
DeepIterableKey mergeKey,
eu.esdihumboldt.cst.functions.core.merge.PropertiesMergeHandler.PropertiesMergeConfig mergeConfig)
|
protected abstract Instance |
AbstractMergeHandler.merge(Collection<Instance> instances,
TypeDefinition type,
K mergeKey,
T mergeConfig)
Merge multiple instance into one. |
Methods in eu.esdihumboldt.cst.functions.core.merge with parameters of type Instance | |
---|---|
protected DeepIterableKey |
PropertiesMergeHandler.getMergeKey(Instance instance,
eu.esdihumboldt.cst.functions.core.merge.PropertiesMergeHandler.PropertiesMergeConfig mergeConfig)
|
protected abstract K |
AbstractMergeHandler.getMergeKey(Instance instance,
T mergeConfig)
Get the merge key for a given instance. |
Method parameters in eu.esdihumboldt.cst.functions.core.merge with type arguments of type Instance | |
---|---|
protected Instance |
PropertiesMergeHandler.merge(Collection<Instance> instances,
TypeDefinition type,
DeepIterableKey mergeKey,
eu.esdihumboldt.cst.functions.core.merge.PropertiesMergeHandler.PropertiesMergeConfig mergeConfig)
|
protected abstract Instance |
AbstractMergeHandler.merge(Collection<Instance> instances,
TypeDefinition type,
K mergeKey,
T mergeConfig)
Merge multiple instance into one. |
Uses of Instance in eu.esdihumboldt.cst.internal.util |
---|
Methods in eu.esdihumboldt.cst.internal.util with parameters of type Instance | |
---|---|
void |
CountingInstanceSink.addInstance(Instance instance)
|
Uses of Instance in eu.esdihumboldt.hale.common.align.transformation.function.impl |
---|
Classes in eu.esdihumboldt.hale.common.align.transformation.function.impl that implement Instance | |
---|---|
class |
FamilyInstanceImpl
Decorate a given instance with family function. |
Methods in eu.esdihumboldt.hale.common.align.transformation.function.impl that return Instance | |
---|---|
Instance |
AbstractSingleTypeTransformation.getSourceInstance()
Get the source instance. |
Constructors in eu.esdihumboldt.hale.common.align.transformation.function.impl with parameters of type Instance | |
---|---|
FamilyInstanceImpl(Instance instance)
Decorate the given instance with family function. |
Uses of Instance in eu.esdihumboldt.hale.common.align.transformation.service |
---|
Methods in eu.esdihumboldt.hale.common.align.transformation.service with parameters of type Instance | |
---|---|
void |
InstanceSink.addInstance(Instance instance)
Adds an instance to the sink |
Uses of Instance in eu.esdihumboldt.hale.common.align.transformation.service.impl |
---|
Methods in eu.esdihumboldt.hale.common.align.transformation.service.impl that return types with arguments of type Instance | |
---|---|
List<Instance> |
DefaultInstanceSink.getInstances()
Get the instances collected in the sink. |
Methods in eu.esdihumboldt.hale.common.align.transformation.service.impl with parameters of type Instance | |
---|---|
void |
DefaultInstanceSink.addInstance(Instance instance)
|
Uses of Instance in eu.esdihumboldt.hale.common.filter |
---|
Methods in eu.esdihumboldt.hale.common.filter with parameters of type Instance | |
---|---|
boolean |
TypeFilter.match(Instance instance)
|
Uses of Instance in eu.esdihumboldt.hale.common.filter.internal |
---|
Methods in eu.esdihumboldt.hale.common.filter.internal with parameters of type Instance | |
---|---|
boolean |
AbstractGeotoolsFilter.match(Instance instance)
|
Uses of Instance in eu.esdihumboldt.hale.common.headless.transform |
---|
Methods in eu.esdihumboldt.hale.common.headless.transform with parameters of type Instance | |
---|---|
void |
LimboInstanceSink.addInstance(Instance instance)
|
Uses of Instance in eu.esdihumboldt.hale.common.instance.extension.metadata |
---|
Methods in eu.esdihumboldt.hale.common.instance.extension.metadata with parameters of type Instance | |
---|---|
Object[] |
MetadataGenerator.generate(Instance inst)
generates certain metadata values for an instance |
Object[] |
MetadataIdGenerator.generate(Instance inst)
generates a unique Identifier for an instance |
Uses of Instance in eu.esdihumboldt.hale.common.instance.extension.validation |
---|
Methods in eu.esdihumboldt.hale.common.instance.extension.validation with parameters of type Instance | |
---|---|
void |
TypeConstraintValidator.validateTypeConstraint(Instance instance,
TypeConstraint constraint,
InstanceValidationContext context)
Validate instance against constraint . |
Uses of Instance in eu.esdihumboldt.hale.common.instance.geometry |
---|
Methods in eu.esdihumboldt.hale.common.instance.geometry with parameters of type Instance | |
---|---|
static Collection<GeometryProperty<?>> |
GeometryUtil.getAllGeometries(Instance instance)
Get all geometries of an instance. |
static Collection<GeometryProperty<?>> |
GeometryUtil.getGeometries(Instance instance,
List<QName> path)
Get the default geometry of an instance. |
boolean |
GeometryFinder.visit(Instance instance,
QName name)
|
Uses of Instance in eu.esdihumboldt.hale.common.instance.helper |
---|
Methods in eu.esdihumboldt.hale.common.instance.helper with parameters of type Instance | |
---|---|
static LinkedList<String> |
PropertyResolver.getKnownQueryPath(Instance instance,
String query)
Gets a certain definitionpath from the Cache by generating the cacheindex object from a given Instance (its Definitions) and the pathquery |
static Collection<Object> |
PropertyResolver.getValues(Instance instance,
String propertyPath)
Method for retrieving values from instances using a certain path query for searching through the instance definitions. |
static Collection<Object> |
PropertyResolver.getValues(Instance instance,
String propertyPath,
boolean forceValue)
Method for retrieving values from instances using a certain path query for searching through the instance definitions. |
static boolean |
PropertyResolver.hasProperty(Instance instance,
String query)
Determines of the given Instance contains certain definitions questioned by a given stringquery. |
boolean |
BreadthFirstInstanceTraverser.traverse(Instance instance,
InstanceTraversalCallback callback)
Deprecated. |
boolean |
DepthFirstInstanceTraverser.traverse(Instance instance,
InstanceTraversalCallback callback)
|
boolean |
InstanceTraverser.traverse(Instance instance,
InstanceTraversalCallback callback)
Traverse the given instance. |
boolean |
InstanceTraversalCallback.visit(Instance instance,
QName name)
Visit an instance. |
Uses of Instance in eu.esdihumboldt.hale.common.instance.model |
---|
Subinterfaces of Instance in eu.esdihumboldt.hale.common.instance.model | |
---|---|
interface |
FamilyInstance
FamilyInstance is an Instance with functionality to add child instance links. |
interface |
MutableInstance
A mutable instance that allows adding/changing properties |
Methods in eu.esdihumboldt.hale.common.instance.model that return Instance | |
---|---|
Instance |
InstanceResolver.getInstance(InstanceReference reference)
Get the instance referenced by the given reference. |
Methods in eu.esdihumboldt.hale.common.instance.model that return types with arguments of type Instance | |
---|---|
static Collection<Instance> |
InstanceUtil.getInstanceOutOfFamily(FamilyInstance fi)
Creates a list of instances out of a FamilyInstance |
ResourceIterator<Instance> |
InstanceCollection.iterator()
Get an iterator over all instances contained in the collection. |
Methods in eu.esdihumboldt.hale.common.instance.model with parameters of type Instance | |
---|---|
static String |
InstanceMetadata.getID(Instance instance)
gets the ID of an instance from its metadata |
InstanceReference |
InstanceResolver.getReference(Instance instance)
Get a reference to an instance that can be used to retrieve the given instance using InstanceResolver.getInstance(InstanceReference) . |
static String |
InstanceMetadata.getSourceID(Instance instance)
gets the SourceID of an instance from its metadata |
static boolean |
InstanceUtil.instanceEqual(Instance a,
Instance b,
boolean propertyOrderRelevant)
Checks whether the two given instances equal each other disregarding their data set. |
static String |
InstanceUtil.instanceToString(Instance instance)
Returns a string representation of the given instance. |
boolean |
Filter.match(Instance instance)
Determines if an instance matches the filter. |
Uses of Instance in eu.esdihumboldt.hale.common.instance.model.impl |
---|
Classes in eu.esdihumboldt.hale.common.instance.model.impl that implement Instance | |
---|---|
class |
DefaultInstance
Default instance implementation backed by a ListMultimap . |
class |
InstanceDecorator
Instance decorator class. |
Methods in eu.esdihumboldt.hale.common.instance.model.impl that return Instance | |
---|---|
Instance |
PseudoInstanceReference.getInstance()
|
Instance |
DefaultInstanceCollection.getInstance(InstanceReference reference)
|
Instance |
MultiInstanceCollection.getInstance(InstanceReference reference)
|
Instance |
FilteredInstanceCollection.getInstance(InstanceReference reference)
|
Instance |
InstanceDecorator.getOriginalInstance()
Returns the original instance. |
Instance |
FilteredInstanceCollection.FilteredIterator.next()
|
Methods in eu.esdihumboldt.hale.common.instance.model.impl that return types with arguments of type Instance | |
---|---|
ResourceIterator<Instance> |
DefaultInstanceCollection.iterator()
|
ResourceIterator<Instance> |
MultiInstanceCollection.iterator()
|
ResourceIterator<Instance> |
FilteredInstanceCollection.iterator()
|
Methods in eu.esdihumboldt.hale.common.instance.model.impl with parameters of type Instance | |
---|---|
void |
DefaultInstanceCollection.add(Instance instance)
Adds an instance to the collection |
InstanceReference |
DefaultInstanceCollection.getReference(Instance instance)
|
InstanceReference |
MultiInstanceCollection.getReference(Instance instance)
|
InstanceReference |
FilteredInstanceCollection.getReference(Instance instance)
|
Constructors in eu.esdihumboldt.hale.common.instance.model.impl with parameters of type Instance | |
---|---|
DefaultInstance(Instance org)
Copy constructor. |
|
InstanceDecorator(Instance instance)
Constructs the decorator with the given instance. |
|
PseudoInstanceReference(Instance instance)
Create a pseudo instance reference. |
Constructor parameters in eu.esdihumboldt.hale.common.instance.model.impl with type arguments of type Instance | |
---|---|
DefaultInstanceCollection(Collection<? extends Instance> collection)
Create an instance collection backed |
|
FilteredInstanceCollection.FilteredIterator(ResourceIterator<Instance> decoratee)
Create a filtered resource iterator. |
Uses of Instance in eu.esdihumboldt.hale.common.instance.orient |
---|
Classes in eu.esdihumboldt.hale.common.instance.orient that implement Instance | |
---|---|
class |
OInstance
Instance implementation based on ODocument s |
Constructors in eu.esdihumboldt.hale.common.instance.orient with parameters of type Instance | |
---|---|
OInstance(Instance org)
Copy constructor. |
Uses of Instance in eu.esdihumboldt.hale.common.instance.orient.storage |
---|
Methods in eu.esdihumboldt.hale.common.instance.orient.storage that return Instance | |
---|---|
Instance |
BrowseOrientInstanceCollection.getInstance(InstanceReference reference)
|
Instance |
OrientInstanceReference.load(LocalOrientDB lodb)
Load the instance specified by the reference from the given database. |
Methods in eu.esdihumboldt.hale.common.instance.orient.storage that return types with arguments of type Instance | |
---|---|
ResourceIterator<Instance> |
BrowseOrientInstanceCollection.iterator()
|
Methods in eu.esdihumboldt.hale.common.instance.orient.storage with parameters of type Instance | |
---|---|
void |
OrientInstanceSink.addInstance(Instance instance)
|
static InstanceReference |
OrientInstanceReference.createReference(Instance instance)
Create a reference for an instance |
InstanceReference |
BrowseOrientInstanceCollection.getReference(Instance instance)
|
protected void |
StoreInstancesJob.processInstance(Instance instance)
Process an instance before it is saved. |
protected void |
OrientInstanceSink.processInstance(Instance instance)
Process an instance before it is converted and saved. |
Uses of Instance in eu.esdihumboldt.hale.common.instancevalidator |
---|
Methods in eu.esdihumboldt.hale.common.instancevalidator with parameters of type Instance | |
---|---|
static InstanceValidationReporter |
InstanceValidator.validate(Instance instance)
Validates the given Instance . |
Uses of Instance in eu.esdihumboldt.hale.common.instancevalidator.validators |
---|
Methods in eu.esdihumboldt.hale.common.instancevalidator.validators with parameters of type Instance | |
---|---|
void |
AbstractFlagValidator.validateTypeConstraint(Instance instance,
TypeConstraint constraint,
InstanceValidationContext context)
|
void |
ValidationConstraintValidator.validateTypeConstraint(Instance instance,
TypeConstraint constraint,
InstanceValidationContext context)
|
Uses of Instance in eu.esdihumboldt.hale.io.gml.geometry |
---|
Methods in eu.esdihumboldt.hale.io.gml.geometry with parameters of type Instance | |
---|---|
Object |
GeometryHandler.createGeometry(Instance instance,
int srsDimension)
Create a geometry value from a given instance. |
Object |
Geometries.createGeometry(Instance instance,
int srsDimension)
|
static CRSDefinition |
GMLGeometryUtil.findCRS(Instance instance)
Find the CRS definition to be associated with the geometry contained in the given instance. |
static com.vividsolutions.jts.geom.Coordinate |
GMLGeometryUtil.parseCoord(Instance instance)
Parse a coordinate from a GML CoordType instance. |
static com.vividsolutions.jts.geom.Coordinate[] |
GMLGeometryUtil.parseCoordinates(Instance coordinates)
Parse coordinates from a GML CoordinatesType instance. |
static com.vividsolutions.jts.geom.Coordinate |
GMLGeometryUtil.parseDirectPosition(Instance directPosition)
Parse a coordinate from a GML DirectPositionType instance. |
static com.vividsolutions.jts.geom.Coordinate[] |
GMLGeometryUtil.parsePosList(Instance posList,
int srsDimension)
Parse a coordinate from a GML PosList instance. |
boolean |
CRSFinder.visit(Instance instance,
QName name)
|
Uses of Instance in eu.esdihumboldt.hale.io.gml.geometry.constraint |
---|
Methods in eu.esdihumboldt.hale.io.gml.geometry.constraint with parameters of type Instance | |
---|---|
Object |
GeometryFactory.createGeometry(Instance instance,
int srsDimension)
Create a geometry value from a given instance. |
Uses of Instance in eu.esdihumboldt.hale.io.gml.geometry.handler |
---|
Methods in eu.esdihumboldt.hale.io.gml.geometry.handler with parameters of type Instance | |
---|---|
Object |
PolygonHandler.createGeometry(Instance instance,
int srsDimension)
|
Object |
EnvelopeHandler.createGeometry(Instance instance,
int srsDimension)
|
Object |
GenericGeometryHandler.createGeometry(Instance instance,
int srsDimension)
|
Object |
PointHandler.createGeometry(Instance instance,
int srsDimension)
|
Object |
LinearRingHandler.createGeometry(Instance instance,
int srsDimension)
|
Object |
LineStringHandler.createGeometry(Instance instance,
int srsDimension)
|
protected GeometryProperty<com.vividsolutions.jts.geom.LinearRing> |
LinearRingHandler.createGeometry(Instance instance,
int srsDimension,
boolean allowTryOtherDimension)
Create a LinearRing geometry from the given instance. |
protected Object |
GenericGeometryHandler.createGeometry(Instance instance,
List<GeometryProperty<?>> childGeometries,
CRSDefinition defaultCrs)
Create a geometry value from a given instance. |
Uses of Instance in eu.esdihumboldt.hale.io.gml.reader.internal |
---|
Methods in eu.esdihumboldt.hale.io.gml.reader.internal that return Instance | |
---|---|
Instance |
GmlInstanceCollection.getInstance(InstanceReference reference)
|
Instance |
GmlInstanceCollection.InstanceIterator.next()
|
Methods in eu.esdihumboldt.hale.io.gml.reader.internal with parameters of type Instance | |
---|---|
InstanceReference |
GmlInstanceCollection.getReference(Instance instance)
|
Uses of Instance in eu.esdihumboldt.hale.io.gml.reader.internal.instance |
---|
Classes in eu.esdihumboldt.hale.io.gml.reader.internal.instance that implement Instance | |
---|---|
class |
StreamGmlInstance
Instance read from a XML or GML stream. |
Methods in eu.esdihumboldt.hale.io.gml.reader.internal.instance that return Instance | |
---|---|
static Instance |
StreamGmlHelper.parseInstance(XMLStreamReader reader,
TypeDefinition type,
Integer indexInStream,
boolean strict,
Integer srsDimension,
CRSProvider crsProvider,
TypeDefinition parentType,
List<QName> propertyPath)
Parses an instance with the given type from the given XML stream reader. |
Uses of Instance in eu.esdihumboldt.hale.io.gml.writer.internal |
---|
Methods in eu.esdihumboldt.hale.io.gml.writer.internal with parameters of type Instance | |
---|---|
protected void |
StreamGmlWriter.writeMember(Instance instance,
TypeDefinition type)
Write a given instance |
Uses of Instance in eu.esdihumboldt.hale.io.shp.reader.internal |
---|
Methods in eu.esdihumboldt.hale.io.shp.reader.internal that return Instance | |
---|---|
Instance |
ShapesInstanceCollection.getInstance(InstanceReference reference)
|
Methods in eu.esdihumboldt.hale.io.shp.reader.internal that return types with arguments of type Instance | |
---|---|
ResourceIterator<Instance> |
ShapesInstanceCollection.iterator()
|
Methods in eu.esdihumboldt.hale.io.shp.reader.internal with parameters of type Instance | |
---|---|
InstanceReference |
ShapesInstanceCollection.getReference(Instance instance)
|
Uses of Instance in eu.esdihumboldt.hale.ui.common.service.population |
---|
Methods in eu.esdihumboldt.hale.ui.common.service.population with parameters of type Instance | |
---|---|
void |
PopulationService.addToPopulation(Instance instance)
Add an instance to the population. |
void |
PopulationService.addToPopulation(Instance instance,
DataSet dataSet)
Add an instance to the population, explicitly specifying the associated data set. |
Uses of Instance in eu.esdihumboldt.hale.ui.functions.groovy |
---|
Methods in eu.esdihumboldt.hale.ui.functions.groovy that return Instance | |
---|---|
protected Instance |
InstanceTestValues.getInstance(PropertyEntityDefinition property)
Get an instance that may hold a value for the given property. |
Methods in eu.esdihumboldt.hale.ui.functions.groovy with parameters of type Instance | |
---|---|
protected Object |
InstanceTestValues.extractValue(Instance instance,
PropertyEntityDefinition property)
Extract the value represented by the given property from the given instance. |
Uses of Instance in eu.esdihumboldt.hale.ui.geometry |
---|
Methods in eu.esdihumboldt.hale.ui.geometry with parameters of type Instance | |
---|---|
static Collection<GeometryProperty<?>> |
DefaultGeometryUtil.getDefaultGeometries(Instance instance)
Get the default geometry of an instance. |
Uses of Instance in eu.esdihumboldt.hale.ui.service.instance.internal.orient |
---|
Methods in eu.esdihumboldt.hale.ui.service.instance.internal.orient that return Instance | |
---|---|
Instance |
OrientInstanceService.getInstance(InstanceReference reference)
|
Methods in eu.esdihumboldt.hale.ui.service.instance.internal.orient with parameters of type Instance | |
---|---|
InstanceReference |
OrientInstanceService.getReference(Instance instance)
|
protected void |
HaleStoreInstancesJob.processInstance(Instance instance)
|
protected void |
HaleOrientInstanceSink.processInstance(Instance instance)
|
Uses of Instance in eu.esdihumboldt.hale.ui.service.instance.sample |
---|
Methods in eu.esdihumboldt.hale.ui.service.instance.sample that return types with arguments of type Instance | |
---|---|
Collection<Instance> |
InstanceSampleService.getReferenceInstances()
Get the reference instance sample |
Method parameters in eu.esdihumboldt.hale.ui.service.instance.sample with type arguments of type Instance | |
---|---|
void |
InstanceSampleService.setReferenceInstances(Collection<Instance> instances)
Set the reference instance sample |
Uses of Instance in eu.esdihumboldt.hale.ui.service.instance.sample.internal |
---|
Methods in eu.esdihumboldt.hale.ui.service.instance.sample.internal that return types with arguments of type Instance | |
---|---|
Collection<Instance> |
InstanceSampleServiceImpl.getReferenceInstances()
|
Method parameters in eu.esdihumboldt.hale.ui.service.instance.sample.internal with type arguments of type Instance | |
---|---|
void |
InstanceSampleServiceImpl.setReferenceInstances(Collection<Instance> instances)
|
Uses of Instance in eu.esdihumboldt.hale.ui.service.population.internal |
---|
Methods in eu.esdihumboldt.hale.ui.service.population.internal with parameters of type Instance | |
---|---|
void |
PopulationServiceImpl.addToPopulation(Instance instance)
|
void |
PopulationServiceImpl.addToPopulation(Instance instance,
DataSet dataSet)
|
Uses of Instance in eu.esdihumboldt.hale.ui.views.data |
---|
Method parameters in eu.esdihumboldt.hale.ui.views.data with type arguments of type Instance | |
---|---|
protected void |
AbstractDataView.onSelectionChange(Iterable<Instance> selection)
Called when the selection has changed |
protected void |
SourceDataView.onSelectionChange(Iterable<Instance> selection)
|
void |
AbstractDataView.selectionChanged(TypeDefinition type,
Iterable<Instance> selection)
|
void |
InstanceViewer.setInput(TypeDefinition type,
Iterable<Instance> instances)
Set the input. |
Uses of Instance in eu.esdihumboldt.hale.ui.views.data.internal |
---|
Method parameters in eu.esdihumboldt.hale.ui.views.data.internal with type arguments of type Instance | |
---|---|
void |
SimpleInstanceSelectionProvider.updateSelection(Iterable<Instance> instances)
Update the instance selection. |
Uses of Instance in eu.esdihumboldt.hale.ui.views.data.internal.compare |
---|
Method parameters in eu.esdihumboldt.hale.ui.views.data.internal.compare with type arguments of type Instance | |
---|---|
void |
DefinitionInstanceTreeViewer.setInput(TypeDefinition type,
Iterable<Instance> instances)
|
Constructors in eu.esdihumboldt.hale.ui.views.data.internal.compare with parameters of type Instance | |
---|---|
DefinitionInstanceLabelProvider(Instance instance)
Create an instance label provider for tree based on a TypeDefinition |
Uses of Instance in eu.esdihumboldt.hale.ui.views.data.internal.explore |
---|
Method parameters in eu.esdihumboldt.hale.ui.views.data.internal.explore with type arguments of type Instance | |
---|---|
void |
InstanceExplorer.setInput(TypeDefinition type,
Iterable<Instance> instances)
|
Uses of Instance in eu.esdihumboldt.hale.ui.views.data.internal.filter |
---|
Method parameters in eu.esdihumboldt.hale.ui.views.data.internal.filter with type arguments of type Instance | |
---|---|
void |
InstanceSelectionListener.selectionChanged(TypeDefinition type,
Iterable<Instance> selection)
Called when the selection changed |
Uses of Instance in eu.esdihumboldt.hale.ui.views.styledmap.painter |
---|
Methods in eu.esdihumboldt.hale.ui.views.styledmap.painter with parameters of type Instance | |
---|---|
protected InstanceWaypoint |
AbstractInstancePainter.createWaypoint(Instance instance,
InstanceService instanceService)
Create a way-point for an instance |
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |