Uses of Interface
org.opengis.feature.type.AttributeDescriptor

Packages that use AttributeDescriptor
org.geotools.arcsde.data DataStore implementation for the ArcSDE 8.x and 9.x spatial gateway. 
org.geotools.data Defines the DataStoreAPI via which all data is imported or exported. 
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.config   
org.geotools.data.complex.filter   
org.geotools.data.directory   
org.geotools.data.gen   
org.geotools.data.h2   
org.geotools.data.mysql   
org.geotools.data.oracle   
org.geotools.data.property   
org.geotools.data.store   
org.geotools.data.teradata   
org.geotools.data.transform   
org.geotools.data.wfs.feature   
org.geotools.data.wfs.v1_0_0   
org.geotools.feature   
org.geotools.feature.simple   
org.geotools.feature.type   
org.geotools.filter   
org.geotools.gml.producer   
org.geotools.jdbc   
org.geotools.wfs   
org.geotools.xml.gml   
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 AttributeDescriptor in org.geotools.arcsde.data
 

Methods in org.geotools.arcsde.data with parameters of type AttributeDescriptor
static SeColumnDefinition ArcSDEAdapter.createSeColumnDefinition(AttributeDescriptor type)
          Creates the column definition as used by the ArcSDE Java API, for the given AttributeType.
 void ArcSdeFeatureStore.modifyFeatures(AttributeDescriptor[] type, Object[] value, Filter filter)
           
 void ArcSdeFeatureStore.modifyFeatures(AttributeDescriptor type, Object value, Filter filter)
           
 

Uses of AttributeDescriptor in org.geotools.data
 

Fields in org.geotools.data declared as AttributeDescriptor
protected  AttributeDescriptor[] AbstractAttributeIO.metaData
           
static AttributeDescriptor SampleDataAccessData.SHAPE_DESCRIPTOR
           
static AttributeDescriptor SampleDataAccessData.SPECIFICATION_DESCRIPTOR
           
 

Methods in org.geotools.data that return AttributeDescriptor
static AttributeDescriptor[] AbstractAttributeIO.copy(AttributeReader defs)
           
 AttributeDescriptor AbstractAttributeIO.getAttributeType(int position)
           
 AttributeDescriptor AttributeReader.getAttributeType(int index)
          Retrieve the AttributeType at the given index.
 AttributeDescriptor JoiningAttributeWriter.getAttributeType(int i)
           
 AttributeDescriptor AttributeWriter.getAttributeType(int i)
          Retrieve the AttributeType at the given index.
 AttributeDescriptor JoiningAttributeReader.getAttributeType(int i)
           
protected  AttributeDescriptor[] ReTypeFeatureReader.typeAttributes(SimpleFeatureType target, SimpleFeatureType origional)
          Supplies mapping from original to target FeatureType.
 

Methods in org.geotools.data with parameters of type AttributeDescriptor
static Object DataUtilities.defaultValue(AttributeDescriptor attributeType)
          Deprecated. Please getDefaultValue()
static boolean DataUtilities.isMatch(AttributeDescriptor a, AttributeDescriptor b)
          Quickly check if two descriptors are at all compatible.
 void AbstractFeatureStore.modifyFeatures(AttributeDescriptor[] type, Object[] value, Filter filter)
          Modifies features matching filter.
 void FeatureStore.modifyFeatures(AttributeDescriptor[] type, Object[] value, Filter filter)
          Deprecated. Please use the safer method FeatureStore.modifyFeatures(Name[], Object[], Filter)
 void AbstractFeatureStore.modifyFeatures(AttributeDescriptor type, Object value, Filter filter)
          Modifies features matching filter.
 void FeatureStore.modifyFeatures(AttributeDescriptor type, Object value, Filter filter)
          Deprecated. Please use the safer method FeatureStore.modifyFeatures(Name, Object, Filter)
 

Constructors in org.geotools.data with parameters of type AttributeDescriptor
AbstractAttributeIO(AttributeDescriptor[] metaData)
           
 

