Uses of Interface
org.geotools.api.filter.Id
-
Packages that use Id Package Description org.geotools.api.filter Filters features according their properties.org.geotools.api.style The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayalorg.geotools.brewer.styling.builder org.geotools.brewer.styling.filter org.geotools.data.complex.filter org.geotools.data.jdbc org.geotools.data.mongodb org.geotools.feature.visitor org.geotools.filter org.geotools.filter.text.cqljson org.geotools.filter.visitor org.geotools.jdbc org.geotools.stac.store org.geotools.styling Allows for symbolization of geospatial data.org.geotools.vectormosaic org.geotools.xml.filter The package name does not map the prefix name because we feel that this is a better representation. -
-
Uses of Id in org.geotools.api.filter
Methods in org.geotools.api.filter that return Id Modifier and Type Method Description Id
FilterFactory. id(Set<? extends Identifier> ids)
Passes only for objects that have one of the IDs given to this object.Id
FilterFactory. id(FeatureId... fids)
Methods in org.geotools.api.filter with parameters of type Id Modifier and Type Method Description Object
FilterVisitor. visit(Id filter, Object extraData)
-
Uses of Id in org.geotools.api.style
Methods in org.geotools.api.style that return Id Modifier and Type Method Description Id
FeatureTypeStyle. getFeatureInstanceIDs()
Returns a collection of Object identifying features object.Methods in org.geotools.api.style with parameters of type Id Modifier and Type Method Description FeatureTypeStyle
StyleFactory. featureTypeStyle(String name, Description description, Id definedFor, Set<Name> featureTypeNames, Set<SemanticType> types, List<Rule> rules)
-
Uses of Id in org.geotools.brewer.styling.builder
Methods in org.geotools.brewer.styling.builder with parameters of type Id Modifier and Type Method Description void
FeatureTypeStyleBuilder. definedFor(Id fids)
-
Uses of Id in org.geotools.brewer.styling.filter
Methods in org.geotools.brewer.styling.filter that return Id Modifier and Type Method Description Id
IdBuilder. build()
Build the expression.Methods in org.geotools.brewer.styling.filter with parameters of type Id Modifier and Type Method Description IdBuilder<P>
IdBuilder. reset(Id filter)
-
Uses of Id in org.geotools.data.complex.filter
Methods in org.geotools.data.complex.filter with parameters of type Id Modifier and Type Method Description Object
ComplexFilterSplitter. visit(Id filter, Object notUsed)
Object
UnmappingFilterVisitor. visit(Id filter, Object arg1)
-
Uses of Id in org.geotools.data.jdbc
Methods in org.geotools.data.jdbc with parameters of type Id Modifier and Type Method Description Object
FilterToSQL. visit(Id filter, Object extraData)
Encodes an Id filter -
Uses of Id in org.geotools.data.mongodb
Methods in org.geotools.data.mongodb with parameters of type Id Modifier and Type Method Description Object
AbstractFilterToMongo. visit(Id filter, Object extraData)
-
Uses of Id in org.geotools.feature.visitor
Methods in org.geotools.feature.visitor with parameters of type Id Modifier and Type Method Description Object
IdCollectorFilterVisitor. visit(Id filter, Object data)
Object
IdFinderFilterVisitor. visit(Id filter, Object data)
-
Uses of Id in org.geotools.filter
Classes in org.geotools.filter that implement Id Modifier and Type Class Description class
FidFilterImpl
Defines a ID filter, which holds a list of IDs ( usually feature id;s ).Methods in org.geotools.filter that return Id Modifier and Type Method Description Id
FilterFactoryImpl. id(Set<? extends Identifier> id)
Id
FilterFactoryImpl. id(FeatureId... fids)
-
Uses of Id in org.geotools.filter.text.cqljson
Methods in org.geotools.filter.text.cqljson with parameters of type Id Modifier and Type Method Description Object
FilterToCQL2Json. visit(Id filter, Object extraData)
-
Uses of Id in org.geotools.filter.visitor
Methods in org.geotools.filter.visitor with parameters of type Id Modifier and Type Method Description Object
AbstractFilterVisitor. visit(Id filter, Object data)
Does nothing.Object
AbstractFinderFilterVisitor. visit(Id filter, Object data)
Object
AbstractSearchFilterVisitor. visit(Id filter, Object data)
Object
CapabilitiesFilterSplitter. visit(Id filter, Object notUsed)
Object
DefaultFilterVisitor. visit(Id filter, Object data)
Object
DuplicatingFilterVisitor. visit(Id filter, Object extraData)
Object
ExtractBoundsFilterVisitor. visit(Id filter, Object data)
Object
IsFullySupportedFilterVisitor. visit(Id filter, Object extraData)
Object
IsSupportedFilterVisitor. visit(Id filter, Object extraData)
Object
NullFilterVisitor. visit(Id filter, Object data)
Object
OperatorNameFilterVisitor. visit(Id filter, Object extraData)
Object
PostPreProcessFilterSplittingVisitor. visit(Id filter, Object notUsed)
Object
SimplifyingFilterVisitor. visit(Id filter, Object extraData)
Uses the currentSimplifyingFilterVisitor.FIDValidator
to wipe out illegal feature ids from the returned filters. -
Uses of Id in org.geotools.jdbc
Classes in org.geotools.jdbc that implement Id Modifier and Type Class Description class
JoinId
Id filter that knows what feature type it comes from.Methods in org.geotools.jdbc with parameters of type Id Modifier and Type Method Description Object
JoinInfo.JoinQualifier. visit(Id filter, Object extraData)
Makes the assumption that the Id filter is run against the primary feature type in the joinObject
PreparedFilterToSQL. visit(Id filter, Object extraData)
Encodes an Id filter -
Uses of Id in org.geotools.stac.store
Methods in org.geotools.stac.store with parameters of type Id Modifier and Type Method Description Object
TimeRangeVisitor. visit(Id filter, Object extraData)
-
Uses of Id in org.geotools.styling
Methods in org.geotools.styling that return Id Modifier and Type Method Description Id
FeatureTypeStyleImpl. getFeatureInstanceIDs()
Methods in org.geotools.styling with parameters of type Id Modifier and Type Method Description FeatureTypeStyle
StyleFactoryImpl. featureTypeStyle(String name, Description description, Id definedFor, Set<Name> featureTypeNames, Set<SemanticType> types, List<Rule> rules)
FeatureTypeStyle
StyleFactoryImpl2. featureTypeStyle(String name, Description description, Id definedFor, Set<Name> featureTypeNames, Set<SemanticType> types, List<Rule> rules)
-
Uses of Id in org.geotools.vectormosaic
Methods in org.geotools.vectormosaic with parameters of type Id Modifier and Type Method Description Object
VectorMosaicPostPreFilterSplitter. visit(Id filter, Object extraData)
-
Uses of Id in org.geotools.xml.filter
Methods in org.geotools.xml.filter that return Id Modifier and Type Method Description Id
FilterCompliancePreProcessor. getFidFilter()
Gets the fid filter that contains all the fids.Id
FilterEncodingPreProcessor. getFidFilter()
Gets the fid filter that contains all the fids.Methods in org.geotools.xml.filter with parameters of type Id Modifier and Type Method Description Object
FilterCompliancePreProcessor. visit(Id filter, Object extraData)
void
FilterEncodingPreProcessor. visit(Id filter)
Object
FilterEncodingPreProcessor. visit(Id filter, Object extraData)
Object
FilterTransformer.FilterTranslator. visit(Id filter, Object extraData)
-