Package com.luciad.ogc.wcs.client
Class TLcdWCSProxy.BoundsType
java.lang.Object
com.luciad.ogc.wcs.client.TLcdWCSProxy.BoundsType
- Enclosing class:
TLcdWCSProxy
Enumeration class for defining the interpretation of the request bounds.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdWCSProxy.BoundsType
Type for representing 1-dimensional bounds.static final TLcdWCSProxy.BoundsType
Type for representing 2-dimensional bounds.static final TLcdWCSProxy.BoundsType
Type for representing 3-dimensional bounds. -
Method Summary
-
Field Details
-
BOUNDS_1D
Type for representing 1-dimensional bounds. -
BOUNDS_2D
Type for representing 2-dimensional bounds. -
BOUNDS_3D
Type for representing 3-dimensional bounds.
-