Uses of Interface
net.opengis.gml311.EnvelopeType
Packages that use EnvelopeType
-
Uses of EnvelopeType in net.opengis.gml311
Subinterfaces of EnvelopeType in net.opengis.gml311Modifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Envelope With Time Period Type'.Methods in net.opengis.gml311 that return EnvelopeTypeModifier and TypeMethodDescriptionGml311Factory.createEnvelopeType()Returns a new object of class 'Envelope Type'.DocumentRoot.getBoundingBox()Returns the value of the 'Bounding Box' containment reference.BoundingShapeType.getEnvelope()Returns the value of the 'Envelope' containment reference.DocumentRoot.getEnvelope()Returns the value of the 'Envelope' containment reference.DocumentRoot.getVerticalExtent()Returns the value of the 'Vertical Extent' containment reference.Methods in net.opengis.gml311 that return types with arguments of type EnvelopeTypeModifier and TypeMethodDescriptionEList<EnvelopeType>ExtentType.getBoundingBox()Returns the value of the 'Bounding Box' containment reference list.EList<EnvelopeType>ExtentType.getVerticalExtent()Returns the value of the 'Vertical Extent' containment reference list.Methods in net.opengis.gml311 with parameters of type EnvelopeTypeModifier and TypeMethodDescriptionvoidDocumentRoot.setBoundingBox(EnvelopeType value) Sets the value of the 'Bounding Box' containment reference.voidBoundingShapeType.setEnvelope(EnvelopeType value) Sets the value of the 'Envelope' containment reference.voidDocumentRoot.setEnvelope(EnvelopeType value) Sets the value of the 'Envelope' containment reference.voidDocumentRoot.setVerticalExtent(EnvelopeType value) Sets the value of the 'Vertical Extent' containment reference. -
Uses of EnvelopeType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement EnvelopeTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Envelope Type'.classAn implementation of the model object 'Envelope With Time Period Type'.Fields in net.opengis.gml311.impl with type parameters of type EnvelopeTypeModifier and TypeFieldDescriptionprotected EList<EnvelopeType>ExtentTypeImpl.boundingBoxThe cached value of the 'Bounding Box' containment reference list.protected EList<EnvelopeType>ExtentTypeImpl.verticalExtentThe cached value of the 'Vertical Extent' containment reference list.Methods in net.opengis.gml311.impl that return EnvelopeTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createEnvelopeType()DocumentRootImpl.getBoundingBox()BoundingShapeTypeImpl.getEnvelope()DocumentRootImpl.getEnvelope()DocumentRootImpl.getVerticalExtent()Methods in net.opengis.gml311.impl that return types with arguments of type EnvelopeTypeModifier and TypeMethodDescriptionEList<EnvelopeType>ExtentTypeImpl.getBoundingBox()EList<EnvelopeType>ExtentTypeImpl.getVerticalExtent()Methods in net.opengis.gml311.impl with parameters of type EnvelopeTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetBoundingBox(EnvelopeType newBoundingBox, NotificationChain msgs) NotificationChainBoundingShapeTypeImpl.basicSetEnvelope(EnvelopeType newEnvelope, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetEnvelope(EnvelopeType newEnvelope, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetVerticalExtent(EnvelopeType newVerticalExtent, NotificationChain msgs) voidDocumentRootImpl.setBoundingBox(EnvelopeType newBoundingBox) voidBoundingShapeTypeImpl.setEnvelope(EnvelopeType newEnvelope) voidDocumentRootImpl.setEnvelope(EnvelopeType newEnvelope) voidDocumentRootImpl.setVerticalExtent(EnvelopeType newVerticalExtent) -
Uses of EnvelopeType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type EnvelopeTypeModifier and TypeMethodDescriptionGml311Switch.caseEnvelopeType(EnvelopeType object) Returns the result of interpreting the object as an instance of 'Envelope Type'.booleanGml311Validator.validateEnvelopeType(EnvelopeType envelopeType, DiagnosticChain diagnostics, Map<Object, Object> context)