GNDMS 0.6.0
RESTful verison of GNDMS
Public Member Functions | Private Attributes | Static Private Attributes

de.zib.gndms.taskflows.staging.client.model.SpaceConstraint Class Reference

A space constrain is a selection criteria for data stage-in. More...

Inherits java::io::Serializable.

List of all members.

Public Member Functions

boolean hasAltitude ()
 Checks if the altitude constraint is present in this instance.
boolean hasAreaCRS ()
 Checks if the area constraints are present in this instance.
boolean hasVerticalCRS ()
 Checks if the vertical constraints are present in this instance.
MinMaxPair getLatitude ()
void setLatitude (MinMaxPair latitude)
MinMaxPair getLongitude ()
void setLongitude (MinMaxPair longitude)
MinMaxPair getAltitude ()
void setAltitude (MinMaxPair altitude)
String getAreaCRS ()
void setAreaCRS (String areaCRS)
String getVerticalCRS ()
void setVerticalCRS (String verticalCRS)

Private Attributes

MinMaxPair latitude
 Pair for the latitude.
MinMaxPair longitude
 Pair for the longitude.
MinMaxPair altitude
 Pair for the altitude.
String areaCRS
 Some area constraints.
String verticalCRS
 Some vertical constraints.

Static Private Attributes

static final long serialVersionUID = -6224923031075051128L

Detailed Description

A space constrain is a selection criteria for data stage-in.

Author:
try ma ik jo rr a zib $id$

User: bzcjorra Date: Sep 15, 2008 4:10:44 PM


Member Function Documentation

boolean de.zib.gndms.taskflows.staging.client.model.SpaceConstraint.hasAltitude ( )

Checks if the altitude constraint is present in this instance.

Returns:
True if thats the case.
boolean de.zib.gndms.taskflows.staging.client.model.SpaceConstraint.hasAreaCRS ( )

Checks if the area constraints are present in this instance.

Returns:
True if thats the case.
boolean de.zib.gndms.taskflows.staging.client.model.SpaceConstraint.hasVerticalCRS ( )

Checks if the vertical constraints are present in this instance.

Returns:
True if thats the case.

Member Data Documentation

Pair for the altitude.

This is optional

Some area constraints.

This are optional.

Pair for the latitude.

This is required

Pair for the longitude.

This is required

Some vertical constraints.

This are optional.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations