Uses of Enum Class
org.apache.sis.feature.FoliationRepresentation
Packages that use FoliationRepresentation
Package
Description
Defines the structure and content of views of real-world phenomenon.
Data store base types for retrieving and saving geospatial data
in various storage formats.
-
Uses of FoliationRepresentation in org.apache.sis.feature
Subclasses with type arguments of type FoliationRepresentation in org.apache.sis.featureModifier and TypeClassDescriptionenum
Specifies whether trajectories are represented in a single moving feature instance or fragmented in distinct static feature instances.Methods in org.apache.sis.feature that return FoliationRepresentationModifier and TypeMethodDescriptionstatic FoliationRepresentation
Returns the enum constant of this class with the specified name.static FoliationRepresentation[]
FoliationRepresentation.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FoliationRepresentation in org.apache.sis.storage
Fields in org.apache.sis.storage with type parameters of type FoliationRepresentationModifier and TypeFieldDescriptionstatic final OptionKey
<FoliationRepresentation> DataOptionKey.FOLIATION_REPRESENTATION
Whether to assemble trajectory fragments (distinct CSV lines) into a singleFeature
instance forming a foliation.