Uses of AttributeDescriptor in org.geotools.data.complex
 

Fields in org.geotools.data.complex declared as AttributeDescriptor
protected  AttributeDescriptor DataAccessMappingFeatureIterator.targetFeature
           
 

Methods in org.geotools.data.complex that return AttributeDescriptor
 AttributeDescriptor MappingFeatureSource.getTargetFeature()
           
 AttributeDescriptor FeatureTypeMapping.getTargetFeature()
           
 

Methods in org.geotools.data.complex with parameters of type AttributeDescriptor
static FeatureTypeMapping FeatureTypeMappingFactory.getInstance(FeatureSource source, AttributeDescriptor target, List<AttributeMapping> mappings, NamespaceSupport namespaces, String itemXpath, boolean isXmlDataStore, boolean isDenormalised)
           
 void FeatureTypeMapping.setTargetFeature(AttributeDescriptor feature)
          Has to be called after #setTargetType(FeatureType)
 

Constructors in org.geotools.data.complex with parameters of type AttributeDescriptor
FeatureTypeMapping(FeatureSource<? extends FeatureType,? extends Feature> source, AttributeDescriptor target, List<AttributeMapping> mappings, NamespaceSupport namespaces)
           
FeatureTypeMapping(FeatureSource<? extends FeatureType,? extends Feature> source, AttributeDescriptor target, List<AttributeMapping> mappings, NamespaceSupport namespaces, boolean isDenormalised)
           
XmlFeatureTypeMapping(FeatureSource source, AttributeDescriptor target, List<AttributeMapping> mappings, NamespaceSupport namespaces, String itemXpath)
           
 

Uses of AttributeDescriptor in org.geotools.data.complex.config
 

Methods in org.geotools.data.complex.config that return AttributeDescriptor
 AttributeDescriptor FeatureTypeRegistry.getDescriptor(Name descriptorName, CoordinateReferenceSystem crs)
           
 

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

Methods in org.geotools.data.complex.filter with parameters of type AttributeDescriptor
 boolean XPath.isComplexType(XPathUtil.StepList attrXPath, AttributeDescriptor featureType)
           
static XPathUtil.StepList XPathUtil.rootElementSteps(AttributeDescriptor rootElement, NamespaceSupport namespaces)
          Returns the list of steps in an x-path expression that represents the root element.
 Attribute XPath.set(Attribute att, XPathUtil.StepList xpath, Object value, String id, AttributeType targetNodeType, boolean isXlinkRef, AttributeDescriptor targetDescriptor, Expression sourceExpression)
           
static XPathUtil.StepList XPathUtil.steps(AttributeDescriptor root, String xpathExpression, NamespaceSupport namespaces)
          Returns the list of stepts in xpathExpression by cleaning it up removing unnecessary elements.
 

Uses of AttributeDescriptor in org.geotools.data.directory
 

Methods in org.geotools.data.directory with parameters of type AttributeDescriptor
 void DirectoryFeatureStore.modifyFeatures(AttributeDescriptor[] type, Object[] value, Filter filter)
           
 void DirectoryFeatureStore.modifyFeatures(AttributeDescriptor type, Object value, Filter filter)
           
 

Uses of AttributeDescriptor in org.geotools.data.gen
 

Methods in org.geotools.data.gen that return AttributeDescriptor
 AttributeDescriptor PreGeneralizedSimpleFeature.getDescriptor()
           
 

Uses of AttributeDescriptor in org.geotools.data.h2
 

Methods in org.geotools.data.h2 with parameters of type AttributeDescriptor
 void H2DialectBasic.encodePostColumnCreateTable(AttributeDescriptor att, StringBuffer sql)
           
 void H2Dialect.encodePostColumnCreateTable(AttributeDescriptor att, StringBuffer sql)
           
 void H2DialectPrepared.encodePostColumnCreateTable(AttributeDescriptor att, StringBuffer sql)
           
 

Uses of AttributeDescriptor in org.geotools.data.mysql
 

