Uses of Interface
org.opengis.filter.identity.Identifier

Packages that use Identifier
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.wfs.feature   
org.geotools.feature   
org.geotools.feature.type   
org.geotools.filter.identity   
org.opengis.feature Representation a features on a map. 
org.opengis.filter Filters features according their properties. 
org.opengis.filter.identity An Identifier indicates object identity requested during data query or reference. 
 

Uses of Identifier in org.geotools.arcsde.data
 

Methods in org.geotools.arcsde.data with parameters of type Identifier
static long ArcSDEAdapter.getNumericFid(Identifier id)
          Returns the numeric identifier of a FeatureId, given by the full qualified name of the featureclass prepended to the ArcSDE feature id. ej: SDE.SDE.SOME_LAYER.1
 

Method parameters in org.geotools.arcsde.data with type arguments of type Identifier
static long[] ArcSDEAdapter.getNumericFids(Set<Identifier> identifiers)
           
 

Uses of Identifier in org.geotools.data
 

Fields in org.geotools.data with type parameters of type Identifier
protected  WeakHashSet<Identifier> BatchFeatureEvent.fids
          This is a weak hash set as we don't need to track changes on FeatureIds that are not being used by the client to track selection.
 

Methods in org.geotools.data that return types with arguments of type Identifier
 WeakHashSet<Identifier> BatchFeatureEvent.getCreatedFeatureIds()
          This is the set of Identifiers that have been created over the course of this operation.
 

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

Fields in org.geotools.data.wfs.feature declared as Identifier
protected  Identifier LenientAttribute.id
          id of the attribute.
 

Methods in org.geotools.data.wfs.feature that return Identifier
 Identifier LenientAttribute.getIdentifier()
           
 

Uses of Identifier in org.geotools.feature
 

Fields in org.geotools.feature declared as Identifier
protected  Identifier AttributeImpl.id
          id of the attribute.
 

Methods in org.geotools.feature that return Identifier
 Identifier AttributeImpl.getIdentifier()
           
 

Constructors in org.geotools.feature with parameters of type Identifier
AttributeImpl(Object content, AttributeDescriptor descriptor, Identifier id)
           
AttributeImpl(Object content, AttributeType type, Identifier id)
           
ComplexAttributeImpl(Collection<Property> properties, AttributeDescriptor descriptor, Identifier id)
           
ComplexAttributeImpl(Collection<Property> properties, ComplexType type, Identifier id)
           
GeometryAttributeImpl(Object content, GeometryDescriptor descriptor, Identifier id)
           
 

Uses of Identifier in org.geotools.feature.type
 

Methods in org.geotools.feature.type that return Identifier
 Identifier ReadonlyAttributeDecorator.getIdentifier()
           
 

Uses of Identifier in org.geotools.filter.identity
 

Classes in org.geotools.filter.identity that implement Identifier
 class FeatureIdImpl
          Implementation of FeatureId This class is mutable under one condition only; during a commit a datastore can update the internal fid to reflect the real identify assigned by the database or wfs.
 class FeatureIdVersionedImpl
          Implementation of FeatureId This class is mutable under one condition only; during a commit a datastore can update the internal fid to reflect the real identify assigned by the database or wfs.
 class GmlObjectIdImpl
          Implementation of GmlObjectId.
 class ResourceIdImpl
          Implementation of ResourceId used for Query.
 

Uses of Identifier in org.opengis.feature
 

Methods in org.opengis.feature that return Identifier
 Identifier Attribute.getIdentifier()
          Unique Identifier for the attribute.
 

Uses of Identifier in org.opengis.filter
 

Methods in org.opengis.filter that return types with arguments of type Identifier
 Set<Identifier> Id.getIdentifiers()
          Returns the set of identifiers used by this filter.
 

Method parameters in org.opengis.filter with type arguments of type Identifier
 Id FilterFactory.id(Set<? extends Identifier> ids)
          Passes only for objects that have one of the IDs given to this object.
 

Uses of Identifier in org.opengis.filter.identity
 

Subinterfaces of Identifier in org.opengis.filter.identity
 interface FeatureId
          Feature identifier.
 interface GmlObjectId
          Feature and Geometry identifier for GML3 specification.
 interface ObjectId
          ObjectId refered to by Filter 1.1 specification (as an example).
 interface RecordId
          RecordId refered to by CSW-2 specification.
 interface ResourceId
          Resource identifier as per FES 2.0.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.