Uses of Class
org.apache.sis.feature.AbstractOperation
Packages that use AbstractOperation
Package
Description
Defines the structure and content of views of real-world phenomenon.
-
Uses of AbstractOperation in org.apache.sis.feature
Methods in org.apache.sis.feature that return AbstractOperationModifier and TypeMethodDescriptionstatic AbstractOperationFeatureOperations.compound(Map<String, ?> identification, String delimiter, String prefix, String suffix, AbstractIdentifiedType... singleAttributes) Creates an operation concatenating the string representations of the values of multiple properties.static AbstractOperationFeatureOperations.envelope(Map<String, ?> identification, CoordinateReferenceSystem crs, AbstractIdentifiedType... geometryAttributes) Creates an operation computing the envelope that encompass all geometries found in the given attributes.static <V> AbstractOperationFeatureOperations.expression(Map<String, ?> identification, Expression<? super AbstractFeature, ?> expression, DefaultAttributeType<V> resultType) Creates an operation which delegates the computation to a given expression producing values of unknown type.static <V> AbstractOperationFeatureOperations.function(Map<String, ?> identification, Function<? super AbstractFeature, ? extends V> expression, DefaultAttributeType<? super V> resultType) Creates an operation which delegates the computation to a given expression.static AbstractOperationFeatureOperations.groupAsPolyline(Map<String, ?> identification, GeometryLibrary library, AbstractIdentifiedType components) Creates a single geometry from a sequence of points or polylines stored in another property.static AbstractOperationFeatureOperations.link(Map<String, ?> identification, AbstractIdentifiedType referent) Creates an operation which is only an alias for another property.AbstractOperation.updateDependencies(Map<String, AbstractIdentifiedType> dependencies) Returns the same operation but using different properties as inputs.