Methods in org.geotools.data.mysql with parameters of type AttributeDescriptor
 void MySQLDialectPrepared.encodePostColumnCreateTable(AttributeDescriptor att, StringBuffer sql)
           
 void MySQLDialect.encodePostColumnCreateTable(AttributeDescriptor att, StringBuffer sql)
           
 void MySQLDialectBasic.encodePostColumnCreateTable(AttributeDescriptor att, StringBuffer sql)
           
 

Uses of AttributeDescriptor in org.geotools.data.oracle
 

Methods in org.geotools.data.oracle with parameters of type AttributeDescriptor
 void OracleDialect.postCreateAttribute(AttributeDescriptor att, String tableName, String schemaName, Connection cx)
           
 

Uses of AttributeDescriptor in org.geotools.data.property
 

Methods in org.geotools.data.property that return AttributeDescriptor
 AttributeDescriptor PropertyAttributeReader.getAttributeType(int index)
          AttribtueDescriptor (name and type) for position marked by index.
 AttributeDescriptor PropertyAttributeWriter.getAttributeType(int index)
           
 

Uses of AttributeDescriptor in org.geotools.data.store
 

Methods in org.geotools.data.store that return AttributeDescriptor
protected  AttributeDescriptor[] ReTypingFeatureIterator.typeAttributes(SimpleFeatureType original, SimpleFeatureType target)
          Supplies mapping from origional to target FeatureType.
protected  AttributeDescriptor[] ReTypingIterator.typeAttributes(SimpleFeatureType original, SimpleFeatureType target)
          Deprecated. Supplies mapping from origional to target FeatureType.
 

Methods in org.geotools.data.store with parameters of type AttributeDescriptor
 void ContentFeatureStore.modifyFeatures(AttributeDescriptor[] type, Object[] value, Filter filter)
           
 void ContentFeatureStore.modifyFeatures(AttributeDescriptor type, Object value, Filter filter)
          Calls through to ContentFeatureStore.modifyFeatures(Name[], Object[], Filter).
 

Uses of AttributeDescriptor in org.geotools.data.teradata
 

Methods in org.geotools.data.teradata with parameters of type AttributeDescriptor
 void TeradataDialect.postCreateAttribute(AttributeDescriptor att, String tableName, String schemaName, Connection cx)
           
 

Uses of AttributeDescriptor in org.geotools.data.transform
 

Methods in org.geotools.data.transform that return AttributeDescriptor
 AttributeDescriptor Definition.getAttributeDescriptor(SimpleFeature originalFeature)
          Computes the output attribute descriptor for this Definition given a sample feature of the original feature type.
 AttributeDescriptor Definition.getAttributeDescriptor(SimpleFeatureType originalSchema)
          Computes the output attribute descriptor for this Definition given only the original feature type.
 

Methods in org.geotools.data.transform with parameters of type AttributeDescriptor
 void TransformFeatureStore.modifyFeatures(AttributeDescriptor[] type, Object[] value, Filter filter)
           
 void TransformFeatureStore.modifyFeatures(AttributeDescriptor type, Object value, Filter filter)
           
 

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

Methods in org.geotools.data.wfs.feature that return AttributeDescriptor
 AttributeDescriptor LenientAttribute.getDescriptor()
           
 

Methods in org.geotools.data.wfs.feature with parameters of type AttributeDescriptor
 Attribute LenientFeatureFactory.createAttribute(Object value, AttributeDescriptor descriptor, String id)
           
static Object LenientFeature.parse(AttributeDescriptor descriptor, Object value)
          Old version of Types.parse that returns null when unhappy.
 

Constructors in org.geotools.data.wfs.feature with parameters of type AttributeDescriptor
LenientAttribute(Object content, AttributeDescriptor descriptor, String id)
           
 

Uses of AttributeDescriptor in org.geotools.data.wfs.v1_0_0
 

