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 TypeInterfaceDescriptioninterface
A 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 TypeMethodDescriptionvoid
DocumentRoot.setBoundingBox
(EnvelopeType value) Sets the value of the 'Bounding Box
' containment reference.void
BoundingShapeType.setEnvelope
(EnvelopeType value) Sets the value of the 'Envelope
' containment reference.void
DocumentRoot.setEnvelope
(EnvelopeType value) Sets the value of the 'Envelope
' containment reference.void
DocumentRoot.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 TypeClassDescriptionclass
An implementation of the model object 'Envelope Type'.class
An 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.boundingBox
The cached value of the 'Bounding Box
' containment reference list.protected EList<EnvelopeType>
ExtentTypeImpl.verticalExtent
The 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 TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetBoundingBox
(EnvelopeType newBoundingBox, NotificationChain msgs) NotificationChain
BoundingShapeTypeImpl.basicSetEnvelope
(EnvelopeType newEnvelope, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetEnvelope
(EnvelopeType newEnvelope, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetVerticalExtent
(EnvelopeType newVerticalExtent, NotificationChain msgs) void
DocumentRootImpl.setBoundingBox
(EnvelopeType newBoundingBox) void
BoundingShapeTypeImpl.setEnvelope
(EnvelopeType newEnvelope) void
DocumentRootImpl.setEnvelope
(EnvelopeType newEnvelope) void
DocumentRootImpl.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'.boolean
Gml311Validator.validateEnvelopeType
(EnvelopeType envelopeType, DiagnosticChain diagnostics, Map<Object, Object> context)