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 interface
RelatedTimeType
A representation of the model object 'Related Time Type'.Methods in net.opengis.gml311 that return TimePrimitivePropertyType Modifier and Type Method Description TimePrimitivePropertyType
Gml311Factory. createTimePrimitivePropertyType()
Returns a new object of class 'Time Primitive Property Type'.TimePrimitivePropertyType
AbstractTimeSliceType. getValidTime()
Returns the value of the 'Valid Time' containment reference.TimePrimitivePropertyType
DocumentRoot. getValidTime()
Returns the value of the 'Valid Time' containment reference.TimePrimitivePropertyType
DynamicFeatureCollectionType. getValidTime()
Returns the value of the 'Valid Time' containment reference.TimePrimitivePropertyType
DynamicFeatureType. getValidTime()
Returns the value of the 'Valid Time' containment reference.TimePrimitivePropertyType
ObservationType. 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 void
AbstractTimeSliceType. setValidTime(TimePrimitivePropertyType value)
Sets the value of the 'Valid Time
' containment reference.void
DocumentRoot. setValidTime(TimePrimitivePropertyType value)
Sets the value of the 'Valid Time
' containment reference.void
DynamicFeatureCollectionType. setValidTime(TimePrimitivePropertyType value)
Sets the value of the 'Valid Time
' containment reference.void
DynamicFeatureType. setValidTime(TimePrimitivePropertyType value)
Sets the value of the 'Valid Time
' containment reference.void
ObservationType. 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 class
RelatedTimeTypeImpl
An implementation of the model object 'Related Time Type'.class
TimePrimitivePropertyTypeImpl
An implementation of the model object 'Time Primitive Property Type'.Fields in net.opengis.gml311.impl declared as TimePrimitivePropertyType Modifier and Type Field Description protected TimePrimitivePropertyType
AbstractTimeSliceTypeImpl. validTime
The cached value of the 'Valid Time
' containment reference.protected TimePrimitivePropertyType
DynamicFeatureCollectionTypeImpl. validTime
The cached value of the 'Valid Time
' containment reference.protected TimePrimitivePropertyType
DynamicFeatureTypeImpl. validTime
The cached value of the 'Valid Time
' containment reference.protected TimePrimitivePropertyType
ObservationTypeImpl. validTime
The cached value of the 'Valid Time
' containment reference.Methods in net.opengis.gml311.impl that return TimePrimitivePropertyType Modifier and Type Method Description TimePrimitivePropertyType
Gml311FactoryImpl. createTimePrimitivePropertyType()
TimePrimitivePropertyType
AbstractTimeSliceTypeImpl. getValidTime()
TimePrimitivePropertyType
DocumentRootImpl. getValidTime()
TimePrimitivePropertyType
DynamicFeatureCollectionTypeImpl. getValidTime()
TimePrimitivePropertyType
DynamicFeatureTypeImpl. getValidTime()
TimePrimitivePropertyType
ObservationTypeImpl. getValidTime()
Methods in net.opengis.gml311.impl with parameters of type TimePrimitivePropertyType Modifier and Type Method Description NotificationChain
AbstractTimeSliceTypeImpl. basicSetValidTime(TimePrimitivePropertyType newValidTime, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetValidTime(TimePrimitivePropertyType newValidTime, NotificationChain msgs)
NotificationChain
DynamicFeatureCollectionTypeImpl. basicSetValidTime(TimePrimitivePropertyType newValidTime, NotificationChain msgs)
NotificationChain
DynamicFeatureTypeImpl. basicSetValidTime(TimePrimitivePropertyType newValidTime, NotificationChain msgs)
NotificationChain
ObservationTypeImpl. basicSetValidTime(TimePrimitivePropertyType newValidTime, NotificationChain msgs)
void
AbstractTimeSliceTypeImpl. setValidTime(TimePrimitivePropertyType newValidTime)
void
DocumentRootImpl. setValidTime(TimePrimitivePropertyType newValidTime)
void
DynamicFeatureCollectionTypeImpl. setValidTime(TimePrimitivePropertyType newValidTime)
void
DynamicFeatureTypeImpl. setValidTime(TimePrimitivePropertyType newValidTime)
void
ObservationTypeImpl. 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 T
Gml311Switch. caseTimePrimitivePropertyType(TimePrimitivePropertyType object)
Returns the result of interpreting the object as an instance of 'Time Primitive Property Type'.boolean
Gml311Validator. validateTimePrimitivePropertyType(TimePrimitivePropertyType timePrimitivePropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-