Uses of Interface
net.opengis.gml311.GridLimitsType
Packages that use GridLimitsType
-
Uses of GridLimitsType in net.opengis.gml311
Methods in net.opengis.gml311 that return GridLimitsTypeModifier and TypeMethodDescriptionGml311Factory.createGridLimitsType()
Returns a new object of class 'Grid Limits Type'.GridType.getLimits()
Returns the value of the 'Limits' containment reference.Methods in net.opengis.gml311 with parameters of type GridLimitsTypeModifier and TypeMethodDescriptionvoid
GridType.setLimits
(GridLimitsType value) Sets the value of the 'Limits
' containment reference. -
Uses of GridLimitsType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement GridLimitsTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Grid Limits Type'.Fields in net.opengis.gml311.impl declared as GridLimitsTypeModifier and TypeFieldDescriptionprotected GridLimitsType
GridTypeImpl.limits
The cached value of the 'Limits
' containment reference.Methods in net.opengis.gml311.impl that return GridLimitsTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createGridLimitsType()
GridTypeImpl.getLimits()
Methods in net.opengis.gml311.impl with parameters of type GridLimitsTypeModifier and TypeMethodDescriptionNotificationChain
GridTypeImpl.basicSetLimits
(GridLimitsType newLimits, NotificationChain msgs) void
GridTypeImpl.setLimits
(GridLimitsType newLimits) -
Uses of GridLimitsType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type GridLimitsTypeModifier and TypeMethodDescriptionGml311Switch.caseGridLimitsType
(GridLimitsType object) Returns the result of interpreting the object as an instance of 'Grid Limits Type'.boolean
Gml311Validator.validateGridLimitsType
(GridLimitsType gridLimitsType, DiagnosticChain diagnostics, Map<Object, Object> context)