Uses of Interface
net.anwiba.spatial.ckan.request.sort.ISortOrderTerm
-
Packages that use ISortOrderTerm Package Description net.anwiba.spatial.ckan.request.sort -
-
Uses of ISortOrderTerm in net.anwiba.spatial.ckan.request.sort
Classes in net.anwiba.spatial.ckan.request.sort that implement ISortOrderTerm Modifier and Type Class Description classSortOrderTermMethods in net.anwiba.spatial.ckan.request.sort that return types with arguments of type ISortOrderTerm Modifier and Type Method Description java.util.List<ISortOrderTerm>ISortOrderList. getTerms()java.util.List<ISortOrderTerm>SortOrderList. getTerms()Methods in net.anwiba.spatial.ckan.request.sort with parameters of type ISortOrderTerm Modifier and Type Method Description TISortOrderVisitor. visitTerm(ISortOrderTerm term)Method parameters in net.anwiba.spatial.ckan.request.sort with type arguments of type ISortOrderTerm Modifier and Type Method Description TISortOrderVisitor. visitList(java.lang.Iterable<ISortOrderTerm> terms)Constructor parameters in net.anwiba.spatial.ckan.request.sort with type arguments of type ISortOrderTerm Constructor Description SortOrderList(java.util.Collection<ISortOrderTerm> terms)
-