mapnik
Class Query

java.lang.Object
  extended by mapnik.NativeObject
      extended by mapnik.Query

public class Query
extends NativeObject


Constructor Summary
Query(Box2d bbox)
           
Query(Box2d bbox, double resx, double resy, double scaleDenominator)
           
 
Method Summary
 void addPropertyName(java.lang.String name)
           
 
Methods inherited from class mapnik.NativeObject
dispose, isDisposed
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Query

public Query(Box2d bbox,
             double resx,
             double resy,
             double scaleDenominator)

Query

public Query(Box2d bbox)
Method Detail

addPropertyName

public void addPropertyName(java.lang.String name)