Uses of Interface
net.opengis.gml311.AbstractTimeSliceType
-
Packages that use AbstractTimeSliceType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractTimeSliceType in net.opengis.gml311
Subinterfaces of AbstractTimeSliceType in net.opengis.gml311 Modifier and Type Interface Description interface
MovingObjectStatusType
A representation of the model object 'Moving Object Status Type'.Methods in net.opengis.gml311 that return AbstractTimeSliceType Modifier and Type Method Description AbstractTimeSliceType
DocumentRoot. getTimeSlice()
Returns the value of the 'Time Slice' containment reference.Methods in net.opengis.gml311 that return types with arguments of type AbstractTimeSliceType Modifier and Type Method Description EList<AbstractTimeSliceType>
HistoryPropertyType. getTimeSlice()
Returns the value of the 'Time Slice' containment reference list. -
Uses of AbstractTimeSliceType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractTimeSliceType Modifier and Type Class Description class
AbstractTimeSliceTypeImpl
An implementation of the model object 'Abstract Time Slice Type'.class
MovingObjectStatusTypeImpl
An implementation of the model object 'Moving Object Status Type'.Methods in net.opengis.gml311.impl that return AbstractTimeSliceType Modifier and Type Method Description AbstractTimeSliceType
DocumentRootImpl. getTimeSlice()
Methods in net.opengis.gml311.impl that return types with arguments of type AbstractTimeSliceType Modifier and Type Method Description EList<AbstractTimeSliceType>
HistoryPropertyTypeImpl. getTimeSlice()
Methods in net.opengis.gml311.impl with parameters of type AbstractTimeSliceType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetTimeSlice(AbstractTimeSliceType newTimeSlice, NotificationChain msgs)
-
Uses of AbstractTimeSliceType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractTimeSliceType Modifier and Type Method Description T
Gml311Switch. caseAbstractTimeSliceType(AbstractTimeSliceType object)
Returns the result of interpreting the object as an instance of 'Abstract Time Slice Type'.boolean
Gml311Validator. validateAbstractTimeSliceType(AbstractTimeSliceType abstractTimeSliceType, DiagnosticChain diagnostics, Map<Object,Object> context)
-