public class TemporalDimensionSubset extends DimensionSubset
DimensionSubset.Type
_domainCoordinate
Constructor and Description |
---|
TemporalDimensionSubset(DimensionSubset ds) |
TemporalDimensionSubset(DimensionSubset ds,
java.lang.String units) |
TemporalDimensionSubset(TemporalDimensionSubset tds) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDap2GridValueConstraint()
The is method produces the correct DAP value based constraint for inclusion in a DAP constraint expression
call to the DAP server side function "grid"
If the time point/slice values are numeric (if they parse as a Double correctly) then they are assumed to be in
the target dataset time units and they are added to the constraint unchanged.
|
java.util.Date |
getEndTime() |
java.util.Date |
getSlicePointTime() |
java.util.Date |
getStartTime() |
java.lang.String |
getUnits() |
getDapArrayIndexConstraint, getDimensionId, getDimensionSubsetElement, getSlicePoint, getTrimHigh, getTrimLow, getType, isArraySubset, isArraySubsetString, isSliceSubset, isTrimSubset, isValueSubset, setDimensionId, setDomainCoordinate, setIsArraySubset, setSlicePoint, setSubsetType, setTrimHigh, setTrimLow
public TemporalDimensionSubset(DimensionSubset ds)
public TemporalDimensionSubset(TemporalDimensionSubset tds)
public TemporalDimensionSubset(DimensionSubset ds, java.lang.String units)
public java.lang.String getUnits()
public java.lang.String getDap2GridValueConstraint() throws WcsException
getDap2GridValueConstraint
in class DimensionSubset
WcsException
public java.util.Date getStartTime() throws WcsException
WcsException
public java.util.Date getEndTime() throws WcsException
WcsException
public java.util.Date getSlicePointTime() throws WcsException
WcsException