Uses of Interface
net.opengis.gml.EnvelopeWithTimePeriodType
-
Packages that use EnvelopeWithTimePeriodType Package Description net.opengis.gml net.opengis.gml.impl net.opengis.gml.util net.opengis.gml.validation -
-
Uses of EnvelopeWithTimePeriodType in net.opengis.gml
Methods in net.opengis.gml that return EnvelopeWithTimePeriodType Modifier and Type Method Description EnvelopeWithTimePeriodType
GmlFactory. 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.gml 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.gml.impl
Classes in net.opengis.gml.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.gml.impl that return EnvelopeWithTimePeriodType Modifier and Type Method Description EnvelopeWithTimePeriodType
GmlFactoryImpl. createEnvelopeWithTimePeriodType()
EnvelopeWithTimePeriodType
DocumentRootImpl. getEnvelopeWithTimePeriod()
Methods in net.opengis.gml.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.gml.util
Methods in net.opengis.gml.util with parameters of type EnvelopeWithTimePeriodType Modifier and Type Method Description Object
GmlSwitch. caseEnvelopeWithTimePeriodType(EnvelopeWithTimePeriodType object)
Returns the result of interpreting the object as an instance of 'Envelope With Time Period Type'.boolean
GmlValidator. validateEnvelopeWithTimePeriodType(EnvelopeWithTimePeriodType envelopeWithTimePeriodType, DiagnosticChain diagnostics, Map context)
-
Uses of EnvelopeWithTimePeriodType in net.opengis.gml.validation
Methods in net.opengis.gml.validation with parameters of type EnvelopeWithTimePeriodType Modifier and Type Method Description boolean
DocumentRootValidator. validateEnvelopeWithTimePeriod(EnvelopeWithTimePeriodType value)
-