forms
Class FeatureInfoRequest

java.lang.Object
  extended by forms.FeatureInfoRequest

public class FeatureInfoRequest
extends java.lang.Object

Class is a form feature information request


Field Summary
 BBox extent
           
 java.util.List<java.lang.Long> layersId
           
 Coordinate point
           
 Coordinate size
           
 java.lang.String srs
           
 
Constructor Summary
FeatureInfoRequest()
          Constructor of class.
 
Method Summary
 BBox getExtent()
           
 java.util.List<java.lang.Long> getLayersId()
           
 Coordinate getPoint()
           
 Coordinate getSize()
           
 java.lang.String getSrs()
           
 void setExtent(BBox extent)
          set boundary box
 void setLayersId(java.util.List<java.lang.Long> layersId)
          set layers id
 void setPoint(Coordinate point)
          set point
 void setSize(Coordinate size)
          set size window.
 void setSrs(java.lang.String srs)
          set projection coordinates
 java.lang.String validate()
          validate form for request information at the point
 java.lang.String validateBBox()
          validate form for request information at the boundary box
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

layersId

public java.util.List<java.lang.Long> layersId

size

public Coordinate size

point

public Coordinate point

extent

public BBox extent

srs

public java.lang.String srs
Constructor Detail

FeatureInfoRequest

public FeatureInfoRequest()
Constructor of class.

Method Detail

getLayersId

public java.util.List<java.lang.Long> getLayersId()
Returns:
List layers id

setLayersId

public void setLayersId(java.util.List<java.lang.Long> layersId)
set layers id

Parameters:
layersId - layers id

getSize

public Coordinate getSize()
Returns:
size window.
See Also:
Coordinate

setSize

public void setSize(Coordinate size)
set size window.

Parameters:
size - size window.
See Also:
Coordinate

getPoint

public Coordinate getPoint()
Returns:
point
See Also:
Coordinate

setPoint

public void setPoint(Coordinate point)
set point

Parameters:
point - point
See Also:
Coordinate

getExtent

public BBox getExtent()
Returns:
map extent
See Also:
BBox

setExtent

public void setExtent(BBox extent)
set boundary box

Parameters:
extent - map extent
See Also:
BBox

getSrs

public java.lang.String getSrs()
Returns:
projection coordinates

setSrs

public void setSrs(java.lang.String srs)
set projection coordinates

Parameters:
srs - projection coordinates

validate

public java.lang.String validate()
validate form for request information at the point

Returns:
If the test is successful return null, else return error.

validateBBox

public java.lang.String validateBBox()
validate form for request information at the boundary box

Returns:
If the test is successful return null, else return error.