Uses of Interface
net.opengis.gml.RectifiedGridType
Packages that use RectifiedGridType
Package
Description
-
Uses of RectifiedGridType in net.opengis.gml
Methods in net.opengis.gml that return RectifiedGridTypeModifier and TypeMethodDescriptionGmlFactory.createRectifiedGridType()
Returns a new object of class 'Rectified Grid Type'.DocumentRoot.getRectifiedGrid()
Returns the value of the 'Rectified Grid' containment reference.Methods in net.opengis.gml with parameters of type RectifiedGridTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setRectifiedGrid
(RectifiedGridType value) Sets the value of the 'Rectified Grid
' containment reference. -
Uses of RectifiedGridType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement RectifiedGridTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Rectified Grid Type'.Methods in net.opengis.gml.impl that return RectifiedGridTypeModifier and TypeMethodDescriptionGmlFactoryImpl.createRectifiedGridType()
DocumentRootImpl.getRectifiedGrid()
Methods in net.opengis.gml.impl with parameters of type RectifiedGridTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetRectifiedGrid
(RectifiedGridType newRectifiedGrid, NotificationChain msgs) void
DocumentRootImpl.setRectifiedGrid
(RectifiedGridType newRectifiedGrid) -
Uses of RectifiedGridType in net.opengis.gml.util
Methods in net.opengis.gml.util with parameters of type RectifiedGridTypeModifier and TypeMethodDescriptionGmlSwitch.caseRectifiedGridType
(RectifiedGridType object) Returns the result of interpreting the object as an instance of 'Rectified Grid Type'.boolean
GmlValidator.validateRectifiedGridType
(RectifiedGridType rectifiedGridType, DiagnosticChain diagnostics, Map context) -
Uses of RectifiedGridType in net.opengis.gml.validation
Methods in net.opengis.gml.validation with parameters of type RectifiedGridTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateRectifiedGrid
(RectifiedGridType value)