Uses of Interface
net.opengis.gml.GridEnvelopeType
Packages that use GridEnvelopeType
Package
Description
- 
Uses of GridEnvelopeType in net.opengis.gml
Methods in net.opengis.gml that return GridEnvelopeTypeModifier and TypeMethodDescriptionGmlFactory.createGridEnvelopeType()Returns a new object of class 'Grid Envelope Type'.GridLimitsType.getGridEnvelope()Returns the value of the 'Grid Envelope' containment reference.Methods in net.opengis.gml with parameters of type GridEnvelopeTypeModifier and TypeMethodDescriptionvoidGridLimitsType.setGridEnvelope(GridEnvelopeType value) Sets the value of the 'Grid Envelope' containment reference. - 
Uses of GridEnvelopeType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement GridEnvelopeTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Grid Envelope Type'.Fields in net.opengis.gml.impl declared as GridEnvelopeTypeModifier and TypeFieldDescriptionprotected GridEnvelopeTypeGridLimitsTypeImpl.gridEnvelopeThe cached value of the 'Grid Envelope' containment reference.Methods in net.opengis.gml.impl that return GridEnvelopeTypeModifier and TypeMethodDescriptionGmlFactoryImpl.createGridEnvelopeType()GridLimitsTypeImpl.getGridEnvelope()Methods in net.opengis.gml.impl with parameters of type GridEnvelopeTypeModifier and TypeMethodDescriptionNotificationChainGridLimitsTypeImpl.basicSetGridEnvelope(GridEnvelopeType newGridEnvelope, NotificationChain msgs) voidGridLimitsTypeImpl.setGridEnvelope(GridEnvelopeType newGridEnvelope)  - 
Uses of GridEnvelopeType in net.opengis.gml.util
Methods in net.opengis.gml.util with parameters of type GridEnvelopeTypeModifier and TypeMethodDescriptionGmlSwitch.caseGridEnvelopeType(GridEnvelopeType object) Returns the result of interpreting the object as an instance of 'Grid Envelope Type'.booleanGmlValidator.validateGridEnvelopeType(GridEnvelopeType gridEnvelopeType, DiagnosticChain diagnostics, Map context)  - 
Uses of GridEnvelopeType in net.opengis.gml.validation
Methods in net.opengis.gml.validation with parameters of type GridEnvelopeTypeModifier and TypeMethodDescriptionbooleanGridLimitsTypeValidator.validateGridEnvelope(GridEnvelopeType value)