Methods in org.geotools.data.wfs.v1_0_0 with parameters of type AttributeDescriptor
 void WFSFeatureStore.modifyFeatures(AttributeDescriptor[] type, Object[] value, Filter filter)
           
 void WFSFeatureStore.modifyFeatures(AttributeDescriptor type, Object value, Filter filter)
           
 

Uses of AttributeDescriptor in org.geotools.feature
 

Methods in org.geotools.feature that return AttributeDescriptor
static AttributeDescriptor Schema.attribute(SimpleFeatureType type, int index)
          Deprecated. use getAttribute( type, index )
static AttributeDescriptor Schema.attribute(SimpleFeatureType type, String name)
          Deprecated. use getAttribute( type, name )
 AttributeDescriptor TypeBuilder.attributeDescriptor()
          Create an AttributeDesctiptor, useful for fine grain control.
protected  AttributeDescriptor AttributeBuilder.attributeDescriptor(Name name)
           
 AttributeDescriptor AttributeTypeBuilder.buildDescriptor(Name name, AttributeType type)
           
 AttributeDescriptor AttributeTypeBuilder.buildDescriptor(String name)
          Builds an attribute descriptor first building an attribute type from internal state.
 AttributeDescriptor AttributeTypeBuilder.buildDescriptor(String name, AttributeType type)
          Builds an attribute descriptor specifying its attribute type.
 AttributeDescriptor Schema.getAttribute(SimpleFeatureType type, int index)
          Deprecated. Look up based on name in the provided position.
 AttributeDescriptor Schema.getAttribute(SimpleFeatureType type, String name)
          Deprecated.  
 AttributeDescriptor AttributeBuilder.getDescriptor()
           
 AttributeDescriptor AttributeImpl.getDescriptor()
           
 AttributeDescriptor DecoratingFeature.getDescriptor()
           
 AttributeDescriptor Schema.getXPath(SimpleFeatureType type, String xpath)
          Deprecated. Look up based on name in the provided position.
static AttributeDescriptor Schema.xpath(SimpleFeatureType type, String xpath)
          Deprecated. use getXPath( type, xpath );
 

Methods in org.geotools.feature with parameters of type AttributeDescriptor
 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.
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)
           
 ComplexAttribute AppSchemaFeatureFactoryImpl.createComplexAttribute(Collection value, AttributeDescriptor descriptor, String id)
          Create a new complex attribute, even for null value or id.
 ComplexAttribute AbstractFeatureFactoryImpl.createComplexAttribute(Collection value, AttributeDescriptor descriptor, String id)
           
 ComplexAttribute AttributeBuilder.createComplexAttribute(Object value, ComplexType type, AttributeDescriptor descriptor, String id)
          Create complex attribute
 Feature AppSchemaFeatureFactoryImpl.createFeature(Collection value, AttributeDescriptor descriptor, String id)
          Create a new feature, even for null value or id.
 Feature AbstractFeatureFactoryImpl.createFeature(Collection value, AttributeDescriptor descriptor, String id)
           
 SimpleFeature AbstractFeatureFactoryImpl.createSimpleFeautre(Object[] array, AttributeDescriptor descriptor, String id)
           
static boolean FeatureTypes.equals(AttributeDescriptor[] attributesA, AttributeDescriptor[] attributesB)
           
static boolean FeatureTypes.equals(AttributeDescriptor[] attributesA, AttributeDescriptor[] attributesB)
           
static boolean FeatureTypes.equals(AttributeDescriptor a, AttributeDescriptor b)
           
static boolean FeatureTypes.equalsExact(AttributeDescriptor[] attributesA, AttributeDescriptor[] attributesB)
           
static boolean FeatureTypes.equalsExact(AttributeDescriptor[] attributesA, AttributeDescriptor[] attributesB)
           
static boolean FeatureTypes.equalsExact(AttributeDescriptor a, AttributeDescriptor b)
           
 void AttributeTypeBuilder.init(AttributeDescriptor descriptor)
          Initializes builder state from another attribute descriptor.
