Uses of Interface
net.opengis.gml311.RectifiedGridType
Packages that use RectifiedGridType
-
Uses of RectifiedGridType in net.opengis.gml311
Methods in net.opengis.gml311 that return RectifiedGridTypeModifier and TypeMethodDescriptionGml311Factory.createRectifiedGridType()
Returns a new object of class 'Rectified Grid Type'.DocumentRoot.getRectifiedGrid()
Returns the value of the 'Rectified Grid' containment reference.RectifiedGridDomainType.getRectifiedGrid()
Returns the value of the 'Rectified Grid' containment reference.Methods in net.opengis.gml311 with parameters of type RectifiedGridTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setRectifiedGrid
(RectifiedGridType value) Sets the value of the 'Rectified Grid
' containment reference.void
RectifiedGridDomainType.setRectifiedGrid
(RectifiedGridType value) Sets the value of the 'Rectified Grid
' containment reference. -
Uses of RectifiedGridType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement RectifiedGridTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Rectified Grid Type'.Fields in net.opengis.gml311.impl declared as RectifiedGridTypeModifier and TypeFieldDescriptionprotected RectifiedGridType
RectifiedGridDomainTypeImpl.rectifiedGrid
The cached value of the 'Rectified Grid
' containment reference.Methods in net.opengis.gml311.impl that return RectifiedGridTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createRectifiedGridType()
DocumentRootImpl.getRectifiedGrid()
RectifiedGridDomainTypeImpl.getRectifiedGrid()
Methods in net.opengis.gml311.impl with parameters of type RectifiedGridTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetRectifiedGrid
(RectifiedGridType newRectifiedGrid, NotificationChain msgs) NotificationChain
RectifiedGridDomainTypeImpl.basicSetRectifiedGrid
(RectifiedGridType newRectifiedGrid, NotificationChain msgs) void
DocumentRootImpl.setRectifiedGrid
(RectifiedGridType newRectifiedGrid) void
RectifiedGridDomainTypeImpl.setRectifiedGrid
(RectifiedGridType newRectifiedGrid) -
Uses of RectifiedGridType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type RectifiedGridTypeModifier and TypeMethodDescriptionGml311Switch.caseRectifiedGridType
(RectifiedGridType object) Returns the result of interpreting the object as an instance of 'Rectified Grid Type'.boolean
Gml311Validator.validateRectifiedGridType
(RectifiedGridType rectifiedGridType, DiagnosticChain diagnostics, Map<Object, Object> context)