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 EnvelopeWithTimePeriodTypeGml311Factory. createEnvelopeWithTimePeriodType()Returns a new object of class 'Envelope With Time Period Type'.EnvelopeWithTimePeriodTypeDocumentRoot. 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 voidDocumentRoot. 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 classEnvelopeWithTimePeriodTypeImplAn implementation of the model object 'Envelope With Time Period Type'.Methods in net.opengis.gml311.impl that return EnvelopeWithTimePeriodType Modifier and Type Method Description EnvelopeWithTimePeriodTypeGml311FactoryImpl. createEnvelopeWithTimePeriodType()EnvelopeWithTimePeriodTypeDocumentRootImpl. getEnvelopeWithTimePeriod()Methods in net.opengis.gml311.impl with parameters of type EnvelopeWithTimePeriodType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetEnvelopeWithTimePeriod(EnvelopeWithTimePeriodType newEnvelopeWithTimePeriod, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseEnvelopeWithTimePeriodType(EnvelopeWithTimePeriodType object)Returns the result of interpreting the object as an instance of 'Envelope With Time Period Type'.booleanGml311Validator. validateEnvelopeWithTimePeriodType(EnvelopeWithTimePeriodType envelopeWithTimePeriodType, DiagnosticChain diagnostics, Map<Object,Object> context)
-