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 RectifiedGridType
GmlFactory. createRectifiedGridType()
Returns a new object of class 'Rectified Grid Type'.RectifiedGridType
DocumentRoot. 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 void
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 RectifiedGridType Modifier and Type Class Description class
RectifiedGridTypeImpl
An implementation of the model object 'Rectified Grid Type'.Methods in net.opengis.gml.impl that return RectifiedGridType Modifier and Type Method Description RectifiedGridType
GmlFactoryImpl. createRectifiedGridType()
RectifiedGridType
DocumentRootImpl. getRectifiedGrid()
Methods in net.opengis.gml.impl with parameters of type RectifiedGridType Modifier and Type Method Description NotificationChain
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 RectifiedGridType Modifier and Type Method Description Object
GmlSwitch. 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 RectifiedGridType Modifier and Type Method Description boolean
DocumentRootValidator. validateRectifiedGrid(RectifiedGridType value)
-