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 interfaceMovingObjectStatusTypeA representation of the model object 'Moving Object Status Type'.Methods in net.opengis.gml311 that return AbstractTimeSliceType Modifier and Type Method Description AbstractTimeSliceTypeDocumentRoot. 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 classAbstractTimeSliceTypeImplAn implementation of the model object 'Abstract Time Slice Type'.classMovingObjectStatusTypeImplAn implementation of the model object 'Moving Object Status Type'.Methods in net.opengis.gml311.impl that return AbstractTimeSliceType Modifier and Type Method Description AbstractTimeSliceTypeDocumentRootImpl. 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 NotificationChainDocumentRootImpl. 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 TGml311Switch. caseAbstractTimeSliceType(AbstractTimeSliceType object)Returns the result of interpreting the object as an instance of 'Abstract Time Slice Type'.booleanGml311Validator. validateAbstractTimeSliceType(AbstractTimeSliceType abstractTimeSliceType, DiagnosticChain diagnostics, Map<Object,Object> context)
-