Package | Description |
---|---|
org.geotools.data |
Defines the DataStoreAPI via which all data is imported or exported.
|
org.geotools.feature | |
org.geotools.feature.type | |
org.geotools.filter | |
org.geotools.filter.identity | |
org.geotools.geopkg | |
org.geotools.jdbc | |
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 | Field and Description |
---|---|
protected WeakHashSet<Identifier> |
BatchFeatureEvent.fids
This is a weak hash set as we don't need to track changes on FeatureIds that are not being
used by the client to track selection.
|
Modifier and Type | Method and Description |
---|---|
WeakHashSet<Identifier> |
BatchFeatureEvent.getCreatedFeatureIds()
This is the set of Identifiers that have been created over the course of this operation.
|
Modifier and Type | Field and Description |
---|---|
protected Identifier |
AttributeImpl.id
id of the attribute.
|
Modifier and Type | Method and Description |
---|---|
Identifier |
AttributeImpl.getIdentifier() |
Constructor and Description |
---|
AttributeImpl(Object content,
AttributeDescriptor descriptor,
Identifier id) |
AttributeImpl(Object content,
AttributeType type,
Identifier id) |
ComplexAttributeImpl(Collection<Property> properties,
AttributeDescriptor descriptor,
Identifier id) |
ComplexAttributeImpl(Collection<Property> properties,
ComplexType type,
Identifier id) |
GeometryAttributeImpl(Object content,
GeometryDescriptor descriptor,
Identifier id) |
Modifier and Type | Method and Description |
---|---|
Identifier |
ReadonlyAttributeDecorator.getIdentifier() |
Modifier and Type | Method and Description |
---|---|
Set<Identifier> |
FidFilterImpl.getIdentifiers() |
Modifier and Type | Method and Description |
---|---|
Id |
FilterFactoryImpl.id(Set<? extends Identifier> id) |
Constructor and Description |
---|
FidFilterImpl(Set<? extends Identifier> fids)
Constructor which takes
Identifier , not String. |
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 |
GmlObjectIdImpl
Implementation of
GmlObjectId . |
class |
ResourceIdImpl
Implementation of
ResourceId used for Query. |
Modifier and Type | Method and Description |
---|---|
Set<Identifier> |
GeoPackage.searchSpatialIndex(FeatureEntry entry,
Double minX,
Double minY,
Double maxX,
Double maxY)
Searches a spatial index.
|
Constructor and Description |
---|
JoinId(SimpleFeatureType featureType,
String alias,
Set<? extends Identifier> fids) |
Modifier and Type | Method and Description |
---|---|
Identifier |
Attribute.getIdentifier()
Unique Identifier for the attribute.
|
Modifier and Type | Method and Description |
---|---|
Set<Identifier> |
Id.getIdentifiers()
Returns the set of identifiers used by this filter.
|
Modifier and Type | Method and Description |
---|---|
Id |
FilterFactory.id(Set<? extends Identifier> ids)
Passes only for objects that have one of the IDs given to this object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FeatureId
Feature identifier.
|
interface |
GmlObjectId
Feature and Geometry identifier for GML3 specification.
|
interface |
ObjectId
ObjectId refered to by Filter 1.1 specification (as an example).
|
interface |
RecordId
RecordId refered to by CSW-2 specification.
|
interface |
ResourceId
Resource identifier as per FES 2.0.
|
Copyright © 1996–2023 Geotools. All rights reserved.