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 AbstractOperation
FeatureOperations.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 AbstractOperation
FeatureOperations.envelope
(Map<String, ?> identification, CoordinateReferenceSystem crs, AbstractIdentifiedType... geometryAttributes) Creates an operation computing the envelope that encompass all geometries found in the given attributes.static AbstractOperation
FeatureOperations.link
(Map<String, ?> identification, AbstractIdentifiedType referent) Creates an operation which is only an alias for another property.