Uses of Interface
org.geotools.api.filter.sort.SortBy
Packages that use SortBy
Package
Description
Defines the DataStore API via which all data is imported or exported.
Filters features according their properties.
An SortBy indicates the ordering requested during a data query.
Implementations of FeatureCollection for different purposes.
This package contains the implementation of a ComplexDataStore,
Helper classes for implementing FeatureCollections.
Vector processing support for the GeoTools library.
Styling to be applied on
org.geotools.renderer.geom.Geometry objects at rendering time.-
Uses of SortBy in net.opengis.cat.csw20
Methods in net.opengis.cat.csw20 that return SortByModifier and TypeMethodDescriptionSortBy[]QueryType.getSortBy()Returns the value of the 'Sort By' containment reference.Methods in net.opengis.cat.csw20 with parameters of type SortBy -
Uses of SortBy in net.opengis.cat.csw20.impl
Fields in net.opengis.cat.csw20.impl declared as SortByModifier and TypeFieldDescriptionprotected static final SortBy[]QueryTypeImpl.SORT_BY_EDEFAULTThe default value of the 'Sort By' attribute.protected SortBy[]QueryTypeImpl.sortByThe cached value of the 'Sort By' attribute.Methods in net.opengis.cat.csw20.impl that return SortByModifier and TypeMethodDescriptionSortBy[]Csw20FactoryImpl.createSortByArrayFromString(EDataType eDataType, String initialValue) SortBy[]QueryTypeImpl.getSortBy()Methods in net.opengis.cat.csw20.impl with parameters of type SortBy -
Uses of SortBy in net.opengis.wcs20
Methods in net.opengis.wcs20 that return types with arguments of type SortBy -
Uses of SortBy in net.opengis.wcs20.impl
Fields in net.opengis.wcs20.impl with type parameters of type SortByModifier and TypeFieldDescriptionprotected EList<SortBy>GetCoverageTypeImpl.sortByThe cached value of the 'Sort By' attribute list.Methods in net.opengis.wcs20.impl that return SortByModifier and TypeMethodDescriptionWcs20FactoryImpl.createSortByFromString(EDataType eDataType, String initialValue) Methods in net.opengis.wcs20.impl that return types with arguments of type SortBy -
Uses of SortBy in net.opengis.wcs20.util
Methods in net.opengis.wcs20.util with parameters of type SortByModifier and TypeMethodDescriptionbooleanWcs20Validator.validateSortBy(SortBy sortBy, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of SortBy in net.opengis.wfs.impl
Methods in net.opengis.wfs.impl that return SortByModifier and TypeMethodDescriptionWfsFactoryImpl.createSortByFromString(EDataType eDataType, String initialValue) -
Uses of SortBy in net.opengis.wfs20
Methods in net.opengis.wfs20 that return types with arguments of type SortByModifier and TypeMethodDescriptionEList<SortBy>QueryType.getSortBy()Convenience method to castAbstractAdhocQueryExpressionType.getAbstractSortingClause()to a list of SortBy. -
Uses of SortBy in net.opengis.wfs20.impl
Fields in net.opengis.wfs20.impl with type parameters of type SortByModifier and TypeFieldDescriptionprotected EList<SortBy>QueryTypeImpl.sortByThe cached value of the 'Sort By' attribute list.Methods in net.opengis.wfs20.impl that return SortByModifier and TypeMethodDescriptionWfs20FactoryImpl.createSortByFromString(EDataType eDataType, String initialValue) Methods in net.opengis.wfs20.impl that return types with arguments of type SortBy -
Uses of SortBy in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type SortByModifier and TypeMethodDescriptionbooleanWfs20Validator.validateSortBy(SortBy sortBy, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of SortBy in net.opengis.wfs20.validation
Method parameters in net.opengis.wfs20.validation with type arguments of type SortBy -
Uses of SortBy in org.geotools.api.data
Fields in org.geotools.api.data declared as SortByMethods in org.geotools.api.data that return SortByModifier and TypeMethodDescriptionSortBy[]Query.getSortBy()SortBy results according to indicated property and order.Methods in org.geotools.api.data with parameters of type SortByModifier and TypeMethodDescriptionvoidSets the sort by information.booleanQueryCapabilities.supportsSorting(SortBy... sortAttributes) Returns whether a list of properties can be used as SortBy keys. -
Uses of SortBy in org.geotools.api.filter
Methods in org.geotools.api.filter that return SortBy -
Uses of SortBy in org.geotools.api.filter.sort
Fields in org.geotools.api.filter.sort declared as SortByModifier and TypeFieldDescriptionstatic final SortBySortBy.NATURAL_ORDERUsed to indicate "natural" sorting order, usually according FID (hopefully based on Key attribtues).static final SortBySortBy.REVERSE_ORDERIndicate the reverse order, usually assoicated with "Fid".static final SortBy[]SortBy.UNSORTEDUsed to indicate lack of a sorting order. -
Uses of SortBy in org.geotools.appschema.jdbc
Methods in org.geotools.appschema.jdbc with parameters of type SortBy -
Uses of SortBy in org.geotools.appschema.resolver.data
Methods in org.geotools.appschema.resolver.data with parameters of type SortByModifier and TypeMethodDescriptionUnsupported operation. -
Uses of SortBy in org.geotools.data
Methods in org.geotools.data with parameters of type SortByModifier and TypeMethodDescriptionstatic Comparator<SimpleFeature>DataUtilities.sortComparator(SortBy sortBy) Factory method to produce Comparator based on provided Query SortBy information. -
Uses of SortBy in org.geotools.data.collection
Methods in org.geotools.data.collection with parameters of type SortByModifier and TypeMethodDescription -
Uses of SortBy in org.geotools.data.complex
Methods in org.geotools.data.complex that return SortByModifier and TypeMethodDescriptionprotected SortBy[]IndexedMappingFeatureIterator.unrollSortBy(SortBy[] sortArray) Methods in org.geotools.data.complex with parameters of type SortByModifier and TypeMethodDescriptionprotected SortBy[]IndexedMappingFeatureIterator.unrollSortBy(SortBy[] sortArray) -
Uses of SortBy in org.geotools.data.gen
Methods in org.geotools.data.gen with parameters of type SortByModifier and TypeMethodDescription -
Uses of SortBy in org.geotools.data.joining
Fields in org.geotools.data.joining declared as SortBy -
Uses of SortBy in org.geotools.data.simple
Methods in org.geotools.data.simple with parameters of type SortByModifier and TypeMethodDescription -
Uses of SortBy in org.geotools.data.sort
Methods in org.geotools.data.sort with parameters of type SortByModifier and TypeMethodDescriptionstatic final booleanSortedFeatureIterator.canSort(SimpleFeatureType schema, SortBy... sortBy) Checks if the schema and the sortBy are suitable for merge/sort.static final booleanSortedFeatureReader.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 memorystatic Comparator<SimpleFeature>SortedFeatureReader.getComparator(SortBy[] sortBy, SimpleFeatureType schema) Builds a comparator that can be used to sort SimpleFeature instances in memoryConstructors in org.geotools.data.sort with parameters of type SortByModifierConstructorDescriptionSortedFeatureIterator(SimpleFeatureIterator iterator, SimpleFeatureType schema, SortBy[] sortBy, int maxFeatures) Builds a new sorting feature iteratorSortedFeatureReader(SimpleFeatureReader reader, SortBy[] sortBy, int maxFeatures) Builds a new sorting feature reader -
Uses of SortBy in org.geotools.data.store
Methods in org.geotools.data.store with parameters of type SortByModifier and TypeMethodDescriptionConstruct a sorted view of this content. -
Uses of SortBy in org.geotools.data.wfs.internal
Methods in org.geotools.data.wfs.internal that return SortByMethods in org.geotools.data.wfs.internal with parameters of type SortBy -
Uses of SortBy in org.geotools.feature
Methods in org.geotools.feature with parameters of type SortByModifier and TypeMethodDescriptionConstruct a sorted view of this content.Obtained sorted contents. -
Uses of SortBy in org.geotools.feature.collection
Methods in org.geotools.feature.collection with parameters of type SortByModifier and TypeMethodDescriptionObtained sorted contents, only implemented for SimpleFeature at present.Constructors in org.geotools.feature.collection with parameters of type SortByModifierConstructorDescriptionSortedSimpleFeatureCollection(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) -
Uses of SortBy in org.geotools.filter
Classes in org.geotools.filter that implement SortByMethods in org.geotools.filter that return SortBy -
Uses of SortBy in org.geotools.geopkg.wps
Fields in org.geotools.geopkg.wps declared as SortByMethods in org.geotools.geopkg.wps that return SortByMethods in org.geotools.geopkg.wps with parameters of type SortBy -
Uses of SortBy in org.geotools.process.vector
Methods in org.geotools.process.vector with parameters of type SortByModifier and TypeMethodDescription -
Uses of SortBy in org.geotools.renderer.style
Methods in org.geotools.renderer.style that return SortBy