Uses of Interface
org.geotools.api.filter.identity.FeatureId
Packages that use FeatureId
Package
Description
Defines the DataStore API via which all data is imported or exported.
Representation a features on a map.
Filters features according their properties.
An Identifier indicates object identity requested during data query or reference.
This package contains the implementation of a ComplexDataStore,
Helper classes for implementing FeatureCollections.
-
Uses of FeatureId in net.opengis.wfs.impl
Methods in net.opengis.wfs.impl that return FeatureIdModifier and TypeMethodDescriptionWfsFactoryImpl.createFeatureIdFromString
(EDataType eDataType, String initialValue) -
Uses of FeatureId in net.opengis.wfs20
Methods in net.opengis.wfs20 that return types with arguments of type FeatureIdModifier and TypeMethodDescriptionEList<FeatureId>
CreatedOrModifiedFeatureType.getResourceId()
Returns the value of the 'Resource Id' containment reference list.EList<FeatureId>
FeaturesLockedType.getResourceId()
Returns the value of the 'Resource Id' containment reference list.EList<FeatureId>
FeaturesNotLockedType.getResourceId()
Returns the value of the 'Resource Id' containment reference list. -
Uses of FeatureId in net.opengis.wfs20.impl
Fields in net.opengis.wfs20.impl with type parameters of type FeatureIdModifier and TypeFieldDescriptionprotected EList<FeatureId>
CreatedOrModifiedFeatureTypeImpl.resourceId
The cached value of the 'Resource Id
' attribute list.protected EList<FeatureId>
FeaturesLockedTypeImpl.resourceId
The cached value of the 'Resource Id
' attribute list.protected EList<FeatureId>
FeaturesNotLockedTypeImpl.resourceId
The cached value of the 'Resource Id
' attribute list.Methods in net.opengis.wfs20.impl that return FeatureIdModifier and TypeMethodDescriptionWfs20FactoryImpl.createFeatureIdFromString
(EDataType eDataType, String initialValue) Methods in net.opengis.wfs20.impl that return types with arguments of type FeatureIdModifier and TypeMethodDescriptionEList<FeatureId>
CreatedOrModifiedFeatureTypeImpl.getResourceId()
EList<FeatureId>
FeaturesLockedTypeImpl.getResourceId()
EList<FeatureId>
FeaturesNotLockedTypeImpl.getResourceId()
-
Uses of FeatureId in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type FeatureIdModifier and TypeMethodDescriptionboolean
Wfs20Validator.validateFeatureId
(FeatureId featureId, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of FeatureId in net.opengis.wfs20.validation
Method parameters in net.opengis.wfs20.validation with type arguments of type FeatureIdModifier and TypeMethodDescriptionboolean
CreatedOrModifiedFeatureTypeValidator.validateResourceId
(EList<FeatureId> value) boolean
FeaturesLockedTypeValidator.validateResourceId
(EList<FeatureId> value) boolean
FeaturesNotLockedTypeValidator.validateResourceId
(EList<FeatureId> value) -
Uses of FeatureId in org.geotools.api.data
Methods in org.geotools.api.data that return types with arguments of type FeatureIdModifier and TypeMethodDescriptionFeatureStore.addFeatures
(FeatureCollection<T, F> featureCollection) Adds all features from the feature collection. -
Uses of FeatureId in org.geotools.api.feature
Methods in org.geotools.api.feature that return FeatureId -
Uses of FeatureId in org.geotools.api.filter
Methods in org.geotools.api.filter that return FeatureIdModifier and TypeMethodDescriptionCreates a new feautre id from a stringCreates a new feature id with version informationMethods in org.geotools.api.filter with parameters of type FeatureId -
Uses of FeatureId in org.geotools.api.filter.identity
Subinterfaces of FeatureId in org.geotools.api.filter.identityMethods in org.geotools.api.filter.identity with parameters of type FeatureIdModifier and TypeMethodDescriptionboolean
FeatureId.equalsExact
(FeatureId id) Check if the provided FeatureId is an exact match (including any optional version information).boolean
Checks if the provided FeatureId reflects the same feature. -
Uses of FeatureId in org.geotools.data.complex
Methods in org.geotools.data.complex with parameters of type FeatureIdModifier and TypeMethodDescriptionAppSchemaDataAccess.findFeature
(FeatureId id, Hints hints) DataAccessRegistry.findFeature
(FeatureId id, Hints hints) -
Uses of FeatureId in org.geotools.data.directory
Methods in org.geotools.data.directory that return types with arguments of type FeatureIdModifier and TypeMethodDescriptionDirectoryFeatureStore.addFeatures
(FeatureCollection<SimpleFeatureType, SimpleFeature> collection) -
Uses of FeatureId in org.geotools.data.gen
Methods in org.geotools.data.gen that return FeatureId -
Uses of FeatureId in org.geotools.data.mongodb
Methods in org.geotools.data.mongodb that return FeatureId -
Uses of FeatureId in org.geotools.data.store
Methods in org.geotools.data.store that return types with arguments of type FeatureIdModifier and TypeMethodDescriptionContentFeatureStore.addFeatures
(Collection collection) Adds a collection of features to the store.ContentFeatureStore.addFeatures
(FeatureCollection<SimpleFeatureType, SimpleFeature> featureCollection) Adds a collection of features to the store. -
Uses of FeatureId in org.geotools.data.transform
Methods in org.geotools.data.transform that return types with arguments of type FeatureIdModifier and TypeMethodDescriptionTransformFeatureStore.addFeatures
(FeatureCollection<SimpleFeatureType, SimpleFeature> collection) -
Uses of FeatureId in org.geotools.data.wfs.internal
Methods in org.geotools.data.wfs.internal that return types with arguments of type FeatureId -
Uses of FeatureId in org.geotools.data.wfs.internal.v1_x
Methods in org.geotools.data.wfs.internal.v1_x that return types with arguments of type FeatureId -
Uses of FeatureId in org.geotools.data.wfs.internal.v2_0
Methods in org.geotools.data.wfs.internal.v2_0 that return types with arguments of type FeatureId -
Uses of FeatureId in org.geotools.feature
Methods in org.geotools.feature that return FeatureIdConstructors in org.geotools.feature with parameters of type FeatureIdModifierConstructorDescriptionFeatureImpl
(Collection<Property> properties, AttributeDescriptor desc, FeatureId id) Create a Feature with the following content.FeatureImpl
(Collection<Property> properties, FeatureType type, FeatureId id) Create a Feature with the following content. -
Uses of FeatureId in org.geotools.feature.collection
Methods in org.geotools.feature.collection that return types with arguments of type FeatureIdModifier and TypeMethodDescriptionSubFeatureList.createIndex()
Put this SubFeatureList in touch with its inner indexConstructor parameters in org.geotools.feature.collection with type arguments of type FeatureIdModifierConstructorDescriptionSubFeatureList
(SimpleFeatureCollection list, List<FeatureId> order) -
Uses of FeatureId in org.geotools.feature.simple
Fields in org.geotools.feature.simple declared as FeatureIdMethods in org.geotools.feature.simple that return FeatureIdConstructors in org.geotools.feature.simple with parameters of type FeatureIdModifierConstructorDescriptionSimpleFeatureImpl
(Object[] values, SimpleFeatureType featureType, FeatureId id, boolean validating) Fast construction of a new feature.SimpleFeatureImpl
(Object[] values, SimpleFeatureType featureType, FeatureId id, boolean validating, Map<String, Integer> index) Fast construction of a new feature.SimpleFeatureImpl
(List<Object> values, SimpleFeatureType featureType, FeatureId id) Builds a new feature based on the provided values and feature type -
Uses of FeatureId in org.geotools.filter
Methods in org.geotools.filter that return FeatureIdModifier and TypeMethodDescriptionCreates a new feature id with version informationMethods in org.geotools.filter with parameters of type FeatureId -
Uses of FeatureId in org.geotools.filter.identity
Classes in org.geotools.filter.identity that implement FeatureIdModifier and TypeClassDescriptionclass
Implementation ofFeatureId
class
Implementation ofFeatureId
class
Implementation ofResourceId
used for Query.Methods in org.geotools.filter.identity with parameters of type FeatureIdModifier and TypeMethodDescriptionboolean
FeatureIdImpl.equalsExact
(FeatureId id) boolean
FeatureIdVersionedImpl.equalsExact
(FeatureId id) boolean
boolean
-
Uses of FeatureId in org.geotools.jdbc
Methods in org.geotools.jdbc that return FeatureId -
Uses of FeatureId in org.geotools.wfs
Methods in org.geotools.wfs that return FeatureId