Uses of Interface
org.opengis.feature.Attribute

Packages that use Attribute
org.geotools.data.complex This package contains the implementation of a ComplexDataStore, Author note: though this "Complex" datastore has born to provide complex features out of a simple features data source, it may be better called a DerivativeDataStore or something like that, you'll see why later. 
org.geotools.data.complex.filter   
org.geotools.data.gen   
org.geotools.data.wfs.feature   
org.geotools.feature   
org.geotools.feature.simple   
org.geotools.feature.type   
org.geotools.feature.xpath   
org.geotools.jdbc   
org.opengis.feature Representation a features on a map. 
org.opengis.feature.simple Profile of the general ISO 19107 feature model built around the idea of a simple feature composed of a list of values. 
org.opengis.feature.type Feature model ISO 19109 with allowances for usability. 
 

Uses of Attribute in org.geotools.data.complex
 

Methods in org.geotools.data.complex that return Attribute
 Attribute PathAttributeList.Pair.getAttribute()
           
protected  Attribute AbstractMappingFeatureIterator.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  Attribute DataAccessMappingFeatureIterator.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 Attribute
 void PathAttributeList.put(String key, String xpath, Attribute attribute)
          Store information for labelled attributes.
protected  Attribute AbstractMappingFeatureIterator.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  Attribute DataAccessMappingFeatureIterator.setAttributeValue(Attribute target, String id, Object source, AttributeMapping attMapping, Object values, XPathUtil.StepList inputXpath, List<PropertyName> selectedProperties)
          Sets the values of grouping attributes.
protected  void XmlFeatureTypeMapping.setClientProperties(Attribute target, Object source, Map<Name,Expression> clientProperties)
           
protected  void AbstractMappingFeatureIterator.setClientProperties(Attribute target, Object source, Map<Name,Expression> clientProperties)
           
protected  void XmlMappingFeatureIterator.setClientProperties(Attribute target, Object xpathPrefix, Map<Name,Expression> clientProperties)
           
protected  void AbstractMappingFeatureIterator.setGeometryUserData(Attribute target, Map<Name,Object> targetAttributes)
           
protected  void DataAccessMappingFeatureIterator.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
PathAttributeList.Pair(String xpath, Attribute attribute)
           
 

Uses of Attribute in org.geotools.data.complex.filter
 

Methods in org.geotools.data.complex.filter that return Attribute
 Attribute XPath.set(Attribute att, XPathUtil.StepList xpath, Object value, String id, AttributeType targetNodeType, boolean isXlinkRef, AttributeDescriptor targetDescriptor, Expression sourceExpression)
           
 Attribute XPath.set(Attribute att, XPathUtil.StepList xpath, Object value, String id, AttributeType targetNodeType, boolean isXlinkRef, Expression sourceExpression)
          Sets the value of the attribute of att addressed by xpath and of type targetNodeType to be value with id id.
 

Methods in org.geotools.data.complex.filter with parameters of type Attribute
 Attribute XPath.set(Attribute att, XPathUtil.StepList xpath, Object value, String id, AttributeType targetNodeType, boolean isXlinkRef, AttributeDescriptor targetDescriptor, Expression sourceExpression)
           
 Attribute XPath.set(Attribute att, XPathUtil.StepList xpath, Object value, String id, AttributeType targetNodeType, boolean isXlinkRef, Expression sourceExpression)
          Sets the value of the attribute of att addressed by xpath and of type targetNodeType to be value with id id.
 

Uses of Attribute in org.geotools.data.gen
 

Classes in org.geotools.data.gen that implement Attribute
 class PreGeneralizedSimpleFeature
           
 

Uses of Attribute in org.geotools.data.wfs.feature
 

Classes in org.geotools.data.wfs.feature that implement Attribute
 class LenientAttribute
          Simple, mutable class to store attributes - that does not validate!
 class LenientFeature
          An implementation of SimpleFeature that has a more relaxed attitude about being valid.
 

Methods in org.geotools.data.wfs.feature that return Attribute
 Attribute LenientFeatureFactory.createAttribute(Object value, AttributeDescriptor descriptor, String id)
           
 

Method parameters in org.geotools.data.wfs.feature with type arguments of type Attribute
 SimpleFeature LenientFeatureFactory.createSimpleFeature(List<Attribute> properties, SimpleFeatureType type, String id)
           
 

Constructor parameters in org.geotools.data.wfs.feature with type arguments of type Attribute
LenientFeature(List<Attribute> attributes, SimpleFeatureType schema, String featureID)
          Creates a new instance of flat feature, which must take a flat feature type schema and all attributes as arguments.
 

Uses of Attribute in org.geotools.feature
 

Classes in org.geotools.feature that implement Attribute
 class AttributeImpl
          Simple, mutable class to store attributes.
 class ComplexAttributeImpl
           
 class DecoratingFeature
          Base class for feature decorators.
 class FeatureImpl
          Temptative implementation of Feature.
 class GeometryAttributeImpl
          TODO: rename to GeometricAttribute Provides ...TODO summary sentence TODO Description Example Use: GeometryAttributeType x = new GeometryAttributeType( ... ); TODO code example
 

