Uses of Class
org.apache.sis.feature.Property
Packages that use Property
Package
Description
Defines the structure and content of views of real-world phenomenon.
Reads and writes data in GPS Exchange Format (GPX).
-
Uses of Property in org.apache.sis.feature
Subclasses of Property 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) class
Field<V>
Base class of property that can be stored in aAbstractFeature
instance.(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.Methods in org.apache.sis.feature that return PropertyModifier and TypeMethodDescriptionEnvelopeOperation.apply
(AbstractFeature feature, org.opengis.parameter.ParameterValueGroup parameters) Returns an attribute whose value is the union of the envelopes of all geometries in the given feature found in properties specified at construction time.StringJoinOperation.apply
(AbstractFeature feature, org.opengis.parameter.ParameterValueGroup parameters) Returns the concatenation of property values of the given feature.(package private) static Property
PropertyView.create
(AbstractFeature feature, AbstractIdentifiedType type) Creates a new property which will delegate its work to the given feature.(package private) final Property
AbstractFeature.createProperty
(String name) Creates a new property initialized to its default value.(package private) final Property
AbstractFeature.createProperty
(String name, Object value) Wraps the given value in aProperty
object.private Property
SparseFeature.getPropertyInstance
(String name) Implementation ofSparseFeature.getProperty(String)
invoked when we know that theSparseFeature.properties
map containsProperty
instances (as opposed to their value).Methods in org.apache.sis.feature with parameters of type PropertyModifier and TypeMethodDescription(package private) static void
AbstractFeature.setPropertyValue
(Property property, Object value) Sets the value of the given property, with some minimal checks.(package private) final void
AbstractFeature.verifyPropertyType
(String name, Property property) Verifies if the given property can be assigned to this feature. -
Uses of Property in org.apache.sis.internal.storage.gpx
Subclasses of Property in org.apache.sis.internal.storage.gpxModifier and TypeClassDescriptionprivate static final class
The attribute resulting from execution if theGroupAsPolylineOperation
.