static SimpleFeatureType FeatureTypes.newFeatureType(AttributeDescriptor[] types, String name)
          Create a new FeatureType with the given AttributeTypes.
static SimpleFeatureType FeatureTypes.newFeatureType(AttributeDescriptor[] types, String name, URI ns)
          Create a new FeatureType with the given AttributeTypes.
static SimpleFeatureType FeatureTypes.newFeatureType(AttributeDescriptor[] types, String name, URI ns, boolean isAbstract)
          Create a new FeatureType with the given AttributeTypes.
static SimpleFeatureType FeatureTypes.newFeatureType(AttributeDescriptor[] types, String name, URI ns, boolean isAbstract, SimpleFeatureType[] superTypes)
          The most specific way to create a new FeatureType.
static SimpleFeatureType FeatureTypes.newFeatureType(AttributeDescriptor[] types, String name, URI ns, boolean isAbstract, SimpleFeatureType[] superTypes, AttributeDescriptor defaultGeometry)
          The most specific way to create a new FeatureType.
static SimpleFeatureType FeatureTypes.newFeatureType(AttributeDescriptor[] types, String name, URI ns, boolean isAbstract, SimpleFeatureType[] superTypes, AttributeDescriptor defaultGeometry)
          The most specific way to create a new FeatureType.
static SimpleFeatureType FeatureTypes.newFeatureType(AttributeDescriptor[] types, String name, URI ns, boolean isAbstract, SimpleFeatureType[] superTypes, GeometryDescriptor defaultGeometry)
          The most specific way to create a new FeatureType.
 void AttributeBuilder.setDescriptor(AttributeDescriptor descriptor)
          Sets the descriptor of the attribute being built.
 

Constructors in org.geotools.feature with parameters of type AttributeDescriptor
AttributeImpl(Object content, AttributeDescriptor descriptor, Identifier id)
           
ComplexAttributeImpl(Collection<Property> properties, AttributeDescriptor descriptor, Identifier id)
           
ComplexFeatureBuilder(AttributeDescriptor ad)
           
ComplexFeatureBuilder(AttributeDescriptor ad, FeatureFactory factory)
           
FeatureImpl(Collection<Property> properties, AttributeDescriptor desc, FeatureId id)
          Create a Feature with the following content.
IllegalAttributeException(AttributeDescriptor expected, Object invalid)
          Deprecated. Constructor that makes the message given the expected and invalid.
IllegalAttributeException(AttributeDescriptor expected, Object invalid, Throwable cause)
          Deprecated. Constructor that makes the message given the expected and invalid, along with the root cause.
 

Uses of AttributeDescriptor in org.geotools.feature.simple
 

Fields in org.geotools.feature.simple with type parameters of type AttributeDescriptor
protected  List<AttributeDescriptor> SimpleFeatureTypeBuilder.attributes
          List of attributes.
 

Methods in org.geotools.feature.simple that return AttributeDescriptor
 AttributeDescriptor SimpleFeatureImpl.getDescriptor()
           
 AttributeDescriptor SimpleFeatureTypeImpl.getDescriptor(int index)
           
 AttributeDescriptor SimpleFeatureTypeImpl.getDescriptor(Name name)
           
 AttributeDescriptor SimpleFeatureTypeImpl.getDescriptor(String name)
           
 AttributeDescriptor SimpleFeatureTypeBuilder.remove(String attributeName)
          Removes an attribute from the builder
 

Methods in org.geotools.feature.simple that return types with arguments of type AttributeDescriptor
protected  List<AttributeDescriptor> SimpleFeatureTypeBuilder.attributes()
          Accessor for attributes (will create attributes list if needed)
 List<AttributeDescriptor> SimpleFeatureTypeImpl.getAttributeDescriptors()
           
 

