|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.services.wps.input.ProcessletInputImpl org.deegree.services.wps.input.BoundingBoxInputImpl
public class BoundingBoxInputImpl
A Process
input parameter with a bounding box value.
Field Summary |
---|
Fields inherited from class org.deegree.services.wps.input.ProcessletInputImpl |
---|
definition |
Constructor Summary | |
---|---|
BoundingBoxInputImpl(BoundingBoxInputDefinition definition,
LanguageString title,
LanguageString summary,
Envelope value)
Creates a new BoundingBoxInputImpl instance. |
Method Summary | |
---|---|
String |
getCRSName()
Returns the CRS (coordinate reference system) name of the bounding box. |
BoundingBoxInputDefinition |
getDefinition()
Returns the type information for this input argument. |
double[] |
getLower()
Returns the lower corner point of the bounding box. |
double[] |
getUpper()
Returns the upper corner point of the bounding box. |
Envelope |
getValue()
Returns the bounding box value, it is guaranteed that the SRS (spatial reference system) of the returned Envelope is supported for this parameter (according to the process description). |
String |
toString()
|
Methods inherited from class org.deegree.services.wps.input.ProcessletInputImpl |
---|
getAbstract, getIdentifier, getTitle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.deegree.services.wps.input.ProcessletInput |
---|
getAbstract, getIdentifier, getTitle |
Constructor Detail |
---|
public BoundingBoxInputImpl(BoundingBoxInputDefinition definition, LanguageString title, LanguageString summary, Envelope value)
BoundingBoxInputImpl
instance.
definition
- corresponding input definition from process descriptiontitle
- optional title supplied with the input parameter, may be nullsummary
- optional narrative description supplied with the input parameter, may be nullvalue
- bounding box value, the srs must be null or supported according to the input definitionMethod Detail |
---|
public String getCRSName()
BoundingBoxInput
getCRSName
in interface BoundingBoxInput
public double[] getLower()
BoundingBoxInput
getLower
in interface BoundingBoxInput
public double[] getUpper()
BoundingBoxInput
getUpper
in interface BoundingBoxInput
public Envelope getValue()
BoundingBoxInput
Envelope
is supported for this parameter (according to the process description).
getValue
in interface BoundingBoxInput
public BoundingBoxInputDefinition getDefinition()
ProcessletInputImpl
getDefinition
in class ProcessletInputImpl
public String toString()
toString
in class ProcessletInputImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |