Uses of Class
org.apache.sis.storage.aggregate.GroupByCRS
Packages that use GroupByCRS
Package
Description
Resources which are aggregations or concatenations of other resources.
-
Uses of GroupByCRS in org.apache.sis.storage.aggregate
Methods in org.apache.sis.storage.aggregate that return GroupByCRSModifier and TypeMethodDescription(package private) static <E> GroupByCRS
<E> GroupByCRS.getOrAdd
(List<GroupByCRS<E>> groups, GridGeometry geometry) Returns the group of objects associated to the given grid geometry.private static <E> GroupByCRS
<E> GroupByCRS.getOrAdd
(List<GroupByCRS<E>> groups, org.opengis.referencing.crs.CoordinateReferenceSystem crs) Returns the group of objects associated to the given CRS.Method parameters in org.apache.sis.storage.aggregate with type arguments of type GroupByCRSModifier and TypeMethodDescription(package private) final GroupByTransform
GridSlice.getList
(List<GroupByCRS<GroupByTransform>> groups, MergeStrategy strategy) Returns the group of objects associated to the CRS and "grid to CRS" transform.(package private) static <E> GroupByCRS
<E> GroupByCRS.getOrAdd
(List<GroupByCRS<E>> groups, GridGeometry geometry) Returns the group of objects associated to the given grid geometry.private static <E> GroupByCRS
<E> GroupByCRS.getOrAdd
(List<GroupByCRS<E>> groups, org.opengis.referencing.crs.CoordinateReferenceSystem crs) Returns the group of objects associated to the given CRS.