Uses of Interface
org.geotools.api.feature.Attribute
Packages that use Attribute
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 Attribute in org.geotools.api.feature
Subinterfaces of Attribute in org.geotools.api.featureModifier and TypeInterfaceDescriptioninterfaceAn instance ofComplexTypewhich is composed of other properties.interfaceAn instance ofFeatureTyperepresenting a geographic feature composed of geometric and non-geometric properties.interfaceAn attribute which has a geometric value.Methods in org.geotools.api.feature that return AttributeModifier and TypeMethodDescriptionFeatureFactory.createAttribute(Object value, AttributeDescriptor descriptor, String id) Creates an attribute.Association.getValue()Override ofProperty.getValue()which type narrows toAttribute.Methods in org.geotools.api.feature with parameters of type AttributeModifier and TypeMethodDescriptionFeatureFactory.createAssociation(Attribute value, AssociationDescriptor descriptor) Creates an association. -
Uses of Attribute in org.geotools.api.feature.simple
Subinterfaces of Attribute in org.geotools.api.feature.simpleModifier and TypeInterfaceDescriptioninterfaceAn instance ofSimpleFeatureTypecomposed of fixed list values in a known order. -
Uses of Attribute in org.geotools.api.feature.type
Methods in org.geotools.api.feature.type with parameters of type Attribute -
Uses of Attribute in org.geotools.appschema.feature
Methods in org.geotools.appschema.feature that return AttributeModifier and TypeMethodDescriptionAppSchemaAttributeBuilder.add(String id, Object value, Name name, AttributeType type) Adds an attribute to the complex attribute being built overriding the type of the declared attribute descriptor by a subtype of it.AppSchemaFeatureFactoryImpl.createAttribute(Object value, AttributeDescriptor descriptor, String id) Create an attribute, even for null id. -
Uses of Attribute in org.geotools.data.complex
Methods in org.geotools.data.complex that return AttributeModifier and TypeMethodDescriptionPathAttributeList.Pair.getAttribute()protected AttributeAbstractMappingFeatureIterator.setAttributeContent(Attribute target, XPathUtil.StepList xpath, Object value, String id, AttributeType targetNodeType, boolean isXlinkRef, Expression sourceExpression, Object source, Map<Name, Expression> clientProperties, boolean ignoreXlinkHref) protected AttributeDataAccessMappingFeatureIterator.setAttributeValue(Attribute target, String id, Object source, AttributeMapping attMapping, Object values, XPathUtil.StepList inputXpath, List<PropertyName> selectedProperties) Sets the values of grouping attributes.Methods in org.geotools.data.complex with parameters of type AttributeModifier and TypeMethodDescriptionvoidStore information for labelled attributes.protected AttributeAbstractMappingFeatureIterator.setAttributeContent(Attribute target, XPathUtil.StepList xpath, Object value, String id, AttributeType targetNodeType, boolean isXlinkRef, Expression sourceExpression, Object source, Map<Name, Expression> clientProperties, boolean ignoreXlinkHref) protected AttributeDataAccessMappingFeatureIterator.setAttributeValue(Attribute target, String id, Object source, AttributeMapping attMapping, Object values, XPathUtil.StepList inputXpath, List<PropertyName> selectedProperties) Sets the values of grouping attributes.protected voidAbstractMappingFeatureIterator.setClientProperties(Attribute target, Object source, Map<Name, Expression> clientProperties) protected voidXmlMappingFeatureIterator.setClientProperties(Attribute target, Object xpathPrefix, Map<Name, Expression> clientProperties) protected voidAbstractMappingFeatureIterator.setGeometryUserData(Attribute target, Map<Name, Object> targetAttributes) protected voidDataAccessMappingFeatureIterator.setXlinkReference(Attribute target, Map<Name, Expression> clientPropsMappings, Object value, XPathUtil.StepList xpath, AttributeType targetNodeType) Set xlink:href client property for multi-valued chained features.Constructors in org.geotools.data.complex with parameters of type Attribute -
Uses of Attribute in org.geotools.data.complex.feature.xpath
Methods in org.geotools.data.complex.feature.xpath that return AttributeConstructors in org.geotools.data.complex.feature.xpath with parameters of type AttributeModifierConstructorDescriptionprotectedAttributeNodePointer(NodePointer parent, Attribute feature, QName name) protectedXmlAttributeNodePointer(NodePointer parent, Attribute feature, Name name) -
Uses of Attribute in org.geotools.data.complex.filter
Methods in org.geotools.data.complex.filter that return AttributeModifier and TypeMethodDescriptionXPath.set(Attribute att, XPathUtil.StepList xpath, Object value, String id, AttributeType targetNodeType, boolean isXlinkRef, AttributeDescriptor targetDescriptor, Expression sourceExpression) XPath.set(Attribute att, XPathUtil.StepList xpath, Object value, String id, AttributeType targetNodeType, boolean isXlinkRef, Expression sourceExpression) Sets the value of the attribute ofattaddressed byxpathand of typetargetNodeTypeto bevaluewith idid.Methods in org.geotools.data.complex.filter with parameters of type AttributeModifier and TypeMethodDescriptionXPath.set(Attribute att, XPathUtil.StepList xpath, Object value, String id, AttributeType targetNodeType, boolean isXlinkRef, AttributeDescriptor targetDescriptor, Expression sourceExpression) XPath.set(Attribute att, XPathUtil.StepList xpath, Object value, String id, AttributeType targetNodeType, boolean isXlinkRef, Expression sourceExpression) Sets the value of the attribute ofattaddressed byxpathand of typetargetNodeTypeto bevaluewith idid. -
Uses of Attribute in org.geotools.data.gen
Classes in org.geotools.data.gen that implement Attribute -
Uses of Attribute in org.geotools.data.mongodb
Classes in org.geotools.data.mongodb that implement Attribute -
Uses of Attribute in org.geotools.feature
Classes in org.geotools.feature that implement AttributeModifier and TypeClassDescriptionclassSimple, mutable class to store attributes.classclassBase class for feature decorators.classTemptative implementation of Feature.classTODO: rename to GeometricAttribute Provides ...TODO summary sentenceMethods in org.geotools.feature that return AttributeModifier and TypeMethodDescriptionAdds an attribute to the complex attribute being built.Adds an attribute to the complex attribute being built.Adds an attribute to the complex attribute being built.Adds an attribute to the complex attribute being built.Adds an attribute to the complex attribute being built.Adds an attribute to the complex attribute being built.AttributeBuilder.addAnyTypeValue(Object value, AttributeType type, AttributeDescriptor descriptor, String id) Special case for any type.AttributeBuilder.addComplexAnyTypeAttribute(Object value, AttributeDescriptor descriptor, String id) Create a complex attribute for XS.AnyType, since it's defined as a simple type.AttributeBuilder.build()Builds the attribute.Builds the attribute.AttributeBuilder.buildSimple(String id, Object value) protected AttributeAttributeBuilder.create(Object value, AttributeType type, AttributeDescriptor descriptor, String id) Factors out attribute creation code, needs to be called with either one of type or descriptor null.AbstractFeatureFactoryImpl.createAttribute(Object value, AttributeDescriptor descriptor, String id) AssociationImpl.getValue()Methods in org.geotools.feature with parameters of type AttributeModifier and TypeMethodDescriptionvoidAdds an association to the complex attribute being built.voidAdds an association to the complex attribute being built.voidAdds an association to the complex attribute being built.AbstractFeatureFactoryImpl.createAssociation(Attribute related, AssociationDescriptor descriptor) voidInitializes the state of the builder based on a previously built attribute.Constructors in org.geotools.feature with parameters of type AttributeModifierConstructorDescriptionprotectedAssociationImpl(Attribute value, AssociationDescriptor descriptor) -
Uses of Attribute in org.geotools.feature.simple
Classes in org.geotools.feature.simple that implement AttributeModifier and TypeClassDescriptionclassAn implementation ofSimpleFeaturegeared towards speed and backed by an Object[]. -
Uses of Attribute in org.geotools.feature.type
Classes in org.geotools.feature.type that implement AttributeModifier and TypeClassDescriptionfinal classReadonly wrapper around the provided Attribute.Methods in org.geotools.feature.type with parameters of type AttributeModifier and TypeMethodDescriptionstatic booleanEnsures an attribute value is withing the restrictions of the AttributeDescriptor and AttributeType.static voidValidates attribute.static voidValidates content against an attribute.static voidTypes.validate(AttributeType type, Attribute attribute, Object attributeContent) Validates content against attribute (using the supplied attribute type).protected static voidTypes.validate(AttributeType type, Attribute attribute, Object attributeContent, boolean isSuper) Validates content against attribute (using the supplied attribute type).Method parameters in org.geotools.feature.type with type arguments of type AttributeModifier and TypeMethodDescriptionstatic voidTypes.validate(ComplexAttribute attribute, Collection<Attribute> content) Validate content using complex attribute restrictions.protected static voidTypes.validate(ComplexType type, ComplexAttribute attribute, Collection<Attribute> content) Validate content using complex attribute and type restrictions.Constructors in org.geotools.feature.type with parameters of type Attribute -
Uses of Attribute in org.geotools.jdbc
Classes in org.geotools.jdbc that implement AttributeModifier and TypeClassDescriptionprotected classFeature wrapper around a result set. -
Uses of Attribute in org.geotools.wfs
Methods in org.geotools.wfs that return types with arguments of type Attribute