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 EnvelopeWithTimePeriodTypeGmlFactory. 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.gml 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.gml.impl
Classes in net.opengis.gml.impl that implement EnvelopeWithTimePeriodType Modifier and Type Class Description classEnvelopeWithTimePeriodTypeImplAn implementation of the model object 'Envelope With Time Period Type'.Methods in net.opengis.gml.impl that return EnvelopeWithTimePeriodType Modifier and Type Method Description EnvelopeWithTimePeriodTypeGmlFactoryImpl. createEnvelopeWithTimePeriodType()EnvelopeWithTimePeriodTypeDocumentRootImpl. getEnvelopeWithTimePeriod()Methods in net.opengis.gml.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.gml.util
Methods in net.opengis.gml.util with parameters of type EnvelopeWithTimePeriodType Modifier and Type Method Description ObjectGmlSwitch. caseEnvelopeWithTimePeriodType(EnvelopeWithTimePeriodType object)Returns the result of interpreting the object as an instance of 'Envelope With Time Period Type'.booleanGmlValidator. 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 booleanDocumentRootValidator. validateEnvelopeWithTimePeriod(EnvelopeWithTimePeriodType value)
-