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 TypeClassDescriptionclassAn instance of an feature association role containing the associated feature.classAn instance of an attribute type containing the value of an attribute in a feature.(package private) classAn association implementation which delegate its work to the parent feature.private static final classSpecialization ofAssociationViewwhen the amount of values can be only zero or one.(package private) classAn attribute implementation which delegate its work to the parent feature.private static final classSpecialization ofAttributeViewwhen the amount of values can be only zero or one.private final classThe attributes that contains the result of union of all envelope extracted from other attributes.(package private) classField<V>Base class of property that can be stored in aAbstractFeatureinstance.(package private) final classAn instance of an association role containing an arbitrary number of values.(package private) final classAn instance of an attribute type containing an arbitrary number of values.(package private) final classAn instance of an association role containing at most one value.(package private) final classAn instance of an attribute type containing at most one value.private final classThe 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 PropertyPropertyView.create(AbstractFeature feature, AbstractIdentifiedType type) Creates a new property which will delegate its work to the given feature.(package private) final PropertyAbstractFeature.createProperty(String name) Creates a new property initialized to its default value.(package private) final PropertyAbstractFeature.createProperty(String name, Object value) Wraps the given value in aPropertyobject.private PropertySparseFeature.getPropertyInstance(String name) Implementation ofSparseFeature.getProperty(String)invoked when we know that theSparseFeature.propertiesmap containsPropertyinstances (as opposed to their value).Methods in org.apache.sis.feature with parameters of type PropertyModifier and TypeMethodDescription(package private) static voidAbstractFeature.setPropertyValue(Property property, Object value) Sets the value of the given property, with some minimal checks.(package private) final voidAbstractFeature.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 classThe attribute resulting from execution if theGroupAsPolylineOperation.