Methods in org.geotools.feature.simple with parameters of type AttributeDescriptor
 void SimpleFeatureTypeBuilder.add(AttributeDescriptor descriptor)
          Adds a descriptor directly to the builder.
 void SimpleFeatureTypeBuilder.add(int index, AttributeDescriptor descriptor)
          Adds a descriptor to the builder by index.
 void SimpleFeatureTypeBuilder.addAll(AttributeDescriptor[] descriptors)
          Adds an array of descriptors directly to the builder.
 SimpleFeatureTypeBuilder SimpleFeatureTypeBuilder.descriptor(AttributeDescriptor descriptor)
          Sets all the attribute specific state from a single descriptor.
 void SimpleFeatureTypeBuilder.setAttributes(AttributeDescriptor[] attributes)
          Directly sets the list of attributes.
 

Method parameters in org.geotools.feature.simple with type arguments of type AttributeDescriptor
 void SimpleFeatureTypeBuilder.addAll(List<AttributeDescriptor> descriptors)
          Adds a list of descriptors directly to the builder.
 void SimpleFeatureTypeBuilder.setAttributes(List<AttributeDescriptor> attributes)
          Directly sets the list of attributes.
 

Constructor parameters in org.geotools.feature.simple with type arguments of type AttributeDescriptor
SimpleFeatureTypeImpl(Name name, List<AttributeDescriptor> schema, GeometryDescriptor defaultGeometry, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description)
           
 

Uses of AttributeDescriptor in org.geotools.feature.type
 

Classes in org.geotools.feature.type that implement AttributeDescriptor
 class AttributeDescriptorImpl
           
 class GeometryDescriptorImpl
           
 

Methods in org.geotools.feature.type that return AttributeDescriptor
 AttributeDescriptor FeatureTypeFactoryImpl.createAttributeDescriptor(AttributeType type, Name name, int minOccurs, int maxOccurs, boolean isNillable, Object defaultValue)
           
static AttributeDescriptor Descriptors.find(List descriptors, Name name)
          Returns the attribute descriptor from a list which matches the specified name, or null if no such descriptor is found.
 AttributeDescriptor ReadonlyAttributeDecorator.getDescriptor()
           
static AttributeDescriptor Descriptors.node(Collection schema, Name name)
          Finds the node associated with the provided name.
static AttributeDescriptor Descriptors.node(ComplexType schema, AttributeType type)
          Finds the node associated with the provided type.
static AttributeDescriptor Descriptors.node(ComplexType schema, Name name)
          Finds the node associated with the provided name.
static AttributeDescriptor Descriptors.node(ComplexType schema, String name)
          Finds the first node associated with the provided name disregarding namespaces
static AttributeDescriptor Descriptors.wrapAttributeType(AttributeType type)
          Wraps a AttributeType in AttributeDescriptor.
 

Methods in org.geotools.feature.type with parameters of type AttributeDescriptor
static Object Types.parse(AttributeDescriptor descriptor, Object value)
          Do our best to make the provided value line up with the needs of descriptor.
static void Types.validate(AttributeDescriptor descriptor, Object value)
          Ensure that attributeContent is a good value for descriptor.
 

Method parameters in org.geotools.feature.type with type arguments of type AttributeDescriptor
 SimpleFeatureType FeatureTypeFactoryImpl.createSimpleFeatureType(Name name, List<AttributeDescriptor> schema, GeometryDescriptor defaultGeometry, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description)
           
 

Uses of AttributeDescriptor in org.geotools.filter
 

Fields in org.geotools.filter declared as AttributeDescriptor
protected  AttributeDescriptor AttributeExpressionImpl2.at
          Holds all sub filters of this filter.
 

Methods in org.geotools.filter with parameters of type AttributeDescriptor
 AttributeExpression FilterFactoryImpl.createAttributeExpression(AttributeDescriptor at)
           
 AttributeExpression FilterFactory.createAttributeExpression(AttributeDescriptor at)
          Deprecated. use createAttributeExpression( at ), will be removed for GeoTools 2.3
 

Constructors in org.geotools.filter with parameters of type AttributeDescriptor
AttributeExpressionImpl2(AttributeDescriptor at)
          Constructor with the schema for this attribute.
 

Uses of AttributeDescriptor in org.geotools.gml.producer
 

