Uses of Interface
net.opengis.gml.RectifiedGridType
-
Packages that use RectifiedGridType Package Description net.opengis.gml net.opengis.gml.impl net.opengis.gml.util net.opengis.gml.validation -
-
Uses of RectifiedGridType in net.opengis.gml
Methods in net.opengis.gml that return RectifiedGridType Modifier and Type Method Description RectifiedGridTypeGmlFactory. createRectifiedGridType()Returns a new object of class 'Rectified Grid Type'.RectifiedGridTypeDocumentRoot. getRectifiedGrid()Returns the value of the 'Rectified Grid' containment reference.Methods in net.opengis.gml with parameters of type RectifiedGridType Modifier and Type Method Description voidDocumentRoot. 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 RectifiedGridType Modifier and Type Class Description classRectifiedGridTypeImplAn implementation of the model object 'Rectified Grid Type'.Methods in net.opengis.gml.impl that return RectifiedGridType Modifier and Type Method Description RectifiedGridTypeGmlFactoryImpl. createRectifiedGridType()RectifiedGridTypeDocumentRootImpl. getRectifiedGrid()Methods in net.opengis.gml.impl with parameters of type RectifiedGridType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetRectifiedGrid(RectifiedGridType newRectifiedGrid, NotificationChain msgs)voidDocumentRootImpl. setRectifiedGrid(RectifiedGridType newRectifiedGrid) -
Uses of RectifiedGridType in net.opengis.gml.util
Methods in net.opengis.gml.util with parameters of type RectifiedGridType Modifier and Type Method Description ObjectGmlSwitch. 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.validation
Methods in net.opengis.gml.validation with parameters of type RectifiedGridType Modifier and Type Method Description booleanDocumentRootValidator. validateRectifiedGrid(RectifiedGridType value)
-