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.
Reads and writes data in GPS Exchange Format (GPX).
-
Uses of AbstractOperation in org.apache.sis.feature
Subclasses of AbstractOperation in org.apache.sis.featureModifier and TypeClassDescription(package private) final class
An operation computing the envelope that encompass all geometries found in a list of attributes.(package private) final class
A link operation, which is like a redirection or an alias.(package private) final class
An operation concatenating the string representations of the values of multiple properties.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, org.opengis.referencing.crs.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. -
Uses of AbstractOperation in org.apache.sis.internal.storage.gpx
Subclasses of AbstractOperation in org.apache.sis.internal.storage.gpxModifier and TypeClassDescription(package private) final class
Creates a single (Multi)Polyline
instance from a sequence of points or polylines stored in another property.