Uses of Interface
net.opengis.gml.RectifiedGridType
Packages that use RectifiedGridType
Package
Description
- 
Uses of RectifiedGridType in net.opengis.gmlMethods 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 TypeMethodDescriptionvoidDocumentRoot.setRectifiedGrid(RectifiedGridType value) Sets the value of the 'Rectified Grid' containment reference.
- 
Uses of RectifiedGridType in net.opengis.gml.implClasses in net.opengis.gml.impl that implement RectifiedGridTypeModifier and TypeClassDescriptionclassAn 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 TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetRectifiedGrid(RectifiedGridType newRectifiedGrid, NotificationChain msgs) voidDocumentRootImpl.setRectifiedGrid(RectifiedGridType newRectifiedGrid) 
- 
Uses of RectifiedGridType in net.opengis.gml.utilMethods 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'.booleanGmlValidator.validateRectifiedGridType(RectifiedGridType rectifiedGridType, DiagnosticChain diagnostics, Map context) 
- 
Uses of RectifiedGridType in net.opengis.gml.validationMethods in net.opengis.gml.validation with parameters of type RectifiedGridTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateRectifiedGrid(RectifiedGridType value)