Uses of Interface
org.opengis.filter.Id

Packages that use Id
org.geotools.arcsde.filter   
org.geotools.data.complex.filter   
org.geotools.data.jdbc   
org.geotools.data.wfs.v1_0_0   
org.geotools.feature.visitor   
org.geotools.filter   
org.geotools.filter.visitor   
org.geotools.jdbc   
org.geotools.styling Allows for symbolization of geospatial data. 
org.geotools.styling.builder   
org.geotools.xml.filter The package name does not map the prefix name because we feel that this is a better representation. 
org.opengis.filter Filters features according their properties. 
org.opengis.style The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal This package is a merge from package GeoAPI SLD (v1.0.0) and GeoTools styling. 
 

Uses of Id in org.geotools.arcsde.filter
 

Methods in org.geotools.arcsde.filter with parameters of type Id
 Object FilterToSQLSDE.visit(Id filter, Object unused)
          This only exists the fulfill the interface - unless There is a way of determining the FID column in the database...
 

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

Methods in org.geotools.data.complex.filter with parameters of type Id
 Object UnmappingFilterVisitor.visit(Id filter, Object arg1)
           
 Object ComplexFilterSplitter.visit(Id filter, Object notUsed)
           
 

Uses of Id in org.geotools.data.jdbc
 

Methods in org.geotools.data.jdbc with parameters of type Id
 Object FilterToSQL.visit(Id filter, Object extraData)
          Encodes an Id filter
 

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

Fields in org.geotools.data.wfs.v1_0_0 declared as Id
protected  Id LockResult.notSupported
           
protected  Id LockResult.supported
           
 

Methods in org.geotools.data.wfs.v1_0_0 that return Id
 Id LockResult.getNotSupported()
          Filter of all the features that could not be locked.
 Id LockResult.getSupported()
          Filter of all the features that were locked.
 

Constructors in org.geotools.data.wfs.v1_0_0 with parameters of type Id
LockResult(String lockId, Id supported, Id notSupported)
           
 

Uses of Id in org.geotools.feature.visitor
 

Methods in org.geotools.feature.visitor with parameters of type Id
 Object IdCollectorFilterVisitor.visit(Id filter, Object data)
           
 Object IdFinderFilterVisitor.visit(Id filter, Object data)
           
 

Uses of Id in org.geotools.filter
 

Subinterfaces of Id in org.geotools.filter
 interface FidFilter
          Deprecated. use FeatureId
 

Classes in org.geotools.filter that implement Id
 class FidFilterImpl
          Defines a ID filter, which holds a list of IDs ( usually feature id;s ).
 

Methods in org.geotools.filter that return Id
 Id IdBuilder.build()
          Build the expression.
 Id FilterFactoryImpl.id(FeatureId... fids)
           
 Id FilterFactoryImpl.id(Set id)
           
 

Methods in org.geotools.filter with parameters of type Id
 IdBuilder<P> IdBuilder.reset(Id filter)
           
 Object FilterTransformer.FilterTranslator.visit(Id filter, Object extraData)
           
 Object FilterVisitorFilterWrapper.visit(Id filter, Object extraData)
           
 

Uses of Id in org.geotools.filter.visitor
 

Methods in org.geotools.filter.visitor with parameters of type Id
 Object AbstractFilterVisitor.visit(Id filter, Object data)
          Deprecated. Does nothing.
 Object DefaultFilterVisitor.visit(Id filter, Object data)
           
 Object OperatorNameFilterVisitor.visit(Id filter, Object extraData)
           
 Object NullFilterVisitor.visit(Id filter, Object data)
           
 Object PostPreProcessFilterSplittingVisitor.visit(Id filter, Object notUsed)
          Deprecated.  
 Object AbstractFinderFilterVisitor.visit(Id filter, Object data)
           
 Object AbstractSearchFilterVisitor.visit(Id filter, Object data)
           
 Object IsSupportedFilterVisitor.visit(Id filter, Object extraData)
           
 Object ExtractBoundsFilterVisitor.visit(Id filter, Object data)
           
 Object IsFullySupportedFilterVisitor.visit(Id filter, Object extraData)
           
 Object SimplifyingFilterVisitor.visit(Id filter, Object extraData)
          Uses the current SimplifyingFilterVisitor.FIDValidator to wipe out illegal feature ids from the returned filters.
 Object DuplicatingFilterVisitor.visit(Id filter, Object extraData)
           
 Object CapabilitiesFilterSplitter.visit(Id filter, Object notUsed)
           
 

Uses of Id in org.geotools.jdbc
 

Methods in org.geotools.jdbc with parameters of type Id
 Object PreparedFilterToSQL.visit(Id filter, Object extraData)
          Encodes an Id filter
 

Uses of Id in org.geotools.styling
 

Methods in org.geotools.styling that return Id
 Id FeatureTypeStyleImpl.getFeatureInstanceIDs()
           
 

Methods in org.geotools.styling with parameters of type Id
 FeatureTypeStyle StyleFactoryImpl.featureTypeStyle(String name, Description description, Id definedFor, Set<Name> featureTypeNames, Set<SemanticType> types, List<Rule> rules)
           
 FeatureTypeStyleImpl StyleFactoryImpl2.featureTypeStyle(String name, Description description, Id definedFor, Set<Name> featureTypeNames, Set<SemanticType> types, List<Rule> rules)
           
 FeatureTypeStyle StyleFactory.featureTypeStyle(String name, Description description, Id definedFor, Set<Name> featureTypeNames, Set<SemanticType> types, List<Rule> rules)
           
 

Uses of Id in org.geotools.styling.builder
 

Methods in org.geotools.styling.builder with parameters of type Id
 void FeatureTypeStyleBuilder.definedFor(Id fids)
           
 

Uses of Id in org.geotools.xml.filter
 

Methods in org.geotools.xml.filter that return Id
 Id FilterCompliancePreProcessor.getFidFilter()
          Gets the fid filter that contains all the fids.
 

Methods in org.geotools.xml.filter with parameters of type Id
 Object FilterCompliancePreProcessor.visit(Id filter, Object extraData)
           
 

Uses of Id in org.opengis.filter
 

Methods in org.opengis.filter that return Id
 Id FilterFactory2.id(FeatureId... fids)
           
 Id FilterFactory.id(Set<? extends Identifier> ids)
          Passes only for objects that have one of the IDs given to this object.
 

Methods in org.opengis.filter with parameters of type Id
 Object FilterVisitor.visit(Id filter, Object extraData)
           
 

Uses of Id in org.opengis.style
 

Methods in org.opengis.style that return Id
 Id FeatureTypeStyle.getFeatureInstanceIDs()
          Returns a collection of Object identifying features object.
 

Methods in org.opengis.style with parameters of type Id
 FeatureTypeStyle StyleFactory.featureTypeStyle(String name, Description description, Id definedFor, Set<Name> featureTypeNames, Set<SemanticType> types, List<Rule> rules)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.