Re: [Geotools-devel] SortBy interfaces in api

2005-12-11 Thread Jody Garnett
Martin Desruisseaux wrote: Jody Garnett a écrit : - for SortOrder - we may want to go with full descriptive names then the spec? (ie. Ascending, Descending) I prefer "ASCENDING" and "DESCENDING" names instead of "ASC" and "DESC"... Me too - here is what I will do: public static final So

Re: [Geotools-devel] SortBy interfaces in api

2005-12-11 Thread Martin Desruisseaux
Jody Garnett a écrit : - for SortOrder - we may want to go with full descriptive names then the spec? (ie. Ascending, Descending) I prefer "ASCENDING" and "DESCENDING" names instead of "ASC" and "DESC"... Martin. --- This SF.net ema

[Geotools-devel] SortBy interfaces in api

2005-12-09 Thread Jody Garnett
SortBy - uses a propertyName and SortOrder SortOrder - a CodeList of ASC, DESC A couple of questions for you guys: - For the use of PropertyName we may want to go with an Expression (to be consist)? Or indicate that xPath is permissable? - for SortOrder - we may want to go with full descriptive