Uses of Class
org.apache.sis.feature.Field
Packages that use Field
Package
Description
Defines the structure and content of views of real-world phenomenon.
Reads and writes data in GPS Exchange Format (GPX).
-
Uses of Field in org.apache.sis.feature
Subclasses of Field in org.apache.sis.featureModifier and TypeClassDescriptionclass
An instance of an feature association role containing the associated feature.class
An instance of an attribute type containing the value of an attribute in a feature.(package private) class
An association implementation which delegate its work to the parent feature.private static final class
Specialization ofAssociationView
when the amount of values can be only zero or one.(package private) class
An attribute implementation which delegate its work to the parent feature.private static final class
Specialization ofAttributeView
when the amount of values can be only zero or one.private final class
The attributes that contains the result of union of all envelope extracted from other attributes.(package private) final class
An instance of an association role containing an arbitrary number of values.(package private) final class
An instance of an attribute type containing an arbitrary number of values.(package private) final class
An instance of an association role containing at most one value.(package private) final class
An instance of an attribute type containing at most one value.private final class
The attributes that contains the result of concatenating the string representation of other attributes.Fields in org.apache.sis.feature declared as FieldModifier and TypeFieldDescriptionPropertySingleton.property
The property where to read and write the value.Constructors in org.apache.sis.feature with parameters of type FieldModifierConstructorDescription(package private)
PropertySingleton
(Field<V> property) Creates a new list for the value of the given property. -
Uses of Field in org.apache.sis.internal.storage.gpx
Subclasses of Field in org.apache.sis.internal.storage.gpxModifier and TypeClassDescriptionprivate static final class
The attribute resulting from execution if theGroupAsPolylineOperation
.