Uses of Interface
net.opengis.gml.TimePositionType
- 
Packages that use TimePositionType Package Description net.opengis.gml net.opengis.gml.impl net.opengis.gml.util net.opengis.gml.validation net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.validation 
- 
- 
Uses of TimePositionType in net.opengis.gmlMethods in net.opengis.gml that return TimePositionType Modifier and Type Method Description TimePositionTypeGmlFactory. createTimePositionType()Returns a new object of class 'Time Position Type'.TimePositionTypeDocumentRoot. getTimePosition()Returns the value of the 'Time Position' containment reference.Methods in net.opengis.gml with parameters of type TimePositionType Modifier and Type Method Description voidDocumentRoot. setTimePosition(TimePositionType value)Sets the value of the 'Time Position' containment reference.
- 
Uses of TimePositionType in net.opengis.gml.implClasses in net.opengis.gml.impl that implement TimePositionType Modifier and Type Class Description classTimePositionTypeImplAn implementation of the model object 'Time Position Type'.Methods in net.opengis.gml.impl that return TimePositionType Modifier and Type Method Description TimePositionTypeGmlFactoryImpl. createTimePositionType()TimePositionTypeDocumentRootImpl. getTimePosition()Methods in net.opengis.gml.impl with parameters of type TimePositionType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetTimePosition(TimePositionType newTimePosition, NotificationChain msgs)voidDocumentRootImpl. setTimePosition(TimePositionType newTimePosition)
- 
Uses of TimePositionType in net.opengis.gml.utilMethods in net.opengis.gml.util with parameters of type TimePositionType Modifier and Type Method Description ObjectGmlSwitch. caseTimePositionType(TimePositionType object)Returns the result of interpreting the object as an instance of 'Time Position Type'.booleanGmlValidator. validateTimePositionType(TimePositionType timePositionType, DiagnosticChain diagnostics, Map context)
- 
Uses of TimePositionType in net.opengis.gml.validationMethods in net.opengis.gml.validation with parameters of type TimePositionType Modifier and Type Method Description booleanDocumentRootValidator. validateTimePosition(TimePositionType value)
- 
Uses of TimePositionType in net.opengis.wcs10Methods in net.opengis.wcs10 that return TimePositionType Modifier and Type Method Description TimePositionTypeTimePeriodType. getBeginPosition()Returns the value of the 'Begin Position' containment reference.TimePositionTypeTimePeriodType. getEndPosition()Returns the value of the 'End Position' containment reference.Methods in net.opengis.wcs10 with parameters of type TimePositionType Modifier and Type Method Description voidTimePeriodType. setBeginPosition(TimePositionType value)Sets the value of the 'Begin Position' containment reference.voidTimePeriodType. setEndPosition(TimePositionType value)Sets the value of the 'End Position' containment reference.
- 
Uses of TimePositionType in net.opengis.wcs10.implFields in net.opengis.wcs10.impl declared as TimePositionType Modifier and Type Field Description protected TimePositionTypeTimePeriodTypeImpl. beginPositionThe cached value of the 'Begin Position' containment reference.protected TimePositionTypeTimePeriodTypeImpl. endPositionThe cached value of the 'End Position' containment reference.Methods in net.opengis.wcs10.impl that return TimePositionType Modifier and Type Method Description TimePositionTypeTimePeriodTypeImpl. getBeginPosition()TimePositionTypeTimePeriodTypeImpl. getEndPosition()Methods in net.opengis.wcs10.impl with parameters of type TimePositionType Modifier and Type Method Description NotificationChainTimePeriodTypeImpl. basicSetBeginPosition(TimePositionType newBeginPosition, NotificationChain msgs)NotificationChainTimePeriodTypeImpl. basicSetEndPosition(TimePositionType newEndPosition, NotificationChain msgs)voidTimePeriodTypeImpl. setBeginPosition(TimePositionType newBeginPosition)voidTimePeriodTypeImpl. setEndPosition(TimePositionType newEndPosition)
- 
Uses of TimePositionType in net.opengis.wcs10.validationMethods in net.opengis.wcs10.validation with parameters of type TimePositionType Modifier and Type Method Description booleanTimePeriodTypeValidator. validateBeginPosition(TimePositionType value)booleanTimePeriodTypeValidator. validateEndPosition(TimePositionType value)
 
-