Uses of Interface
net.opengis.gml311.EnvelopeWithTimePeriodType
-
Packages that use EnvelopeWithTimePeriodType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of EnvelopeWithTimePeriodType in net.opengis.gml311
Methods in net.opengis.gml311 that return EnvelopeWithTimePeriodType Modifier and Type Method Description EnvelopeWithTimePeriodType
Gml311Factory. createEnvelopeWithTimePeriodType()
Returns a new object of class 'Envelope With Time Period Type'.EnvelopeWithTimePeriodType
DocumentRoot. getEnvelopeWithTimePeriod()
Returns the value of the 'Envelope With Time Period' containment reference.Methods in net.opengis.gml311 with parameters of type EnvelopeWithTimePeriodType Modifier and Type Method Description void
DocumentRoot. setEnvelopeWithTimePeriod(EnvelopeWithTimePeriodType value)
Sets the value of the 'Envelope With Time Period
' containment reference. -
Uses of EnvelopeWithTimePeriodType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement EnvelopeWithTimePeriodType Modifier and Type Class Description class
EnvelopeWithTimePeriodTypeImpl
An implementation of the model object 'Envelope With Time Period Type'.Methods in net.opengis.gml311.impl that return EnvelopeWithTimePeriodType Modifier and Type Method Description EnvelopeWithTimePeriodType
Gml311FactoryImpl. createEnvelopeWithTimePeriodType()
EnvelopeWithTimePeriodType
DocumentRootImpl. getEnvelopeWithTimePeriod()
Methods in net.opengis.gml311.impl with parameters of type EnvelopeWithTimePeriodType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetEnvelopeWithTimePeriod(EnvelopeWithTimePeriodType newEnvelopeWithTimePeriod, NotificationChain msgs)
void
DocumentRootImpl. setEnvelopeWithTimePeriod(EnvelopeWithTimePeriodType newEnvelopeWithTimePeriod)
-
Uses of EnvelopeWithTimePeriodType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type EnvelopeWithTimePeriodType Modifier and Type Method Description T
Gml311Switch. caseEnvelopeWithTimePeriodType(EnvelopeWithTimePeriodType object)
Returns the result of interpreting the object as an instance of 'Envelope With Time Period Type'.boolean
Gml311Validator. validateEnvelopeWithTimePeriodType(EnvelopeWithTimePeriodType envelopeWithTimePeriodType, DiagnosticChain diagnostics, Map<Object,Object> context)
-