Package | Description |
---|---|
org.geotools.data |
Defines the DataStoreAPI via which all data is imported or exported.
|
org.geotools.data.complex |
This package contains the implementation of a ComplexDataStore,
Author note: though this "Complex" datastore has born to provide
complex features out of a simple features data source, it may be better
called a DerivativeDataStore or something like that, you'll see
why later.
|
org.geotools.data.directory | |
org.geotools.data.gen | |
org.geotools.data.mongodb | |
org.geotools.data.store | |
org.geotools.data.transform | |
org.geotools.data.wfs.internal | |
org.geotools.data.wfs.internal.v1_x | |
org.geotools.data.wfs.internal.v2_0 | |
org.geotools.feature | |
org.geotools.feature.collection |
Helper classes for implementing FeatureCollections.
|
org.geotools.feature.simple | |
org.geotools.filter | |
org.geotools.filter.identity | |
org.geotools.jdbc | |
org.geotools.wfs | |
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.
|
Modifier and Type | Method and Description |
---|---|
List<FeatureId> |
FeatureStore.addFeatures(FeatureCollection<T,F> featureCollection)
Adds all features from the feature collection.
|
Modifier and Type | Method and Description |
---|---|
Feature |
DataAccessRegistry.findFeature(FeatureId id,
Hints hints) |
Feature |
AppSchemaDataAccess.findFeature(FeatureId id,
Hints hints) |
Modifier and Type | Method and Description |
---|---|
List<FeatureId> |
DirectoryFeatureStore.addFeatures(FeatureCollection<SimpleFeatureType,SimpleFeature> collection) |
Modifier and Type | Method and Description |
---|---|
FeatureId |
PreGeneralizedSimpleFeature.getIdentifier() |
Modifier and Type | Method and Description |
---|---|
FeatureId |
MongoDBObjectFeature.getIdentifier() |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<FeatureId> |
TransformFeatureStore.addFeatures(FeatureCollection<SimpleFeatureType,SimpleFeature> collection) |
Modifier and Type | Method and Description |
---|---|
List<FeatureId> |
TransactionResponse.getInsertedFids() |
Modifier and Type | Method and Description |
---|---|
List<FeatureId> |
TransactionResponseImpl.getInsertedFids() |
Modifier and Type | Method and Description |
---|---|
List<FeatureId> |
TransactionResponseImpl.getInsertedFids() |
Modifier and Type | Method and Description |
---|---|
FeatureId |
FeatureImpl.getIdentifier() |
FeatureId |
DecoratingFeature.getIdentifier() |
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
protected List<FeatureId> |
SubFeatureList.createIndex()
Put this SubFeatureList in touch with its inner index
|
Constructor and Description |
---|
SubFeatureList(SimpleFeatureCollection list,
List<FeatureId> order) |
Modifier and Type | Field and Description |
---|---|
protected FeatureId |
SimpleFeatureImpl.id |
Modifier and Type | Method and Description |
---|---|
FeatureId |
SimpleFeatureImpl.getIdentifier() |
Constructor and Description |
---|
SimpleFeatureImpl(List<Object> values,
SimpleFeatureType featureType,
FeatureId id)
Builds a new feature based on the provided values and feature type
|
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.
|
Modifier and Type | Method and Description |
---|---|
FeatureId |
FilterFactoryImpl.featureId(String id) |
FeatureId |
FilterFactoryImpl.featureId(String fid,
String featureVersion)
Creates a new feature id with version information
|
Modifier and Type | Method and Description |
---|---|
Id |
FilterFactoryImpl.id(FeatureId... fids) |
Modifier and Type | Class and Description |
---|---|
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 |
ResourceIdImpl
Implementation of
ResourceId used for Query. |
Modifier and Type | Method and Description |
---|---|
boolean |
FeatureIdImpl.equalsExact(FeatureId id) |
boolean |
FeatureIdVersionedImpl.equalsExact(FeatureId id) |
boolean |
FeatureIdImpl.equalsFID(FeatureId id) |
boolean |
FeatureIdVersionedImpl.equalsFID(FeatureId id) |
Modifier and Type | Method and Description |
---|---|
FeatureId |
JDBCFeatureReader.ResultSetFeature.getIdentifier() |
Modifier and Type | Method and Description |
---|---|
FeatureId |
CompositeFeatureCollection.getIdentifier() |
Modifier and Type | Method and Description |
---|---|
FeatureId |
Feature.getIdentifier()
A unique identifier for the feature.
|
Modifier and Type | Method and Description |
---|---|
FeatureId |
FilterFactory.featureId(String id)
Creates a new feautre id from a string
|
FeatureId |
FilterFactory.featureId(String fid,
String featureVersion)
Creates a new feature id with version information
|
Modifier and Type | Method and Description |
---|---|
Id |
FilterFactory2.id(FeatureId... fids) |
Modifier and Type | Interface and Description |
---|---|
interface |
ResourceId
Resource identifier as per FES 2.0.
|
Modifier and Type | Method and 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.
|
Copyright © 1996–2021 Geotools. All rights reserved.