Methods in org.geotools.feature that return Attribute
 Attribute AttributeBuilder.add(Object value, Name name)
          Adds an attribute to the complex attribute being built.
 Attribute AttributeBuilder.add(Object value, String name)
          Adds an attribute to the complex attribute being built.
 Attribute AttributeBuilder.add(Object value, String name, String namespaceURI)
          Adds an attribute to the complex attribute being built.
 Attribute AttributeBuilder.add(String id, Object value, Name name)
          Adds an attribute to the complex attribute being built.
 Attribute AppSchemaAttributeBuilder.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.
 Attribute AttributeBuilder.add(String id, Object value, String name)
          Adds an attribute to the complex attribute being built.
 Attribute AttributeBuilder.add(String id, Object value, String name, String namespaceURI)
          Adds an attribute to the complex attribute being built.
 Attribute AttributeBuilder.addAnyTypeValue(Object value, AttributeType type, AttributeDescriptor descriptor, String id)
          Special case for any type.
 Attribute AttributeBuilder.addComplexAnyTypeAttribute(Object value, AttributeDescriptor descriptor, String id)
          Create a complex attribute for XS.AnyType, since it's defined as a simple type.
 Attribute AttributeBuilder.build()
          Builds the attribute.
 Attribute AttributeBuilder.build(String id)
          Builds the attribute.
 Attribute AttributeBuilder.buildSimple(String id, Object value)
           
protected  Attribute AttributeBuilder.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.
 Attribute AppSchemaFeatureFactoryImpl.createAttribute(Object value, AttributeDescriptor descriptor, String id)
          Create an attribute, even for null id.
 Attribute AbstractFeatureFactoryImpl.createAttribute(Object value, AttributeDescriptor descriptor, String id)
           
 Attribute AssociationImpl.getValue()
           
 

Methods in org.geotools.feature with parameters of type Attribute
 void AttributeBuilder.associate(Attribute value, Name name)
          Adds an association to the complex attribute being built.
 void AttributeBuilder.associate(Attribute value, String name)
          Adds an association to the complex attribute being built.
 void AttributeBuilder.associate(Attribute attribute, String name, String namespaceURI)
          Adds an association to the complex attribute being built.
 Association AbstractFeatureFactoryImpl.createAssociation(Attribute related, AssociationDescriptor descriptor)
           
 void AttributeBuilder.init(Attribute attribute)
          Initializes the state of the builder based on a previously built attribute.
 

Constructors in org.geotools.feature with parameters of type Attribute
AssociationImpl(Attribute value, AssociationDescriptor descriptor)
           
 

Uses of Attribute in org.geotools.feature.simple
 

Classes in org.geotools.feature.simple that implement Attribute
 class SimpleFeatureImpl
          An implementation of SimpleFeature geared towards speed and backed by an Object[].
 

Uses of Attribute in org.geotools.feature.type
 

Classes in org.geotools.feature.type that implement Attribute
 class ReadonlyAttributeDecorator
          Readonly wrapper around the provided Attribute.
 

Methods in org.geotools.feature.type with parameters of type Attribute
static boolean Types.isValid(Attribute attribute)
          Ensures an attribute value is withing the restrictions of the AttributeDescriptor and AttributeType.
static void Types.validate(Attribute attribute)
          Validates anattribute.
static void Types.validate(Attribute attribute, Object attributeContent)
          Validates content against an attribute.
static void Types.validate(AttributeType type, Attribute attribute, Object attributeContent)
           
protected static void Types.validate(AttributeType type, Attribute attribute, Object attributeContent, boolean isSuper)
           
 

Constructors in org.geotools.feature.type with parameters of type Attribute
ReadonlyAttributeDecorator(Attribute delegate)
           
 

Uses of Attribute in org.geotools.feature.xpath
 

Methods in org.geotools.feature.xpath that return Attribute
 Attribute AttributeNodePointer.getImmediateAttribute()
           
 

Constructors in org.geotools.feature.xpath with parameters of type Attribute
AttributeNodePointer(NodePointer parent, Attribute feature, QName name)
           
XmlAttributeNodePointer(NodePointer parent, Attribute feature, Name name)
           
 

Uses of Attribute in org.geotools.jdbc
 

Classes in org.geotools.jdbc that implement Attribute
protected  class JDBCFeatureReader.ResultSetFeature
          Feature wrapper around a result set.
 

Uses of Attribute in org.opengis.feature
 

Subinterfaces of Attribute in org.opengis.feature
 interface ComplexAttribute
          An instance of ComplexType which is composed of other properties.
 interface Feature
          An instance of FeatureType representing a geographic feature composed of geometric and non-geometric properties.
 interface GeometryAttribute
          An attribute which has a geometric value.
 

Methods in org.opengis.feature that return Attribute
 Attribute FeatureFactory.createAttribute(Object value, AttributeDescriptor descriptor, String id)
          Creates an attribute.
 Attribute Association.getValue()
          Override of Property.getValue() which type narrows to Attribute.
 

Methods in org.opengis.feature with parameters of type Attribute
 Association FeatureFactory.createAssociation(Attribute value, AssociationDescriptor descriptor)
          Creates an association.
 

Uses of Attribute in org.opengis.feature.simple
 

Subinterfaces of Attribute in org.opengis.feature.simple
 interface SimpleFeature
          An instance of SimpleFeatureType composed of fixed list values in a known order.
 

Uses of Attribute in org.opengis.feature.type
 

Methods in org.opengis.feature.type with parameters of type Attribute
 Object Operation.invoke(Attribute target, Object[] params)
          Invoke this operation on an attribute using the provided parameters.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.