Package | Description |
---|---|
org.geotools.appschema.jdbc | |
org.geotools.appschema.resolver.data | |
org.geotools.data |
Defines the DataStoreAPI via which all data is imported or exported.
|
org.geotools.data.collection |
Implementations of FeatureCollection for different purposes.
|
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.gen | |
org.geotools.data.joining | |
org.geotools.data.simple | |
org.geotools.data.sort | |
org.geotools.data.store | |
org.geotools.data.wfs.internal | |
org.geotools.feature | |
org.geotools.feature.collection |
Helper classes for implementing FeatureCollections.
|
org.geotools.filter | |
org.geotools.geopkg.wps | |
org.geotools.process.vector |
Vector processing support for the GeoTools library.
|
org.geotools.renderer.style |
Styling to be applied on
org.geotools.renderer.geom.Geometry objects at rendering time. |
org.opengis.filter |
Filters features according their properties.
|
org.opengis.filter.sort |
An SortBy indicates the ordering requested during a data query.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JoiningJDBCFeatureSource.sort(String typeName,
String alias,
SortBy[] sort,
Set<String> orderByFields,
StringBuffer sql)
Create order by field for specific table name
|
Modifier and Type | Method and Description |
---|---|
FeatureCollection<FeatureType,Feature> |
SampleDataAccessFeatureCollection.sort(SortBy order)
Unsupported operation.
|
Modifier and Type | Field and Description |
---|---|
protected SortBy[] |
Query.sortBy
Sorting for the query
|
Modifier and Type | Method and Description |
---|---|
SortBy[] |
Query.getSortBy()
SortBy results according to indicated property and order.
|
Modifier and Type | Method and Description |
---|---|
void |
Query.setSortBy(SortBy... sortBy)
Sets the sort by information.
|
static Comparator<SimpleFeature> |
DataUtilities.sortComparator(SortBy sortBy)
Factory method to produce Comparator based on provided Query SortBy information.
|
boolean |
QueryCapabilities.supportsSorting(SortBy... sortAttributes)
Returns whether a list of properties can be used as SortBy keys.
|
Modifier and Type | Method and Description |
---|---|
SimpleFeatureCollection |
CollectionFeatureSource.SubCollection.sort(SortBy order) |
SimpleFeatureCollection |
TreeSetFeatureCollection.sort(SortBy order) |
SimpleFeatureCollection |
SpatialIndexFeatureCollection.sort(SortBy order) |
SimpleFeatureCollection |
ListFeatureCollection.sort(SortBy order) |
Modifier and Type | Method and Description |
---|---|
protected SortBy[] |
IndexedMappingFeatureIterator.unrollSortBy(SortBy[] sortArray) |
Modifier and Type | Method and Description |
---|---|
FeatureCollection<FeatureType,Feature> |
MappingFeatureCollection.sort(SortBy order) |
protected SortBy[] |
IndexedMappingFeatureIterator.unrollSortBy(SortBy[] sortArray) |
Modifier and Type | Method and Description |
---|---|
SimpleFeatureCollection |
PreGeneralizedFeatureCollection.sort(SortBy sortBy) |
Modifier and Type | Field and Description |
---|---|
protected SortBy[] |
JoiningQuery.QueryJoin.sortBy |
Modifier and Type | Method and Description |
---|---|
SimpleFeatureCollection |
SimpleFeatureCollection.sort(SortBy order) |
Modifier and Type | Method and Description |
---|---|
static boolean |
SortedFeatureReader.canSort(SimpleFeatureType schema,
SortBy... sortBy)
Checks if the schema and the sortBy are suitable for merge/sort.
|
static boolean |
SortedFeatureIterator.canSort(SimpleFeatureType schema,
SortBy... sortBy)
Checks if the schema and the sortBy are suitable for merge/sort.
|
static Comparator<SimpleFeature> |
SortedFeatureReader.getComparator(SortBy... sortBy)
Builds a comparator that can be used to sort SimpleFeature instances in memory
|
static Comparator<SimpleFeature> |
SortedFeatureReader.getComparator(SortBy[] sortBy,
SimpleFeatureType schema)
Builds a comparator that can be used to sort SimpleFeature instances in memory
|
Constructor and Description |
---|
SortedFeatureIterator(SimpleFeatureIterator iterator,
SimpleFeatureType schema,
SortBy[] sortBy,
int maxFeatures)
Builds a new sorting feature iterator
|
SortedFeatureReader(SimpleFeatureReader reader,
SortBy[] sortBy,
int maxFeatures)
Builds a new sorting feature reader
|
Modifier and Type | Method and Description |
---|---|
FeatureCollection<T,F> |
MaxFeaturesFeatureCollection.sort(SortBy order) |
SimpleFeatureCollection |
DataFeatureCollection.sort(SortBy order)
Construct a sorted view of this content.
|
SimpleFeatureCollection |
ContentFeatureCollection.sort(SortBy sort) |
SimpleFeatureCollection |
ReprojectingFeatureCollection.sort(SortBy order) |
FeatureCollection<T,F> |
FilteringFeatureCollection.sort(SortBy order) |
Modifier and Type | Method and Description |
---|---|
SortBy[] |
GetFeatureRequest.getSortBy() |
Modifier and Type | Method and Description |
---|---|
void |
GetFeatureRequest.setSortBy(SortBy[] sortBy) |
Modifier and Type | Method and Description |
---|---|
FeatureCollection<T,F> |
FeatureCollection.sort(SortBy order)
Obtained sorted contents.
|
SimpleFeatureCollection |
DefaultFeatureCollection.sort(SortBy order)
Construct a sorted view of this content.
|
Modifier and Type | Method and Description |
---|---|
SimpleFeatureCollection |
BaseSimpleFeatureCollection.sort(SortBy order) |
SimpleFeatureCollection |
DecoratingSimpleFeatureCollection.sort(SortBy order) |
FeatureCollection<T,F> |
DecoratingFeatureCollection.sort(SortBy order) |
SimpleFeatureCollection |
FilteringSimpleFeatureCollection.sort(SortBy order) |
SimpleFeatureCollection |
AdaptorFeatureCollection.sort(SortBy order) |
SimpleFeatureCollection |
AbstractFeatureCollection.sort(SortBy order) |
SimpleFeatureCollection |
MaxSimpleFeatureCollection.sort(SortBy order) |
FeatureCollection<T,F> |
BaseFeatureCollection.sort(SortBy order)
Obtained sorted contents, only implemented for SimpleFeature at present.
|
SimpleFeatureCollection |
SubFeatureCollection.sort(SortBy order) |
Constructor and Description |
---|
SortedSimpleFeatureCollection(SimpleFeatureCollection delegate,
SortBy... sort) |
SortedSimpleFeatureCollection(SimpleFeatureCollection delegate,
SortBy[] sort,
int maxMemoryFeatures) |
SubFeatureList(SimpleFeatureCollection list,
Filter filter,
SortBy subSort)
Create a simple SubFeatureList with the provided filter.
|
SubFeatureList(SimpleFeatureCollection list,
SortBy sort) |
Modifier and Type | Class and Description |
---|---|
class |
SortByImpl |
Modifier and Type | Method and Description |
---|---|
SortBy |
FilterFactoryImpl.sort(String propertyName,
SortOrder order) |
Modifier and Type | Field and Description |
---|---|
protected SortBy[] |
GeoPackageProcessRequest.FeaturesLayer.sort |
Modifier and Type | Method and Description |
---|---|
SortBy[] |
GeoPackageProcessRequest.FeaturesLayer.getSort() |
Modifier and Type | Method and Description |
---|---|
void |
GeoPackageProcessRequest.FeaturesLayer.setSort(SortBy[] sort) |
Modifier and Type | Method and Description |
---|---|
SimpleFeatureCollection |
SimpleProcessingCollection.sort(SortBy order) |
Modifier and Type | Method and Description |
---|---|
static SortBy[] |
SLDStyleFactory.getSortBy(Map<String,String> options)
Returns the sorting directions found in the feature type style
|
Modifier and Type | Method and Description |
---|---|
SortBy |
FilterFactory.sort(String propertyName,
SortOrder order)
Indicates an property by which contents should be sorted, along with intended order.
|
Modifier and Type | Field and Description |
---|---|
static SortBy |
SortBy.NATURAL_ORDER
Used to indicate "natural" sorting order, usually according FID (hopefully based on Key
attribtues).
|
static SortBy |
SortBy.REVERSE_ORDER
Indicate the reverse order, usually assoicated with "Fid".
|
static SortBy[] |
SortBy.UNSORTED
Used to indicate lack of a sorting order.
|
Copyright © 1996–2022 Geotools. All rights reserved.