Methods in org.geotools.gml.producer with parameters of type AttributeDescriptor
protected  AttributesImpl FeatureTypeTransformer.FeatureTypeTranslator.createStandardAttributes(AttributeDescriptor attribute)
          Creates standard xml attributes present on all xs:element elements.
protected  void FeatureTypeTransformer.FeatureTypeTranslator.encode(AttributeDescriptor attribute)
          Encode an AttributeType.
protected  void FeatureTypeTransformer.FeatureTypeTranslator.encodeBoolean(AttributeDescriptor attribute)
          Encode an AttributeType whose value type is a Boolean.
protected  void FeatureTypeTransformer.FeatureTypeTranslator.encodeDate(AttributeDescriptor attribute)
          Encode an AttributeType whose value type is a Date.
protected  void FeatureTypeTransformer.FeatureTypeTranslator.encodeGeometry(AttributeDescriptor attribute)
          Encode an AttributeType whose value type is a Geometry.
protected  void FeatureTypeTransformer.FeatureTypeTranslator.encodeNumber(AttributeDescriptor attribute)
          Encode an AttributeType whose value type is a Number.
protected  void FeatureTypeTransformer.FeatureTypeTranslator.encodeString(AttributeDescriptor attribute)
          Encode an AttributeType whose value type is a String.
 

Uses of AttributeDescriptor in org.geotools.jdbc
 

Methods in org.geotools.jdbc that return AttributeDescriptor
 AttributeDescriptor JDBCFeatureReader.ResultSetFeature.getDescriptor()
           
 

Methods in org.geotools.jdbc with parameters of type AttributeDescriptor
protected  void JDBCDataStore.encodeFunction(String function, AttributeDescriptor att, Query query, StringBuffer sql)
           
 void SQLDialect.encodePostColumnCreateTable(AttributeDescriptor att, StringBuffer sql)
          Encodes anything post a column in a CREATE TABLE statement.
protected  int JDBCDataStore.getDescriptorDimension(AttributeDescriptor descriptor)
          Extracts the eventual native dimension user property from the descriptor, returns -1 if not found
protected  int JDBCDataStore.getDescriptorSRID(AttributeDescriptor descriptor)
          Extracts the eventual native SRID user property from the descriptor, returns -1 if not found
protected  int JDBCDataStore.getGeometryDimension(Geometry g, AttributeDescriptor descriptor)
          Looks up the geometry dimension by trying a number of heuristics.
protected  int JDBCDataStore.getGeometrySRID(Geometry g, AttributeDescriptor descriptor)
          Looks up the geometry srs by trying a number of heuristics.
 void SQLDialect.postCreateAttribute(AttributeDescriptor att, String tableName, String schemaName, Connection cx)
          Callback which executes after an attribute descriptor has been built from a table column.
protected  String JDBCDataStore.selectAggregateSQL(String function, AttributeDescriptor att, SimpleFeatureType featureType, Query query)
          Generates a 'SELECT () FROM' statement.
protected  PreparedStatement JDBCDataStore.selectAggregateSQLPS(String function, AttributeDescriptor att, SimpleFeatureType featureType, Query query, Connection cx)
          Generates a 'SELECT () FROM' prepared statement.
protected  void JDBCDataStore.update(SimpleFeatureType featureType, AttributeDescriptor[] attributes, Object[] values, Filter filter, Connection cx)
          Updates an existing feature(s) in the database for a particular feature type / table.
protected  String JDBCDataStore.updateSQL(SimpleFeatureType featureType, AttributeDescriptor[] attributes, Object[] values, Filter filter)
          Generates an 'UPDATE' sql statement.
protected  PreparedStatement JDBCDataStore.updateSQLPS(SimpleFeatureType featureType, AttributeDescriptor[] attributes, Object[] values, Filter filter, Connection cx)
          Generates an 'UPDATE' prepared statement.
 

