|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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,
org.deegree.commons.tom.ows.LanguageString title,
org.deegree.commons.tom.ows.LanguageString summary,
org.deegree.geometry.Envelope value)
Creates a new BoundingBoxInputImpl instance. |
|
| Method Summary | |
|---|---|
java.lang.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. |
org.deegree.geometry.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). |
java.lang.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,
org.deegree.commons.tom.ows.LanguageString title,
org.deegree.commons.tom.ows.LanguageString summary,
org.deegree.geometry.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 definition| Method Detail |
|---|
public java.lang.String getCRSName()
BoundingBoxInput
getCRSName in interface BoundingBoxInputpublic double[] getLower()
BoundingBoxInput
getLower in interface BoundingBoxInputpublic double[] getUpper()
BoundingBoxInput
getUpper in interface BoundingBoxInputpublic org.deegree.geometry.Envelope getValue()
BoundingBoxInputEnvelope is supported for this parameter (according to the process description).
getValue in interface BoundingBoxInputpublic BoundingBoxInputDefinition getDefinition()
ProcessletInputImpl
getDefinition in class ProcessletInputImplpublic java.lang.String toString()
toString in class ProcessletInputImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||