Uses of Enum
org.apache.sis.feature.FoliationRepresentation
Packages that use FoliationRepresentation
Package
Description
Defines the structure and content of views of real-world phenomenon.
DataStore
implementation for Coma Separated Values (CSV) files.Data store base types for retrieving and saving geospatial data
in various storage formats.
-
Uses of FoliationRepresentation in org.apache.sis.feature
Methods in org.apache.sis.feature that return FoliationRepresentationModifier and TypeMethodDescriptionstatic FoliationRepresentation
Returns the enum constant of this type with the specified name.static FoliationRepresentation[]
FoliationRepresentation.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FoliationRepresentation in org.apache.sis.internal.storage.csv
Fields in org.apache.sis.internal.storage.csv with type parameters of type FoliationRepresentationModifier and TypeFieldDescriptionprivate static final org.opengis.parameter.ParameterDescriptor<FoliationRepresentation>
StoreProvider.FOLIATION
Description of the optional parameter for specifying whether the reader should assemble distinct CSV lines into a singleFeature
instance forming a foliation. -
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.