Method parameters in org.geotools.jdbc with type arguments of type AttributeDescriptor
protected  void JDBCDataStore.update(SimpleFeatureType featureType, List<AttributeDescriptor> attributes, List<Object> values, Filter filter, Connection cx)
          Updates an existing feature(s) in the database for a particular feature type / table.
 

Uses of AttributeDescriptor in org.geotools.wfs
 

Constructors in org.geotools.wfs with parameters of type AttributeDescriptor
PropertyValueCollection(FeatureCollection delegate, AttributeDescriptor descriptor, PropertyName propName)
           
 

Uses of AttributeDescriptor in org.geotools.xml.gml
 

Subinterfaces of AttributeDescriptor in org.geotools.xml.gml
(package private)  interface ChoiceAttributeType
          A temporary measure representing a choice between several bindings.
 interface ChoiceGeometryType
           
 

Classes in org.geotools.xml.gml that implement AttributeDescriptor
 class ChoiceGeometryTypeImpl
          Created for GML generated FeatureTypes.
 

Uses of AttributeDescriptor in org.opengis.feature
 

Methods in org.opengis.feature that return AttributeDescriptor
 AttributeDescriptor Attribute.getDescriptor()
          Override of Property.getDescriptor() which type narrows to AttributeDescriptor.
 AttributeDescriptor IllegalAttributeException.getDescriptor()
          AttribtueDescriptor being checked against.
 

Methods in org.opengis.feature with parameters of type AttributeDescriptor
 Attribute FeatureFactory.createAttribute(Object value, AttributeDescriptor descriptor, String id)
          Creates an attribute.
 ComplexAttribute FeatureFactory.createComplexAttribute(Collection<Property> value, AttributeDescriptor descriptor, String id)
          Creates a complex attribute.
 Feature FeatureFactory.createFeature(Collection<Property> value, AttributeDescriptor descriptor, String id)
          Creates a feature.
 SimpleFeature FeatureFactory.createSimpleFeautre(Object[] array, AttributeDescriptor decsriptor, String id)
          Creates a simple feature.
 

Constructors in org.opengis.feature with parameters of type AttributeDescriptor
IllegalAttributeException(AttributeDescriptor descriptor, Object value)
           
IllegalAttributeException(AttributeDescriptor descriptor, Object value, String message)
           
IllegalAttributeException(AttributeDescriptor descriptor, Object value, String message, Throwable t)
           
IllegalAttributeException(AttributeDescriptor descriptor, Object value, Throwable t)
           
 

Uses of AttributeDescriptor in org.opengis.feature.simple
 

Methods in org.opengis.feature.simple that return AttributeDescriptor
 AttributeDescriptor SimpleFeatureType.getDescriptor(int index)
          Returns the attribute descriptor at the specified index.
 AttributeDescriptor SimpleFeatureType.getDescriptor(Name name)
          Returns the attribute descriptor which matches the specified name.
 AttributeDescriptor SimpleFeatureType.getDescriptor(String name)
          Returns the attribute descriptor which matches the specified name.
 

Methods in org.opengis.feature.simple that return types with arguments of type AttributeDescriptor
 List<AttributeDescriptor> SimpleFeatureType.getAttributeDescriptors()
          The list of attribute descriptors which make up the feature type.
 

Uses of AttributeDescriptor in org.opengis.feature.type
 

Subinterfaces of AttributeDescriptor in org.opengis.feature.type
 interface GeometryDescriptor
          Describes an instance of a geometry attribute.
 

Methods in org.opengis.feature.type that return AttributeDescriptor
 AttributeDescriptor FeatureTypeFactory.createAttributeDescriptor(AttributeType type, Name name, int minOccurs, int maxOccurs, boolean isNillable, Object defaultValue)
          Creates an attribute descriptor.
 

Method parameters in org.opengis.feature.type with type arguments of type AttributeDescriptor
 SimpleFeatureType FeatureTypeFactory.createSimpleFeatureType(Name name, List<AttributeDescriptor> schema, GeometryDescriptor defaultGeometry, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description)
          Creates a simple feature type.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.