Uses of Interface
net.opengis.gml311.TimePrimitivePropertyType
-
Packages that use TimePrimitivePropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TimePrimitivePropertyType in net.opengis.gml311
Subinterfaces of TimePrimitivePropertyType in net.opengis.gml311 Modifier and Type Interface Description interfaceRelatedTimeTypeA representation of the model object 'Related Time Type'.Methods in net.opengis.gml311 that return TimePrimitivePropertyType Modifier and Type Method Description TimePrimitivePropertyTypeGml311Factory. createTimePrimitivePropertyType()Returns a new object of class 'Time Primitive Property Type'.TimePrimitivePropertyTypeAbstractTimeSliceType. getValidTime()Returns the value of the 'Valid Time' containment reference.TimePrimitivePropertyTypeDocumentRoot. getValidTime()Returns the value of the 'Valid Time' containment reference.TimePrimitivePropertyTypeDynamicFeatureCollectionType. getValidTime()Returns the value of the 'Valid Time' containment reference.TimePrimitivePropertyTypeDynamicFeatureType. getValidTime()Returns the value of the 'Valid Time' containment reference.TimePrimitivePropertyTypeObservationType. getValidTime()Returns the value of the 'Valid Time' containment reference.Methods in net.opengis.gml311 with parameters of type TimePrimitivePropertyType Modifier and Type Method Description voidAbstractTimeSliceType. setValidTime(TimePrimitivePropertyType value)Sets the value of the 'Valid Time' containment reference.voidDocumentRoot. setValidTime(TimePrimitivePropertyType value)Sets the value of the 'Valid Time' containment reference.voidDynamicFeatureCollectionType. setValidTime(TimePrimitivePropertyType value)Sets the value of the 'Valid Time' containment reference.voidDynamicFeatureType. setValidTime(TimePrimitivePropertyType value)Sets the value of the 'Valid Time' containment reference.voidObservationType. setValidTime(TimePrimitivePropertyType value)Sets the value of the 'Valid Time' containment reference. -
Uses of TimePrimitivePropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TimePrimitivePropertyType Modifier and Type Class Description classRelatedTimeTypeImplAn implementation of the model object 'Related Time Type'.classTimePrimitivePropertyTypeImplAn implementation of the model object 'Time Primitive Property Type'.Fields in net.opengis.gml311.impl declared as TimePrimitivePropertyType Modifier and Type Field Description protected TimePrimitivePropertyTypeAbstractTimeSliceTypeImpl. validTimeThe cached value of the 'Valid Time' containment reference.protected TimePrimitivePropertyTypeDynamicFeatureCollectionTypeImpl. validTimeThe cached value of the 'Valid Time' containment reference.protected TimePrimitivePropertyTypeDynamicFeatureTypeImpl. validTimeThe cached value of the 'Valid Time' containment reference.protected TimePrimitivePropertyTypeObservationTypeImpl. validTimeThe cached value of the 'Valid Time' containment reference.Methods in net.opengis.gml311.impl that return TimePrimitivePropertyType Modifier and Type Method Description TimePrimitivePropertyTypeGml311FactoryImpl. createTimePrimitivePropertyType()TimePrimitivePropertyTypeAbstractTimeSliceTypeImpl. getValidTime()TimePrimitivePropertyTypeDocumentRootImpl. getValidTime()TimePrimitivePropertyTypeDynamicFeatureCollectionTypeImpl. getValidTime()TimePrimitivePropertyTypeDynamicFeatureTypeImpl. getValidTime()TimePrimitivePropertyTypeObservationTypeImpl. getValidTime()Methods in net.opengis.gml311.impl with parameters of type TimePrimitivePropertyType Modifier and Type Method Description NotificationChainAbstractTimeSliceTypeImpl. basicSetValidTime(TimePrimitivePropertyType newValidTime, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetValidTime(TimePrimitivePropertyType newValidTime, NotificationChain msgs)NotificationChainDynamicFeatureCollectionTypeImpl. basicSetValidTime(TimePrimitivePropertyType newValidTime, NotificationChain msgs)NotificationChainDynamicFeatureTypeImpl. basicSetValidTime(TimePrimitivePropertyType newValidTime, NotificationChain msgs)NotificationChainObservationTypeImpl. basicSetValidTime(TimePrimitivePropertyType newValidTime, NotificationChain msgs)voidAbstractTimeSliceTypeImpl. setValidTime(TimePrimitivePropertyType newValidTime)voidDocumentRootImpl. setValidTime(TimePrimitivePropertyType newValidTime)voidDynamicFeatureCollectionTypeImpl. setValidTime(TimePrimitivePropertyType newValidTime)voidDynamicFeatureTypeImpl. setValidTime(TimePrimitivePropertyType newValidTime)voidObservationTypeImpl. setValidTime(TimePrimitivePropertyType newValidTime) -
Uses of TimePrimitivePropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TimePrimitivePropertyType Modifier and Type Method Description TGml311Switch. caseTimePrimitivePropertyType(TimePrimitivePropertyType object)Returns the result of interpreting the object as an instance of 'Time Primitive Property Type'.booleanGml311Validator. validateTimePrimitivePropertyType(TimePrimitivePropertyType timePrimitivePropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-