Uses of Interface
net.opengis.wcs11.TimePeriodType
-
Packages that use TimePeriodType Package Description net.opengis.wcs11 net.opengis.wcs11.impl net.opengis.wcs11.util -
-
Uses of TimePeriodType in net.opengis.wcs11
Methods in net.opengis.wcs11 that return TimePeriodType Modifier and Type Method Description TimePeriodType
Wcs111Factory. createTimePeriodType()
Returns a new object of class 'Time Period Type'.TimePeriodType
Wcs11Factory. createTimePeriodType()
Returns a new object of class 'Time Period Type'. -
Uses of TimePeriodType in net.opengis.wcs11.impl
Classes in net.opengis.wcs11.impl that implement TimePeriodType Modifier and Type Class Description class
TimePeriodTypeImpl
An implementation of the model object 'Time Period Type'.Methods in net.opengis.wcs11.impl that return TimePeriodType Modifier and Type Method Description TimePeriodType
Wcs111FactoryImpl. createTimePeriodType()
TimePeriodType
Wcs11FactoryImpl. createTimePeriodType()
-
Uses of TimePeriodType in net.opengis.wcs11.util
Methods in net.opengis.wcs11.util with parameters of type TimePeriodType Modifier and Type Method Description Object
Wcs111Switch. caseTimePeriodType(TimePeriodType object)
Returns the result of interpreting the object as an instance of 'Time Period Type'.Object
Wcs11Switch. caseTimePeriodType(TimePeriodType object)
Returns the result of interpreting the object as an instance of 'Time Period Type'.boolean
Wcs111Validator. validateTimePeriodType(TimePeriodType timePeriodType, DiagnosticChain diagnostics, Map context)
boolean
Wcs11Validator. validateTimePeriodType(TimePeriodType timePeriodType, DiagnosticChain diagnostics, Map context)
-