Uses of Interface
org.geotools.api.filter.identity.FeatureId
-
-
Uses of FeatureId in net.opengis.wfs.impl
Methods in net.opengis.wfs.impl that return FeatureId Modifier and Type Method Description FeatureId
WfsFactoryImpl. createFeatureIdFromString(EDataType eDataType, String initialValue)
-
Uses of FeatureId in net.opengis.wfs20
Methods in net.opengis.wfs20 that return types with arguments of type FeatureId Modifier and Type Method Description EList<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 FeatureId Modifier and Type Field Description protected 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 FeatureId Modifier and Type Method Description FeatureId
Wfs20FactoryImpl. createFeatureIdFromString(EDataType eDataType, String initialValue)
Methods in net.opengis.wfs20.impl that return types with arguments of type FeatureId Modifier and Type Method Description EList<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 FeatureId Modifier and Type Method Description boolean
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 FeatureId Modifier and Type Method Description boolean
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 FeatureId Modifier and Type Method Description List<FeatureId>
FeatureStore. 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 Modifier and Type Method Description FeatureId
Feature. getIdentifier()
A unique identifier for the feature. -
Uses of FeatureId in org.geotools.api.filter
Methods in org.geotools.api.filter that return FeatureId Modifier and Type Method Description FeatureId
FilterFactory. featureId(String id)
Creates a new feautre id from a stringFeatureId
FilterFactory. featureId(String fid, String featureVersion)
Creates a new feature id with version informationMethods in org.geotools.api.filter with parameters of type FeatureId Modifier and Type Method Description Id
FilterFactory. id(FeatureId... fids)
-
Uses of FeatureId in org.geotools.api.filter.identity
Subinterfaces of FeatureId in org.geotools.api.filter.identity Modifier and Type Interface Description interface
ResourceId
Resource identifier as per FES 2.0.Methods in org.geotools.api.filter.identity with parameters of type FeatureId Modifier and Type Method Description boolean
FeatureId. equalsExact(FeatureId id)
Check if the provided FeatureId is an exact match (including any optional version information).boolean
FeatureId. equalsFID(FeatureId id)
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 FeatureId Modifier and Type Method Description Feature
AppSchemaDataAccess. findFeature(FeatureId id, Hints hints)
Feature
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 FeatureId Modifier and Type Method Description List<FeatureId>
DirectoryFeatureStore. addFeatures(FeatureCollection<SimpleFeatureType,SimpleFeature> collection)
-
Uses of FeatureId in org.geotools.data.gen
Methods in org.geotools.data.gen that return FeatureId Modifier and Type Method Description FeatureId
PreGeneralizedSimpleFeature. getIdentifier()
-
Uses of FeatureId in org.geotools.data.mongodb
Methods in org.geotools.data.mongodb that return FeatureId Modifier and Type Method Description FeatureId
MongoDBObjectFeature. getIdentifier()
-
Uses of FeatureId in org.geotools.data.store
Methods in org.geotools.data.store that return types with arguments of type FeatureId Modifier and Type Method Description List<FeatureId>
ContentFeatureStore. addFeatures(Collection collection)
Adds a collection of features to the store.List<FeatureId>
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 FeatureId Modifier and Type Method Description List<FeatureId>
TransformFeatureStore. 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 Modifier and Type Method Description List<FeatureId>
TransactionResponse. getInsertedFids()
-
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 Modifier and Type Method Description List<FeatureId>
TransactionResponseImpl. getInsertedFids()
-
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 Modifier and Type Method Description List<FeatureId>
TransactionResponseImpl. getInsertedFids()
-
Uses of FeatureId in org.geotools.feature
Methods in org.geotools.feature that return FeatureId Modifier and Type Method Description FeatureId
DecoratingFeature. getIdentifier()
FeatureId
FeatureImpl. getIdentifier()
Constructors in org.geotools.feature with parameters of type FeatureId Constructor Description FeatureImpl(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 FeatureId Modifier and Type Method Description protected List<FeatureId>
SubFeatureList. createIndex()
Put this SubFeatureList in touch with its inner indexConstructor parameters in org.geotools.feature.collection with type arguments of type FeatureId Constructor Description SubFeatureList(SimpleFeatureCollection list, List<FeatureId> order)
-
Uses of FeatureId in org.geotools.feature.simple
Fields in org.geotools.feature.simple declared as FeatureId Modifier and Type Field Description protected FeatureId
SimpleFeatureImpl. id
Methods in org.geotools.feature.simple that return FeatureId Modifier and Type Method Description FeatureId
SimpleFeatureImpl. getIdentifier()
Constructors in org.geotools.feature.simple with parameters of type FeatureId Constructor Description SimpleFeatureImpl(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 FeatureId Modifier and Type Method Description FeatureId
FilterFactoryImpl. featureId(String id)
FeatureId
FilterFactoryImpl. featureId(String fid, String featureVersion)
Creates a new feature id with version informationMethods in org.geotools.filter with parameters of type FeatureId Modifier and Type Method Description Id
FilterFactoryImpl. id(FeatureId... fids)
-
Uses of FeatureId in org.geotools.filter.identity
Classes in org.geotools.filter.identity that implement FeatureId Modifier and Type Class Description class
FeatureIdImpl
Implementation ofFeatureId
class
FeatureIdVersionedImpl
Implementation ofFeatureId
class
ResourceIdImpl
Implementation ofResourceId
used for Query.Methods in org.geotools.filter.identity with parameters of type FeatureId Modifier and Type Method Description boolean
FeatureIdImpl. equalsExact(FeatureId id)
boolean
FeatureIdVersionedImpl. equalsExact(FeatureId id)
boolean
FeatureIdImpl. equalsFID(FeatureId id)
boolean
FeatureIdVersionedImpl. equalsFID(FeatureId id)
-
Uses of FeatureId in org.geotools.jdbc
Methods in org.geotools.jdbc that return FeatureId Modifier and Type Method Description FeatureId
JDBCFeatureReader.ResultSetFeature. getIdentifier()
-
Uses of FeatureId in org.geotools.wfs
Methods in org.geotools.wfs that return FeatureId Modifier and Type Method Description FeatureId
CompositeFeatureCollection. getIdentifier()
-