[mapserver-dev] Querying

Steve Lime Steve.Lime at dnr.state.mn.us
Tue Jul 7 14:08:37 EDT 2009


Well, just make a rectangle large enough to encompass all features and query
by rectangle using that. Could also by-pass MapServer altogether and just use
JDBC to do a "select * from tablename".

Steve

>>> On 7/7/2009 at 12:59 PM, in message <1246989579716-3220801.post at n2.nabble.com>,
alberez <alberez at gmail.com> wrote:

> Hi,
> 
> Map layers can be queried to select features using spatial query methods (by
> rectangle, by point...) or the attribute query method (by attributes),
> but...anybody knows how can I get ALL the rows from a layer using java
> mapscript??? I mean, I'm trying to do something like 'SELECT * FROM
> POSTGISTable' by means of the methods of mapscript, but no query is good.
> 
> Thanks a lot.
> 
> Sorry for my English.
> 
> 
> 



More information about the mapserver-dev mailing list