Uses of Interface
org.geotools.api.feature.Property
Packages that use Property
Package
Description
Representation a features on a map.
Profile of the general ISO 19107 feature model built around the idea of a simple feature composed of a list of
values.
Feature model ISO 19109 with allowances for usability.
This package contains the implementation of a ComplexDataStore,
-
Uses of Property in org.geotools.api.feature
Subinterfaces of Property in org.geotools.api.featureModifier and TypeInterfaceDescriptioninterface
Extension of Property to represent an Association, or relationship, between two attributes.interface
An extension of Property for an attribute, or data.interface
An instance ofComplexType
which is composed of other properties.interface
An instance ofFeatureType
representing a geographic feature composed of geometric and non-geometric properties.interface
An attribute which has a geometric value.Methods in org.geotools.api.feature that return PropertyModifier and TypeMethodDescriptionComplexAttribute.getProperty
(String name) Returns single property of the complex attribute which matches the specified name.ComplexAttribute.getProperty
(Name name) Returns single property of the complex attribute which matches the specified name.Methods in org.geotools.api.feature that return types with arguments of type PropertyModifier and TypeMethodDescriptionComplexAttribute.getProperties()
Complete collection of properties.ComplexAttribute.getProperties
(String name) Returns a subset of the properties of the complex attribute which match the specified name.ComplexAttribute.getProperties
(Name name) Returns a subset of the properties of the complex attribute which match the specified name.Collection<? extends Property>
ComplexAttribute.getValue()
Override ofgetValue()
which returns the collection ofProperty
which make up the value of the complex attribute.Method parameters in org.geotools.api.feature with type arguments of type PropertyModifier and TypeMethodDescriptionFeatureFactory.createComplexAttribute
(Collection<Property> value, AttributeDescriptor descriptor, String id) Creates a complex attribute.FeatureFactory.createComplexAttribute
(Collection<Property> value, ComplexType type, String id) Creates a complex attribute.FeatureFactory.createFeature
(Collection<Property> value, AttributeDescriptor descriptor, String id) Creates a feature.FeatureFactory.createFeature
(Collection<Property> value, FeatureType type, String id) Creates a feature.void
ComplexAttribute.setValue
(Collection<Property> values) Sets the contained properties of the complex attribute. -
Uses of Property in org.geotools.api.feature.simple
Subinterfaces of Property in org.geotools.api.feature.simpleModifier and TypeInterfaceDescriptioninterface
An instance ofSimpleFeatureType
composed of fixed list values in a known order. -
Uses of Property in org.geotools.api.feature.type
Methods in org.geotools.api.feature.type that return types with arguments of type PropertyModifier and TypeMethodDescriptionComplexType.getBinding()
Override and type narrow to Collection.class. -
Uses of Property in org.geotools.data.complex
Methods in org.geotools.data.complex with parameters of type PropertyModifier and TypeMethodDescriptionprotected Map<Name,
Expression> AbstractMappingFeatureIterator.getClientProperties
(Property attribute) -
Uses of Property in org.geotools.data.complex.feature.type
Methods in org.geotools.data.complex.feature.type that return types with arguments of type Property -
Uses of Property in org.geotools.data.gen
Classes in org.geotools.data.gen that implement PropertyMethods in org.geotools.data.gen that return PropertyModifier and TypeMethodDescriptionPreGeneralizedSimpleFeature.getProperty
(String name) PreGeneralizedSimpleFeature.getProperty
(Name name) Methods in org.geotools.data.gen that return types with arguments of type PropertyModifier and TypeMethodDescriptionPreGeneralizedSimpleFeature.getProperties()
PreGeneralizedSimpleFeature.getProperties
(String name) PreGeneralizedSimpleFeature.getProperties
(Name name) Collection<? extends Property>
PreGeneralizedSimpleFeature.getValue()
Method parameters in org.geotools.data.gen with type arguments of type PropertyModifier and TypeMethodDescriptionvoid
PreGeneralizedSimpleFeature.setValue
(Collection<Property> arg0) -
Uses of Property in org.geotools.data.mongodb
Classes in org.geotools.data.mongodb that implement PropertyMethods in org.geotools.data.mongodb that return PropertyModifier and TypeMethodDescriptionMongoDBObjectFeature.getProperty
(String name) MongoDBObjectFeature.getProperty
(Name name) Methods in org.geotools.data.mongodb that return types with arguments of type PropertyModifier and TypeMethodDescriptionMongoDBObjectFeature.getProperties()
MongoDBObjectFeature.getProperties
(String name) MongoDBObjectFeature.getProperties
(Name name) Collection<? extends Property>
MongoDBObjectFeature.getValue()
Method parameters in org.geotools.data.mongodb with type arguments of type Property -
Uses of Property in org.geotools.data.vpf
Methods in org.geotools.data.vpf that return types with arguments of type Property -
Uses of Property in org.geotools.feature
Classes in org.geotools.feature that implement PropertyModifier and TypeClassDescriptionclass
class
Simple, mutable class to store attributes.class
class
Base class for feature decorators.class
Temptative implementation of Feature.class
TODO: rename to GeometricAttribute Provides ...TODO summary sentenceclass
Implementation of Property.Methods in org.geotools.feature that return PropertyModifier and TypeMethodDescriptionComplexAttributeImpl.getProperty
(String name) ComplexAttributeImpl.getProperty
(Name name) DecoratingFeature.getProperty
(String arg0) DecoratingFeature.getProperty
(Name arg0) Methods in org.geotools.feature that return types with arguments of type PropertyModifier and TypeMethodDescriptionAttributeBuilder.getProperties()
Convenience accessor for properties list which does the null check.ComplexAttributeImpl.getProperties()
ComplexAttributeImpl.getProperties
(String name) ComplexAttributeImpl.getProperties
(Name name) DecoratingFeature.getProperties()
DecoratingFeature.getProperties
(String arg0) DecoratingFeature.getProperties
(Name arg0) Collection<? extends Property>
ComplexAttributeImpl.getValue()
Collection<? extends Property>
DecoratingFeature.getValue()
AttributeBuilder.properties()
Convenience accessor for properties list which does the null check.ComplexAttributeImpl.properties()
Internal helper method for getting at the properties without wrapping in unmodifiable collection.Methods in org.geotools.feature with parameters of type PropertyModifier and TypeMethodDescriptionvoid
Appends a property to this attribute's property list without incurring in unnecessary object allocation such as safe-copying the values list as inComplexAttributeImpl.setValue(Collection)
void
Append a property value to the complex feature under construction and associate it with the name specified.Method parameters in org.geotools.feature with type arguments of type PropertyModifier and TypeMethodDescriptionAbstractFeatureFactoryImpl.createComplexAttribute
(Collection<Property> value, AttributeDescriptor descriptor, String id) AbstractFeatureFactoryImpl.createComplexAttribute
(Collection<Property> value, ComplexType type, String id) AbstractFeatureFactoryImpl.createFeature
(Collection<Property> value, AttributeDescriptor descriptor, String id) AbstractFeatureFactoryImpl.createFeature
(Collection<Property> value, FeatureType type, String id) void
ComplexAttributeImpl.setValue
(Collection<Property> newValue) void
DecoratingFeature.setValue
(Collection<Property> arg0) Constructor parameters in org.geotools.feature with type arguments of type PropertyModifierConstructorDescriptionComplexAttributeImpl
(Collection<Property> properties, AttributeDescriptor descriptor, Identifier id) ComplexAttributeImpl
(Collection<Property> properties, ComplexType type, Identifier id) FeatureImpl
(Collection<Property> properties, AttributeDescriptor desc, FeatureId id) Create a Feature with the following content.FeatureImpl
(Collection<Property> properties, FeatureType type, FeatureId id) Create a Feature with the following content. -
Uses of Property in org.geotools.feature.simple
Classes in org.geotools.feature.simple that implement PropertyModifier and TypeClassDescriptionclass
An implementation ofSimpleFeature
geared towards speed and backed by an Object[].Methods in org.geotools.feature.simple that return PropertyModifier and TypeMethodDescriptionSimpleFeatureImpl.getProperty
(String name) SimpleFeatureImpl.getProperty
(Name name) Methods in org.geotools.feature.simple that return types with arguments of type PropertyModifier and TypeMethodDescriptionSimpleFeatureImpl.getProperties()
SimpleFeatureImpl.getProperties
(String name) SimpleFeatureImpl.getProperties
(Name name) Collection<? extends Property>
SimpleFeatureImpl.getValue()
Method parameters in org.geotools.feature.simple with type arguments of type Property -
Uses of Property in org.geotools.feature.type
Classes in org.geotools.feature.type that implement PropertyModifier and TypeClassDescriptionfinal class
Readonly wrapper around the provided Attribute.Methods in org.geotools.feature.type that return types with arguments of type PropertyModifier and TypeMethodDescriptionAbstractLazyComplexTypeImpl.getBinding()
ComplexTypeImpl.getBinding()
-
Uses of Property in org.geotools.gml3.bindings
Methods in org.geotools.gml3.bindings with parameters of type PropertyModifier and TypeMethodDescriptionstatic void
GML3EncodingUtils.encodeClientProperties
(Property complex, Element element) Encode any client properties (XML attributes) found in the UserData map of a ComplexAttribute as XML attributes of the element. -
Uses of Property in org.geotools.jdbc
Classes in org.geotools.jdbc that implement PropertyModifier and TypeClassDescriptionprotected class
Feature wrapper around a result set.Methods in org.geotools.jdbc that return PropertyModifier and TypeMethodDescriptionJDBCFeatureReader.ResultSetFeature.getProperty
(String name) JDBCFeatureReader.ResultSetFeature.getProperty
(Name name) Methods in org.geotools.jdbc that return types with arguments of type PropertyModifier and TypeMethodDescriptionJDBCFeatureReader.ResultSetFeature.getProperties()
JDBCFeatureReader.ResultSetFeature.getProperties
(String name) JDBCFeatureReader.ResultSetFeature.getProperties
(Name name) Collection<? extends Property>
JDBCFeatureReader.ResultSetFeature.getValue()
Method parameters in org.geotools.jdbc with type arguments of type PropertyModifier and TypeMethodDescriptionvoid
JDBCFeatureReader.ResultSetFeature.setValue
(Collection<Property> value)