Packageorg.openscales.core.layer.params.ogc
Classpublic class WMSGetFeatureInfoParams
InheritanceWMSGetFeatureInfoParams Inheritance org.openscales.core.layer.params.ogc.OGCParams

Implementation of IHttpParams interface. Extends OGCParams. It adds specific WMS GetFeatureInfo request params.



Public Properties
 PropertyDefined by
  exceptions : String
WMSGetFeatureInfoParams
  format : String
WMSGetFeatureInfoParams
  height : Number
WMSGetFeatureInfoParams
  layers : String
WMSGetFeatureInfoParams
  maxFeatures : Number
WMSGetFeatureInfoParams
  styles : String
WMSGetFeatureInfoParams
  width : Number
WMSGetFeatureInfoParams
  x : Number
WMSGetFeatureInfoParams
  y : Number
WMSGetFeatureInfoParams
Public Methods
 MethodDefined by
  
WMSGetFeatureInfoParams(layers:String, format:String = "text/xml", styles:String = null)
WMSGetFeatureInfoParams
  
toGETString():String
WMSGetFeatureInfoParams
Property detail
exceptionsproperty
exceptions:String  [read-write]Implementation
    public function get exceptions():String
    public function set exceptions(value:String):void
formatproperty 
format:String  [read-write]Implementation
    public function get format():String
    public function set format(value:String):void
heightproperty 
height:Number  [read-write]Implementation
    public function get height():Number
    public function set height(value:Number):void
layersproperty 
layers:String  [read-write]Implementation
    public function get layers():String
    public function set layers(value:String):void
maxFeaturesproperty 
maxFeatures:Number  [read-write]Implementation
    public function get maxFeatures():Number
    public function set maxFeatures(value:Number):void
stylesproperty 
styles:String  [read-write]Implementation
    public function get styles():String
    public function set styles(value:String):void
widthproperty 
width:Number  [read-write]Implementation
    public function get width():Number
    public function set width(value:Number):void
xproperty 
x:Number  [read-write]Implementation
    public function get x():Number
    public function set x(value:Number):void
yproperty 
y:Number  [read-write]Implementation
    public function get y():Number
    public function set y(value:Number):void
Constructor detail
WMSGetFeatureInfoParams()constructor
public function WMSGetFeatureInfoParams(layers:String, format:String = "text/xml", styles:String = null)Parameters
layers:String
 
format:String (default = "text/xml")
 
styles:String (default = null)
Method detail
toGETString()method
public override function toGETString():String

Returns
String