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 TypeMethodDescriptionvoid
GridLimitsType.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 TypeClassDescriptionclass
An implementation of the model object 'Grid Envelope Type'.Fields in net.opengis.gml.impl declared as GridEnvelopeTypeModifier and TypeFieldDescriptionprotected GridEnvelopeType
GridLimitsTypeImpl.gridEnvelope
The 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 TypeMethodDescriptionNotificationChain
GridLimitsTypeImpl.basicSetGridEnvelope
(GridEnvelopeType newGridEnvelope, NotificationChain msgs) void
GridLimitsTypeImpl.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'.boolean
GmlValidator.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 TypeMethodDescriptionboolean
GridLimitsTypeValidator.validateGridEnvelope
(GridEnvelopeType value)