Uses of Class
org.apache.sis.feature.FoliationRepresentation
-
Packages that use FoliationRepresentation Package Description org.apache.sis.feature Defines the structure and content of views of real-world phenomenon.org.apache.sis.storage 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 FoliationRepresentation Modifier and Type Method Description static FoliationRepresentation
FoliationRepresentation. valueOf(String name)
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.storage
Fields in org.apache.sis.storage with type parameters of type FoliationRepresentation Modifier and Type Field Description static OptionKey<FoliationRepresentation>
DataOptionKey. FOLIATION_REPRESENTATION
Whether to assemble trajectory fragments (distinct CSV lines) into a singleFeature
instance forming a foliation.
-