Uses of Interface
net.opengis.gml.EnvelopeType
Packages that use EnvelopeType
Package
Description
- 
Uses of EnvelopeType in net.opengis.gml
Subinterfaces of EnvelopeType in net.opengis.gmlModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Envelope With Time Period Type'.Methods in net.opengis.gml that return EnvelopeTypeModifier and TypeMethodDescriptionGmlFactory.createEnvelopeType()Returns a new object of class 'Envelope Type'.BoundingShapeType.getEnvelope()Returns the value of the 'Envelope' containment reference.DocumentRoot.getEnvelope()Returns the value of the 'Envelope' containment reference.Methods in net.opengis.gml with parameters of type EnvelopeTypeModifier and TypeMethodDescriptionvoidBoundingShapeType.setEnvelope(EnvelopeType value) Sets the value of the 'Envelope' containment reference.voidDocumentRoot.setEnvelope(EnvelopeType value) Sets the value of the 'Envelope' containment reference. - 
Uses of EnvelopeType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement EnvelopeTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Envelope Type'.classAn implementation of the model object 'Envelope With Time Period Type'.Methods in net.opengis.gml.impl that return EnvelopeTypeModifier and TypeMethodDescriptionGmlFactoryImpl.createEnvelopeType()BoundingShapeTypeImpl.getEnvelope()DocumentRootImpl.getEnvelope()Methods in net.opengis.gml.impl with parameters of type EnvelopeTypeModifier and TypeMethodDescriptionNotificationChainBoundingShapeTypeImpl.basicSetEnvelope(EnvelopeType newEnvelope, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetEnvelope(EnvelopeType newEnvelope, NotificationChain msgs) voidBoundingShapeTypeImpl.setEnvelope(EnvelopeType newEnvelope) voidDocumentRootImpl.setEnvelope(EnvelopeType newEnvelope)  - 
Uses of EnvelopeType in net.opengis.gml.util
Methods in net.opengis.gml.util with parameters of type EnvelopeTypeModifier and TypeMethodDescriptionGmlSwitch.caseEnvelopeType(EnvelopeType object) Returns the result of interpreting the object as an instance of 'Envelope Type'.booleanGmlValidator.validateEnvelopeType(EnvelopeType envelopeType, DiagnosticChain diagnostics, Map context)  - 
Uses of EnvelopeType in net.opengis.gml.validation
Methods in net.opengis.gml.validation with parameters of type EnvelopeTypeModifier and TypeMethodDescriptionbooleanBoundingShapeTypeValidator.validateEnvelope(EnvelopeType value) booleanDocumentRootValidator.validateEnvelope(EnvelopeType value)  - 
Uses of EnvelopeType in net.opengis.wcs10
Subinterfaces of EnvelopeType in net.opengis.wcs10Modifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Lon Lat Envelope Base Type'.interfaceA representation of the model object 'Lon Lat Envelope Type'. - 
Uses of EnvelopeType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement EnvelopeTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Lon Lat Envelope Base Type'.classAn implementation of the model object 'Lon Lat Envelope Type'. - 
Uses of EnvelopeType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type EnvelopeTypeModifier and TypeMethodDescriptionWcs10Switch.caseEnvelopeType(EnvelopeType object) Returns the result of interpreting the object as an instance of 'Envelope Type'.